<86>May 4 01:17:50 userdel[387723]: delete user 'rooter' <86>May 4 01:17:50 userdel[387723]: removed group 'rooter' owned by 'rooter' <86>May 4 01:17:50 userdel[387723]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 01:17:50 groupadd[387730]: group added to /etc/group: name=rooter, GID=1805 <86>May 4 01:17:50 groupadd[387730]: group added to /etc/gshadow: name=rooter <86>May 4 01:17:50 groupadd[387730]: new group: name=rooter, GID=1805 <86>May 4 01:17:50 useradd[387737]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none <86>May 4 01:17:50 userdel[387748]: delete user 'builder' <86>May 4 01:17:50 userdel[387748]: removed group 'builder' owned by 'builder' <86>May 4 01:17:50 userdel[387748]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:17:50 groupadd[387755]: group added to /etc/group: name=builder, GID=1806 <86>May 4 01:17:50 groupadd[387755]: group added to /etc/gshadow: name=builder <86>May 4 01:17:50 groupadd[387755]: new group: name=builder, GID=1806 <86>May 4 01:17:50 useradd[387763]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash, from=none <13>May 4 01:17:54 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 4 01:17:54 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 01:17:55 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 01:17:55 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.46994 + 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.46994 + 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*, long 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*, long 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*, long 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*, long unsigned int, long 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*, long 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*, long unsigned int, long 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 'long 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.47073 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/jruby-launcher-buildroot Processing files: jruby-launcher-1.1.19-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92948 + 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.su46g2 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.Zq9fEO find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.8)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.11)(64bit), libstdc++.so.6(GLIBCXX_3.4.15)(64bit), libstdc++.so.6(GLIBCXX_3.4.20)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.32)(64bit), libstdc++.so.6(GLIBCXX_3.4.9)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tQBKi6 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.ue9PgK find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qAC9iQ find-requires: running scripts (debuginfo) Requires: jruby-launcher = 1.1.19-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6) Adding to jruby-launcher-debuginfo a strict dependency on jruby-launcher Wrote: /usr/src/RPM/RPMS/x86_64/jruby-launcher-1.1.19-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/jruby-launcher-debuginfo-1.1.19-alt1.x86_64.rpm (w2.lzdio) 2.22user 1.48system 0:07.92elapsed 46%CPU (0avgtext+0avgdata 122460maxresident)k 0inputs+0outputs (0major+245672minor)pagefaults 0swaps 3.29user 2.59system 0:18.12elapsed 32%CPU (0avgtext+0avgdata 131600maxresident)k 0inputs+0outputs (0major+205662minor)pagefaults 0swaps --- jruby-launcher-1.1.19-alt1.x86_64.rpm.repo 2024-02-23 03:08:54.000000000 +0000 +++ jruby-launcher-1.1.19-alt1.x86_64.rpm.hasher 2024-05-04 01:18:05.673336749 +0000 @@ -26,3 +26,3 @@ Provides: jruby-launcher = 1.1.19-alt1:sisyphus+341278.100.1.1 -File: /usr/bin/jruby 100755 root:root 5693ff2bff724205191c40e81f888c07 +File: /usr/bin/jruby 100755 root:root e319c41cc237e28460be056fb909bd89 File: /usr/lib/ruby/stdlib/rubygems/defaults/jruby_native.rb 100644 root:root 2390b081a2a36a47cf23de58f23cadda @@ -30,2 +30,2 @@ File: /usr/share/doc/jruby-launcher-1.1.19/README.md 100644 root:root 7ebd743cfa5a5dd6042d4992ce624ea9 -RPMIdentity: 366969a2b4944da83906b1a62c303a36328748dfd9fb10e267ede9f7e716d3e7022a53d2c9837c66bb9e3277a34fed51cf37bf20ba1d8c3f14d778fd1e1df23c +RPMIdentity: 53a20f2a5a7937ae3b9621afcfbdbb9eb2cd549ae0c112e61fac6381752bc9712c04696e322798d9c2914eca724240167254dec569314b0b8027ad76487c3474 --- jruby-launcher-debuginfo-1.1.19-alt1.x86_64.rpm.repo 2024-02-23 03:08:54.000000000 +0000 +++ jruby-launcher-debuginfo-1.1.19-alt1.x86_64.rpm.hasher 2024-05-04 01:18:05.761337820 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/ac 40755 root:root -/usr/lib/debug/.build-id/ac/51ac38e3776e41e5cf2a2be7a19392b99bb98c 120777 root:root ../../../../bin/jruby -/usr/lib/debug/.build-id/ac/51ac38e3776e41e5cf2a2be7a19392b99bb98c.debug 120777 root:root ../../usr/bin/jruby.debug +/usr/lib/debug/.build-id/6e 40755 root:root +/usr/lib/debug/.build-id/6e/f80535403dd06c092e6886390f40ba92b4fd88 120777 root:root ../../../../bin/jruby +/usr/lib/debug/.build-id/6e/f80535403dd06c092e6886390f40ba92b4fd88.debug 120777 root:root ../../usr/bin/jruby.debug /usr/lib/debug/usr/bin/jruby.debug 100644 root:root @@ -11,6 +11,6 @@ Provides: jruby-launcher-debuginfo = 1.1.19-alt1:sisyphus+341278.100.1.1 -File: /usr/lib/debug/.build-id/ac 40755 root:root -File: /usr/lib/debug/.build-id/ac/51ac38e3776e41e5cf2a2be7a19392b99bb98c 120777 root:root ../../../../bin/jruby -File: /usr/lib/debug/.build-id/ac/51ac38e3776e41e5cf2a2be7a19392b99bb98c.debug 120777 root:root ../../usr/bin/jruby.debug -File: /usr/lib/debug/usr/bin/jruby.debug 100644 root:root 424b1679485327e17f51ebd10286598d -RPMIdentity: 1d136daf91ca3a6a0f4c8233316d2146f5369ba366838e248824e5d539bd24e418a5f6c8e6a152cc45caa1ea18d7f568be5d580f9da153a08eca081b771293d2 +File: /usr/lib/debug/.build-id/6e 40755 root:root +File: /usr/lib/debug/.build-id/6e/f80535403dd06c092e6886390f40ba92b4fd88 120777 root:root ../../../../bin/jruby +File: /usr/lib/debug/.build-id/6e/f80535403dd06c092e6886390f40ba92b4fd88.debug 120777 root:root ../../usr/bin/jruby.debug +File: /usr/lib/debug/usr/bin/jruby.debug 100644 root:root 309ad302947ecad216e2298dba0144c5 +RPMIdentity: 58deb077b83a15467a136d8484b269d08385672a02c67ec6077e0e9fad4a2b0bb7ede50adb1844f1c86c0f1146805b6b0f8a8dda152871a8463b060186bbc470