>>> spacer: Building testing/spacer 0.3.0-r0 (using abuild 3.14.1-r3) started Tue, 24 Dec 2024 22:50:24 +0000 >>> spacer: Validating /home/buildozer/aports/testing/spacer/APKBUILD... >>> spacer: Analyzing dependencies... >>> spacer: Installing for build: build-base cargo cargo-auditable (1/8) Installing libffi (3.4.6-r0) (2/8) Installing xz-libs (5.6.3-r0) (3/8) Installing libxml2 (2.13.4-r3) (4/8) Installing llvm19-libs (19.1.4-r0) (5/8) Installing rust (1.83.0-r0) (6/8) Installing cargo (1.83.0-r0) (7/8) Installing cargo-auditable (0.6.6-r0) (8/8) Installing .makedepends-spacer (20241224.225025) Executing busybox-1.37.0-r10.trigger OK: 501 MiB in 110 packages >>> spacer: Cleaning up srcdir >>> spacer: Cleaning up pkgdir >>> spacer: Cleaning up tmpdir >>> spacer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/spacer-0.3.0.tar.gz >>> spacer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/spacer-0.3.0.tar.gz >>> spacer: Checking sha512sums... spacer-0.3.0.tar.gz: OK >>> spacer: Unpacking /var/cache/distfiles/edge/spacer-0.3.0.tar.gz... Downloading crates ... Downloaded unicode-ident v1.0.9 Downloaded serde_derive v1.0.164 Downloaded test-case-macros v3.1.0 Downloaded test-case v3.1.0 Downloaded is_ci v1.1.1 Downloaded equivalent v1.0.0 Downloaded human-panic v1.1.5 Downloaded test-case-core v3.1.0 Downloaded supports-color v1.3.1 Downloaded quote v1.0.28 Downloaded chrono-tz-build v0.2.0 Downloaded clap_derive v4.3.2 Downloaded num-traits v0.2.16 Downloaded proc-macro2 v1.0.60 Downloaded parse-zoneinfo v0.3.0 Downloaded indexmap v2.0.0 Downloaded toml_edit v0.19.11 Downloaded hashbrown v0.14.0 Downloaded time v0.3.22 Downloaded clap_builder v4.3.3 Downloaded winnow v0.4.7 Downloaded chrono v0.4.30 Downloaded toml v0.7.5 Downloaded syn v2.0.18 Downloaded object v0.30.4 Downloaded gimli v0.27.3 Downloaded serde v1.0.164 Downloaded rustix v0.37.19 Downloaded rustix v0.38.3 Downloaded clap v4.3.3 Downloaded uuid v1.3.4 Downloaded log v0.4.19 Downloaded chrono-tz v0.8.3 Downloaded libc v0.2.146 Downloaded linux-raw-sys v0.4.7 Compiling libc v0.2.146 Compiling proc-macro2 v1.0.60 Compiling quote v1.0.28 Compiling unicode-ident v1.0.9 Compiling io-lifetimes v1.0.11 Compiling serde v1.0.164 Compiling siphasher v0.3.11 Compiling rustix v0.37.19 Compiling memchr v2.6.3 Compiling rand_core v0.6.4 Compiling linux-raw-sys v0.3.8 Compiling regex-syntax v0.7.5 Compiling bitflags v1.3.2 Compiling utf8parse v0.2.1 Compiling autocfg v1.1.0 Compiling hashbrown v0.14.0 Compiling cc v1.0.79 Compiling equivalent v1.0.0 Compiling colorchoice v1.0.0 Compiling cfg-if v1.0.0 Compiling anstyle v1.0.0 Compiling anstyle-query v1.0.0 Compiling log v0.4.19 Compiling winnow v0.4.7 Compiling rustix v0.38.3 Compiling adler v1.0.2 Compiling gimli v0.27.3 Compiling iana-time-zone v0.1.57 Compiling is_ci v1.1.1 Compiling clap_lex v0.5.0 Compiling strsim v0.10.0 Compiling bitflags v2.4.0 Compiling heck v0.4.1 Compiling anyhow v1.0.71 Compiling rustc-demangle v0.1.23 Compiling linux-raw-sys v0.4.7 Compiling once_cell v1.18.0 Compiling time-core v0.1.1 Compiling humantime v2.1.0 Compiling termcolor v1.2.0 Compiling lazy_static v1.4.0 Compiling anstyle-parse v0.2.0 Compiling rand v0.8.5 Compiling time v0.3.22 Compiling miniz_oxide v0.6.2 Compiling phf_shared v0.11.2 Compiling num-traits v0.2.16 Compiling phf v0.11.2 Compiling aho-corasick v1.0.2 Compiling object v0.30.4 Compiling indexmap v2.0.0 Compiling phf_generator v0.11.2 Compiling phf_codegen v0.11.2 Compiling syn v2.0.18 Compiling backtrace v0.3.67 Compiling terminal_size v0.3.0 Compiling regex-automata v0.3.8 Compiling getrandom v0.2.10 Compiling atty v0.2.14 Compiling supports-color v1.3.1 Compiling chrono v0.4.30 Compiling uuid v1.3.4 Compiling owo-colors v3.5.0 Compiling addr2line v0.19.0 Compiling is-terminal v0.4.7 Compiling anstream v0.3.2 Compiling clap_builder v4.3.3 Compiling regex v1.9.5 Compiling parse-zoneinfo v0.3.0 Compiling chrono-tz-build v0.2.0 Compiling chrono-tz v0.8.3 Compiling env_logger v0.10.0 Compiling serde_derive v1.0.164 Compiling clap_derive v4.3.2 Compiling clap v4.3.3 Compiling toml_datetime v0.6.3 Compiling serde_spanned v0.6.3 Compiling os_info v3.7.0 Compiling toml_edit v0.19.11 Compiling toml v0.7.5 Compiling human-panic v1.1.5 Compiling spacer v0.3.0 (/home/buildozer/aports/testing/spacer/src/spacer-0.3.0) warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> src/main.rs:302:5 | 302 | human_panic::setup_panic!(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default = note: this warning originates in the macro `$crate::setup_panic` which comes from the expansion of the macro `human_panic::setup_panic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> src/main.rs:302:5 | 302 | human_panic::setup_panic!(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this warning originates in the macro `$crate::setup_panic` which comes from the expansion of the macro `human_panic::setup_panic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `spacer` (bin "spacer") generated 2 warnings Finished `release` profile [optimized] target(s) in 1m 03s Compiling proc-macro2 v1.0.60 Compiling quote v1.0.28 Compiling unicode-ident v1.0.9 Compiling libc v0.2.146 Compiling siphasher v0.3.11 Compiling version_check v0.9.4 Compiling io-lifetimes v1.0.11 Compiling rustix v0.37.19 Compiling serde v1.0.164 Compiling regex-syntax v0.7.5 Compiling cfg-if v1.0.0 Compiling linux-raw-sys v0.3.8 Compiling rand_core v0.6.4 Compiling bitflags v1.3.2 Compiling memchr v2.6.3 Compiling syn v1.0.109 Compiling autocfg v1.1.0 Compiling utf8parse v0.2.1 Compiling colorchoice v1.0.0 Compiling cc v1.0.79 Compiling equivalent v1.0.0 Compiling anstyle v1.0.0 Compiling hashbrown v0.14.0 Compiling anstyle-query v1.0.0 Compiling rustix v0.38.3 Compiling log v0.4.19 Compiling gimli v0.27.3 Compiling adler v1.0.2 Compiling winnow v0.4.7 Compiling bitflags v2.4.0 Compiling rustc-demangle v0.1.23 Compiling iana-time-zone v0.1.57 Compiling heck v0.4.1 Compiling anyhow v1.0.71 Compiling linux-raw-sys v0.4.7 Compiling is_ci v1.1.1 Compiling clap_lex v0.5.0 Compiling strsim v0.10.0 Compiling once_cell v1.18.0 Compiling termcolor v1.2.0 Compiling time-core v0.1.1 Compiling humantime v2.1.0 Compiling lazy_static v1.4.0 Compiling time v0.3.22 Compiling anstyle-parse v0.2.0 Compiling rand v0.8.5 Compiling miniz_oxide v0.6.2 Compiling phf_shared v0.11.2 Compiling phf v0.11.2 Compiling num-traits v0.2.16 Compiling proc-macro-error-attr v1.0.4 Compiling proc-macro-error v1.0.4 Compiling aho-corasick v1.0.2 Compiling object v0.30.4 Compiling indexmap v2.0.0 Compiling phf_generator v0.11.2 Compiling phf_codegen v0.11.2 Compiling syn v2.0.18 Compiling backtrace v0.3.67 Compiling terminal_size v0.3.0 Compiling regex-automata v0.3.8 Compiling chrono v0.4.30 Compiling atty v0.2.14 Compiling getrandom v0.2.10 Compiling supports-color v1.3.1 Compiling uuid v1.3.4 Compiling owo-colors v3.5.0 Compiling addr2line v0.19.0 Compiling is-terminal v0.4.7 Compiling anstream v0.3.2 Compiling clap_builder v4.3.3 Compiling regex v1.9.5 Compiling parse-zoneinfo v0.3.0 Compiling chrono-tz-build v0.2.0 Compiling chrono-tz v0.8.3 Compiling test-case-core v3.1.0 Compiling serde_derive v1.0.164 Compiling clap_derive v4.3.2 Compiling env_logger v0.10.0 Compiling test-case-macros v3.1.0 Compiling test-case v3.1.0 Compiling clap v4.3.3 Compiling toml_datetime v0.6.3 Compiling serde_spanned v0.6.3 Compiling os_info v3.7.0 Compiling toml_edit v0.19.11 Compiling toml v0.7.5 Compiling human-panic v1.1.5 Compiling spacer v0.3.0 (/home/buildozer/aports/testing/spacer/src/spacer-0.3.0) warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> src/main.rs:302:5 | 302 | human_panic::setup_panic!(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default = note: this warning originates in the macro `$crate::setup_panic` which comes from the expansion of the macro `human_panic::setup_panic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead --> src/main.rs:302:5 | 302 | human_panic::setup_panic!(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: this warning originates in the macro `$crate::setup_panic` which comes from the expansion of the macro `human_panic::setup_panic` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `spacer` (bin "spacer" test) generated 2 warnings Finished `test` profile [unoptimized + debuginfo] target(s) in 24.13s Running unittests src/main.rs (target/debug/deps/spacer-bacc6c9e78ab2d4c) running 11 tests test tests::test_output::multiple_lines_no_sleeps ... ok test tests::test_output::no_output ... ok test tests::test_output::no_output_after_sleep ... ok test tests::test_output::single_line_sleep_in_the_middle ... ok test tests::test_output::padding_2 ... ok test tests::test_output::padding_1 ... ok test tests::test_output::single_line ... ok test tests::test_output::single_line_right_spacer ... ok test tests::test_output::right_spacer_with_timezone ... ok test tests::test_output::with_timezone ... ok test tests::test_output::multiple_lines ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s >>> spacer: Entering fakeroot... >>> spacer-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/testing/spacer/pkg/spacer-doc/usr/share/doc' 'usr/share/licenses' -> '/home/buildozer/aports/testing/spacer/pkg/spacer-doc/usr/share/licenses' >>> spacer-doc*: Preparing subpackage spacer-doc... >>> spacer-doc*: Running postcheck for spacer-doc >>> spacer*: Running postcheck for spacer >>> spacer*: Preparing package spacer... >>> spacer*: Stripping binaries >>> spacer-doc*: Scanning shared objects >>> spacer*: Scanning shared objects >>> spacer-doc*: Tracing dependencies... >>> spacer-doc*: Package size: 2.3 KB >>> spacer-doc*: Compressing data... >>> spacer-doc*: Create checksum... >>> spacer-doc*: Create spacer-doc-0.3.0-r0.apk >>> spacer*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> spacer*: Package size: 2.2 MB >>> spacer*: Compressing data... >>> spacer*: Create checksum... >>> spacer*: Create spacer-0.3.0-r0.apk >>> spacer: Build complete at Tue, 24 Dec 2024 22:51:55 +0000 elapsed time 0h 1m 31s >>> spacer: Cleaning up srcdir >>> spacer: Cleaning up pkgdir >>> spacer: Uninstalling dependencies... (1/8) Purging .makedepends-spacer (20241224.225025) (2/8) Purging cargo-auditable (0.6.6-r0) (3/8) Purging cargo (1.83.0-r0) (4/8) Purging rust (1.83.0-r0) (5/8) Purging llvm19-libs (19.1.4-r0) (6/8) Purging libffi (3.4.6-r0) (7/8) Purging libxml2 (2.13.4-r3) (8/8) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r10.trigger OK: 275 MiB in 102 packages >>> spacer: Updating the testing/armv7 repository index... >>> spacer: Signing the index...