<86>Nov 14 02:22:39 userdel[2266201]: delete user 'rooter' <86>Nov 14 02:22:39 userdel[2266201]: removed group 'rooter' owned by 'rooter' <86>Nov 14 02:22:39 userdel[2266201]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 14 02:22:39 groupadd[2266228]: group added to /etc/group: name=rooter, GID=1862 <86>Nov 14 02:22:39 groupadd[2266228]: group added to /etc/gshadow: name=rooter <86>Nov 14 02:22:39 groupadd[2266228]: new group: name=rooter, GID=1862 <86>Nov 14 02:22:39 useradd[2266254]: new user: name=rooter, UID=1862, GID=1862, home=/root, shell=/bin/bash, from=none <86>Nov 14 02:22:39 userdel[2266286]: delete user 'builder' <86>Nov 14 02:22:39 userdel[2266286]: removed group 'builder' owned by 'builder' <86>Nov 14 02:22:39 userdel[2266286]: removed shadow group 'builder' owned by 'builder' <86>Nov 14 02:22:39 groupadd[2266312]: group added to /etc/group: name=builder, GID=1863 <86>Nov 14 02:22:39 groupadd[2266312]: group added to /etc/gshadow: name=builder <86>Nov 14 02:22:39 groupadd[2266312]: new group: name=builder, GID=1863 <86>Nov 14 02:22:39 useradd[2266333]: new user: name=builder, UID=1863, GID=1863, home=/usr/src, shell=/bin/bash, from=none <13>Nov 14 02:22:42 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Nov 14 02:22:43 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed <13>Nov 14 02:22:43 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131018 installed <13>Nov 14 02:22:43 rpmi: gcc-c++-14-alt1 sisyphus+360995.300.1.1 1730139222 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.85371 + 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.85371 + 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.61721 + 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.60022 + 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.jrouCL 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.pNqF8d 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.TTtPY1 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.W8X03E find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZgFcv4 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.44user 1.25system 0:07.98elapsed 46%CPU (0avgtext+0avgdata 127960maxresident)k 0inputs+0outputs (0major+241548minor)pagefaults 0swaps 3.32user 2.70system 0:19.62elapsed 30%CPU (0avgtext+0avgdata 137080maxresident)k 0inputs+0outputs (0major+195544minor)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-11-14 02:22:55.457081864 +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 7e4610688444ce932a215820e144e7b9 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: de053f84f0a592dc0b1601eeab01bbdef89230b61b072d611b62159e776bcead61ed8eeca0f7930ff0cf4f7ab5e199b8fca6f7a4b766657273cc33a7caac61fb --- 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-11-14 02:22:55.529083017 +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/d2 40755 root:root +/usr/lib/debug/.build-id/d2/5f61dd043051e129586b559251a67fd29a25fb 120777 root:root ../../../../bin/jruby +/usr/lib/debug/.build-id/d2/5f61dd043051e129586b559251a67fd29a25fb.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/d2 40755 root:root +File: /usr/lib/debug/.build-id/d2/5f61dd043051e129586b559251a67fd29a25fb 120777 root:root ../../../../bin/jruby +File: /usr/lib/debug/.build-id/d2/5f61dd043051e129586b559251a67fd29a25fb.debug 120777 root:root ../../usr/bin/jruby.debug +File: /usr/lib/debug/usr/bin/jruby.debug 100644 root:root 6bf7d7ae2c0fa43657568c09e74a73c5 +RPMIdentity: 81988208039bc110ca4a40ed74c174204247636b8e4c512cf87859404b18652dcf8b199d82ae903b26edf25ca362083f8af528a0b7573ca8c71a63b9ae2a3cb2