[...] [ 29%] Building CXX object src/core/CMakeFiles/clucene-core.dir/CLucene/document/Document.o cd /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/core && /usr/bin/i686-tld-linux-g++ -DMAKE_CLUCENE_CORE_LIB -Dclucene_core_EXPORTS -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core -ansi -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DNDEBUG -DQT_NO_DEBUG -fPIC -D_REENTRANT -D_UCS2 -D_UNICODE -MD -MT src/core/CMakeFiles/clucene-core.dir/CLucene/document/Document.o -MF CMakeFiles/clucene-core.dir/CLucene/document/Document.o.d -o CMakeFiles/clucene-core.dir/CLucene/document/Document.o -c /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/Document.cpp make[2]: Leaving directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' make[2]: Entering directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' [ 29%] Building CXX object src/core/CMakeFiles/clucene-core.dir/CLucene/document/Field.o cd /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/core && /usr/bin/i686-tld-linux-g++ -DMAKE_CLUCENE_CORE_LIB -Dclucene_core_EXPORTS -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core -ansi -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DNDEBUG -DQT_NO_DEBUG -fPIC -D_REENTRANT -D_UCS2 -D_UNICODE -MD -MT src/core/CMakeFiles/clucene-core.dir/CLucene/document/Field.o -MF CMakeFiles/clucene-core.dir/CLucene/document/Field.o.d -o CMakeFiles/clucene-core.dir/CLucene/document/Field.o -c /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/document/Field.cpp make[2]: Leaving directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' make[2]: Entering directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' [ 27%] Building CXX object src/core/CMakeFiles/clucene-core.dir/CLucene/store/FSDirectory.o cd /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/core && /usr/bin/i686-tld-linux-g++ -DMAKE_CLUCENE_CORE_LIB -Dclucene_core_EXPORTS -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core -ansi -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DNDEBUG -DQT_NO_DEBUG -fPIC -D_REENTRANT -D_UCS2 -D_UNICODE -MD -MT src/core/CMakeFiles/clucene-core.dir/CLucene/store/FSDirectory.o -MF CMakeFiles/clucene-core.dir/CLucene/store/FSDirectory.o.d -o CMakeFiles/clucene-core.dir/CLucene/store/FSDirectory.o -c /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/store/FSDirectory.cpp /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/store/FSDirectory.cpp: In static member function 'static lucene::store::FSDirectory* lucene::store::FSDirectory::getDirectory(const char*, lucene::store::LockFactory*)': /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/store/FSDirectory.cpp:489:35: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1024 [-Wformat-truncation=] 489 | _snprintf(tmp,1024,"%s not a directory", file); | ^~ In file included from /usr/include/stdio.h:906, from /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/shared/CLucene/_SharedHeader.h:23, from /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/_ApiHeader.h:16, from /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/store/FSDirectory.cpp:7: In function 'int snprintf(char*, size_t, const char*, ...)', inlined from 'static lucene::store::FSDirectory* lucene::store::FSDirectory::getDirectory(const char*, lucene::store::LockFactory*)' at /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/store/FSDirectory.cpp:489:17: /usr/include/bits/stdio2.h:54:35: note: '__builtin___snprintf_chk' output between 17 and 4112 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' make[2]: Entering directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' [ 27%] Building CXX object src/core/CMakeFiles/clucene-core.dir/CLucene/store/RAMDirectory.o cd /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/core && /usr/bin/i686-tld-linux-g++ -DMAKE_CLUCENE_CORE_LIB -Dclucene_core_EXPORTS -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build/src/shared -I/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core -ansi -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DNDEBUG -DQT_NO_DEBUG -fPIC -D_REENTRANT -D_UCS2 -D_UNICODE -MD -MT src/core/CMakeFiles/clucene-core.dir/CLucene/store/RAMDirectory.o -MF CMakeFiles/clucene-core.dir/CLucene/store/RAMDirectory.o.d -o CMakeFiles/clucene-core.dir/CLucene/store/RAMDirectory.o -c /tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/src/core/CLucene/store/RAMDirectory.cpp make[2]: Leaving directory '/tmp/B.1htfd8ox/BUILD/clucene-core-2.3.3.4/build' make[1]: *** [CMakeFiles/Makefile2:337: src/core/CMakeFiles/clucene-core.dir/all] Error 2 make: *** [Makefile:149: all] Error 2 error: Bad exit status from /tmp/B.1htfd8ox/BUILD/tmp/rpm-tmp.FRSsMq (%build) RPM build warnings: Could not canonicalize hostname: tld-x86 RPM build errors: Bad exit status from /tmp/B.1htfd8ox/BUILD/tmp/rpm-tmp.FRSsMq (%build) ended at: Fri Dec 8 22:22:42 2023, done in 0:00:14.874940 error: No files produced. + chmod -R u+rwX /tmp/B.1htfd8ox/BUILD + rm -rf /tmp/B.1htfd8ox/tmp /tmp/B.1htfd8ox/BUILD + rm -rf /tmp/B.1htfd8ox Begin-TLD-Builder-Info Build-Time: user:35.40s sys:5.08s real:15.37s (faults io:8 non-io:1719575) End-TLD-Builder-Info