D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/nweb-25-1.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.BgJBNR
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hRV0yr
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ rm -rf nweb-25
+ /usr/bin/mkdir -p nweb-25
+ cd nweb-25
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/nweb-25.zip
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/lib/rpm/rpmuncompress /home/pterjan/rpmbuild/SOURCES/nweb-23-add-more-extensions.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cp /home/pterjan/rpmbuild/SOURCES/nweb25.c .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Xkaj6w
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd nweb-25
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full nweb25.c -o nweb
nweb25.c: In function 'logger':
nweb25.c:39:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
39 | (void)write(socket_fd, "HTTP/1.1 403 Forbidden\nContent-Length: 185\nConnection: close\nContent-Type: text/html\n\n
\n403 Forbidden\n\nForbidden
\nThe requested URL, file type or operation is not allowed on this simple static file webserver.\n\n",271);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nweb25.c:43:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
43 | (void)write(socket_fd, "HTTP/1.1 404 Not Found\nContent-Length: 136\nConnection: close\nContent-Type: text/html\n\n\n404 Not Found\n\nNot Found
\nThe requested URL was not found on this server.\n\n",224);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nweb25.c:50:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
50 | (void)write(fd,logbuffer,strlen(logbuffer));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nweb25.c:51:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
51 | (void)write(fd,"\n",1);
| ^~~~~~~~~~~~~~~~
nweb25.c: In function 'web':
nweb25.c:112:15: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
112 | (void)write(fd,buffer,strlen(buffer));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nweb25.c:116:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
116 | (void)write(fd,buffer,ret);
| ^~~~~~~~~~~~~~~~~~~~
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mxpkfZ
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ mkdir /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd nweb-25
+ '[' 1 -eq 1 ']'
+ /usr/bin/install -d /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/sbin
+ /usr/bin/install -D -p -m 0755 nweb /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/sbin/
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 25-1.mga10 --unique-debug-suffix -25-1.mga10.x86_64 --unique-debug-src-base nweb-25-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/nweb-25-build/nweb-25
find-debuginfo: starting
Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/nweb-25-1.mga10.x86_64
find-debuginfo: done
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/nweb-25-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: nweb-25-1.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pr9PMb
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ cd nweb-25
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ cp -pr /home/pterjan/rpmbuild/BUILD/nweb-25-build/nweb-25/README.txt /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ cp -pr /home/pterjan/rpmbuild/BUILD/nweb-25-build/nweb-25/client.c /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ cp -pr /home/pterjan/rpmbuild/BUILD/nweb-25-build/nweb-25/index.html /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ cp -pr /home/pterjan/rpmbuild/BUILD/nweb-25-build/nweb-25/nigel.jpg /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ cp -pr /home/pterjan/rpmbuild/BUILD/nweb-25-build/nweb-25/favicon.ico /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT/usr/share/doc/nweb
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: nweb = 25-1.mga10 nweb(x86-64) = 25-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit)
Processing files: nweb-debugsource-25-1.mga10.x86_64
Provides: nweb-debugsource = 25-1.mga10 nweb-debugsource(x86-64) = 25-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: nweb-debuginfo-25-1.mga10.x86_64
Provides: debuginfo(build-id) = 11c54817a9ce9506d39660f72feb6f3965f9d6f8 nweb-debuginfo = 25-1.mga10 nweb-debuginfo(x86-64) = 25-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: nweb-debugsource(x86-64) = 25-1.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/nweb-25-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nweb-debugsource-25-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nweb-debuginfo-25-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/nweb-25-1.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.m5ZLQV
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ test -d /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/nweb-25-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!