>>> perl-math-random: Building testing/perl-math-random 0.72-r0 (using abuild 3.13.0-r5) started Mon, 26 Aug 2024 05:19:04 +0000 >>> perl-math-random: Checking sanity of /home/buildozer/aports/testing/perl-math-random/APKBUILD... >>> perl-math-random: Analyzing dependencies... >>> perl-math-random: Installing for build: build-base perl perl-dev (1/8) Installing libbz2 (1.0.8-r6) (2/8) Installing perl (5.40.0-r1) (3/8) Installing perl-utils (5.40.0-r1) (4/8) Installing perl-dev (5.40.0-r1) (5/8) Installing .makedepends-perl-math-random (20240826.051905) (6/8) Installing perl-error (0.17029-r2) (7/8) Installing perl-git (2.46.0-r0) (8/8) Installing git-perl (2.46.0-r0) Executing busybox-1.36.1-r31.trigger OK: 419 MiB in 115 packages >>> perl-math-random: Cleaning up srcdir >>> perl-math-random: Cleaning up pkgdir >>> perl-math-random: Cleaning up tmpdir >>> perl-math-random: Fetching https://distfiles.alpinelinux.org/distfiles/edge//Math-Random-0.72.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-math-random: Fetching https://cpan.metacpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.72.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 46907 100 46907 0 0 816k 0 --:--:-- --:--:-- --:--:-- 832k >>> perl-math-random: Fetching https://distfiles.alpinelinux.org/distfiles/edge//Math-Random-0.72.tar.gz >>> perl-math-random: Checking sha512sums... Math-Random-0.72.tar.gz: OK >>> perl-math-random: Unpacking /var/cache/distfiles/edge/Math-Random-0.72.tar.gz... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Math::Random Writing MYMETA.yml and MYMETA.json Running Mkbootstrap for Random () chmod 644 "Random.bs" "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' Random.xs > Random.xsc cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" com.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" helper.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" linpack.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" randlib.c "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs blib/arch/auto/Math/Random/Random.bs 644 cp test1.pl blib/lib/Math/test1.pl cp test2.pl blib/lib/Math/test2.pl cp Random.pm blib/lib/Math/Random.pm AutoSplitting blib/lib/Math/Random.pm (blib/lib/auto/Math/Random) cp example.pl blib/lib/Math/example.pl mv Random.xsc Random.c cc -c -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Random.c rm -f blib/arch/auto/Math/Random/Random.so cc -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -L/usr/local/lib -fstack-protector-strong Random.o com.o helper.o linpack.o randlib.o -o blib/arch/auto/Math/Random/Random.so \ -lm \ chmod 755 blib/arch/auto/Math/Random/Random.so Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs blib/arch/auto/Math/Random/Random.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..16 ok 1 random_uniform..................ok 2 random_uniform_integer..........ok 3 random_permutation..............ok 4 random_permuted_index...........ok 5 random_normal...................ok 6 random_chi_square...............ok 7 random_f........................ok 8 random_beta.....................ok 9 random_binomial.................ok 10 random_poisson..................ok 11 random_exponential..............ok 12 random_gamma....................ok 13 random_multinomial..............ok 14 random_negative_binomial........ok 15 random_multivariate_normal......ok 16 All tests successful. >>> perl-math-random: Entering fakeroot... "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs blib/arch/auto/Math/Random/Random.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/lib/perl5/vendor_perl/auto/Math/Random/Random.so Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/lib/perl5/vendor_perl/Math/example.pl Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/lib/perl5/vendor_perl/Math/test1.pl Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/lib/perl5/vendor_perl/Math/Random.pm Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/lib/perl5/vendor_perl/Math/test2.pl Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/lib/perl5/vendor_perl/auto/Math/Random/autosplit.ix Installing /home/buildozer/aports/testing/perl-math-random/pkg/perl-math-random/usr/share/man/man3/Math::Random.3pm removed 'usr/lib/perl5/vendor_perl/Math/example.pl' removed 'usr/lib/perl5/vendor_perl/Math/test1.pl' removed 'usr/lib/perl5/vendor_perl/Math/test2.pl' >>> perl-math-random-doc*: Running split function doc... >>> perl-math-random-doc*: Preparing subpackage perl-math-random-doc... >>> perl-math-random-doc*: Running postcheck for perl-math-random-doc >>> perl-math-random*: Running postcheck for perl-math-random >>> perl-math-random*: Preparing package perl-math-random... >>> perl-math-random*: Stripping binaries >>> perl-math-random-doc*: Scanning shared objects >>> perl-math-random*: Scanning shared objects >>> perl-math-random-doc*: Tracing dependencies... >>> perl-math-random-doc*: Package size: 32.0 KB >>> perl-math-random-doc*: Compressing data... >>> perl-math-random-doc*: Create checksum... >>> perl-math-random-doc*: Create perl-math-random-doc-0.72-r0.apk >>> perl-math-random*: Tracing dependencies... perl so:libc.musl-s390x.so.1 >>> perl-math-random*: Package size: 136.0 KB >>> perl-math-random*: Compressing data... >>> perl-math-random*: Create checksum... >>> perl-math-random*: Create perl-math-random-0.72-r0.apk >>> perl-math-random: Build complete at Mon, 26 Aug 2024 05:19:07 +0000 elapsed time 0h 0m 3s >>> perl-math-random: Cleaning up srcdir >>> perl-math-random: Cleaning up pkgdir >>> perl-math-random: Uninstalling dependencies... (1/8) Purging .makedepends-perl-math-random (20240826.051905) (2/8) Purging perl-dev (5.40.0-r1) (3/8) Purging perl-utils (5.40.0-r1) (4/8) Purging git-perl (2.46.0-r0) (5/8) Purging perl-git (2.46.0-r0) (6/8) Purging perl-error (0.17029-r2) (7/8) Purging perl (5.40.0-r1) (8/8) Purging libbz2 (1.0.8-r6) Executing busybox-1.36.1-r31.trigger OK: 368 MiB in 107 packages >>> perl-math-random: Updating the testing/s390x repository index... >>> perl-math-random: Signing the index...