<86>May 4 00:40:02 userdel[2912031]: delete user 'rooter' <86>May 4 00:40:02 userdel[2912031]: removed group 'rooter' owned by 'rooter' <86>May 4 00:40:02 userdel[2912031]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:40:02 groupadd[2912101]: group added to /etc/group: name=rooter, GID=1847 <86>May 4 00:40:02 groupadd[2912101]: group added to /etc/gshadow: name=rooter <86>May 4 00:40:02 groupadd[2912101]: new group: name=rooter, GID=1847 <86>May 4 00:40:02 useradd[2912180]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>May 4 00:40:02 userdel[2912261]: delete user 'builder' <86>May 4 00:40:02 userdel[2912261]: removed group 'builder' owned by 'builder' <86>May 4 00:40:02 userdel[2912261]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:40:02 groupadd[2912331]: group added to /etc/group: name=builder, GID=1848 <86>May 4 00:40:02 groupadd[2912331]: group added to /etc/gshadow: name=builder <86>May 4 00:40:02 groupadd[2912331]: new group: name=builder, GID=1848 <86>May 4 00:40:02 useradd[2912399]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none <13>May 4 00:40:05 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>May 4 00:40:07 rpmi: libp11-kit-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645560 installed <13>May 4 00:40:07 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802615 installed <13>May 4 00:40:07 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>May 4 00:40:07 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>May 4 00:40:07 rpmi: ca-certificates-2024.02.24-alt1 sisyphus+341362.100.1.1 1708791001 installed <13>May 4 00:40:07 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>May 4 00:40:07 rpmi: p11-kit-trust-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645560 installed <13>May 4 00:40:07 rpmi: libcrypto3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982212 installed <13>May 4 00:40:07 rpmi: libssl3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982212 installed <13>May 4 00:40:07 rpmi: libssl-devel-3.1.5-alt2 sisyphus+343320.140.3.1 1711982212 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/http_post-20180518-alt1.1.nosrc.rpm (w1.gzdio) Installing http_post-20180518-alt1.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.40244 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf http_post-20180518 + echo 'Source #0 (http_post-20180518.tar):' Source #0 (http_post-20180518.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/http_post-20180518.tar + cd http_post-20180518 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (http_post-alt-20050316-enable_ssl.patch):' Patch #0 (http_post-alt-20050316-enable_ssl.patch): + /usr/bin/patch -p0 patching file ./Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.40244 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd http_post-20180518 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/http_post-20180518' cc -O -DUSE_SSL -I/usr/include -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long http_post.c -s -L/usr/lib -lssl -lcrypto -o http_post http_post.c: In function 'postURLbyParts': http_post.c:478:16: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 478 | (void) write( sockfd, head_buf, head_bytes ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http_post.c:485:16: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 485 | (void) write( sockfd, data_buf, data_bytes ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http_post.c:503:24: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 503 | (void) write( 1, &head_buf[i], 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ http_post.c:564:16: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 564 | (void) write( 1, &head_buf[i], head_bytes - i ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http_post.c:581:16: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 581 | (void) write( 1, head_buf, head_bytes ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/http_post-20180518' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.40244 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/http_post-buildroot + : + /bin/rm -rf -- /usr/src/tmp/http_post-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd http_post-20180518 + install -d /usr/src/tmp/http_post-buildroot/usr/bin + install -d /usr/src/tmp/http_post-buildroot/usr/share/man/man1 + install -m 0755 http_post /usr/src/tmp/http_post-buildroot/usr/bin/ + install -m 0644 http_post.1 /usr/src/tmp/http_post-buildroot/usr/share/man/man1/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/http_post-buildroot (auto) Verifying and fixing files in /usr/src/tmp/http_post-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/http_post-buildroot/ (default) Compressing files in /usr/src/tmp/http_post-buildroot (auto) 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/http_post Verifying ELF objects in /usr/src/tmp/http_post-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/http_post-buildroot Processing files: http_post-20180518-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.40244 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd http_post-20180518 + DOCDIR=/usr/src/tmp/http_post-buildroot/usr/share/doc/http_post-20180518 + export DOCDIR + rm -rf /usr/src/tmp/http_post-buildroot/usr/share/doc/http_post-20180518 + /bin/mkdir -p /usr/src/tmp/http_post-buildroot/usr/share/doc/http_post-20180518 + cp -prL README /usr/src/tmp/http_post-buildroot/usr/share/doc/http_post-20180518 + chmod -R go-w /usr/src/tmp/http_post-buildroot/usr/share/doc/http_post-20180518 + chmod -R a+rX /usr/src/tmp/http_post-buildroot/usr/share/doc/http_post-20180518 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xsaU9z find-provides: running scripts (alternatives,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.FzflvT 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.2.5)(64bit), libc.so.6(GLIBC_2.3)(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), libc.so.6(GLIBC_2.7)(64bit), libcrypto.so.3()(64bit) >= set:qpa523, libcrypto.so.3(OPENSSL_3.0.0)(64bit), libssl.so.3()(64bit) >= set:nj4OZ6VPklwi6fcPohtOtbBstHLAh6CJkyN0, libssl.so.3(OPENSSL_3.0.0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JFeUDp Wrote: /usr/src/RPM/RPMS/x86_64/http_post-20180518-alt1.1.x86_64.rpm (w2.lzdio) 0.35user 0.75system 0:03.61elapsed 30%CPU (0avgtext+0avgdata 45708maxresident)k 0inputs+0outputs (0major+135886minor)pagefaults 0swaps 4.24user 2.97system 0:14.15elapsed 50%CPU (0avgtext+0avgdata 131592maxresident)k 0inputs+0outputs (0major+261898minor)pagefaults 0swaps --- http_post-20180518-alt1.1.x86_64.rpm.repo 2023-10-04 13:12:46.000000000 +0000 +++ http_post-20180518-alt1.1.x86_64.rpm.hasher 2024-05-04 00:40:13.519425508 +0000 @@ -20,3 +20,3 @@ Provides: http_post = 20180518-alt1.1:sisyphus+330950.600.1.1 -File: /usr/bin/http_post 100755 root:root aaa3bfa0653f11a6cad2c0aadafbe0fe +File: /usr/bin/http_post 100755 root:root e9919e0a6daa35c0bbdc336359407cf9 File: /usr/share/doc/http_post-20180518 40755 root:root @@ -24,2 +24,2 @@ File: /usr/share/man/man1/http_post.1.xz 100644 root:root 54bc3f23ef6dd5aed7a78ac603cd41bb -RPMIdentity: 8157ac3fcf69dea02badd170004b0ed5793831d382d136ba258aad6cddad1c19fd0380422e1389efb75e874f1a9a6ab8cb8116439110b860d672f2a763665d0d +RPMIdentity: 6adce27d0b02c4c2f8987596d26f4596959e0421ca055c1c9b33a0d1e0008c3c8a9d01a8d8c3d67ba150ab934ff60dc9c5818588d04441ea0169dfb262813f12