Building package "perl-crypt-rijndael" :: Synchronizing package databases... core downloading... extra downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (4) libelf-0.191-2 ncurses-6.4_20230520-3 pcre2-10.43-4 zlib-1:1.3.1-2 Total Installed Size: 13.53 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading zlib... upgrading ncurses... upgrading libelf... upgrading pcre2... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... warning: perl-5.38.2-1 is up to date -- skipping resolving dependencies... looking for conflicting packages... Packages (1) perl-test-manifest-2.024-1 Total Installed Size: 0.01 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing perl-test-manifest... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: perl-crypt-rijndael 1.16-3 (Fri 03 May 2024 02:26:18 PM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading Crypt-Rijndael-1.16.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 71818 100 71818 0 0 1683k 0 --:--:-- --:--:-- --:--:-- 1710k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with md5sums... Crypt-Rijndael-1.16.tar.gz ... Passed ==> Extracting sources... -> Extracting Crypt-Rijndael-1.16.tar.gz with bsdtar ==> Starting build()... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/include/db5.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/perl/src=/usr/src/debug/perl -flto=auto -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib/perl5/5.38/core_perl/CORE" _rijndael.c Running Mkbootstrap for Rijndael () "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/home/main-builder/pkgwork/src/Crypt-Rijndael-1.16/typemap' Rijndael.xs > Rijndael.xsc chmod 644 "Rijndael.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 cp Rijndael.pm blib/lib/Crypt/Rijndael.pm mv Rijndael.xsc Rijndael.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/include/db5.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/perl/src=/usr/src/debug/perl -flto=auto -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib/perl5/5.38/core_perl/CORE" Rijndael.c In file included from Rijndael.xs:28: ppport.h:4471: warning: "WIDEST_UTYPE" redefined 4471 | # define WIDEST_UTYPE U64TYPE | In file included from /usr/lib/perl5/5.38/core_perl/CORE/perl.h:3327, from Rijndael.xs:25: /usr/lib/perl5/5.38/core_perl/CORE/handy.h:1422: note: this is the location of the previous definition 1422 | #define WIDEST_UTYPE PERL_UINTMAX_T | ppport.h:6145: warning: "MUTABLE_PTR" redefined 6145 | # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) | /usr/lib/perl5/5.38/core_perl/CORE/handy.h:99: note: this is the location of the previous definition 99 | # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) | Rijndael.c: In function ‘XS_Crypt__Rijndael_set_iv’: Rijndael.c:275:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 275 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} Rijndael.c: In function ‘XS_Crypt__Rijndael_encrypt’: Rijndael.c:322:38: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 322 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.so cc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -L/usr/lib/db5.3 -fstack-protector-strong _rijndael.o Rijndael.o -o blib/arch/auto/Crypt/Rijndael/Rijndael.so \ \ chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.so Manifying 1 pod document ==> Starting check()... Generating a Unix-style Makefile Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/include/db5.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/perl/src=/usr/src/debug/perl -flto=auto -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib/perl5/5.38/core_perl/CORE" _rijndael.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/include/db5.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/perl/src=/usr/src/debug/perl -flto=auto -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I/usr/lib/perl5/5.38/core_perl/CORE" Rijndael.c Running Mkbootstrap for Rijndael () chmod 644 "Rijndael.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 Skip blib/lib/Crypt/Rijndael.pm (unchanged) In file included from Rijndael.xs:28: ppport.h:4471: warning: "WIDEST_UTYPE" redefined 4471 | # define WIDEST_UTYPE U64TYPE | In file included from /usr/lib/perl5/5.38/core_perl/CORE/perl.h:3327, from Rijndael.xs:25: /usr/lib/perl5/5.38/core_perl/CORE/handy.h:1422: note: this is the location of the previous definition 1422 | #define WIDEST_UTYPE PERL_UINTMAX_T | ppport.h:6145: warning: "MUTABLE_PTR" redefined 6145 | # define MUTABLE_PTR(p) ({ void *_p = (p); _p; }) | /usr/lib/perl5/5.38/core_perl/CORE/handy.h:99: note: this is the location of the previous definition 99 | # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) | Rijndael.c: In function ‘XS_Crypt__Rijndael_set_iv’: Rijndael.c:275:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 275 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} Rijndael.c: In function ‘XS_Crypt__Rijndael_encrypt’: Rijndael.c:322:38: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘STRLEN’ {aka ‘long unsigned int’} [-Wformat=] 322 | Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ | | | STRLEN {aka long unsigned int} rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.so cc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -L/usr/lib/db5.3 -fstack-protector-strong _rijndael.o Rijndael.o -o blib/arch/auto/Crypt/Rijndael/Rijndael.so \ \ chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.so 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/*/*.t t/00_load.t ... ok t/modes.t ..... ok t/rt/27632.t .. ok All tests successful. Files=3, Tests=132, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.07 cusr 0.02 csys = 0.11 CPU) Result: PASS ==> Entering fakeroot environment... ==> Starting package()... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 Manifying 1 pod document Appending installation info to /home/main-builder/pkgwork/pkg/perl-crypt-rijndael/usr/lib/perl5/5.38/core_perl/perllocal.pod Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/main-builder/pkgwork/pkg/perl-crypt-rijndael/usr/lib/perl5/5.38/vendor_perl/auto/Crypt/Rijndael/Rijndael.so Installing /home/main-builder/pkgwork/pkg/perl-crypt-rijndael/usr/lib/perl5/5.38/vendor_perl/Crypt/Rijndael.pm Installing /home/main-builder/pkgwork/pkg/perl-crypt-rijndael/usr/share/man/man3/Crypt::Rijndael.3pm ==> Tidying install... -> Removing empty directories... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> WARNING: Package contains reference to $srcdir usr/lib/perl5/5.38/vendor_perl/auto/Crypt/Rijndael/Rijndael.so ==> Creating package "perl-crypt-rijndael"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: perl-crypt-rijndael 1.16-3 (Fri 03 May 2024 02:26:22 PM CEST) umount: /tmp/chaotic/routines/hourly.1/perl-crypt-rijndael/machine/root/var/pkgdest unmounted umount: /tmp/chaotic/routines/hourly.1/perl-crypt-rijndael/machine/root/var/cache/pacman/pkg unmounted umount: /tmp/chaotic/routines/hourly.1/perl-crypt-rijndael/machine/root/home/main-builder/pkgsrc unmounted umount: /tmp/chaotic/routines/hourly.1/perl-crypt-rijndael/machine/root/home/main-builder/.ccache unmounted umount: /tmp/chaotic/routines/hourly.1/perl-crypt-rijndael/machine/root/home/main-builder/pkgwork unmounted umount: /tmp/chaotic/routines/hourly.1/perl-crypt-rijndael/machine/root (overlay) unmounted real 0m7.151s user 0m3.776s sys 0m3.563s