>>> perl-gdgraph: Building main/perl-gdgraph 1.56-r0 (using abuild 3.11.0_rc12-r0) started Thu, 20 Apr 2023 20:54:01 +0000 >>> perl-gdgraph: Checking sanity of /home/buildozer/aports/main/perl-gdgraph/APKBUILD... >>> perl-gdgraph: Analyzing dependencies... >>> perl-gdgraph: Installing for build: build-base perl perl-gdtextutil perl-gd perl-dev perl-capture-tiny perl-test-exception (1/35) Installing libbz2 (1.0.8-r5) (2/35) Installing perl (5.36.0-r3) (3/35) Installing libxau (1.0.11-r1) (4/35) Installing libmd (1.0.4-r2) (5/35) Installing libbsd (0.11.7-r1) (6/35) Installing libxdmcp (1.1.4-r1) (7/35) Installing libxcb (1.15-r1) (8/35) Installing libx11 (1.8.4-r2) (9/35) Installing libxext (1.3.5-r1) (10/35) Installing libice (1.1.1-r1) (11/35) Installing libuuid (2.38.1-r7) (12/35) Installing libsm (1.2.4-r1) (13/35) Installing libxt (1.3.0-r1) (14/35) Installing libxpm (3.5.16-r0) (15/35) Installing aom-libs (3.6.0-r2) (16/35) Installing libdav1d (1.1.0-r1) (17/35) Installing libavif (0.11.1-r1) (18/35) Installing libpng (1.6.39-r3) (19/35) Installing freetype (2.13.0-r4) (20/35) Installing fontconfig (2.14.2-r3) (21/35) Installing libjpeg-turbo (2.1.5.1-r2) (22/35) Installing libwebp (1.3.0-r1) (23/35) Installing tiff (4.5.0-r6) (24/35) Installing libgd (2.3.3-r7) (25/35) Installing perl-gd (2.76-r1) (26/35) Installing perl-gdtextutil (0.86-r3) (27/35) Installing perl-utils (5.36.0-r3) (28/35) Installing perl-dev (5.36.0-r3) (29/35) Installing perl-capture-tiny (0.48-r3) (30/35) Installing perl-sub-uplevel (0.2800-r2) (31/35) Installing perl-test-exception (0.43-r3) (32/35) Installing .makedepends-perl-gdgraph (20230420.205402) (33/35) Installing perl-error (0.17029-r1) (34/35) Installing perl-git (2.40.0-r1) (35/35) Installing git-perl (2.40.0-r1) Executing busybox-1.36.0-r7.trigger OK: 458 MiB in 132 packages >>> perl-gdgraph: Cleaning up srcdir >>> perl-gdgraph: Cleaning up pkgdir >>> perl-gdgraph: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/GDGraph-1.56.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> perl-gdgraph: Fetching https://cpan.metacpan.org/authors/id/B/BP/BPS/GDGraph-1.56.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 100 159k 100 159k 0 0 1749k 0 --:--:-- --:--:-- --:--:-- 1734k >>> perl-gdgraph: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/GDGraph-1.56.tar.gz >>> perl-gdgraph: Checking sha512sums... GDGraph-1.56.tar.gz: OK >>> perl-gdgraph: Unpacking /var/cache/distfiles/v3.18/GDGraph-1.56.tar.gz... tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.visibleIndex' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.selectionRange' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.visibleIndex' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.selectionRange' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.visibleIndex' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.selectionRange' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.visibleIndex' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.selectionRange' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.visibleIndex' tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.macromates.selectionRange' Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for GD::Graph Writing MYMETA.yml and MYMETA.json The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. UPDATE 1: Running the examples is part of the test procedure now. You are still encouraged to run check them out to learn from them and to see the ouput images. UPDATE 2 (2023-0-13): The samples fail if libgd is installed without image support enabled, which is the default starting with version 2.3.3. The samples should be automatically skipped if this is detected. To run the tests from samples, install libgd with image support enabled. cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm cp Graph/points.pm blib/lib/GD/Graph/points.pm cp Graph/Data.pm blib/lib/GD/Graph/Data.pm cp Graph.pm blib/lib/GD/Graph.pm cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm cp Graph/lines.pm blib/lib/GD/Graph/lines.pm cp Graph/colour.pm blib/lib/GD/Graph/colour.pm cp Graph/utils.pm blib/lib/GD/Graph/utils.pm cp Graph/Error.pm blib/lib/GD/Graph/Error.pm cp Graph/area.pm blib/lib/GD/Graph/area.pm cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm cp Graph/bars.pm blib/lib/GD/Graph/bars.pm cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm cp Graph/pie.pm blib/lib/GD/Graph/pie.pm Manifying 6 pod documents 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/axestype.t ................... ok t/bugfixes.t ................... ok t/colour.t ..................... ok t/data.t ....................... ok t/error.t ...................... ok t/samples.t .................... ok t/tickets/73185-div-by-zero.t .. ok t/use.t ........................ ok All tests successful. Files=8, Tests=194, 1 wallclock secs ( 0.06 usr 0.03 sys + 1.16 cusr 0.12 csys = 1.37 CPU) Result: PASS >>> perl-gdgraph: Entering fakeroot... Manifying 6 pod documents Appending installation info to /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/lib/perl5/core_perl/perllocal.pod Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/lines.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/bars.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/pie.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/axestype.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/linespoints.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/utils.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/mixed.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/Data.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/FAQ.pod Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/points.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/hbars.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/area.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/Error.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/perl5/vendor_perl/GD/Graph/colour.pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph.3pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::colour.3pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::FAQ.3pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::Data.3pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::Error.3pm Installing /home/buildozer/aports/main/perl-gdgraph/pkg/perl-gdgraph/usr/share/man/man3/GD::Graph::hbars.3pm >>> perl-gdgraph-doc*: Running split function doc... >>> perl-gdgraph-doc*: Preparing subpackage perl-gdgraph-doc... >>> perl-gdgraph-doc*: Running postcheck for perl-gdgraph-doc >>> perl-gdgraph*: Running postcheck for perl-gdgraph >>> perl-gdgraph*: Preparing package perl-gdgraph... >>> perl-gdgraph-doc*: Tracing dependencies... >>> perl-gdgraph-doc*: Package size: 60.0 KB >>> perl-gdgraph-doc*: Compressing data... >>> perl-gdgraph-doc*: Create checksum... >>> perl-gdgraph-doc*: Create perl-gdgraph-doc-1.56-r0.apk >>> perl-gdgraph*: Tracing dependencies... >>> perl-gdgraph*: Package size: 292.0 KB >>> perl-gdgraph*: Compressing data... >>> perl-gdgraph*: Create checksum... >>> perl-gdgraph*: Create perl-gdgraph-1.56-r0.apk >>> perl-gdgraph: Build complete at Thu, 20 Apr 2023 20:54:06 +0000 elapsed time 0h 0m 5s >>> perl-gdgraph: Cleaning up srcdir >>> perl-gdgraph: Cleaning up pkgdir >>> perl-gdgraph: Uninstalling dependencies... (1/35) Purging .makedepends-perl-gdgraph (20230420.205402) (2/35) Purging perl-gdtextutil (0.86-r3) (3/35) Purging perl-gd (2.76-r1) (4/35) Purging perl-dev (5.36.0-r3) (5/35) Purging perl-utils (5.36.0-r3) (6/35) Purging perl-capture-tiny (0.48-r3) (7/35) Purging perl-test-exception (0.43-r3) (8/35) Purging perl-sub-uplevel (0.2800-r2) (9/35) Purging git-perl (2.40.0-r1) (10/35) Purging perl-git (2.40.0-r1) (11/35) Purging perl-error (0.17029-r1) (12/35) Purging perl (5.36.0-r3) (13/35) Purging libgd (2.3.3-r7) (14/35) Purging libxpm (3.5.16-r0) (15/35) Purging libxt (1.3.0-r1) (16/35) Purging tiff (4.5.0-r6) (17/35) Purging libavif (0.11.1-r1) (18/35) Purging aom-libs (3.6.0-r2) (19/35) Purging fontconfig (2.14.2-r3) (20/35) Purging freetype (2.13.0-r4) (21/35) Purging libxext (1.3.5-r1) (22/35) Purging libx11 (1.8.4-r2) (23/35) Purging libxcb (1.15-r1) (24/35) Purging libxdmcp (1.1.4-r1) (25/35) Purging libbsd (0.11.7-r1) (26/35) Purging libbz2 (1.0.8-r5) (27/35) Purging libdav1d (1.1.0-r1) (28/35) Purging libsm (1.2.4-r1) (29/35) Purging libice (1.1.1-r1) (30/35) Purging libjpeg-turbo (2.1.5.1-r2) (31/35) Purging libmd (1.0.4-r2) (32/35) Purging libpng (1.6.39-r3) (33/35) Purging libuuid (2.38.1-r7) (34/35) Purging libwebp (1.3.0-r1) (35/35) Purging libxau (1.0.11-r1) Executing busybox-1.36.0-r7.trigger OK: 392 MiB in 97 packages >>> perl-gdgraph: Updating the main/x86_64 repository index... >>> perl-gdgraph: Signing the index...