>>> perl-html-form: Building community/perl-html-form 6.11-r1 (using abuild 3.14.0-r0) started Thu, 17 Oct 2024 17:17:05 +0000
>>> perl-html-form: Validating /home/buildozer/aports/community/perl-html-form/APKBUILD...
>>> WARNING: perl-html-form: Setting the maintainer with a comment is deprecated. Use maintainer="Timothy Legge " instead
>>> perl-html-form: Analyzing dependencies...
>>> perl-html-form: Installing for build: build-base perl perl-uri perl-html-parser perl-http-message perl-test-warnings
(1/16) Installing libbz2 (1.0.8-r6)
(2/16) Installing perl (5.40.0-r3)
(3/16) Installing perl-uri (5.28-r0)
(4/16) Installing perl-html-tagset (3.24-r0)
(5/16) Installing perl-clone (0.47-r0)
(6/16) Installing perl-http-date (6.06-r0)
(7/16) Installing perl-io-html (1.004-r1)
(8/16) Installing perl-encode-locale (1.05-r5)
(9/16) Installing perl-lwp-mediatypes (6.04-r3)
(10/16) Installing perl-http-message (7.00-r0)
(11/16) Installing perl-html-parser (3.83-r0)
(12/16) Installing perl-test-warnings (0.033-r0)
(13/16) Installing .makedepends-perl-html-form (20241017.171738)
(14/16) Installing perl-error (0.17029-r2)
(15/16) Installing perl-git (2.46.2-r0)
(16/16) Installing git-perl (2.46.2-r0)
Executing busybox-1.36.1-r32.trigger
OK: 280 MiB in 116 packages
>>> perl-html-form: Cleaning up srcdir
>>> perl-html-form: Cleaning up pkgdir
>>> perl-html-form: Cleaning up tmpdir
>>> perl-html-form: Fetching https://distfiles.alpinelinux.org/distfiles/edge/HTML-Form-6.11.tar.gz
>>> perl-html-form: Fetching https://distfiles.alpinelinux.org/distfiles/edge/HTML-Form-6.11.tar.gz
>>> perl-html-form: Checking sha512sums...
HTML-Form-6.11.tar.gz: OK
>>> perl-html-form: Unpacking /var/cache/distfiles/HTML-Form-6.11.tar.gz...
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for HTML::Form
Writing MYMETA.yml and MYMETA.json
cp lib/HTML/Form/ImageInput.pm blib/lib/HTML/Form/ImageInput.pm
cp lib/HTML/Form/SubmitInput.pm blib/lib/HTML/Form/SubmitInput.pm
cp lib/HTML/Form/TextInput.pm blib/lib/HTML/Form/TextInput.pm
cp lib/HTML/Form/ListInput.pm blib/lib/HTML/Form/ListInput.pm
cp lib/HTML/Form/Input.pm blib/lib/HTML/Form/Input.pm
cp lib/HTML/Form/KeygenInput.pm blib/lib/HTML/Form/KeygenInput.pm
cp lib/HTML/Form.pm blib/lib/HTML/Form.pm
cp lib/HTML/Form/FileInput.pm blib/lib/HTML/Form/FileInput.pm
cp lib/HTML/Form/IgnoreInput.pm blib/lib/HTML/Form/IgnoreInput.pm
Manifying 9 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
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.70
#
# === Configure Suggests ===
#
# Module Want Have
# -------- ------- ----
# JSON::PP 2.27300 4.16
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.70
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# ExtUtils::MakeMaker any 7.70
# File::Spec any 3.90
# HTTP::Response any 7.00
# Test::More 0.96 1.302199
# Test::Warnings any 0.033
# warnings any 1.70
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# --------------------- ---- --------
# Carp any 1.54
# Encode 2 3.21
# HTML::TokeParser any 3.83
# HTTP::Request 6 7.00
# HTTP::Request::Common 6.03 7.00
# Test::More 0.96 1.302199
# URI 1.10 5.28
# parent any 0.241
# strict any 1.13
#
t/00-report-prereqs.t .. ok
t/autocomplete.t ....... ok
t/file_upload.t ........ ok
t/find_input.t ......... ok
t/form-label.t ......... ok
t/form-maxlength.t ..... ok
t/form-multi-select.t .. ok
t/form-param.t ......... ok
t/form-parse.t ......... ok
t/form-selector.t ...... ok
t/form-unicode.t ....... ok
# Failed test at t/form.t line 86.
# got: 'POST http://localhost/
# Content-Length: 80
# Content-Type: application/x-www-form-urlencoded
#
# i.x=1&i.y=1&c=on&r=b&t=&p=&tel=&date=&h=xyzzy&f=&x=&a=%0Aabc%0A+++&s=bar&m=a&m=b
# '
# expected: 'POST http://localhost/
# Content-Length: 86
# Content-Type: application/x-www-form-urlencoded
#
# i.x=1&i.y=1&c=on&r=b&t=&p=&tel=&date=&h=xyzzy&f=&x=&a=%0D%0Aabc%0D%0A+++&s=bar&m=a&m=b
# '
# Looks like you failed 1 test of 134.
t/form.t ...............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/134 subtests
Test Summary Report
-------------------
t/form.t (Wstat: 256 (exited 1) Tests: 134 Failed: 1)
Failed test: 15
Non-zero exit status: 1
Files=12, Tests=223, 2 wallclock secs ( 0.06 usr 0.01 sys + 1.65 cusr 0.21 csys = 1.93 CPU)
Result: FAIL
Failed 1/12 test programs. 1/223 subtests failed.
make: *** [Makefile:908: test_dynamic] Error 1
>>> ERROR: perl-html-form: check failed
>>> perl-html-form: Uninstalling dependencies...
(1/16) Purging .makedepends-perl-html-form (20241017.171738)
(2/16) Purging perl-html-parser (3.83-r0)
(3/16) Purging perl-html-tagset (3.24-r0)
(4/16) Purging perl-http-message (7.00-r0)
(5/16) Purging perl-clone (0.47-r0)
(6/16) Purging perl-http-date (6.06-r0)
(7/16) Purging perl-uri (5.28-r0)
(8/16) Purging perl-io-html (1.004-r1)
(9/16) Purging perl-encode-locale (1.05-r5)
(10/16) Purging perl-lwp-mediatypes (6.04-r3)
(11/16) Purging perl-test-warnings (0.033-r0)
(12/16) Purging git-perl (2.46.2-r0)
(13/16) Purging perl-git (2.46.2-r0)
(14/16) Purging perl-error (0.17029-r2)
(15/16) Purging perl (5.40.0-r3)
(16/16) Purging libbz2 (1.0.8-r6)
Executing busybox-1.36.1-r32.trigger
OK: 243 MiB in 100 packages