<86>Apr 20 05:24:38 userdel[4113782]: delete user 'rooter' <86>Apr 20 05:24:38 userdel[4113782]: removed group 'rooter' owned by 'rooter' <86>Apr 20 05:24:38 userdel[4113782]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 05:24:38 groupadd[4113816]: group added to /etc/group: name=rooter, GID=1844 <86>Apr 20 05:24:38 groupadd[4113816]: group added to /etc/gshadow: name=rooter <86>Apr 20 05:24:38 groupadd[4113816]: new group: name=rooter, GID=1844 <86>Apr 20 05:24:38 useradd[4113854]: new user: name=rooter, UID=1844, GID=1844, home=/root, shell=/bin/bash, from=none <86>Apr 20 05:24:38 userdel[4113894]: delete user 'builder' <86>Apr 20 05:24:38 userdel[4113894]: removed group 'builder' owned by 'builder' <86>Apr 20 05:24:38 userdel[4113894]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 05:24:38 groupadd[4113953]: group added to /etc/group: name=builder, GID=1845 <86>Apr 20 05:24:38 groupadd[4113953]: group added to /etc/gshadow: name=builder <86>Apr 20 05:24:38 groupadd[4113953]: new group: name=builder, GID=1845 <86>Apr 20 05:24:38 useradd[4113982]: new user: name=builder, UID=1845, GID=1845, home=/usr/src, shell=/bin/bash, from=none <13>Apr 20 05:24:41 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Apr 20 05:24:43 rpmi: libp11-kit-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645575 installed <13>Apr 20 05:24:43 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802618 installed <13>Apr 20 05:24:43 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Apr 20 05:24:43 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Apr 20 05:24:43 rpmi: ca-certificates-2024.02.24-alt1 sisyphus+341362.100.1.1 1708791001 installed <13>Apr 20 05:24:43 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>Apr 20 05:24:43 rpmi: p11-kit-trust-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645575 installed <13>Apr 20 05:24:43 rpmi: libcrypto3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed <13>Apr 20 05:24:43 rpmi: libssl3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed <13>Apr 20 05:24:43 rpmi: libssl-devel-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.4179 + 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.4179 + 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.4179 + 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:/bin:/usr/bin:/usr/X11R6/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) verify-elf: WARNING: ./usr/bin/http_post: uses non-LFS functions: fstat open stat 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.4179 + 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.VGCPhq 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.yVHb8G 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.3), 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), libc.so.6(GLIBC_2.7), libcrypto.so.3 >= set:qpa523, libcrypto.so.3(OPENSSL_3.0.0), libssl.so.3 >= set:nj4OZ6VPklwi6fcPohtOtbBstHLAh6CJkyN0, libssl.so.3(OPENSSL_3.0.0), 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.e5S3pV Wrote: /usr/src/RPM/RPMS/i586/http_post-20180518-alt1.1.i586.rpm (w2.lzdio) 0.56user 0.82system 0:03.75elapsed 36%CPU (0avgtext+0avgdata 36512maxresident)k 0inputs+0outputs (0major+126170minor)pagefaults 0swaps 4.28user 3.23system 0:15.28elapsed 49%CPU (0avgtext+0avgdata 127516maxresident)k 568inputs+0outputs (0major+280024minor)pagefaults 0swaps --- http_post-20180518-alt1.1.i586.rpm.repo 2023-10-04 13:12:45.000000000 +0000 +++ http_post-20180518-alt1.1.i586.rpm.hasher 2024-04-20 05:24:50.002898589 +0000 @@ -22,3 +22,3 @@ Provides: http_post = 20180518-alt1.1:sisyphus+330950.600.1.1 -File: /usr/bin/http_post 100755 root:root f84d9b49a847638111b59de24b7df1bb +File: /usr/bin/http_post 100755 root:root 7d829db64b97ee0938544f72d12750d7 File: /usr/share/doc/http_post-20180518 40755 root:root @@ -26,2 +26,2 @@ File: /usr/share/man/man1/http_post.1.xz 100644 root:root 54bc3f23ef6dd5aed7a78ac603cd41bb -RPMIdentity: c52d0b8e60d028da3d2b9e441856a43efcb084eff25544ab0f34020af175951ed743ac0af524b7ef3672fbae3dd09b65e3c9746cc75ec08ff6a857d59d3ef8e4 +RPMIdentity: f466f6f0c87daaceebd5d8dbbe1c985a939d29020f085bee75fb4fadf968447c0ad5e2cec575932816525de5c95c8b28df6cdb253bf9510e681db51d39adf83d