==> Building on R ==> Checking for remote environment... ==> Syncing package to remote host... sending incremental file list created directory packages/perl-par-packer ./ PKGBUILD 1,439 100% 0.00kB/s 0:00:00 1,439 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=0/2) sent 916 bytes received 85 bytes 2,002.00 bytes/sec total size is 1,439 speedup is 1.44 ==> Patching arch to riscv64... ==> Running extra-riscv64-build -- -d /home/felix/packages/riscv64-pkg-cache:/var/cache/pacman/pkg -l felix15 on remote host... [?25l:: Synchronizing package databases... core downloading... extra downloading... community downloading... :: Starting full system upgrade... there is nothing to do [?25h==> Building in chroot for [extra] (riscv64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-riscv64/root] -> [felix15]...done ==> Making package: perl-par-packer 1.054-1 (Sat Feb 19 11:22:47 2022) ==> Retrieving sources...  -> Downloading PAR-Packer-1.054.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 200k 100 200k 0 0 5901k 0 --:--:-- --:--:-- --:--:-- 6083k ==> Validating source files with b2sums... PAR-Packer-1.054.tar.gz ... Passed ==> Making package: perl-par-packer 1.054-1 (Sat 19 Feb 2022 11:22:58 AM CST) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (6) New Version Net Change Download Size extra/perl-archive-zip 1.68-5 0.22 MiB 0.09 MiB community/perl-getopt-argvfile 1.11-10 0.04 MiB 0.02 MiB extra/perl-ipc-run3 0.048-9 0.05 MiB 0.03 MiB community/perl-module-scandeps 1.31-2 0.07 MiB 0.03 MiB community/perl-par 1.017-2 0.09 MiB 0.05 MiB community/perl-par-dist 0.51-2 0.05 MiB 0.02 MiB Total Download Size: 0.24 MiB Total Installed Size: 0.52 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... perl-archive-zip-1.68-5-any downloading... perl-par-1.017-2-any downloading... perl-module-scandeps-1.31-2-any downloading... perl-ipc-run3-0.048-9-any downloading... perl-getopt-argvfile-1.11-10-any downloading... perl-par-dist-0.51-2-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing perl-archive-zip... installing perl-getopt-argvfile... installing perl-ipc-run3... installing perl-module-scandeps... installing perl-par-dist... installing perl-par... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Warn about old perl modules [?25h==> Checking buildtime dependencies... ==> Retrieving sources...  -> Found PAR-Packer-1.054.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting PAR-Packer-1.054.tar.gz with bsdtar ==> Starting build()... Checking if your kit is complete... Looks good Subroutine MY::postamble redefined at ./Makefile.PL line 232. Generating a Unix-style Makefile Writing Makefile for PAR::Packer Writing MYMETA.yml and MYMETA.json # using "ldd" to find shared libraries needed by ./par cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm cp lib/pp.pm blib/lib/pp.pm cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm make[1]: Entering directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' Makefile:862: warning: overriding recipe for target '.c.o' Makefile:340: warning: ignoring old recipe for target '.c.o' "/usr/bin/perl" par_pl2c.pl my_par_pl < ../script/par.pl > my_par_pl.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.34/core_perl/CORE -DLDLIBPTHNAME=\"LD_LIBRARY_PATH\" -DPARL_EXE=\"parl\" -DPAR_PACKER_VERSION=\"1.054\" -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -DBYTEORDER=0x12345678 -DU64TYPE="unsigned long" sha1.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.34/core_perl/CORE -DLDLIBPTHNAME=\"LD_LIBRARY_PATH\" -DPARL_EXE=\"parl\" -DPAR_PACKER_VERSION=\"1.054\" -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection main.c In file included from main.c:51: mktmpdir.c: In function ‘par_mktmpdir’: mktmpdir.c:226:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 226 | read(f, buf, 6); | ^~~~~~~~~~~~~~~ mktmpdir.c:231:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 231 | read(f, buf, 41); | ^~~~~~~~~~~~~~~~ cc main.o sha1.o -s -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.34/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/5.34/core_perl/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc -o ./par true "/usr/bin/perl" encode_append.pl Dynamic.in ./par Dynamic.pm "/usr/bin/perl" embed_files.pl -c 32768 ./par ldd "/usr/lib/perl5/5.34/core_perl/CORE/libperl.so" > boot_embedded_files.c # using method ldd to find files to embed # embedding "./par" as "par" # embedding "/usr/lib/perl5/5.34/core_perl/CORE/libperl.so" as "libperl.so" cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.34/core_perl/CORE -DLDLIBPTHNAME=\"LD_LIBRARY_PATH\" -DPARL_EXE=\"parl\" -DPAR_PACKER_VERSION=\"1.054\" -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection boot.c In file included from boot.c:12: mktmpdir.c: In function ‘par_mktmpdir’: mktmpdir.c:226:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 226 | read(f, buf, 6); | ^~~~~~~~~~~~~~~ mktmpdir.c:231:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 231 | read(f, buf, 41); | ^~~~~~~~~~~~~~~~ cc boot.o sha1.o -s -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.34/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/5.34/core_perl/CORE -lpthread -ldl -lm -lcrypt -lutil -lc -o ./boot true "/usr/bin/perl" encode_append.pl Static.in ./boot Static.pm cp Static.pm ../blib/lib/PAR/StrippedPARL/Static.pm cp Dynamic.pm ../blib/lib/PAR/StrippedPARL/Dynamic.pm "/usr/bin/perl" -Mblib=.. run_with_inc.pl ./boot -q -B -Oparl "/usr/bin/perl" -Mblib=.. run_with_inc.pl ./par -q -B -Oparldyn cp parldyn ../blib/script/parldyn true ../blib/script/parldyn cp parl ../blib/script/parl true ../blib/script/parl make[1]: Leaving directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' cp script/par.pl blib/script/par.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/par.pl cp script/pp blib/script/pp "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pp cp script/tkpp blib/script/tkpp "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tkpp Manifying 4 pod documents Manifying 10 pod documents ==> Starting check()... make[1]: Entering directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' Makefile:862: warning: overriding recipe for target '.c.o' Makefile:340: warning: ignoring old recipe for target '.c.o' make[1]: Leaving directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' make[1]: Entering directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' Makefile:862: warning: overriding recipe for target '.c.o' Makefile:340: warning: ignoring old recipe for target '.c.o' No tests defined for myldr extension. make[1]: Leaving directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' 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/00-pod.t ............... skipped: Set environment variable PERL_TEST_POD=1 to test POD t/10-parl-generation.t ... ok /tmp/bg2BeNz35q syntax OK t/20-pp.t ................ ok # Please wait # Failed test 'Found the same file via PATH and full path' # at t/30-current_exec.t line 40. # got: '0 = /tmp/6_deQhBVSL//current_exec # PAR_PROGNAME = /tmp/6_deQhBVSL//current_exec # PAR_TEMP = /tmp/6_deQhBVSL/par-6275696c6475736572/cache-609726b8d34694c3c0622d742012969a45d2b322 # exec = /tmp/6_deQhBVSL/par-6275696c6475736572/cache-609726b8d34694c3c0622d742012969a45d2b322/current_exec # ' # expected: '0 = /tmp/6_deQhBVSL/current_exec # PAR_PROGNAME = /tmp/6_deQhBVSL/current_exec # PAR_TEMP = /tmp/6_deQhBVSL/par-6275696c6475736572/cache-609726b8d34694c3c0622d742012969a45d2b322 # exec = /tmp/6_deQhBVSL/par-6275696c6475736572/cache-609726b8d34694c3c0622d742012969a45d2b322/current_exec # ' # Looks like you failed 1 test of 3. t/30-current_exec.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests t/40-packer_cd_option.t .. ok t/80-doublecolon.t ....... ok t/85-crt-glob.t .......... ok t/85-myfile.t ............ ok t/90-gh41.t .............. skipped: Tests only relevant on Windows # PAR_TEMP = /tmp/NflLRFWdDZ/par-6275696c6475736572/cache-635318364c27343bca7c362265a462527add844f # running /tmp/NflLRFWdDZ/packed a second time # running /tmp/NflLRFWdDZ/packed a third time t/90-rt101800.t .......... ok t/90-rt103861.t .......... ok t/90-rt104560.t .......... ok t/90-rt104635.t .......... ok t/90-rt122949.t .......... skipped: Tests only relevant on Windows t/90-rt127064.t .......... skipped: Tests only relevant on Windows t/90-rt129312.t .......... ok # found core module Carp in /usr/share/perl5/core_perl/Carp.pm # found core module Exporter in /usr/share/perl5/core_perl/Exporter.pm # found core module File::Glob in /usr/lib/perl5/5.34/core_perl/File/Glob.pm # found core module List::Util in /usr/lib/perl5/5.34/core_perl/List/Util.pm t/90-rt130685.t .......... ok t/90-rt59710.t ........... ok Test Summary Report ------------------- t/30-current_exec.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 3 Non-zero exit status: 1 Files=18, Tests=131, 381 wallclock secs ( 0.24 usr 0.02 sys + 361.48 cusr 12.40 csys = 374.14 CPU) Result: FAIL Failed 1/18 test programs. 1/131 subtests failed. make: *** [Makefile:1055: test_dynamic] Error 255 ==> ERROR: A failure occurred in check().  Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-riscv64/felix15/build Shared connection to nidoking closed. receiving incremental file list perl-par-packer-1.054-1-riscv64-build.log perl-par-packer-1.054-1-riscv64-check.log sent 62 bytes received 2,819 bytes 1,920.67 bytes/sec total size is 8,329 speedup is 2.89