<86>Apr 27 08:55:57 userdel[2348801]: delete user 'rooter' <86>Apr 27 08:55:57 userdel[2348801]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:55:57 userdel[2348801]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:55:57 groupadd[2348850]: group added to /etc/group: name=rooter, GID=1835 <86>Apr 27 08:55:57 groupadd[2348850]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:55:57 groupadd[2348850]: new group: name=rooter, GID=1835 <86>Apr 27 08:55:57 useradd[2348904]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:55:57 userdel[2348961]: delete user 'builder' <86>Apr 27 08:55:57 userdel[2348961]: removed group 'builder' owned by 'builder' <86>Apr 27 08:55:57 userdel[2348961]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:55:57 groupadd[2349008]: group added to /etc/group: name=builder, GID=1836 <86>Apr 27 08:55:57 groupadd[2349008]: group added to /etc/gshadow: name=builder <86>Apr 27 08:55:57 groupadd[2349008]: new group: name=builder, GID=1836 <86>Apr 27 08:55:57 useradd[2349053]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 08:56:01 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Apr 27 08:56:01 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 08:56:02 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed <13>Apr 27 08:56:02 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.55421 + 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.55421 + 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.63228 + 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) verify-elf: WARNING: ./usr/bin/jruby: uses non-LFS functions: fopen lstat open readdir stat 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.63228 + 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.720Bvw 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.1OqIFD 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.u61NsJ 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.1FqQcm find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.R0JwTG 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.77user 1.12system 0:08.14elapsed 47%CPU (0avgtext+0avgdata 83832maxresident)k 0inputs+0outputs (0major+220728minor)pagefaults 0swaps 4.55user 2.99system 0:19.91elapsed 37%CPU (0avgtext+0avgdata 131268maxresident)k 0inputs+0outputs (0major+190639minor)pagefaults 0swaps --- jruby-launcher-1.1.19-alt1.i586.rpm.repo 2024-02-23 03:08:53.000000000 +0000 +++ jruby-launcher-1.1.19-alt1.i586.rpm.hasher 2024-04-27 08:56:13.182335781 +0000 @@ -27,3 +27,3 @@ Provides: jruby-launcher = 1.1.19-alt1:sisyphus+341278.100.1.1 -File: /usr/bin/jruby 100755 root:root 07cfc9a040332625fa2a6785ee05d9e6 +File: /usr/bin/jruby 100755 root:root 4f95534a38a2f1439fc266619ba3d4ee File: /usr/lib/ruby/stdlib/rubygems/defaults/jruby_native.rb 100644 root:root 2390b081a2a36a47cf23de58f23cadda @@ -31,2 +31,2 @@ File: /usr/share/doc/jruby-launcher-1.1.19/README.md 100644 root:root 7ebd743cfa5a5dd6042d4992ce624ea9 -RPMIdentity: 80a9d523379409ef25a14139bb3dbe2805fef19c534842edb940bcd2b60ba54cfe0ca66c8054eff15ee262708b208430634f538c899b3369efbc6a9a2fbd5511 +RPMIdentity: 364844913584928677d9c1efd68dfa1148ef54b119c98cee8fd352ee63949fed146df8cb41b262937c496c55885b403ece15c95d2893a6b3a441b9ca61b4d32a --- jruby-launcher-debuginfo-1.1.19-alt1.i586.rpm.repo 2024-02-23 03:08:53.000000000 +0000 +++ jruby-launcher-debuginfo-1.1.19-alt1.i586.rpm.hasher 2024-04-27 08:56:13.302337496 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/35 40755 root:root -/usr/lib/debug/.build-id/35/05e800791f510be8ed1804f532aa9c8ebd7bd8 120777 root:root ../../../../bin/jruby -/usr/lib/debug/.build-id/35/05e800791f510be8ed1804f532aa9c8ebd7bd8.debug 120777 root:root ../../usr/bin/jruby.debug +/usr/lib/debug/.build-id/3d 40755 root:root +/usr/lib/debug/.build-id/3d/6b5f90a01573e0b8203851a2470a203e26fdbf 120777 root:root ../../../../bin/jruby +/usr/lib/debug/.build-id/3d/6b5f90a01573e0b8203851a2470a203e26fdbf.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/35 40755 root:root -File: /usr/lib/debug/.build-id/35/05e800791f510be8ed1804f532aa9c8ebd7bd8 120777 root:root ../../../../bin/jruby -File: /usr/lib/debug/.build-id/35/05e800791f510be8ed1804f532aa9c8ebd7bd8.debug 120777 root:root ../../usr/bin/jruby.debug -File: /usr/lib/debug/usr/bin/jruby.debug 100644 root:root eba235a9c85fd95dc1f211537daeb40e -RPMIdentity: c7d4c6300140cecf12befaf8ad3ed9ca5106388d67a063fb7b040eaec2ae8db2cc1226085f6634a2c843c23642ce84ca49e917835e33abc29d04897f45bd55d0 +File: /usr/lib/debug/.build-id/3d 40755 root:root +File: /usr/lib/debug/.build-id/3d/6b5f90a01573e0b8203851a2470a203e26fdbf 120777 root:root ../../../../bin/jruby +File: /usr/lib/debug/.build-id/3d/6b5f90a01573e0b8203851a2470a203e26fdbf.debug 120777 root:root ../../usr/bin/jruby.debug +File: /usr/lib/debug/usr/bin/jruby.debug 100644 root:root 4a0743a286ea35ddd8ee315c25fce639 +RPMIdentity: a68e894c5e3682e62bcb7457a882fedeacf28095f1bf10d50cf5e5688da180014d6596db159bcb0c48b76eda415bd2ae37ba75d698d3f1dd46c62c3e4a0eb1ee