>>> perl-html-form: Building community/perl-html-form 6.12-r0 (using abuild 3.16.0_rc4-r0) started Sun, 09 Nov 2025 18:55:00 +0000
>>> perl-html-form: Validating /home/buildozer/aports/community/perl-html-form/APKBUILD...
>>> 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.42.0-r0)
( 3/16) Installing perl-uri (5.28-r0)
( 4/16) Installing perl-html-tagset (3.24-r0)
( 5/16) Installing perl-clone (0.47-r1)
( 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.01-r0)
(11/16) Installing perl-html-parser (3.83-r1)
(12/16) Installing perl-test-warnings (0.038-r0)
(13/16) Installing .makedepends-perl-html-form (20251109.185520)
(14/16) Installing perl-error (0.17030-r0)
(15/16) Installing perl-git (2.51.2-r0)
(16/16) Installing git-perl (2.51.2-r0)
busybox-1.37.0-r24.trigger: Executing script...
OK: 424 MiB in 121 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/v3.23/HTML-Form-6.12.tar.gz
/var/cache/distfiles/v3.23/HTML-Form-6.12.tar.gz: OK
>>> perl-html-form: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/HTML-Form-6.12.tar.gz
/var/cache/distfiles/v3.23/HTML-Form-6.12.tar.gz: OK
>>> perl-html-form: Unpacking /var/cache/distfiles/v3.23/HTML-Form-6.12.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/SubmitInput.pm blib/lib/HTML/Form/SubmitInput.pm
cp lib/HTML/Form/IgnoreInput.pm blib/lib/HTML/Form/IgnoreInput.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/TextInput.pm blib/lib/HTML/Form/TextInput.pm
cp lib/HTML/Form/ImageInput.pm blib/lib/HTML/Form/ImageInput.pm
cp lib/HTML/Form/Input.pm blib/lib/HTML/Form/Input.pm
cp lib/HTML/Form/ListInput.pm blib/lib/HTML/Form/ListInput.pm
cp lib/HTML/Form/KeygenInput.pm blib/lib/HTML/Form/KeygenInput.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.76
#
# === Configure Suggests ===
#
# Module Want Have
# -------- ------- ----
# JSON::PP 2.27300 4.16
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.76
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# ExtUtils::MakeMaker any 7.76
# File::Spec any 3.94
# HTTP::Response any 7.01
# Test::More 0.96 1.302210
# Test::Warnings any 0.038
# warnings any 1.74
#
# === 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.01
# HTTP::Request::Common 6.03 7.01
# Test::More 0.96 1.302210
# URI 1.10 5.28
# parent any 0.244
# perl 5.008001 5.042000
# strict any 1.14
#
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: 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'
# 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
# '
# Failed test at t/form.t line 466.
# got: 'POST http://example.com/secure/keygen/test.cgi
# Content-Length: 19
# Content-Type: application/x-www-form-urlencoded
#
# Field1=Default+Text'
# expected: 'POST http://example.com/secure/keygen/test.cgi
# Content-Length: 19
# Content-Type: application/x-www-form-urlencoded
#
# Field1=Default+Text
# '
# Failed test at t/form.t line 475.
# got: 'POST http://example.com/secure/keygen/test.cgi
# Content-Length: 33
# Content-Type: application/x-www-form-urlencoded
#
# randomkey=foo&Field1=Default+Text'
# expected: 'POST http://example.com/secure/keygen/test.cgi
# Content-Length: 33
# Content-Type: application/x-www-form-urlencoded
#
# randomkey=foo&Field1=Default+Text
# '
# Failed test at t/form.t line 605.
# got: 'POST http://localhost/
# Content-Length: 9
# Content-Type: application/x-www-form-urlencoded
#
# submit=go'
# expected: 'POST http://localhost/
# Content-Length: 9
# Content-Type: application/x-www-form-urlencoded
#
# submit=go
# '
# Failed test at t/form.t line 620.
# got: 'POST http://localhost/
# Content-Length: 7
# Content-Type: application/x-www-form-urlencoded
#
# submit='
# expected: 'POST http://localhost/
# Content-Length: 7
# Content-Type: application/x-www-form-urlencoded
#
# submit=
# '
# Looks like you failed 5 tests of 134.
t/form.t ...............
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/134 subtests
Test Summary Report
-------------------
t/form.t (Wstat: 1280 (exited 5) Tests: 134 Failed: 5)
Failed tests: 15, 112-113, 128-129
Non-zero exit status: 5
Files=12, Tests=223, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.78 cusr 0.13 csys = 0.95 CPU)
Result: FAIL
Failed 1/12 test programs. 5/223 subtests failed.
make: *** [Makefile:883: test_dynamic] Error 5
>>> ERROR: perl-html-form: check failed
>>> perl-html-form: Uninstalling dependencies...
( 1/16) Purging .makedepends-perl-html-form (20251109.185520)
( 2/16) Purging perl-html-parser (3.83-r1)
( 3/16) Purging perl-html-tagset (3.24-r0)
( 4/16) Purging perl-http-message (7.01-r0)
( 5/16) Purging perl-clone (0.47-r1)
( 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.038-r0)
(12/16) Purging git-perl (2.51.2-r0)
(13/16) Purging perl-git (2.51.2-r0)
(14/16) Purging perl-error (0.17030-r0)
(15/16) Purging perl (5.42.0-r0)
(16/16) Purging libbz2 (1.0.8-r6)
busybox-1.37.0-r24.trigger: Executing script...
OK: 385 MiB in 105 packages