>>> cargo-auditable: Building main/cargo-auditable 0.6.4-r0 (using abuild 3.13.0-r5) started Fri, 16 Aug 2024 02:02:17 +0000 >>> cargo-auditable: Checking sanity of /home/buildozer/aports/main/cargo-auditable/APKBUILD... >>> cargo-auditable: Analyzing dependencies... >>> cargo-auditable: Installing for build: build-base cmd:cargo rust-wasm (1/12) Installing libffi (3.4.6-r0) (2/12) Installing xz-libs (5.6.2-r0) (3/12) Installing libxml2 (2.12.8-r0) (4/12) Installing llvm18-libs (18.1.8-r0) (5/12) Installing scudo-malloc (18.1.8-r0) (6/12) Installing rust (1.80.1-r0) (7/12) Installing cargo (1.80.1-r0) (8/12) Installing lld-libs (18.1.8-r0) (9/12) Installing lld (18.1.8-r0) (10/12) Installing wasi-libc (0.20240412-r0) (11/12) Installing rust-wasm (1.80.1-r0) (12/12) Installing .makedepends-cargo-auditable (20240816.020217) Executing busybox-1.36.1-r31.trigger OK: 700 MiB in 112 packages >>> cargo-auditable: Cleaning up srcdir >>> cargo-auditable: Cleaning up pkgdir >>> cargo-auditable: Cleaning up tmpdir >>> cargo-auditable: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cargo-auditable-0.6.4.tar.gz >>> cargo-auditable: Fetching https://distfiles.alpinelinux.org/distfiles/edge/cargo-auditable-0.6.4.tar.gz >>> cargo-auditable: Checking sha512sums... cargo-auditable-0.6.4.tar.gz: OK update-rust-libc.patch: OK update-time-crate.patch: OK >>> cargo-auditable: Unpacking /var/cache/distfiles/cargo-auditable-0.6.4.tar.gz... >>> cargo-auditable: update-rust-libc.patch patching file Cargo.lock >>> cargo-auditable: update-time-crate.patch patching file Cargo.lock warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions >>> cargo-auditable: building cargo auditable warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.4 Compiling serde v1.0.197 Compiling autocfg v1.1.0 Compiling cfg-if v1.0.0 Compiling equivalent v1.0.1 Compiling serde_json v1.0.114 Compiling hashbrown v0.14.3 Compiling itoa v1.0.3 Compiling memchr v2.7.1 Compiling ryu v1.0.11 Compiling camino v1.1.1 Compiling semver v1.0.14 Compiling libc v0.2.155 Compiling once_cell v1.19.0 Compiling version_check v0.9.4 Compiling thiserror v1.0.57 Compiling topological-sort v0.2.2 Compiling regex-syntax v0.8.2 Compiling powerfmt v0.2.0 Compiling time-core v0.1.2 Compiling adler v1.0.2 Compiling bitflags v1.3.2 Compiling percent-encoding v2.2.0 Compiling smallvec v1.13.1 Compiling bitflags v2.5.0 Compiling crc32fast v1.3.2 Compiling zerocopy v0.7.32 Compiling num-conv v0.1.0 Compiling binfarce v0.2.1 Compiling base64 v0.21.7 Compiling xml-rs v0.8.19 Compiling hashbrown v0.12.3 Compiling byteorder v0.5.3 Compiling fluent-uri v0.1.4 Compiling miniz_oxide v0.6.2 Compiling leb128 v0.2.5 Compiling pico-args v0.5.0 Compiling deranged v0.3.11 Compiling wasmparser v0.207.0 Compiling wasm-gen v0.1.4 Compiling ahash v0.8.11 Compiling spdx v0.10.3 Compiling num-traits v0.2.18 Compiling indexmap v1.9.1 Compiling aho-corasick v1.1.2 Compiling hashbrown v0.13.2 Compiling quote v1.0.35 Compiling indexmap v2.2.3 Compiling syn v2.0.50 Compiling getrandom v0.2.12 Compiling object v0.30.3 Compiling uuid v1.7.0 Compiling time v0.3.36 Compiling ordered-float v4.2.0 Compiling regex-automata v0.4.5 Compiling auditable-extract v0.3.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-extract) warning: unexpected `cfg` condition name: `fuzzing` --> auditable-extract/src/lib.rs:50:11 | 50 | #[cfg(all(fuzzing, feature = "wasm"))] | ^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `auditable-extract` (lib) generated 1 warning Compiling serde_derive v1.0.197 Compiling thiserror-impl v1.0.57 Compiling packageurl v0.3.0 Compiling regex v1.10.3 Compiling cargo-platform v0.1.2 Compiling cargo_metadata v0.15.0 Compiling cyclonedx-bom v0.5.0 Compiling auditable-serde v0.6.1 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-serde) Compiling auditable-info v0.7.2 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-info) Compiling cargo-auditable v0.6.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable) Compiling auditable-cyclonedx v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-cyclonedx) Compiling auditable2cdx v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable2cdx) Finished `release` profile [optimized] target(s) in 1m 09s >>> cargo-auditable: rebuilding with cargo-auditable itself warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Compiling auditable-extract v0.3.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-extract) Compiling auditable-serde v0.6.1 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-serde) warning: unexpected `cfg` condition name: `fuzzing` --> auditable-extract/src/lib.rs:50:11 | 50 | #[cfg(all(fuzzing, feature = "wasm"))] | ^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `auditable-extract` (lib) generated 1 warning Compiling auditable-cyclonedx v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-cyclonedx) Compiling auditable-info v0.7.2 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-info) Compiling cargo-auditable v0.6.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable) Compiling auditable2cdx v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable2cdx) Finished `release` profile [optimized] target(s) in 22.89s warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Compiling proc-macro2 v1.0.78 Compiling unicode-ident v1.0.4 Compiling serde v1.0.197 Compiling hashbrown v0.14.3 Compiling equivalent v1.0.1 Compiling serde_json v1.0.114 Compiling itoa v1.0.3 Compiling camino v1.1.1 Compiling ryu v1.0.11 Compiling semver v1.0.14 Compiling autocfg v1.1.0 Compiling topological-sort v0.2.2 Compiling cfg-if v1.0.0 Compiling libc v0.2.155 Compiling memchr v2.7.1 Compiling once_cell v1.19.0 Compiling bitflags v2.5.0 Compiling binfarce v0.2.1 Compiling thiserror v1.0.57 Compiling version_check v0.9.4 Compiling adler v1.0.2 Compiling regex-syntax v0.8.2 Compiling powerfmt v0.2.0 Compiling num-conv v0.1.0 Compiling zerocopy v0.7.32 Compiling smallvec v1.13.1 Compiling time-core v0.1.2 Compiling bitflags v1.3.2 Compiling crc32fast v1.3.2 Compiling percent-encoding v2.2.0 Compiling base64 v0.21.7 Compiling xml-rs v0.8.19 Compiling hashbrown v0.12.3 Compiling leb128 v0.2.5 Compiling fluent-uri v0.1.4 Compiling miniz_oxide v0.6.2 Compiling byteorder v0.5.3 Compiling either v1.8.0 Compiling pico-args v0.5.0 Compiling wasmparser v0.207.0 Compiling deranged v0.3.11 Compiling wasm-gen v0.1.4 Compiling spdx v0.10.3 Compiling num-traits v0.2.18 Compiling indexmap v1.9.1 Compiling ahash v0.8.11 Compiling aho-corasick v1.1.2 Compiling hashbrown v0.13.2 Compiling quote v1.0.35 Compiling indexmap v2.2.3 Compiling syn v2.0.50 Compiling getrandom v0.2.12 Compiling which v4.3.0 Compiling object v0.30.3 Compiling time v0.3.36 Compiling uuid v1.7.0 Compiling ordered-float v4.2.0 Compiling regex-automata v0.4.5 Compiling auditable-extract v0.3.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-extract) warning: unexpected `cfg` condition name: `fuzzing` --> auditable-extract/src/lib.rs:50:11 | 50 | #[cfg(all(fuzzing, feature = "wasm"))] | ^^^^^^^ | = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` = help: consider using a Cargo feature instead = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] } = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(fuzzing)");` to the top of the `build.rs` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: `auditable-extract` (lib) generated 1 warning Compiling serde_derive v1.0.197 Compiling thiserror-impl v1.0.57 warning: `auditable-extract` (lib test) generated 1 warning (1 duplicate) Compiling packageurl v0.3.0 Compiling regex v1.10.3 Compiling cargo-platform v0.1.2 Compiling cargo_metadata v0.15.0 Compiling cyclonedx-bom v0.5.0 Compiling auditable-serde v0.6.1 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-serde) Compiling auditable-info v0.7.2 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-info) Compiling cargo-auditable v0.6.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable) Compiling auditable-cyclonedx v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-cyclonedx) Compiling auditable2cdx v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable2cdx) Finished `test` profile [unoptimized + debuginfo] target(s) in 39.10s Running unittests src/lib.rs (target/debug/deps/auditable_cyclonedx-3ec6100e9df088fe) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/debug/deps/auditable_extract-dc80a6868be51361) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/debug/deps/auditable_info-cb6ce01a1352780a) running 1 test test tests::input_file_limits ... ok test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/lib.rs (target/debug/deps/auditable_serde-4d9dc3f1447b6adc) running 3 tests test validation::tests::cyclic_dependencies ... ok test validation::tests::no_cyclic_dependencies ... ok test tests::dependency_cycle ... ok test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s Running unittests src/main.rs (target/debug/deps/auditable2cdx-835931a32a3de2bf) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/debug/deps/cargo_auditable-06e743c1cd626887) running 11 tests test cargo_arguments::tests::basic_parsing ... ok test cargo_arguments::tests::double_dash_to_ignore_args ... ok test cargo_arguments::tests::with_unrelated_flags ... ok test object_file::tests::test_create_object_file_linux_arm ... ok test object_file::tests::test_create_object_file_linux ... ok test object_file::tests::test_create_object_file_macos ... ok test object_file::tests::test_loongarch_abi_detection ... ok test object_file::tests::test_riscv_abi_detection ... ok test object_file::tests::test_create_object_file_windows_msvc ... ok test object_file::tests::test_create_object_file_windows_gnu ... ok test target_info::tests::test_rustc_parser_linux ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running tests/it.rs (target/debug/deps/it-eac047c99f1d34ab) running 11 tests rustc 1.80.1 (3f5fd8dd4 2024-08-06) (Alpine Linux 1.80.1-r0) binary: rustc commit-hash: 3f5fd8dd41153bc5fdca9427e9e05be2c767ba23 commit-date: 2024-08-06 host: loongarch64-alpine-linux-musl release: 1.80.1 LLVM version: 18.1.8 warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions test test_workspace_member_version_info ... ok warningwarning:: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` notenote:: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest notenote:: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest notenote:: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Removed Removed 0 files 0 files Removed 0 files Removed 0 files Removed 0 files Removed Removed 0 files 0 files Removed 0 files Removed Removed 0 files 0 files warningwarning:: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest notenote:: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest notenote:: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions warning: /home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/binary_and_cdylib_crate/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition (in the `binary_and_cdylib_crate` library target) warningwarning:: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` notenote:: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest notenote:: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note:note for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions : for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Locking 3 packages to latest compatible versions Locking 3 packages to latest compatible versions Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Locking 2 packages to latest compatible versions Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking Blocking waiting for file lock on package cache waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking Blocking waiting for file lock on package cache waiting for file lock on package cache Locking 3 packages to latest compatible versions Compiling Compiling with_platform_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/platform_specific_deps/with_platform_dep) lib_and_bin_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/lib_and_bin_crate) Compiling should_not_be_included v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/platform_specific_deps/should_not_be_included) Compiling runtime_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/custom_rustc_path/runtime_dep) Compiling build_dep_of_runtime_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/custom_rustc_path/build_dep_of_runtime_dep) Compiling library_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/library_crate) Blocking waiting for file lock on package cache Locking 3 packages to latest compatible versions Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking Blocking waiting for file lock on package cache waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Compiling crate_with_features v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/crate_with_features) Compiling lto_binary_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/lto_binary_crate) Compiling runtime_dep_of_build_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/build_then_runtime_dep/runtime_dep_of_build_dep) Compiling runtime_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/runtime_then_build_dep/runtime_dep) Compiling top_level_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/build_then_runtime_dep/top_level_crate) Compiling build_dep_of_runtime_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/runtime_then_build_dep/build_dep_of_runtime_dep) Compiling bitflags v2.5.0 Compiling binfarce v0.2.1 Compiling adler v1.0.2 Updating crates.io index Compiling binary_and_cdylib_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/binary_and_cdylib_crate) Compiling crate_with_build_script v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/crate_with_build_script) Compiling top_level_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/custom_rustc_path/top_level_crate) Compiling build_dep v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/build_then_runtime_dep/build_dep) Compiling top_level_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/runtime_then_build_dep/top_level_crate) Compiling miniz_oxide v0.6.2 Compiling wasmparser v0.207.0 Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Downloading crates ... Downloaded wee_alloc v0.4.5 Downloaded cfg-if v0.1.10 Downloaded memory_units v0.4.0 Downloaded console_error_panic_hook v0.1.7 Blocking waiting for file lock on package cache Compiling proc-macro2 v1.0.81 Compiling unicode-ident v1.0.12 Compiling wasm-bindgen-shared v0.2.92 Compiling bumpalo v3.16.0 Compiling once_cell v1.19.0 Compiling log v0.4.21 Compiling wasm-bindgen v0.2.92 Compiling wee_alloc v0.4.5 Compiling cfg-if v1.0.0 Compiling cfg-if v0.1.10 Compiling memory_units v0.4.0 Compiling quote v1.0.36 Compiling syn v2.0.60 Compiling auditable-extract v0.3.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-extract) Compiling auditable-info v0.7.2 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/auditable-info) Finished `release` profile [optimized] target(s) in 9.28s test test_lto ... ok Finished `release` profile [optimized] target(s) in 9.78s test test_bin_and_lib_in_one_crate ... ok Finished `release` profile [optimized] target(s) in 9.78s Finished `release` profile [optimized] target(s) in 9.78s Finished `release` profile [optimized] target(s) in 9.80s Finished `release` profile [optimized] target(s) in 9.80s test test_runtime_then_build_dep ... ok Finished `release` profile [optimized] target(s) in 9.81s test test_build_then_runtime_dep ... ok test test_platform_specific_deps ... ok test test_custom_rustc_path ... ok warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Removed 49 files, 1.5MiB total warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions warning: /home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/binary_and_cdylib_crate/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition (in the `binary_and_cdylib_crate` library target) Compiling library_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/library_crate) Finished `release` profile [optimized] target(s) in 10.09s test test_build_script ... ok Compiling binary_and_cdylib_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/binary_and_cdylib_crate) Compiling crate_with_features v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/crate_with_features) Compiling wasm-bindgen-backend v0.2.92 Compiling rust-audit-info v0.5.4 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/rust-audit-info) Compiling wasm-bindgen-macro-support v0.2.92 Compiling wasm-bindgen-macro v0.2.92 Compiling console_error_panic_hook v0.1.7 Compiling wasm_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/wasm_crate) Finished `release` profile [optimized] target(s) in 8.08s warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions Removed 49 files, 1.5MiB total warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions warning: /home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/binary_and_cdylib_crate/Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition (in the `binary_and_cdylib_crate` library target) Blocking waiting for file lock on package cache Blocking waiting for file lock on package cache Compiling library_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/library_crate) Compiling crate_with_features v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/crate_with_features) Compiling binary_and_cdylib_crate v0.1.0 (/home/buildozer/aports/main/cargo-auditable/src/cargo-auditable-0.6.4/cargo-auditable/tests/fixtures/workspace/binary_and_cdylib_crate) Finished `release` profile [optimized] target(s) in 18.84s test test_wasm ... ok Finished `release` profile [optimized] target(s) in 20.71s test test_self_hosting ... ok Finished `release` profile [optimized] target(s) in 7.63s test test_cargo_auditable_workspaces ... ok test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 25.83s Doc-tests auditable_cyclonedx running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests auditable_extract running 1 test test auditable-extract/src/lib.rs - (line 21) ... ignored test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests auditable_info running 3 tests test auditable-info/src/lib.rs - (line 7) ... ignored test auditable-info/src/lib.rs - audit_info_from_file (line 39) ... ignored test auditable-info/src/lib.rs - audit_info_from_reader (line 63) ... ignored test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests auditable_serde running 2 tests test auditable-serde/src/lib.rs - (line 23) ... ignored test auditable-serde/src/lib.rs - VersionInfo (line 29) ... ok test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.36s >>> cargo-auditable: Entering fakeroot... >>> cargo-auditable-doc*: Running split function doc... >>> cargo-auditable-doc*: Preparing subpackage cargo-auditable-doc... >>> cargo-auditable-doc*: Running postcheck for cargo-auditable-doc >>> cargo-auditable*: Running postcheck for cargo-auditable >>> cargo-auditable*: Preparing package cargo-auditable... >>> cargo-auditable*: Stripping binaries >>> cargo-auditable-doc*: Scanning shared objects >>> cargo-auditable*: Scanning shared objects >>> cargo-auditable-doc*: Tracing dependencies... >>> cargo-auditable-doc*: Package size: 24.0 KB >>> cargo-auditable-doc*: Compressing data... >>> cargo-auditable-doc*: Create checksum... >>> cargo-auditable-doc*: Create cargo-auditable-doc-0.6.4-r0.apk >>> cargo-auditable*: Tracing dependencies... cmd:cargo so:libc.musl-loongarch64.so.1 so:libgcc_s.so.1 >>> cargo-auditable*: Package size: 672.0 KB >>> cargo-auditable*: Compressing data... >>> cargo-auditable*: Create checksum... >>> cargo-auditable*: Create cargo-auditable-0.6.4-r0.apk >>> cargo-auditable: Build complete at Fri, 16 Aug 2024 02:05:01 +0000 elapsed time 0h 2m 44s >>> cargo-auditable: Cleaning up srcdir >>> cargo-auditable: Cleaning up pkgdir >>> cargo-auditable: Uninstalling dependencies... (1/12) Purging .makedepends-cargo-auditable (20240816.020217) (2/12) Purging rust-wasm (1.80.1-r0) (3/12) Purging lld (18.1.8-r0) (4/12) Purging wasi-libc (0.20240412-r0) (5/12) Purging cargo (1.80.1-r0) (6/12) Purging rust (1.80.1-r0) (7/12) Purging lld-libs (18.1.8-r0) (8/12) Purging llvm18-libs (18.1.8-r0) (9/12) Purging scudo-malloc (18.1.8-r0) (10/12) Purging libffi (3.4.6-r0) (11/12) Purging libxml2 (2.12.8-r0) (12/12) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r31.trigger OK: 250 MiB in 100 packages >>> cargo-auditable: Updating the main/loongarch64 repository index... >>> cargo-auditable: Signing the index...