<86>Oct 12 01:24:28 userdel[3981031]: delete user 'rooter' <86>Oct 12 01:24:28 userdel[3981031]: removed group 'rooter' owned by 'rooter' <86>Oct 12 01:24:28 userdel[3981031]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 12 01:24:28 groupadd[3981057]: group added to /etc/group: name=rooter, GID=1841 <86>Oct 12 01:24:28 groupadd[3981057]: group added to /etc/gshadow: name=rooter <86>Oct 12 01:24:28 groupadd[3981057]: new group: name=rooter, GID=1841 <86>Oct 12 01:24:28 useradd[3981085]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>Oct 12 01:24:28 userdel[3981123]: delete user 'builder' <86>Oct 12 01:24:28 userdel[3981123]: removed group 'builder' owned by 'builder' <86>Oct 12 01:24:28 userdel[3981123]: removed shadow group 'builder' owned by 'builder' <86>Oct 12 01:24:28 groupadd[3981160]: group added to /etc/group: name=builder, GID=1842 <86>Oct 12 01:24:28 groupadd[3981160]: group added to /etc/gshadow: name=builder <86>Oct 12 01:24:28 groupadd[3981160]: new group: name=builder, GID=1842 <86>Oct 12 01:24:28 useradd[3981189]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none <13>Oct 12 01:24:30 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Oct 12 01:24:32 rpmi: libp11-kit-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083439 installed <13>Oct 12 01:24:32 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802615 installed <13>Oct 12 01:24:32 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Oct 12 01:24:32 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Oct 12 01:24:32 rpmi: ca-certificates-2023.07.31-alt1 sisyphus+326137.200.1.1 1690809798 installed <13>Oct 12 01:24:32 rpmi: ca-trust-0.1.4-alt1 sisyphus+308690.100.1.1 1666182992 installed <13>Oct 12 01:24:32 rpmi: p11-kit-trust-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083439 installed <13>Oct 12 01:24:32 rpmi: libcrypto3-3.1.3-alt1 sisyphus+329935.40.3.2 1695159002 installed <13>Oct 12 01:24:32 rpmi: libssl3-3.1.3-alt1 sisyphus+329935.40.3.2 1695159002 installed <13>Oct 12 01:24:32 rpmi: libssl-devel-3.1.3-alt1 sisyphus+329935.40.3.2 1695159002 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.21317 + 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.21317 + 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.21317 + 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) Processing files: http_post-20180518-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12278 + 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.Jh2Edn 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.YXgBFj 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.PW63df Wrote: /usr/src/RPM/RPMS/x86_64/http_post-20180518-alt1.1.x86_64.rpm (w2.lzdio) 0.33user 0.57system 0:03.56elapsed 25%CPU (0avgtext+0avgdata 46276maxresident)k 0inputs+0outputs (0major+136727minor)pagefaults 0swaps 3.76user 2.01system 0:11.82elapsed 48%CPU (0avgtext+0avgdata 126864maxresident)k 0inputs+0outputs (0major+283098minor)pagefaults 0swaps