>>> trurl: Building testing/trurl 0.4-r0 (using abuild 3.10.0-r0) started Tue, 11 Apr 2023 04:56:58 +0000 >>> trurl: Checking sanity of /home/buildozer/aports/testing/trurl/APKBUILD... >>> trurl: Analyzing dependencies... >>> trurl: Installing for build: build-base curl-dev perl (1/13) Installing libidn2-dev (2.3.4-r0) (2/13) Installing openssl-dev (3.1.0-r2) (3/13) Installing nghttp2-dev (1.52.0-r0) (4/13) Installing zlib-dev (1.2.13-r0) (5/13) Installing brotli (1.0.9-r11) (6/13) Installing brotli-dev (1.0.9-r11) (7/13) Installing curl-dev (8.0.1-r1) (8/13) Installing libbz2 (1.0.8-r4) (9/13) Installing perl (5.36.0-r0) (10/13) Installing .makedepends-trurl (20230411.045659) (11/13) Installing perl-error (0.17029-r1) (12/13) Installing perl-git (2.40.0-r0) (13/13) Installing git-perl (2.40.0-r0) Executing busybox-1.36.0-r6.trigger OK: 337 MiB in 111 packages >>> trurl: Cleaning up srcdir >>> trurl: Cleaning up pkgdir >>> trurl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/trurl-0.4.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 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> trurl: Fetching trurl-0.4.tar.gz::https://github.com/curl/trurl/archive/refs/tags/trurl-0.4.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23602 0 23602 0 0 17512 0 --:--:-- 0:00:01 --:--:-- 38947 >>> trurl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/trurl-0.4.tar.gz >>> trurl: Checking sha512sums... trurl-0.4.tar.gz: OK >>> trurl: Unpacking /var/cache/distfiles/trurl-0.4.tar.gz... gcc -Os -fomit-frame-pointer -W -Wall -pedantic -g -Os -fomit-frame-pointer -c -o trurl.o trurl.c gcc -Wl,--as-needed,-O1,--sort-common trurl.o -lcurl -o trurl 1..80 ok 1 - ./trurl example.com ok 2 - ./trurl http://example.com ok 3 - ./trurl https://example.com ok 4 - ./trurl hp://example.com ok 5 - ./trurl ok 6 - ./trurl ftp.example.com ok 7 - ./trurl https://example.com/../moo ok 8 - ./trurl https://example.com/.././moo ok 9 - ./trurl https://example.com/test/../moo ok 10 - ./trurl localhost --append path=moo ok 11 - ./trurl localhost -a path=moo ok 12 - ./trurl --set host=moo --set scheme=http ok 13 - ./trurl -s host=moo -s scheme=http ok 14 - ./trurl --set host=moo --set scheme=https --set port=999 ok 15 - ./trurl --set host=moo --set scheme=ftps --set path=/hello ok 16 - ./trurl --url https://curl.se --set host=example.com ok 17 - ./trurl --set host=example.com --set scheme=ftp ok 18 - ./trurl --url https://curl.se/we/are.html --redirect here.html ok 19 - ./trurl --url https://curl.se/we/../are.html --set port=8080 ok 20 - ./trurl https://curl.se:22/ -s port=443 ok 21 - ./trurl https://curl.se:22/ -s port=443 --get {url} ok 22 - ./trurl --url https://curl.se/we/are.html --get "{path}" ok 23 - ./trurl --url https://curl.se/we/are.html --get "{port}" ok 24 - ./trurl --url https://curl.se/we/are.html --get "{scheme}" ok 25 - ./trurl --url https://hello@curl.se/we/are.html --get "{user}" ok 26 - ./trurl --url https://hello:secret@curl.se/we/are.html --get "{password}" ok 27 - ./trurl --url "imap://hello:secret;crazy@curl.se/we/are.html" --get "{options}" ok 28 - ./trurl --url https://curl.se/we/are.html --get "{host}" ok 29 - ./trurl --url https://10.1/we/are.html --get "{host}" ok 30 - ./trurl --url https://[fe80::0000:20c:29ff:fe9c:409b]:8080/we/are.html --get "{host}" ok 31 - ./trurl --url https://[fe80::0000:20c:29ff:fe9c:409b%euth0]:8080/we/are.html --get "{zoneid}" ok 32 - ./trurl --url https://[fe80::0000:20c:29ff:fe9c:409b%eth0]:8080/we/are.html --get "{zoneid}" ok 33 - ./trurl --url "https://curl.se/we/are.html?user=many\#more" --get "{query}" ok 34 - ./trurl --url "https://curl.se/we/are.html?user=many\#more" --get "{fragment}" ok 35 - ./trurl --url https://curl.se/we/are.html -g "{port}" ok 36 - ./trurl --url https://curl.se/hello --append path=you ok 37 - ./trurl --url https://curl.se/hello --append "path=you index.html" ok 38 - ./trurl --url "https://curl.se?name=hello" --append query=search=string ok 39 - ./trurl --url https://curl.se/hello --set user=:hej: ok 40 - ./trurl --url https://curl.se/hello --set user=hej --set password=secret ok 41 - ./trurl --url https://curl.se/hello --set query:=user=me ok 42 - ./trurl --url https://curl.se/hello --set query=user=me ok 43 - ./trurl --url https://curl.se/hello --set fragment=" hello" ok 44 - ./trurl --url https://curl.se/hello --set fragment:="%20hello" ok 45 - ./trurl localhost --append query=hello=foo ok 46 - ./trurl localhost -a query=hello=foo ok 47 - ./trurl "https://example.com?search=hello&utm_source=tracker" --trim query="utm_*" ok 48 - ./trurl "https://example.com?search=hello&utm_source=tracker&more=data" --trim query="utm_*" ok 49 - ./trurl "https://example.com?search=hello&more=data" --trim query="utm_*" ok 50 - ./trurl "https://example.com?utm_source=tracker" --trim query="utm_*" ok 51 - ./trurl "https://example.com?search=hello&utm_source=tracker&more=data" --trim query="utm_source" ok 52 - ./trurl "https://example.com?search=hello&utm_source=tracker&more=data" --trim query="utm_source" --trim query=more --trim query=search ok 53 - ./trurl --accept-space --url "gopher://localhost/ with space" ok 54 - ./trurl --accept-space --url "https://localhost/?with space" ok 55 - ./trurl https://daniel@curl.se:22/ -s port= -s user= ok 56 - ./trurl "https://example.com?moo&search=hello" --trim query=search ok 57 - ./trurl "https://example.com?search=hello&moo" --trim query=search ok 58 - ./trurl "https://example.com?search=hello" --trim query=search --append query=moo ok 59 - ./trurl https://hello:443/foo ok 60 - ./trurl ftp://hello:21/foo ok 61 - ./trurl https://hello:443/foo -s scheme=ftp ok 62 - ./trurl ftp://hello:443/foo -s scheme=https ok 63 - ./trurl "https://example.com?utm_source=tra%20cker&address%20=home&here=now&thisthen" -g {query:utm_source} ok 64 - ./trurl "https://example.com?utm_source=tra%20cker&address%20=home&here=now&thisthen" -g {:query:utm_source} ok 65 - ./trurl "https://example.com?utm_source=tra%20cker&address%20=home&here=now&thisthen" -g {:query:utm_} ok 66 - ./trurl "https://example.com?utm_source=tra%20cker&address%20=home&here=now&thisthen" -g {:query:UTM_SOURCE} ok 67 - ./trurl "https://example.com?utm_source=tracker&monkey=123" --sort-query ok 68 - ./trurl "https://example.com?a=b&c=d&" --sort-query ok 69 - ./trurl "https://example.com?a=b&c=d&" --sort-query --trim query=a ok 70 - ./trurl example.com:29 --set port= ok 71 - ./trurl --url HTTPS://example.com ok 72 - ./trurl --url https://EXAMPLE.com ok 73 - ./trurl --url https://example.com/FOO/BAR ok 74 - ./trurl --url [2001:0db8:0000:0000:0000:ff00:0042:8329] ok 75 - ./trurl "https://example.com?utm=tra%20cker:address%20=home:here=now:thisthen" --sort-query --query-separator ":" ok 76 - ./trurl "foo?a=bCd=eCe=f" --query-separator C --trim query=d ok 77 - ./trurl --json "https://example.com?utm=tra%20cker&address%20=home&here=now&thisthen" ok 78 - ./trurl --json ftp://smith:secret@example.com:33/path?search=me\#where ok 79 - ./trurl --json example.com other.com ok 80 - ./trurl --json example.com >>> trurl: Entering fakeroot... install -d /home/buildozer/aports/testing/trurl/pkg/trurl/usr/bin install -m 0755 trurl /home/buildozer/aports/testing/trurl/pkg/trurl/usr/bin install -d /home/buildozer/aports/testing/trurl/pkg/trurl/usr/share/man/man1 install -m 0644 trurl.1 /home/buildozer/aports/testing/trurl/pkg/trurl/usr/share/man/man1 >>> trurl-doc*: Running split function doc... >>> trurl-doc*: Preparing subpackage trurl-doc... >>> trurl-doc*: Running postcheck for trurl-doc >>> trurl*: Running postcheck for trurl >>> trurl*: Preparing package trurl... >>> trurl*: Stripping binaries >>> trurl-doc*: Scanning shared objects >>> trurl*: Scanning shared objects >>> trurl-doc*: Tracing dependencies... >>> trurl-doc*: Package size: 24.0 KB >>> trurl-doc*: Compressing data... >>> trurl-doc*: Create checksum... >>> trurl-doc*: Create trurl-doc-0.4-r0.apk >>> trurl*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libcurl.so.4 >>> trurl*: Package size: 80.0 KB >>> trurl*: Compressing data... >>> trurl*: Create checksum... >>> trurl*: Create trurl-0.4-r0.apk >>> trurl: Build complete at Tue, 11 Apr 2023 04:57:03 +0000 elapsed time 0h 0m 5s >>> trurl: Cleaning up srcdir >>> trurl: Cleaning up pkgdir >>> trurl: Uninstalling dependencies... (1/13) Purging .makedepends-trurl (20230411.045659) (2/13) Purging curl-dev (8.0.1-r1) (3/13) Purging libidn2-dev (2.3.4-r0) (4/13) Purging openssl-dev (3.1.0-r2) (5/13) Purging nghttp2-dev (1.52.0-r0) (6/13) Purging zlib-dev (1.2.13-r0) (7/13) Purging brotli-dev (1.0.9-r11) (8/13) Purging brotli (1.0.9-r11) (9/13) Purging git-perl (2.40.0-r0) (10/13) Purging perl-git (2.40.0-r0) (11/13) Purging perl-error (0.17029-r1) (12/13) Purging perl (5.36.0-r0) (13/13) Purging libbz2 (1.0.8-r4) Executing busybox-1.36.0-r6.trigger OK: 294 MiB in 98 packages >>> trurl: Updating the testing/ppc64le repository index... >>> trurl: Signing the index...