<86>Dec 14 07:31:21 userdel[2172353]: delete user 'rooter' <86>Dec 14 07:31:21 userdel[2172353]: removed group 'rooter' owned by 'rooter' <86>Dec 14 07:31:21 userdel[2172353]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 14 07:31:21 groupadd[2172391]: group added to /etc/group: name=rooter, GID=1283 <86>Dec 14 07:31:21 groupadd[2172391]: group added to /etc/gshadow: name=rooter <86>Dec 14 07:31:21 groupadd[2172391]: new group: name=rooter, GID=1283 <86>Dec 14 07:31:21 useradd[2172489]: new user: name=rooter, UID=1283, GID=1283, home=/root, shell=/bin/bash, from=none <86>Dec 14 07:31:21 userdel[2172573]: delete user 'builder' <86>Dec 14 07:31:21 userdel[2172573]: removed group 'builder' owned by 'builder' <86>Dec 14 07:31:21 userdel[2172573]: removed shadow group 'builder' owned by 'builder' <86>Dec 14 07:31:21 groupadd[2172618]: group added to /etc/group: name=builder, GID=1284 <86>Dec 14 07:31:21 groupadd[2172618]: group added to /etc/gshadow: name=builder <86>Dec 14 07:31:21 groupadd[2172618]: new group: name=builder, GID=1284 <86>Dec 14 07:31:21 useradd[2172645]: new user: name=builder, UID=1284, GID=1284, home=/usr/src, shell=/bin/bash, from=none <13>Dec 14 07:31:26 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Dec 14 07:31:26 rpmi: libstdc++14-devel-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Dec 14 07:31:27 rpmi: gcc14-c++-14.2.1-alt1 sisyphus+360995.100.1.1 1730131612 installed <13>Dec 14 07:31:27 rpmi: gcc-c++-14-alt1 sisyphus+360995.300.1.1 1730139881 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.50663 + 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.50663 + 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.62747 + 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.62747 + 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.fDFMjR 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.QrHiU3 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.kE64N7 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.Q0BSBv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gpTRMW 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) 4.23user 1.00system 0:09.42elapsed 55%CPU (0avgtext+0avgdata 86760maxresident)k 0inputs+0outputs (0major+222718minor)pagefaults 0swaps 4.96user 2.18system 0:22.22elapsed 32%CPU (0avgtext+0avgdata 131912maxresident)k 0inputs+0outputs (0major+190888minor)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-12-14 07:31:39.748148248 +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 72ec1da0017b0a7ce86b69d52e8a2e86 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: dcc2134c74554070980a6e60e8aa74211a4a147aa2c60ad2f7037d76690932c1f11e2feff753a0823e1c5d9fc3478b2f0b1289920807f4517379c349ab29ef94 --- 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-12-14 07:31:39.839147815 +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/f9 40755 root:root +/usr/lib/debug/.build-id/f9/918fe69e174855173c37fe9981231f24a06168 120777 root:root ../../../../bin/jruby +/usr/lib/debug/.build-id/f9/918fe69e174855173c37fe9981231f24a06168.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/f9 40755 root:root +File: /usr/lib/debug/.build-id/f9/918fe69e174855173c37fe9981231f24a06168 120777 root:root ../../../../bin/jruby +File: /usr/lib/debug/.build-id/f9/918fe69e174855173c37fe9981231f24a06168.debug 120777 root:root ../../usr/bin/jruby.debug +File: /usr/lib/debug/usr/bin/jruby.debug 100644 root:root cd864762a40f677dc670431856d67dcc +RPMIdentity: 159dd0369bfbef97afe9e8d0122cbb5dc3ea3262bfdc4891b2ea815866bfd25d1fa542727b6610c139c895f5f26207baab1e0a856159b249056817aae45c22ce