>>> unmake: Building testing/unmake 0.0.12-r0 (using abuild 3.11.0-r1) started Sat, 13 May 2023 09:58:39 +0000 >>> unmake: Checking sanity of /home/buildozer/aports/testing/unmake/APKBUILD... >>> unmake: Analyzing dependencies... >>> unmake: Installing for build: build-base cargo (1/7) Installing libffi (3.4.4-r2) (2/7) Installing xz-libs (5.4.3-r0) (3/7) Installing libxml2 (2.11.3-r0) (4/7) Installing llvm16-libs (16.0.3-r1) (5/7) Installing rust (1.69.0-r5) (6/7) Installing cargo (1.69.0-r5) (7/7) Installing .makedepends-unmake (20230513.095840) Executing busybox-1.36.0-r9.trigger OK: 1188 MiB in 109 packages >>> unmake: Cleaning up srcdir >>> unmake: Cleaning up pkgdir >>> unmake: Fetching https://distfiles.alpinelinux.org/distfiles/edge//unmake-0.0.12.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 >>> unmake: Fetching unmake-0.0.12.tar.gz::https://github.com/mcandre/unmake/archive/refs/tags/v0.0.12.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 13204 0 13204 0 0 15137 0 --:--:-- --:--:-- --:--:-- 15137 100 4019k 0 4019k 0 0 2297k 0 --:--:-- 0:00:01 --:--:-- 4563k 100 8264k 0 8264k 0 0 3012k 0 --:--:-- 0:00:02 --:--:-- 4407k 100 9240k 0 9240k 0 0 3179k 0 --:--:-- 0:00:02 --:--:-- 4536k >>> unmake: Fetching https://distfiles.alpinelinux.org/distfiles/edge//unmake-0.0.12.tar.gz >>> unmake: Checking sha512sums... unmake-0.0.12.tar.gz: OK >>> unmake: Unpacking /var/cache/distfiles/edge/unmake-0.0.12.tar.gz... Updating crates.io index Downloading crates ... Downloaded quote v1.0.27 Downloaded serde v1.0.163 Downloaded serde_derive v1.0.163 Compiling proc-macro2 v1.0.56 Compiling unicode-ident v1.0.8 Compiling quote v1.0.27 Compiling memchr v2.5.0 Compiling serde v1.0.163 Compiling peg-runtime v0.8.1 Compiling serde_json v1.0.96 Compiling unicode-width v0.1.10 Compiling ryu v1.0.13 Compiling itoa v1.0.6 Compiling same-file v1.0.6 Compiling regex-syntax v0.7.1 Compiling getopts v0.2.21 Compiling walkdir v2.3.3 Compiling lazy_static v1.4.0 Compiling die v0.2.0 Compiling aho-corasick v1.0.1 Compiling syn v2.0.15 Compiling peg-macros v0.8.1 Compiling regex v1.8.1 Compiling peg v0.8.1 Compiling serde_derive v1.0.163 Compiling unmake v0.0.12 (/home/buildozer/aports/testing/unmake/src/unmake-0.0.12) Finished release [optimized] target(s) in 34.97s Compiling proc-macro2 v1.0.56 Compiling unicode-ident v1.0.8 Compiling quote v1.0.27 Compiling memchr v2.5.0 Compiling serde v1.0.163 Compiling peg-runtime v0.8.1 Compiling serde_json v1.0.96 Compiling regex-syntax v0.7.1 Compiling ryu v1.0.13 Compiling unicode-width v0.1.10 Compiling itoa v1.0.6 Compiling same-file v1.0.6 Compiling getopts v0.2.21 Compiling lazy_static v1.4.0 Compiling walkdir v2.3.3 Compiling die v0.2.0 Compiling aho-corasick v1.0.1 Compiling syn v2.0.15 Compiling peg-macros v0.8.1 Compiling regex v1.8.1 Compiling peg v0.8.1 Compiling serde_derive v1.0.163 Compiling unmake v0.0.12 (/home/buildozer/aports/testing/unmake/src/unmake-0.0.12) Finished test [unoptimized + debuginfo] target(s) in 15.18s Running unittests src/lib.rs (target/debug/deps/unmake-50d8c9b0f5087825) running 34 tests test ast::test_offsets_and_line_numbers ... ok test ast::test_backslash_prefixed_command ... ok test ast::test_c_family_escape_preservation ... ok test ast::test_comments ... ok test ast::test_multiline_expressions ... ok test ast::test_whitespace ... ok test warnings::test_curdir_assignment_nop ... ok test warnings::test_line_numbers ... ok test warnings::test_late_posix_marker ... ok test warnings::test_global_ignore ... ok test warnings::test_no_rules ... ok test warnings::test_implementation_defined_target ... ok test warnings::test_phony_nop ... ok test warnings::test_blank_command ... ok test warnings::test_command_comment ... ok test warnings::test_final_eol ... ok test warnings::test_redundant_ignore_minus ... ok test warnings::test_makefile_precedence ... ok test warnings::test_redundant_nonparallel_wait ... ok test warnings::test_reserved_target ... ok test warnings::test_redundant_silent_at ... ok test warnings::test_rule_all ... ok test warnings::test_strict_posix ... ok test warnings::test_ub_ambiguous_include ... ok test warnings::test_simplify_minus ... ok test warnings::test_repeated_command_prefix ... ok test warnings::test_simplify_at ... ok test warnings::test_ub_shell_macro ... ok test warnings::test_wait_nop ... ok test warnings::test_ub_makeflags_assignment ... ok test warnings::test_wd_nop ... ok test warnings::test_phony_target ... ok test warnings::test_whitespace_leading_command ... ok test ast::test_grammar ... ok test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running unittests src/bin/unmake.rs (target/debug/deps/unmake-733ed725fbbf0156) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests unmake running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> unmake: Entering fakeroot... >>> unmake*: Running postcheck for unmake >>> unmake*: Preparing package unmake... >>> unmake*: Stripping binaries >>> unmake*: Scanning shared objects >>> unmake*: Tracing dependencies... so:libc.musl-s390x.so.1 so:libgcc_s.so.1 >>> unmake*: Package size: 1.5 MB >>> unmake*: Compressing data... >>> unmake*: Create checksum... >>> unmake*: Create unmake-0.0.12-r0.apk >>> unmake: Build complete at Sat, 13 May 2023 09:59:45 +0000 elapsed time 0h 1m 6s >>> unmake: Cleaning up srcdir >>> unmake: Cleaning up pkgdir >>> unmake: Uninstalling dependencies... (1/7) Purging .makedepends-unmake (20230513.095840) (2/7) Purging cargo (1.69.0-r5) (3/7) Purging rust (1.69.0-r5) (4/7) Purging llvm16-libs (16.0.3-r1) (5/7) Purging libffi (3.4.4-r2) (6/7) Purging libxml2 (2.11.3-r0) (7/7) Purging xz-libs (5.4.3-r0) Executing busybox-1.36.0-r9.trigger OK: 371 MiB in 102 packages >>> unmake: Updating the testing/s390x repository index... >>> unmake: Signing the index...