<86>Mar 16 06:40:08 userdel[3133446]: delete user 'rooter' <86>Mar 16 06:40:08 userdel[3133446]: removed group 'rooter' owned by 'rooter' <86>Mar 16 06:40:08 userdel[3133446]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 16 06:40:08 groupadd[3133487]: group added to /etc/group: name=rooter, GID=1868 <86>Mar 16 06:40:08 groupadd[3133487]: group added to /etc/gshadow: name=rooter <86>Mar 16 06:40:08 groupadd[3133487]: new group: name=rooter, GID=1868 <86>Mar 16 06:40:08 useradd[3133514]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>Mar 16 06:40:08 userdel[3133556]: delete user 'builder' <86>Mar 16 06:40:08 userdel[3133556]: removed group 'builder' owned by 'builder' <86>Mar 16 06:40:08 userdel[3133556]: removed shadow group 'builder' owned by 'builder' <86>Mar 16 06:40:08 groupadd[3133595]: group added to /etc/group: name=builder, GID=1869 <86>Mar 16 06:40:08 groupadd[3133595]: group added to /etc/gshadow: name=builder <86>Mar 16 06:40:08 groupadd[3133595]: new group: name=builder, GID=1869 <86>Mar 16 06:40:08 useradd[3133619]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none <13>Mar 16 06:40:10 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Mar 16 06:40:11 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Mar 16 06:40:11 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Mar 16 06:40:11 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/jruby-launcher-1.1.19-alt1.nosrc.rpm (w1.gzdio) Installing jruby-launcher-1.1.19-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62434 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf jruby-launcher-1.1.19 + echo 'Source #0 (jruby-launcher-1.1.19.tar):' Source #0 (jruby-launcher-1.1.19.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/jruby-launcher-1.1.19.tar + cd jruby-launcher-1.1.19 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (jruby-launcher-1.1.19-alt1.patch):' Patch #0 (jruby-launcher-1.1.19-alt1.patch): + /usr/bin/patch -p1 patching file .travis.yml + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62434 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jruby-launcher-1.1.19 + make make: Entering directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' make -f inc/Makefile-rules.mk CONF=unix SUBPROJECTS= .build-conf make[1]: Entering directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' make -f inc/Makefile-rules.mk jruby make[2]: Entering directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' mkdir -p build/unix/Linux rm -f build/unix/Linux/argparser.o.d g++ -O2 -Wall -DJRUBY_MODULE=1 -c argparser.cpp -MMD -MP -MF build/unix/Linux/argparser.o.d -o build/unix/Linux/argparser.o argparser.cpp: In member function 'bool ArgParser::initPlatformDir()': argparser.cpp:196:15: warning: ignoring return value of 'char* getcwd(char*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] 196 | getcwd(path, PATH_MAX - platformDir.length() - 1); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ argparser.cpp:206:20: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' specified bound 4096 equals destination size [-Wstringop-truncation] 206 | strncpy(path, location.c_str(), PATH_MAX); | ^ argparser.cpp:190:16: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' specified bound 4096 equals destination size [-Wstringop-truncation] 190 | strncpy(path, platformDir.c_str(), PATH_MAX); | ^ argparser.cpp:141:16: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation] 141 | strncpy(path + strlen(path), sep, 1); | ^ argparser.cpp:142:16: warning: 'char* __builtin___strncpy_chk(char*, const char*, unsigned int, unsigned int)' output truncated before terminating nul copying 3 bytes from a string of the same length [-Wstringop-truncation] 142 | strncpy(path + strlen(path), "bin", 3); | ^ argparser.cpp:143:16: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' output truncated before terminating nul copying 1 byte from a string of the same length [-Wstringop-truncation] 143 | strncpy(path + strlen(path), sep, 1); | ^ argparser.cpp:144:16: warning: 'char* __builtin___strncpy_chk(char*, const char*, unsigned int, unsigned int)' output truncated before terminating nul copying 5 bytes from a string of the same length [-Wstringop-truncation] 144 | strncpy(path + strlen(path), "jruby", 5); | ^ mkdir -p build/unix/Linux rm -f build/unix/Linux/utilsfuncs.o.d g++ -O2 -Wall -DJRUBY_MODULE=1 -c utilsfuncs.cpp -MMD -MP -MF build/unix/Linux/utilsfuncs.o.d -o build/unix/Linux/utilsfuncs.o utilsfuncs.cpp: In function 'std::string resolveSymlinks(std::string)': utilsfuncs.cpp:156:17: warning: ignoring return value of 'char* realpath(const char*, char*)' declared with attribute 'warn_unused_result' [-Wunused-result] 156 | realpath(path.c_str(), tmp); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~ mkdir -p build/unix/Linux rm -f build/unix/Linux/ng.o.d cc -O2 -Wall -DJRUBY_MODULE=1 -c ng.c -MMD -MP -MF build/unix/Linux/ng.o.d -o build/unix/Linux/ng.o mkdir -p build/unix/Linux rm -f build/unix/Linux/strlcpy.o.d cc -O2 -Wall -DJRUBY_MODULE=1 -c strlcpy.c -MMD -MP -MF build/unix/Linux/strlcpy.o.d -o build/unix/Linux/strlcpy.o mkdir -p build/unix/Linux rm -f build/unix/Linux/jrubyexe.o.d g++ -O2 -Wall -DJRUBY_MODULE=1 -c jrubyexe.cpp -MMD -MP -MF build/unix/Linux/jrubyexe.o.d -o build/unix/Linux/jrubyexe.o mkdir -p build/unix/Linux rm -f build/unix/Linux/unixlauncher.o.d g++ -O2 -Wall -DJRUBY_MODULE=1 -c unixlauncher.cpp -MMD -MP -MF build/unix/Linux/unixlauncher.o.d -o build/unix/Linux/unixlauncher.o unixlauncher.cpp: In member function 'int UnixLauncher::run(int, char**, char**)': unixlauncher.cpp:52:36: warning: comparison of integer expressions of different signedness: 'std::__cxx11::basic_string::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare] 52 | if (java.find_last_of('/') == -1) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~ unixlauncher.cpp:83:22: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 83 | fgets(tmp, sizeof(tmp), fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -Wall -DJRUBY_MODULE=1 -o build/unix/Linux/jruby-launcher build/unix/Linux/argparser.o build/unix/Linux/utilsfuncs.o build/unix/Linux/ng.o build/unix/Linux/strlcpy.o build/unix/Linux/jrubyexe.o build/unix/Linux/unixlauncher.o -lstdc++ cp build/unix/Linux/jruby-launcher jruby make[2]: Leaving directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' make[1]: Leaving directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' make: Leaving directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.23436 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/jruby-launcher-buildroot + : + /bin/rm -rf -- /usr/src/tmp/jruby-launcher-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd jruby-launcher-1.1.19 + mkdir -p /usr/src/tmp/jruby-launcher-buildroot/usr/bin /usr/src/tmp/jruby-launcher-buildroot/usr/lib/ruby/stdlib/rubygems/defaults + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/jruby-launcher-buildroot PREFIX=/usr/src/tmp/jruby-launcher-buildroot/usr make: Entering directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' cp ./jruby /usr/src/tmp/jruby-launcher-buildroot/usr/bin/jruby cp ./lib/rubygems/defaults/jruby_native.rb /usr/src/tmp/jruby-launcher-buildroot/usr/lib/ruby/stdlib/rubygems/defaults make: Leaving directory '/usr/src/RPM/BUILD/jruby-launcher-1.1.19' + /usr/lib/rpm/find-lang jruby-launcher + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/jruby-launcher-buildroot (auto) Verifying and fixing files in /usr/src/tmp/jruby-launcher-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/jruby-launcher-buildroot/ (default) Compressing files in /usr/src/tmp/jruby-launcher-buildroot (auto) Adjusting library links in /usr/src/tmp/jruby-launcher-buildroot ./usr/lib: (from :0) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/jruby-launcher-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/jruby: uses non-LFS functions: fopen lstat open readdir stat Processing files: jruby-launcher-1.1.19-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.23436 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jruby-launcher-1.1.19 + DOCDIR=/usr/src/tmp/jruby-launcher-buildroot/usr/share/doc/jruby-launcher-1.1.19 + export DOCDIR + rm -rf /usr/src/tmp/jruby-launcher-buildroot/usr/share/doc/jruby-launcher-1.1.19 + /bin/mkdir -p /usr/src/tmp/jruby-launcher-buildroot/usr/share/doc/jruby-launcher-1.1.19 + cp -prL README.md /usr/src/tmp/jruby-launcher-buildroot/usr/share/doc/jruby-launcher-1.1.19 + chmod -R go-w /usr/src/tmp/jruby-launcher-buildroot/usr/share/doc/jruby-launcher-1.1.19 + chmod -R a+rX /usr/src/tmp/jruby-launcher-buildroot/usr/share/doc/jruby-launcher-1.1.19 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dBqKF4 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DqdjlL find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.15), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.32), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N6Ph8M Creating jruby-launcher-debuginfo package Processing files: jruby-launcher-debuginfo-1.1.19-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VIeV9N find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5qoyLl find-requires: running scripts (debuginfo) Requires: jruby-launcher = 1.1.19-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6) Adding to jruby-launcher-debuginfo a strict dependency on jruby-launcher Wrote: /usr/src/RPM/RPMS/i586/jruby-launcher-1.1.19-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/jruby-launcher-debuginfo-1.1.19-alt1.i586.rpm (w2.lzdio) 2.42user 0.88system 0:07.78elapsed 42%CPU (0avgtext+0avgdata 83580maxresident)k 0inputs+0outputs (0major+221139minor)pagefaults 0swaps 2.75user 1.53system 0:15.24elapsed 28%CPU (0avgtext+0avgdata 125232maxresident)k 0inputs+0outputs (0major+199016minor)pagefaults 0swaps