<86>Oct 28 06:06:43 userdel[1419579]: delete user 'rooter'
<86>Oct 28 06:06:43 groupadd[1419670]: group added to /etc/group: name=rooter, GID=1286
<86>Oct 28 06:06:43 groupadd[1419670]: group added to /etc/gshadow: name=rooter
<86>Oct 28 06:06:43 groupadd[1419670]: new group: name=rooter, GID=1286
<86>Oct 28 06:06:43 useradd[1419758]: new user: name=rooter, UID=1286, GID=1286, home=/root, shell=/bin/bash, from=none
<86>Oct 28 06:06:43 userdel[1419903]: delete user 'builder'
<86>Oct 28 06:06:43 userdel[1419903]: removed group 'builder' owned by 'builder'
<86>Oct 28 06:06:43 userdel[1419903]: removed shadow group 'builder' owned by 'builder'
<86>Oct 28 06:06:43 groupadd[1419999]: group added to /etc/group: name=builder, GID=1287
<86>Oct 28 06:06:43 groupadd[1419999]: group added to /etc/gshadow: name=builder
<86>Oct 28 06:06:43 groupadd[1419999]: new group: name=builder, GID=1287
<86>Oct 28 06:06:43 useradd[1420095]: new user: name=builder, UID=1287, GID=1287, home=/usr/src, shell=/bin/bash, from=none
<13>Oct 28 06:06:48 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed
<13>Oct 28 06:06:51 rpmi: libp11-kit-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083450 installed
<13>Oct 28 06:06:51 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802618 installed
<13>Oct 28 06:06:51 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed
<13>Oct 28 06:06:51 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed
<13>Oct 28 06:06:51 rpmi: ca-certificates-2023.07.31-alt1 sisyphus+326137.200.1.1 1690809798 installed
<13>Oct 28 06:06:51 rpmi: ca-trust-0.1.4-alt1 sisyphus+308690.100.1.1 1666182992 installed
<13>Oct 28 06:06:51 rpmi: p11-kit-trust-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083450 installed
<13>Oct 28 06:06:51 rpmi: libcrypto3-3.1.4-alt1 sisyphus+332632.100.2.1 1698241305 installed
<13>Oct 28 06:06:51 rpmi: libssl3-3.1.4-alt1 sisyphus+332632.100.2.1 1698241305 installed
<13>Oct 28 06:06:51 rpmi: libssl-devel-3.1.4-alt1 sisyphus+332632.100.2.1 1698241305 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.34628
+ 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.34628
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd http_post-20180518
+ make -j8
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.34628
+ 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
Processing files: http_post-20180518-alt1.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.34629
+ 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.J4A8yc
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.AXUHW6
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.gl77Hb
Wrote: /usr/src/RPM/RPMS/i586/http_post-20180518-alt1.1.i586.rpm (w2.lzdio)
1.20user 0.63system 0:04.95elapsed 37%CPU (0avgtext+0avgdata 37052maxresident)k
0inputs+0outputs (0major+125145minor)pagefaults 0swaps
6.26user 2.55system 0:21.08elapsed 41%CPU (0avgtext+0avgdata 124844maxresident)k
5136inputs+0outputs (0major+261234minor)pagefaults 0swaps