[INFO] cloning repository https://github.com/aryamurray/harbour
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aryamurray/harbour" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faryamurray%2Fharbour", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faryamurray%2Fharbour'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ab0c97d75017e7287c90220e6fbeb7e3705fecb
[INFO] testing aryamurray/harbour against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faryamurray%2Fharbour" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aryamurray/harbour
[INFO] finished tweaking git repo https://github.com/aryamurray/harbour
[INFO] tweaked toml for git repo https://github.com/aryamurray/harbour written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aryamurray/harbour on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aryamurray/harbour already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-3-tc2/source/src/bin/harbour/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `harbor`
[INFO] [stderr]   * `bin` target `harbour`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ddeb06dba217cb73d55a4df3b41d5544fb56b5136096846a0e4444ce7732f0fe
[INFO] running `Command { std: "docker" "start" "-a" "ddeb06dba217cb73d55a4df3b41d5544fb56b5136096846a0e4444ce7732f0fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddeb06dba217cb73d55a4df3b41d5544fb56b5136096846a0e4444ce7732f0fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddeb06dba217cb73d55a4df3b41d5544fb56b5136096846a0e4444ce7732f0fe", kill_on_drop: false }`
[INFO] [stdout] ddeb06dba217cb73d55a4df3b41d5544fb56b5136096846a0e4444ce7732f0fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d6b21fd7e3a5d385a0c73a91801fd357617bbb84942253683fb742b6dc82e76
[INFO] running `Command { std: "docker" "start" "-a" "7d6b21fd7e3a5d385a0c73a91801fd357617bbb84942253683fb742b6dc82e76", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/harbour/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `harbor`
[INFO] [stderr]   * `bin` target `harbour`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling version-ranges v0.1.2
[INFO] [stderr]    Compiling priority-queue v2.7.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling pubgrub v0.3.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling which v8.0.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling indicatif v0.18.3
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling flate2 v1.1.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling clap_complete v4.5.65
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling git2 v0.20.4
[INFO] [stderr]    Compiling harbour-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `EnvWrapper` and `MsvcToolchain`
[INFO] [stdout]   --> src/builder/toolchain/detect.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use super::{EnvWrapper, GccToolchain, MsvcToolchain, Toolchain, ToolchainPlatform};
[INFO] [stdout]    |             ^^^^^^^^^^                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `try_detect_msvc` is never used
[INFO] [stdout]    --> src/builder/toolchain/detect.rs:154:4
[INFO] [stdout]     |
[INFO] [stdout] 154 | fn try_detect_msvc() -> Result<Option<Box<dyn Toolchain>>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `installed_lib_dir`, `installed_usage_path`, `discover_libraries`, `parse_usage_file`, and `scan_lib_directory` are never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:137:8
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl VcpkgSource {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn installed_lib_dir(&self) -> PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     fn installed_usage_path(&self) -> PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     fn discover_libraries(&self) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 |     fn parse_usage_file(&self) -> Option<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     fn scan_lib_directory(&self) -> Option<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_cmake_target_lib` is never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:502:4
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn extract_cmake_target_lib(line: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_lib_name` is never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:539:4
[INFO] [stdout]     |
[INFO] [stdout] 539 | fn extract_lib_name(filename: &str, port_hint: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `detect_from_windows_integration` is never used
[INFO] [stdout]    --> src/util/vcpkg.rs:253:4
[INFO] [stdout]     |
[INFO] [stdout] 253 | fn detect_from_windows_integration() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
[INFO] running `Command { std: "docker" "inspect" "7d6b21fd7e3a5d385a0c73a91801fd357617bbb84942253683fb742b6dc82e76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d6b21fd7e3a5d385a0c73a91801fd357617bbb84942253683fb742b6dc82e76", kill_on_drop: false }`
[INFO] [stdout] 7d6b21fd7e3a5d385a0c73a91801fd357617bbb84942253683fb742b6dc82e76
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4fcf35e48a4c5823d877bfc6834ac8982959703a11f87546b09c088b4ee7d22d
[INFO] running `Command { std: "docker" "start" "-a" "4fcf35e48a4c5823d877bfc6834ac8982959703a11f87546b09c088b4ee7d22d", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/harbour/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `harbor`
[INFO] [stderr]   * `bin` target `harbour`
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stdout] warning: unused imports: `EnvWrapper` and `MsvcToolchain`
[INFO] [stdout]   --> src/builder/toolchain/detect.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use super::{EnvWrapper, GccToolchain, MsvcToolchain, Toolchain, ToolchainPlatform};
[INFO] [stdout]    |             ^^^^^^^^^^                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `try_detect_msvc` is never used
[INFO] [stdout]    --> src/builder/toolchain/detect.rs:154:4
[INFO] [stdout]     |
[INFO] [stdout] 154 | fn try_detect_msvc() -> Result<Option<Box<dyn Toolchain>>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `installed_lib_dir`, `installed_usage_path`, `discover_libraries`, `parse_usage_file`, and `scan_lib_directory` are never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:137:8
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl VcpkgSource {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn installed_lib_dir(&self) -> PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     fn installed_usage_path(&self) -> PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     fn discover_libraries(&self) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 |     fn parse_usage_file(&self) -> Option<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     fn scan_lib_directory(&self) -> Option<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stdout] warning: function `extract_cmake_target_lib` is never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:502:4
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn extract_cmake_target_lib(line: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_lib_name` is never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:539:4
[INFO] [stdout]     |
[INFO] [stdout] 539 | fn extract_lib_name(filename: &str, port_hint: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `detect_from_windows_integration` is never used
[INFO] [stdout]    --> src/util/vcpkg.rs:253:4
[INFO] [stdout]     |
[INFO] [stdout] 253 | fn detect_from_windows_integration() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling harbour-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 |     Command::cargo_bin("harbour").unwrap()
[INFO] [stdout]    |              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/bin/harbour/commands/init.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/bin/harbour/commands/init.rs:73:9
[INFO] [stdout]    |
[INFO] [stdout] 73 |     use super::*;
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `EnvWrapper`
[INFO] [stdout]   --> src/builder/toolchain/detect.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 | use super::{EnvWrapper, GccToolchain, MsvcToolchain, Toolchain, ToolchainPlatform};
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `try_detect_msvc` is never used
[INFO] [stdout]    --> src/builder/toolchain/detect.rs:154:4
[INFO] [stdout]     |
[INFO] [stdout] 154 | fn try_detect_msvc() -> Result<Option<Box<dyn Toolchain>>> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `installed_lib_dir`, `installed_usage_path`, `discover_libraries`, `parse_usage_file`, and `scan_lib_directory` are never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:137:8
[INFO] [stdout]     |
[INFO] [stdout]  86 | impl VcpkgSource {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 137 |     fn installed_lib_dir(&self) -> PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 150 |     fn installed_usage_path(&self) -> PathBuf {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |     fn discover_libraries(&self) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 |     fn parse_usage_file(&self) -> Option<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 296 |     fn scan_lib_directory(&self) -> Option<Vec<String>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_cmake_target_lib` is never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:502:4
[INFO] [stdout]     |
[INFO] [stdout] 502 | fn extract_cmake_target_lib(line: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_lib_name` is never used
[INFO] [stdout]    --> src/sources/vcpkg.rs:539:4
[INFO] [stdout]     |
[INFO] [stdout] 539 | fn extract_lib_name(filename: &str, port_hint: &str) -> Option<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `detect_from_windows_integration` is never used
[INFO] [stdout]    --> src/util/vcpkg.rs:253:4
[INFO] [stdout]     |
[INFO] [stdout] 253 | fn detect_from_windows_integration() -> Option<PathBuf> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 43.15s
[INFO] running `Command { std: "docker" "inspect" "4fcf35e48a4c5823d877bfc6834ac8982959703a11f87546b09c088b4ee7d22d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fcf35e48a4c5823d877bfc6834ac8982959703a11f87546b09c088b4ee7d22d", kill_on_drop: false }`
[INFO] [stdout] 4fcf35e48a4c5823d877bfc6834ac8982959703a11f87546b09c088b4ee7d22d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5260312d94038b59671b213f00b1cd8d202a80224d2a824f390436c07e400982
[INFO] running `Command { std: "docker" "start" "-a" "5260312d94038b59671b213f00b1cd8d202a80224d2a824f390436c07e400982", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/bin/harbour/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `harbor`
[INFO] [stderr]   * `bin` target `harbour`
[INFO] [stderr] warning: unused imports: `EnvWrapper` and `MsvcToolchain`
[INFO] [stderr]   --> src/builder/toolchain/detect.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use super::{EnvWrapper, GccToolchain, MsvcToolchain, Toolchain, ToolchainPlatform};
[INFO] [stderr]    |             ^^^^^^^^^^                ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `try_detect_msvc` is never used
[INFO] [stderr]    --> src/builder/toolchain/detect.rs:154:4
[INFO] [stderr]     |
[INFO] [stderr] 154 | fn try_detect_msvc() -> Result<Option<Box<dyn Toolchain>>> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `installed_lib_dir`, `installed_usage_path`, `discover_libraries`, `parse_usage_file`, and `scan_lib_directory` are never used
[INFO] [stderr]    --> src/sources/vcpkg.rs:137:8
[INFO] [stderr]     |
[INFO] [stderr]  86 | impl VcpkgSource {
[INFO] [stderr]     | ---------------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 137 |     fn installed_lib_dir(&self) -> PathBuf {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 150 |     fn installed_usage_path(&self) -> PathBuf {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 240 |     fn discover_libraries(&self) -> Vec<String> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 260 |     fn parse_usage_file(&self) -> Option<Vec<String>> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 296 |     fn scan_lib_directory(&self) -> Option<Vec<String>> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `extract_cmake_target_lib` is never used
[INFO] [stderr]    --> src/sources/vcpkg.rs:502:4
[INFO] [stderr]     |
[INFO] [stderr] 502 | fn extract_cmake_target_lib(line: &str) -> Option<String> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `extract_lib_name` is never used
[INFO] [stderr]    --> src/sources/vcpkg.rs:539:4
[INFO] [stderr]     |
[INFO] [stderr] 539 | fn extract_lib_name(filename: &str, port_hint: &str) -> Option<String> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `detect_from_windows_integration` is never used
[INFO] [stderr]    --> src/util/vcpkg.rs:253:4
[INFO] [stderr]     |
[INFO] [stderr] 253 | fn detect_from_windows_integration() -> Option<PathBuf> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `harbour-cli` (lib) generated 6 warnings (run `cargo fix --lib -p harbour-cli` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]   --> src/bin/harbour/commands/init.rs:73:9
[INFO] [stderr]    |
[INFO] [stderr] 73 |     use super::*;
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `EnvWrapper`
[INFO] [stderr]   --> src/builder/toolchain/detect.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use super::{EnvWrapper, GccToolchain, MsvcToolchain, Toolchain, ToolchainPlatform};
[INFO] [stderr]    |             ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stderr]   --> tests/cli_integration.rs:14:14
[INFO] [stderr]    |
[INFO] [stderr] 14 |     Command::cargo_bin("harbour").unwrap()
[INFO] [stderr]    |              ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `harbour-cli` (bin "harbor" test) generated 1 warning (run `cargo fix --bin "harbor" -p harbour-cli --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `harbour-cli` (lib test) generated 6 warnings (5 duplicates) (run `cargo fix --lib -p harbour-cli --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `harbour-cli` (test "cli_integration") generated 1 warning
[INFO] [stderr] warning: `harbour-cli` (bin "harbour" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/harbour-315f8c2eba92ad84)
[INFO] [stdout] 
[INFO] [stdout] running 382 tests
[INFO] [stdout] test builder::bindings::types::tests::test_ctype_as_koffi ... ok
[INFO] [stdout] test builder::bindings::types::tests::test_ctype_parse ... ok
[INFO] [stdout] test builder::bindings::types::tests::test_ctype_as_typescript ... ok
[INFO] [stdout] test builder::bindings::typescript::tests::test_generate_struct ... ok
[INFO] [stdout] test builder::bindings::typescript::tests::test_generate_enum ... ok
[INFO] [stdout] test builder::bindings::typescript::tests::test_generate_function ... ok
[INFO] [stdout] test builder::events::tests::test_artifact_serialization ... ok
[INFO] [stdout] test builder::events::tests::test_error_with_location ... ok
[INFO] [stdout] test builder::events::tests::test_finished_serialization ... ok
[INFO] [stdout] test builder::events::tests::test_progress_serialization ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_clone ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_compiled ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_empty ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_is_complete ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_linked ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_new ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_progress_fraction ... ok
[INFO] [stdout] test builder::cmake::tests::test_is_cmake_project ... ok
[INFO] [stdout] test builder::fingerprint::tests::test_compile_fingerprint ... ok
[INFO] [stdout] test builder::context::tests::test_profile_cflags ... ok
[INFO] [stdout] test builder::fingerprint::tests::test_fingerprint_cache ... ok
[INFO] [stdout] test builder::interop::tests::test_surface_json_serialization ... ok
[INFO] [stdout] test builder::native::tests::test_archive_step_fields ... ok
[INFO] [stdout] test builder::native::tests::test_cmake_step_fields ... ok
[INFO] [stdout] test builder::native::tests::test_compile_simple ... ignored
[INFO] [stdout] test builder::native::tests::test_compile_step_fields ... ok
[INFO] [stdout] test builder::native::tests::test_custom_step_fields ... ok
[INFO] [stdout] test builder::native::tests::test_link_step_exe ... ok
[INFO] [stdout] test builder::native::tests::test_link_step_shared_lib ... ok
[INFO] [stdout] test builder::native::tests::test_link_step_static_lib ... ok
[INFO] [stdout] test builder::native::tests::test_split_link_flags_dangling_framework ... ok
[INFO] [stdout] test builder::native::tests::test_split_link_flags_empty_lib_name ... ok
[INFO] [stdout] test builder::native::tests::test_split_link_flags_framework ... ok
[INFO] [stdout] test builder::native::tests::test_split_link_flags_libraries ... ok
[INFO] [stdout] test builder::native::tests::test_split_link_flags_library_files ... ok
[INFO] [stdout] test builder::native::tests::test_split_link_flags_mixed ... ok
[INFO] [stdout] test builder::plan::tests::test_archive_step_creation ... ok
[INFO] [stdout] test builder::fingerprint::tests::test_language_affects_fingerprint ... ok
[INFO] [stdout] test builder::plan::tests::test_build_plan_counts ... ok
[INFO] [stdout] test builder::plan::tests::test_build_plan_serialization ... ok
[INFO] [stdout] test builder::plan::tests::test_cmake_step_creation ... ok
[INFO] [stdout] test builder::plan::tests::test_compile_command_serialization ... ok
[INFO] [stdout] test builder::plan::tests::test_compile_command_without_output ... ok
[INFO] [stdout] test builder::plan::tests::test_compile_step_cpp ... ok
[INFO] [stdout] test builder::plan::tests::test_compile_step_creation ... ok
[INFO] [stdout] test builder::plan::tests::test_custom_step_creation ... ok
[INFO] [stdout] test builder::plan::tests::test_is_cpp_extension ... ok
[INFO] [stdout] test builder::plan::tests::test_link_step_creation ... ok
[INFO] [stdout] test builder::plan::tests::test_link_step_cxx_linker ... ok
[INFO] [stdout] test builder::plan::tests::test_meson_step_creation ... ok
[INFO] [stdout] test builder::shim::capabilities::tests::test_backend_capabilities ... ok
[INFO] [stdout] test builder::shim::capabilities::tests::test_backend_id_display ... ok
[INFO] [stdout] test builder::shim::capabilities::tests::test_backend_id_parse ... ok
[INFO] [stdout] test builder::shim::capabilities::tests::test_dependency_injection ... ok
[INFO] [stdout] test builder::shim::capabilities::tests::test_phase_support ... ok
[INFO] [stdout] test builder::shim::cmake_shim::tests::test_cmake_capabilities ... ok
[INFO] [stdout] test builder::shim::cmake_shim::tests::test_cmake_configure_args ... ok
[INFO] [stdout] test builder::shim::cmake_shim::tests::test_cmake_defaults ... ok
[INFO] [stdout] test builder::shim::cmake_shim::tests::test_cmake_shim_creation ... ok
[INFO] [stdout] test builder::shim::cmake_shim::tests::test_extract_lib_name ... ok
[INFO] [stdout] test builder::shim::custom_shim::tests::test_custom_availability ... ok
[INFO] [stdout] test builder::shim::custom_shim::tests::test_custom_capabilities ... ok
[INFO] [stdout] test builder::shim::custom_shim::tests::test_custom_get_commands ... ok
[INFO] [stdout] test builder::shim::custom_shim::tests::test_custom_shim_creation ... ok
[INFO] [stdout] test builder::shim::custom_shim::tests::test_custom_validate_extra ... ok
[INFO] [stdout] test builder::shim::defaults::tests::test_build_type_mapping ... ok
[INFO] [stdout] test builder::shim::defaults::tests::test_cmake_defaults ... ok
[INFO] [stdout] test builder::shim::defaults::tests::test_cmake_multi_config_detection ... ok
[INFO] [stdout] test builder::shim::defaults::tests::test_native_defaults ... ok
[INFO] [stdout] test builder::shim::defaults::tests::test_profile_kind_display ... ok
[INFO] [stdout] test builder::shim::defaults::tests::test_sanitizer_flags ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_backend_options ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_backend_options_merge ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_build_intent_add_build_target ... ok
[INFO] [stdout] test builder::executor::tests::test_build_progress_thread_safe ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_build_intent_ffi ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_build_intent_with_build_targets ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_build_intent_with_tests ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_build_target_kind_parse ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_linkage_allows ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_linkage_preference_parse ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_target_triple ... ok
[INFO] [stdout] test builder::shim::meson_shim::tests::test_extract_lib_name ... ok
[INFO] [stdout] test builder::shim::meson_shim::tests::test_meson_capabilities ... ok
[INFO] [stdout] test builder::shim::meson_shim::tests::test_meson_configure_args ... ok
[INFO] [stdout] test builder::shim::meson_shim::tests::test_meson_defaults ... ok
[INFO] [stdout] test builder::shim::meson_shim::tests::test_meson_shim_creation ... ok
[INFO] [stdout] test builder::shim::native_shim::tests::test_native_availability ... ok
[INFO] [stdout] test builder::shim::native_shim::tests::test_native_capabilities ... ok
[INFO] [stdout] test builder::plan::tests::test_build_step_enum_variants ... ok
[INFO] [stdout] test builder::shim::native_shim::tests::test_native_configure_skipped ... ok
[INFO] [stdout] test builder::shim::native_shim::tests::test_native_shim_creation ... ok
[INFO] [stdout] test builder::shim::registry::tests::test_backend_summary ... ok
[INFO] [stdout] test builder::shim::registry::tests::test_custom_registration ... ok
[INFO] [stdout] test builder::shim::registry::tests::test_registry_creation ... ok
[INFO] [stdout] test builder::shim::registry::tests::test_registry_get ... ok
[INFO] [stdout] test builder::shim::registry::tests::test_select_for_recipe ... ok
[INFO] [stdout] test builder::shim::trait_def::tests::test_backend_availability ... ok
[INFO] [stdout] test builder::shim::trait_def::tests::test_build_context ... ok
[INFO] [stdout] test builder::shim::trait_def::tests::test_discovered_surface_to_surface ... ok
[INFO] [stdout] test builder::shim::trait_def::tests::test_test_result ... ok
[INFO] [stdout] test builder::shim::registry::tests::test_registry_ids ... ok
[INFO] [stdout] test builder::shim::validation::tests::test_backend_validator_ffi ... ok
[INFO] [stdout] test builder::shim::validation::tests::test_backend_validator_linkage ... ok
[INFO] [stdout] test builder::shim::validation::tests::test_validation_error_multiple ... ok
[INFO] [stdout] test builder::shim::validation::tests::test_validation_error_single ... ok
[INFO] [stdout] test builder::surface_resolver::tests::test_effective_compile_surface_to_flags ... ok
[INFO] [stdout] test builder::surface_resolver::tests::test_effective_link_surface_to_flags ... ok
[INFO] [stdout] test builder::toolchain::detect::tests::test_gcc_archive_command ... ok
[INFO] [stdout] test builder::toolchain::detect::tests::test_gcc_compile_command ... ok
[INFO] [stdout] test builder::toolchain::detect::tests::test_gcc_cxx_compile_command ... ok
[INFO] [stdout] test builder::toolchain::detect::tests::test_msvc_archive_command ... ok
[INFO] [stdout] test builder::toolchain::detect::tests::test_msvc_compile_command ... ok
[INFO] [stdout] test builder::toolchain::detect::tests::test_msvc_cxx_compile_command ... ok
[INFO] [stdout] test builder::util::tests::test_extract_lib_name_no_prefix ... ok
[INFO] [stdout] test builder::util::tests::test_extract_lib_name_unix_shared ... ok
[INFO] [stdout] test builder::util::tests::test_extract_lib_name_unix_static ... ok
[INFO] [stdout] test builder::util::tests::test_extract_lib_name_windows ... ok
[INFO] [stdout] test builder::util::tests::test_parse_define_flags_basic ... ok
[INFO] [stdout] test builder::util::tests::test_parse_define_flags_empty ... ok
[INFO] [stdout] test builder::util::tests::test_parse_define_flags_ignores_invalid ... ok
[INFO] [stdout] test builder::bindings::parser::tests::test_parse_struct ... ok
[INFO] [stdout] test builder::util::tests::test_parse_define_flags_msvc_style ... ok
[INFO] [stdout] test builder::bindings::parser::tests::test_strip_prefix ... ok
[INFO] [stdout] test core::abi::tests::test_abi_compatibility ... ok
[INFO] [stdout] test core::abi::tests::test_target_triple ... ok
[INFO] [stdout] test builder::bindings::parser::tests::test_parse_simple_function ... ok
[INFO] [stdout] test core::abi::tests::test_abi_fingerprint ... ok
[INFO] [stdout] test core::abi::tests::test_target_triple_parse ... ok
[INFO] [stdout] test core::dependency::tests::test_dependency_spec_detailed ... ok
[INFO] [stdout] test core::dependency::tests::test_dependency_spec_git ... ok
[INFO] [stdout] test core::dependency::tests::test_dependency_creation ... ok
[INFO] [stdout] test core::dependency::tests::test_resolve_local_first ... ok
[INFO] [stdout] test core::dependency::tests::test_resolve_explicit_registry_overrides_local ... ok
[INFO] [stdout] test core::dependency::tests::test_resolve_workspace_inheritance ... ok
[INFO] [stdout] test builder::util::tests::test_parse_define_flags_mixed ... ok
[INFO] [stdout] test core::manifest::tests::test_default_source_patterns_cpp ... ok
[INFO] [stdout] test core::manifest::tests::test_default_source_patterns_c ... ok
[INFO] [stdout] test core::manifest::tests::test_generate_lib_manifest ... ok
[INFO] [stdout] test core::manifest::tests::test_explicit_sources_override_defaults ... ok
[INFO] [stdout] test core::manifest::tests::test_no_default_source_for_header_only ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_basic_manifest ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_c_std ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_c_std_variants ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_define_shorthand ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_deps ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_surface ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_surface_shorthand ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_virtual_workspace ... ok
[INFO] [stdout] test core::manifest::tests::test_parse_workspace_with_package ... ok
[INFO] [stdout] test builder::bindings::parser::tests::test_parse_pointer_function ... ok
[INFO] [stdout] test builder::bindings::parser::tests::test_parse_enum ... ok
[INFO] [stdout] test builder::shim::intent::tests::test_build_intent_cross_compile ... FAILED
[INFO] [stdout] test builder::shim::validation::tests::test_backend_validator_cross_compile ... FAILED
[INFO] [stdout] test core::dependency::tests::test_optional_can_only_increase ... ok
[INFO] [stdout] test core::dependency::tests::test_workspace_true_with_path_error ... ok
[INFO] [stdout] test core::manifest::tests::test_manifest_requires_package_or_workspace ... ok
[INFO] [stdout] test core::package::tests::test_package_load ... ok
[INFO] [stdout] test core::manifest::tests::test_toml_error_bad_value_type ... ok
[INFO] [stdout] test core::manifest::tests::test_toml_error_shows_line_numbers ... ok
[INFO] [stdout] test core::manifest::tests::test_unknown_field_rejected_in_package ... ok
[INFO] [stdout] test core::manifest::tests::test_unknown_field_rejected_in_target ... ok
[INFO] [stdout] test core::source_id::tests::test_git_source_id ... ok
[INFO] [stdout] test core::package_id::tests::test_display ... ok
[INFO] [stdout] test core::source_id::tests::test_path_source_id ... ok
[INFO] [stdout] test core::package::tests::test_package_summary ... ok
[INFO] [stdout] test core::package_id::tests::test_package_id_different_versions ... ok
[INFO] [stdout] test core::package_id::tests::test_package_id_interning ... ok
[INFO] [stdout] test core::registry::tests::test_registry_set ... ok
[INFO] [stdout] test core::source_id::tests::test_source_id_roundtrip ... ok
[INFO] [stdout] test core::source_id::tests::test_source_id_parsing ... ok
[INFO] [stdout] test core::source_id::tests::test_vcpkg_source_id_with_registry ... ok
[INFO] [stdout] test core::source_id::tests::test_vcpkg_source_id_with_features_and_baseline ... ok
[INFO] [stdout] test core::source_id::tests::test_vcpkg_source_id ... ok
[INFO] [stdout] test core::summary::tests::test_summary_cheap_clone ... ok
[INFO] [stdout] test core::surface::tests::test_define_string_shorthand ... ok
[INFO] [stdout] test core::summary::tests::test_summary_creation ... ok
[INFO] [stdout] test core::surface::tests::test_lib_ref_to_flags ... ok
[INFO] [stdout] test core::surface::tests::test_platform_condition_matching ... ok
[INFO] [stdout] test core::surface::tests::test_surface_resolve ... ok
[INFO] [stdout] test core::target::core::tests::test_target_builder ... ok
[INFO] [stdout] test core::target::core::tests::test_target_kind_extensions ... ok
[INFO] [stdout] test core::workspace::tests::test_find_manifest_accepts_alias_when_alone ... ok
[INFO] [stdout] test core::surface::tests::test_define_to_flag ... ok
[INFO] [stdout] test core::surface::tests::test_lib_ref_shorthand ... ok
[INFO] [stdout] test core::target::core::tests::test_output_filename ... ok
[INFO] [stdout] test core::workspace::tests::test_duplicate_package_name_error ... ok
[INFO] [stdout] test core::workspace::tests::test_workspace_paths ... ok
[INFO] [stdout] test core::workspace::tests::test_find_manifest_errors_when_both_exist ... ok
[INFO] [stdout] test core::workspace::tests::test_find_manifest_not_found ... ok
[INFO] [stdout] test core::workspace::tests::test_nested_workspace_error ... ok
[INFO] [stdout] test core::workspace::tests::test_workspace_creation ... ok
[INFO] [stdout] test core::workspace::tests::test_multi_package_workspace ... ok
[INFO] [stdout] test core::workspace::tests::test_workspace_with_alias_manifest ... ok
[INFO] [stdout] test ops::doctor::tests::test_check_result_optional ... ok
[INFO] [stdout] test ops::doctor::tests::test_doctor_report_all_passed ... ok
[INFO] [stdout] test ops::doctor::tests::test_doctor_report_required_failed ... ok
[INFO] [stdout] test ops::doctor::tests::test_check_result_pass ... ok
[INFO] [stdout] test ops::doctor::tests::test_doctor_report_optional_failed ... ok
[INFO] [stdout] test ops::ffi_bundle::tests::test_bundle_options_builder ... ok
[INFO] [stdout] test ops::ffi_bundle::tests::test_bundle_options_default ... ok
[INFO] [stdout] test core::workspace::tests::test_workspace_with_default_members ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_path_dependency ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_already_present ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_git_dependency ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_registry_dependency ... ok
[INFO] [stdout] test ops::harbour_build::tests::test_build ... ignored
[INFO] [stdout] test core::package_id::tests::test_package_id_ordering ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_remove_dependency_not_found ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_update_version ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_dry_run ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_add_registry_dependency_wildcard ... ok
[INFO] [stdout] test ops::harbour_build::tests::test_validate_target_filter_invalid ... ok
[INFO] [stdout] test ops::harbour_build::tests::test_select_packages_not_found ... ok
[INFO] [stdout] test ops::harbour_new::tests::test_new_project_exe ... ok
[INFO] [stdout] test ops::harbour_build::tests::test_validate_target_filter_valid ... ok
[INFO] [stdout] test ops::harbour_new::tests::test_new_project_lib ... ok
[INFO] [stdout] test ops::lockfile::tests::test_lockfile_has_manifest_hash ... ok
[INFO] [stdout] test ops::lockfile::tests::test_lockfile_hash_ignores_whitespace_changes ... ok
[INFO] [stdout] test ops::lockfile::tests::test_lockfile_roundtrip ... ok
[INFO] [stdout] test ops::lockfile::tests::test_missing_lockfile ... ok
[INFO] [stdout] test ops::lockfile::tests::test_lockfile_needs_update_detects_manifest_change ... ok
[INFO] [stdout] test ops::verify::build::tests::test_cmake_option_parsing ... ok
[INFO] [stdout] test ops::verify::build::tests::test_cmake_value_parsing ... ok
[INFO] [stdout] test ops::verify::build::tests::test_cmake_option_parsing_malformed ... ok
[INFO] [stdout] test ops::resolve::tests::test_resolve_workspace ... ok
[INFO] [stdout] test ops::verify::build::tests::test_generate_manifest_cmake ... ok
[INFO] [stdout] test ops::harbour_add::tests::test_remove_dependency ... ok
[INFO] [stdout] test ops::verify::build::tests::test_generate_manifest_native ... ok
[INFO] [stdout] test ops::verify::harness::tests::test_generate_harness_c ... ok
[INFO] [stdout] test ops::verify::harness::tests::test_generate_harness_cxx ... ok
[INFO] [stdout] test ops::verify::tests::test_verify_empty_package ... ok
[INFO] [stdout] test ops::verify::types::tests::test_verify_linkage_parse ... ok
[INFO] [stdout] test ops::verify::types::tests::test_verify_result ... ok
[INFO] [stdout] test ops::verify::types::tests::test_verify_result_failed ... ok
[INFO] [stdout] test ops::verify::types::tests::test_verify_step_pass ... ok
[INFO] [stdout] test ops::verify::types::tests::test_verify_step_with_warning ... ok
[INFO] [stdout] test resolver::cpp_constraints::tests::test_cpp_standard_ordering ... ok
[INFO] [stdout] test resolver::cpp_constraints::tests::test_max_std ... ok
[INFO] [stdout] test resolver::cpp_constraints::tests::test_std_conflict_error ... ok
[INFO] [stdout] test resolver::cpp_constraints::tests::test_std_unification_higher_request ... ok
[INFO] [stdout] test resolver::encode::tests::test_lockfile_format ... ok
[INFO] [stdout] test resolver::errors::tests::test_feature_conflict_diagnostic ... ok
[INFO] [stdout] test resolver::errors::tests::test_version_conflict_diagnostic ... ok
[INFO] [stdout] test resolver::encode::tests::test_lockfile_roundtrip ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_add_edge_idempotent ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_add_package_idempotent ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_basic ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_default ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_checksum ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_checksum_none ... ok
[INFO] [stdout] test ops::harbour_update::tests::test_update ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_dependents_empty ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_deps_empty ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_deps_nonexistent ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_diamond_dependency ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_empty ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_error_display ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_get_package_by_name ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_get_package_by_name_strict ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_get_package_with_source ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_packages_iterator ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_reverse_topological_order ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_registry_provenance ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_single_package ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_summary ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_get_packages_by_name ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_transitive_deps_empty ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_unique_pkg ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_transitive_deps ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_unique_pkg_not_found ... ok
[INFO] [stdout] test resolver::resolve::tests::test_resolve_version_default ... ok
[INFO] [stdout] test ops::harbour_new::tests::test_init_existing_dir ... ok
[INFO] [stdout] test resolver::resolve::tests::test_topological_order ... ok
[INFO] [stdout] test resolver::version::tests::test_caret_range ... ok
[INFO] [stdout] test resolver::version::tests::test_caret_range_zero_major ... ok
[INFO] [stdout] test resolver::version::tests::test_comparison_range ... ok
[INFO] [stdout] test resolver::version::tests::test_exact_range ... ok
[INFO] [stdout] test resolver::tests::test_resolver_simple ... ok
[INFO] [stdout] test sources::git::tests::test_git_reference_branch ... ok
[INFO] [stdout] test resolver::version::tests::test_parse_version_lenient ... ok
[INFO] [stdout] test sources::git::tests::test_git_reference_default ... ok
[INFO] [stdout] test sources::git::tests::test_git_reference_tag ... ok
[INFO] [stdout] test resolver::version::tests::test_tilde_range ... ok
[INFO] [stdout] test sources::git::tests::test_git_reference_equality ... ok
[INFO] [stdout] test sources::git::tests::test_git_reference_rev ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_checkout_path ... ok
[INFO] [stdout] test sources::cache::tests::test_source_cache_path ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_creation ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_different_refs_different_paths ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_name ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url_ssh_style ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_supports_different_source ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url_deep_path ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url_no_path ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url_various_hosts ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url_trailing_slashes ... ok
[INFO] [stdout] test sources::git::tests::test_sanitize_url_without_git_suffix ... ok
[INFO] [stdout] test sources::registry::config::tests::test_curated_config_defaults ... ok
[INFO] [stdout] test sources::registry::config::tests::test_non_curated_registry ... ok
[INFO] [stdout] test sources::registry::config::tests::test_invalid_version ... ok
[INFO] [stdout] test sources::registry::config::tests::test_invalid_layout ... ok
[INFO] [stdout] test sources::registry::config::tests::test_parse_config ... ok
[INFO] [stdout] test sources::registry::config::tests::test_parse_curated_config ... ok
[INFO] [stdout] test sources::registry::config::tests::test_parse_minimal_config ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_supports_matching_source ... ok
[INFO] [stdout] test sources::git::tests::test_git_source_is_cached_false ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_invalid_rev_length ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_git_shim ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_shim_with_surface ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_shim_with_patches ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_git_source_with_optional_checksum ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_shim_with_features ... ok
[INFO] [stdout] test sources::path::tests::test_path_source_query ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_shim_with_surface_override ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_tarball_shim ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_parse_shim_with_metadata ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_shim_path ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_platform_support ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_validate_package_name ... ok
[INFO] [stdout] test sources::registry::tests::test_extract_specific_version ... ok
[INFO] [stdout] test sources::registry::tests::test_sanitize_url ... ok
[INFO] [stdout] test sources::registry::tests::test_extract_tarball_basic ... ok
[INFO] [stdout] test sources::path::tests::test_path_source_version_filter ... ok
[INFO] [stdout] test sources::registry::tests::test_extract_tarball_with_strip_prefix ... ok
[INFO] [stdout] test test_support::fixtures::tests::test_header_templates ... ok
[INFO] [stdout] test test_support::fixtures::tests::test_manifest_templates ... ok
[INFO] [stdout] test sources::registry::tests::test_registry_source_paths ... ok
[INFO] [stdout] test test_support::fixtures::tests::test_source_templates ... ok
[INFO] [stdout] test test_support::fixtures::tests::test_project_fixture_write_to_mock ... ok
[INFO] [stdout] test sources::registry::shim::tests::test_source_hash ... ok
[INFO] [stdout] test test_support::fixtures::tests::test_project_fixture_library ... ok
[INFO] [stdout] test test_support::fixtures::tests::test_project_fixture_executable ... ok
[INFO] [stdout] test test_support::tests::test_create_test_workspace ... ok
[INFO] [stdout] test test_support::tests::test_assertions ... ok
[INFO] [stdout] test test_support::tests::test_minimal_manifest ... ok
[INFO] [stdout] test test_support::tests::test_mock_executor_basic ... ok
[INFO] [stdout] test test_support::tests::test_mock_http_client ... ok
[INFO] [stdout] test util::config::tests::test_config_default ... ok
[INFO] [stdout] test test_support::tests::test_mock_filesystem_directories ... ok
[INFO] [stdout] test util::config::tests::test_config_parse_linkage ... ok
[INFO] [stdout] test util::config::tests::test_config_merge ... ok
[INFO] [stdout] test test_support::tests::test_mock_executor_unexpected ... ok
[INFO] [stdout] test util::config::tests::test_config_parse_backend ... ok
[INFO] [stdout] test test_support::tests::test_mock_filesystem_basic ... ok
[INFO] [stdout] test util::config::tests::test_config_load ... ok
[INFO] [stdout] test util::config::tests::test_load_toolchain_config_precedence ... ok
[INFO] [stdout] test util::config::tests::test_toolchain_config_default ... ok
[INFO] [stdout] test util::config::tests::test_toolchain_config_has_overrides ... ok
[INFO] [stdout] test util::config::tests::test_toolchain_config_merge ... ok
[INFO] [stdout] test util::config::tests::test_toolchain_config_save ... ok
[INFO] [stdout] test util::config::tests::test_vcpkg_config_with_registries ... ok
[INFO] [stdout] test util::config::tests::test_toolchain_config_load ... ok
[INFO] [stdout] test util::context::tests::test_context_registries ... ok
[INFO] [stdout] test util::context::tests::test_context_paths ... ok
[INFO] [stdout] test util::config::tests::test_vcpkg_config_generate_configuration ... ok
[INFO] [stdout] test util::context::tests::test_registry_list_by_name ... ok
[INFO] [stdout] test util::context::tests::test_registry_list_defaults ... ok
[INFO] [stdout] test util::context::tests::test_registry_entry ... ok
[INFO] [stdout] test util::context::tests::test_registry_list_priority_sorting ... ok
[INFO] [stdout] test util::context::tests::test_registry_list_enabled ... ok
[INFO] [stdout] test util::context::tests::test_find_manifest ... ok
[INFO] [stdout] test util::diagnostic::tests::test_diagnostic_formatting ... ok
[INFO] [stdout] test util::context::tests::test_find_manifest_ambiguous ... ok
[INFO] [stdout] test util::hash::tests::test_sha256_str ... ok
[INFO] [stdout] test util::context::tests::test_default_registry_url ... ok
[INFO] [stdout] test util::context::tests::test_default_registry_url_fallback ... ok
[INFO] [stdout] test util::fs::tests::test_copy_dir_all ... ok
[INFO] [stdout] test util::fs::tests::test_glob_files ... ok
[INFO] [stdout] test util::hash::tests::test_fingerprint ... ok
[INFO] [stdout] test util::hash::tests::test_sha256_file ... ok
[INFO] [stdout] test util::interning::tests::test_interning_equality ... ok
[INFO] [stdout] test util::process::tests::test_display_command ... ok
[INFO] [stdout] test util::shell::tests::test_from_flags ... ok
[INFO] [stdout] test util::interning::tests::test_clone_is_cheap ... ok
[INFO] [stdout] test util::shell::tests::test_status_formatting ... ok
[INFO] [stdout] test util::interning::tests::test_hash_consistency ... ok
[INFO] [stdout] test util::shell::tests::test_format_duration ... ok
[INFO] [stdout] test util::shell::tests::test_color_choice_parse ... ok
[INFO] [stdout] test util::shell::tests::test_shell_modes ... ok
[INFO] [stdout] test util::process::tests::test_process_builder ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- builder::shim::intent::tests::test_build_intent_cross_compile stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builder::shim::intent::tests::test_build_intent_cross_compile' (106) panicked at src/builder/shim/intent.rs:670:9:
[INFO] [stdout] assertion failed: intent.is_cross_compile()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b7159e7fc8a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b7159e7fc8a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b7159e7fc8a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b7159e7fc8a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b7159e99fca - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b7159e99fca - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5b7159e86702 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b7159e86702 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b7159e5889f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b7159e5889f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b7159e75869 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b715972f8bc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b715972f8bc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b7159e75ae2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b7159e75ae2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b7159e5898a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5b7159e4f829 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b7159e59c9d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b7159e9a95c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b7159e9a922 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5b7158fc383c - harbour::builder::shim::intent::tests::test_build_intent_cross_compile::h8fcf95020635cfac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/builder/shim/intent.rs:670:9
[INFO] [stdout]   21:     0x5b7158fc3897 - harbour::builder::shim::intent::tests::test_build_intent_cross_compile::{{closure}}::hed96597a64968369
[INFO] [stdout]                                at /opt/rustwide/workdir/src/builder/shim/intent.rs:664:41
[INFO] [stdout]   22:     0x5b7159283a86 - core::ops::function::FnOnce::call_once::h243748fb86dc216d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b715972399b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b715972399b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5b715973038b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5b715973038b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5b715973038b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5b715973038b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5b715973038b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b715973038b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5b715973038b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5b715972baa4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5b715972baa4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5b7159732f92 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5b7159732f92 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5b7159732f92 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5b7159732f92 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5b7159732f92 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5b7159732f92 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5b7159732f92 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b7159e7ef0f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x5b7159e7ef0f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7e73c2865aa4 - <unknown>
[INFO] [stdout]   44:     0x7e73c28f2a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- builder::shim::validation::tests::test_backend_validator_cross_compile stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'builder::shim::validation::tests::test_backend_validator_cross_compile' (133) panicked at src/builder/shim/validation.rs:558:13:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b7159e7fc8a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5b7159e7fc8a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5b7159e7fc8a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b7159e7fc8a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5b7159e99fca - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b7159e99fca - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5b7159e86702 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5b7159e86702 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5b7159e5889f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b7159e5889f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b7159e75869 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b715972f8bc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5b715972f8bc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5b7159e75ae2 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5b7159e75ae2 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b7159e5898a - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5b7159e4f829 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5b7159e59c9d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b7159e9a95c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b7159e9a922 - core[10b6fa85044e1869]::panicking::panic
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5b7159127995 - harbour::builder::shim::validation::tests::test_backend_validator_cross_compile::hf995105154a02118
[INFO] [stdout]                                at /opt/rustwide/workdir/src/builder/shim/validation.rs:558:13
[INFO] [stdout]   21:     0x5b7159127a07 - harbour::builder::shim::validation::tests::test_backend_validator_cross_compile::{{closure}}::he4a09ba6c6d15884
[INFO] [stdout]                                at /opt/rustwide/workdir/src/builder/shim/validation.rs:544:46
[INFO] [stdout]   22:     0x5b715928a0f6 - core::ops::function::FnOnce::call_once::ha05658eca015e5cc
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5b715972399b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5b715972399b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x5b715973038b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x5b715973038b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x5b715973038b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5b715973038b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5b715973038b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5b715973038b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x5b715973038b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x5b715972baa4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x5b715972baa4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5b7159732f92 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x5b7159732f92 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x5b7159732f92 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5b7159732f92 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5b7159732f92 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5b7159732f92 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x5b7159732f92 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5b7159e7ef0f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   42:     0x5b7159e7ef0f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7e73c2865aa4 - <unknown>
[INFO] [stdout]   44:     0x7e73c28f2a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     builder::shim::intent::tests::test_build_intent_cross_compile
[INFO] [stdout]     builder::shim::validation::tests::test_backend_validator_cross_compile
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 378 passed; 2 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "5260312d94038b59671b213f00b1cd8d202a80224d2a824f390436c07e400982", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5260312d94038b59671b213f00b1cd8d202a80224d2a824f390436c07e400982", kill_on_drop: false }`
[INFO] [stdout] 5260312d94038b59671b213f00b1cd8d202a80224d2a824f390436c07e400982
