Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-HTTP-Soup.spec'], chrootPath='/var/lib/mock/f33-build-123633-38903/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/perl-HTTP-Soup.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False sh: /usr/bin/perl: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Wrote: /builddir/build/SRPMS/perl-HTTP-Soup-0.01-19.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-HTTP-Soup.spec'], chrootPath='/var/lib/mock/f33-build-123633-38903/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/perl-HTTP-Soup.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1580342400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8qRJmh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf HTTP-Soup-0.01 + /usr/bin/gzip -dc /builddir/build/SOURCES/HTTP-Soup-0.01.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd HTTP-Soup-0.01 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mQStui + umask 022 + cd /builddir/build/BUILD + cd HTTP-Soup-0.01 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' Too late to run INIT block at /usr/lib64/perl5/vendor_perl/Glib/Object/Introspection.pm line 257. Including generated API documentation... Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '-pthread' Generating a Unix-style Makefile Writing Makefile for HTTP::Soup + make -j4 Running Mkbootstrap for Soup () [ XS xs/Buffer.xs ] [ XS xs/Cookie.xs ] chmod 644 "Soup.bs" [ XS xs/Message.xs ] cp /builddir/build/BUILD/HTTP-Soup-0.01/build/soup.typemap blib/arch/HTTP/Soup/Install/soup.typemap cp build/soup-autogen.h blib/arch/HTTP/Soup/Install/soup-autogen.h cp soup-perl.h blib/arch/HTTP/Soup/Install/soup-perl.h cp lib/HTTP/Soup.pm blib/lib/HTTP/Soup.pm cp build/IFiles.pm blib/arch/HTTP/Soup/Install/Files.pm [ XS xs/MessageBody.xs ] mv xs/Buffer.xsc xs/Buffer.c [ XS xs/Session.xs ] mv xs/Cookie.xsc xs/Cookie.c [ XS xs/SessionAsync.xs ] mv xs/Message.xsc xs/Message.c [ XS xs/Soup.xs ] mv xs/MessageBody.xsc xs/MessageBody.c "/usr/bin/perl" -MExtUtils::Command -e mkpath blib/lib/HTTP/Soup/ Parsing XS files... mv xs/Session.xsc xs/Session.c "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Soup.bs blib/arch/auto/HTTP/Soup/Soup.bs 644 mv xs/SessionAsync.xsc xs/SessionAsync.c [ CC xs/Buffer.c ] [ CC xs/Cookie.c ] mv xs/Soup.xsc xs/Soup.c [ CC xs/Message.c ] [ CC xs/MessageBody.c ] [ CC xs/Session.c ] [ CC xs/SessionAsync.c ] [ CC xs/Soup.c ] xs/SessionAsync.c: In function 'XS_HTTP__Soup__SessionAsync_queue_message': xs/SessionAsync.c:167:2: warning: 'soup_session_async_get_type' is deprecated [-Wdeprecated-declarations] 167 | SoupSessionAsync * session = SvSoupSessionAsync (ST(0)) | ^~~~~~~~~~~~~~~~ In file included from /usr/include/libsoup-2.4/libsoup/soup.h:50, from ./soup-perl.h:6, from xs/SessionAsync.xs:1: /usr/include/libsoup-2.4/libsoup/soup-session-async.h:38:7: note: declared here 38 | GType soup_session_async_get_type (void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from xs/Soup.xs:8: ./build/register.xsh: In function 'boot_HTTP__Soup': ./build/register.xsh:18:1: warning: 'soup_session_async_get_type' is deprecated [-Wdeprecated-declarations] 18 | gperl_register_object (SOUP_TYPE_SESSION_ASYNC, "HTTP::Soup::SessionAsync"); | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/libsoup-2.4/libsoup/soup.h:50, from ./soup-perl.h:6, from xs/Soup.xs:1: /usr/include/libsoup-2.4/libsoup/soup-session-async.h:38:7: note: declared here 38 | GType soup_session_async_get_type (void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/HTTP/Soup/Soup.so [ LD blib/arch/auto/HTTP/Soup/Soup.so ] chmod 755 blib/arch/auto/HTTP/Soup/Soup.so Generating POD... GFlags GTlsCertificateFlags has no registered perl package, returning as array at /usr/lib64/perl5/vendor_perl/Glib/GenPod.pm line 556. Loaded 8 extra types from /usr/lib64/perl5/vendor_perl/Glib/Install/doctypes Creating POD index... Manifying 7 pod documents + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qPKChj + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 + cd HTTP-Soup-0.01 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Soup.bs blib/arch/auto/HTTP/Soup/Soup.bs 644 Manifying 7 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/HTTP/Soup/Soup.so Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/Files.pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/soup.typemap Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/soup-perl.h Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/soup-autogen.h Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup.pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Cookie.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Message.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/index.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/MessageBody.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Session.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/SessionAsync.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/HTTP/Soup/Buffer.pod Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::Message.3pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::Session.3pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::MessageBody.3pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::Buffer.3pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::Cookie.3pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::index.3pm Installing /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/man/man3/HTTP::Soup::SessionAsync.3pm + find /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 -type f -name '*.h' -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.01-19.fc33 --unique-debug-suffix -0.01-19.fc33.riscv64 --unique-debug-src-base perl-HTTP-Soup-0.01-19.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/HTTP-Soup-0.01 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/HTTP/Soup/Soup.so extracting debug info from /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/lib64/perl5/vendor_perl/auto/HTTP/Soup/Soup.so original debug info size: 296kB, size after compression: 160kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 125 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0aE5yi + umask 022 + cd /builddir/build/BUILD + cd HTTP-Soup-0.01 + make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Soup.bs blib/arch/auto/HTTP/Soup/Soup.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/buffer.t ... ok t/cookie.t ... ok # Server at port: 43039 t/server.t ... ok t/session.t .. ok t/uri.t ...... ok All tests successful. Files=5, Tests=70, 15 wallclock secs ( 0.73 usr 0.27 sys + 12.07 cusr 2.13 csys = 15.20 CPU) Result: PASS + RPM_EC=0 ++ jobs -p + exit 0 Processing files: perl-HTTP-Soup-0.01-19.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.M2iwdi + umask 022 + cd /builddir/build/BUILD + cd HTTP-Soup-0.01 + DOCDIR=/builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/doc/perl-HTTP-Soup + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/doc/perl-HTTP-Soup + cp -pr Changes /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/doc/perl-HTTP-Soup + cp -pr COPYING /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/doc/perl-HTTP-Soup + cp -pr README /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64/usr/share/doc/perl-HTTP-Soup + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(HTTP::Soup) = 0.01 perl(HTTP::Soup::Install::Files) perl-HTTP-Soup = 0.01-19.fc33 perl-HTTP-Soup(riscv-64) = 0.01-19.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgobject-2.0.so.0()(64bit) libperl.so.5.30()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libsoup-2.4.so.1()(64bit) perl(DynaLoader) perl(Glib::Object::Introspection) perl(base) perl(strict) perl(warnings) rtld(GNU_HASH) Processing files: perl-HTTP-Soup-debugsource-0.01-19.fc33.riscv64 Provides: perl-HTTP-Soup-debugsource = 0.01-19.fc33 perl-HTTP-Soup-debugsource(riscv-64) = 0.01-19.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-HTTP-Soup-debuginfo-0.01-19.fc33.riscv64 Provides: debuginfo(build-id) = 0cebe1c62c47f82df7d9e3d8cca344cff875f799 perl-HTTP-Soup-debuginfo = 0.01-19.fc33 perl-HTTP-Soup-debuginfo(riscv-64) = 0.01-19.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: perl-HTTP-Soup-debugsource(riscv-64) = 0.01-19.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 Wrote: /builddir/build/RPMS/perl-HTTP-Soup-debugsource-0.01-19.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-HTTP-Soup-0.01-19.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/perl-HTTP-Soup-debuginfo-0.01-19.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.x0bfik + umask 022 + cd /builddir/build/BUILD + cd HTTP-Soup-0.01 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-HTTP-Soup-0.01-19.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0