[INFO] cloning repository https://github.com/nnunley/objfs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nnunley/objfs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnnunley%2Fobjfs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnnunley%2Fobjfs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 04958fc74b315c715f93eea380621c8d4d126bf8
[INFO] testing nnunley/objfs against 1.97.0-beta.6+cargoflags=--release for beta-1.98-release-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnnunley%2Fobjfs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nnunley/objfs
[INFO] finished tweaking git repo https://github.com/nnunley/objfs
[INFO] tweaked toml for git repo https://github.com/nnunley/objfs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nnunley/objfs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nnunley/objfs 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded multimap v0.10.1
[INFO] [stderr]   Downloaded tonic v0.13.1
[INFO] [stderr]   Downloaded pest_generator v2.8.6
[INFO] [stderr]   Downloaded pest_derive v2.8.6
[INFO] [stderr]   Downloaded pest v2.8.6
[INFO] [stderr]   Downloaded json5 v0.4.1
[INFO] [stderr]   Downloaded tonic-build v0.13.1
[INFO] [stderr]   Downloaded filetime v0.2.27
[INFO] [stderr]   Downloaded pest_meta v2.8.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed
[INFO] running `Command { std: "docker" "start" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[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 tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling objfs v0.1.0 (/opt/rustwide/workdir)
[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 tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tonic v0.13.1
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_files`
[INFO] [stdout]    --> src/grpc_client.rs:283:17
[INFO] [stdout]     |
[INFO] [stdout] 283 |                 output_files: command.output_files(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_directories`
[INFO] [stdout]    --> src/grpc_client.rs:284:17
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 output_directories: vec![],
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::platform`
[INFO] [stdout]    --> src/grpc_client.rs:286:17
[INFO] [stdout]     |
[INFO] [stdout] 286 |                 platform: None,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2m 28s
[INFO] running `Command { std: "docker" "inspect" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling objfs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_files`
[INFO] [stdout]    --> src/grpc_client.rs:283:17
[INFO] [stdout]     |
[INFO] [stdout] 283 |                 output_files: command.output_files(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_directories`
[INFO] [stdout]    --> src/grpc_client.rs:284:17
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 output_directories: vec![],
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::platform`
[INFO] [stdout]    --> src/grpc_client.rs:286:17
[INFO] [stdout]     |
[INFO] [stdout] 286 |                 platform: None,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]    --> src/cas.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     use std::io::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_files`
[INFO] [stdout]    --> src/grpc_client.rs:283:17
[INFO] [stdout]     |
[INFO] [stdout] 283 |                 output_files: command.output_files(),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_directories`
[INFO] [stdout]    --> src/grpc_client.rs:284:17
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 output_directories: vec![],
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::platform`
[INFO] [stdout]    --> src/grpc_client.rs:286:17
[INFO] [stdout]     |
[INFO] [stdout] 286 |                 platform: None,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remote_cas`
[INFO] [stdout]   --> tests/hybrid_cas_test.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let remote_cas = MockRemoteCas::new();
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remote_cas`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> tests/platform_cache_test.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::fs;
[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 variable: `artifact_hash`
[INFO] [stdout]   --> tests/platform_cache_test.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let artifact_hash = cas.store(artifact_data).unwrap();
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_artifact_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> tests/hierarchical_cas_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | struct MockRemoteCas {
[INFO] [stdout]    |        ------------- field in this struct
[INFO] [stdout] 10 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `has_blob` is never used
[INFO] [stdout]   --> tests/hierarchical_cas_test.rs:22:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl MockRemoteCas {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 22 |     fn has_blob(&self, hash: &str) -> bool {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 45.16s
[INFO] running `Command { std: "docker" "inspect" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_files`
[INFO] [stderr]    --> src/grpc_client.rs:283:17
[INFO] [stderr]     |
[INFO] [stderr] 283 |                 output_files: command.output_files(),
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::output_directories`
[INFO] [stderr]    --> src/grpc_client.rs:284:17
[INFO] [stderr]     |
[INFO] [stderr] 284 |                 output_directories: vec![],
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `proto::build::bazel::remote::execution::v2::Command::platform`
[INFO] [stderr]    --> src/grpc_client.rs:286:17
[INFO] [stderr]     |
[INFO] [stderr] 286 |                 platform: None,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Write`
[INFO] [stderr]    --> src/cas.rs:225:9
[INFO] [stderr]     |
[INFO] [stderr] 225 |     use std::io::Write;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `objfs` (lib) generated 3 warnings
[INFO] [stderr] warning: `objfs` (lib test) generated 4 warnings (3 duplicates) (run `cargo fix --lib -p objfs --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused variable: `remote_cas`
[INFO] [stderr]   --> tests/hybrid_cas_test.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let remote_cas = MockRemoteCas::new();
[INFO] [stderr]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remote_cas`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `objfs` (test "hybrid_cas_test") generated 1 warning (run `cargo fix --test "hybrid_cas_test" -p objfs` to apply 1 suggestion)
[INFO] [stderr] warning: field `name` is never read
[INFO] [stderr]   --> tests/hierarchical_cas_test.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | struct MockRemoteCas {
[INFO] [stderr]    |        ------------- field in this struct
[INFO] [stderr] 10 |     name: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `has_blob` is never used
[INFO] [stderr]   --> tests/hierarchical_cas_test.rs:22:8
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl MockRemoteCas {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 22 |     fn has_blob(&self, hash: &str) -> bool {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::fs`
[INFO] [stderr]  --> tests/platform_cache_test.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::fs;
[INFO] [stderr]   |     ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `artifact_hash`
[INFO] [stderr]   --> tests/platform_cache_test.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let artifact_hash = cas.store(artifact_data).unwrap();
[INFO] [stderr]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_artifact_hash`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `objfs` (test "hierarchical_cas_test") generated 2 warnings
[INFO] [stderr] warning: `objfs` (test "platform_cache_test") generated 2 warnings (run `cargo fix --test "platform_cache_test" -p objfs` to apply 2 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/objfs-53061cd72588932d)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test grpc_client::tests::test_grpc_cas_with_tls ... ignored
[INFO] [stdout] test grpc_client::tests::test_grpc_cas_without_tls ... ignored
[INFO] [stdout] test output_detection::tests::test_detect_new_files ... ok
[INFO] [stdout] test platform::tests::test_current_platform ... ok
[INFO] [stdout] test output_detection::tests::test_detect_crate_outputs ... ok
[INFO] [stdout] test platform::tests::test_platform_cache_key_is_deterministic ... ok
[INFO] [stdout] test platform::tests::test_cache_key_sorted_for_determinism ... ok
[INFO] [stdout] test platform::tests::test_different_platforms_have_different_keys ... ok
[INFO] [stdout] test re_client::tests::test_download_nonexistent_blob_fails ... ok
[INFO] [stdout] test re_client::tests::test_exists_before_and_after_upload ... ok
[INFO] [stdout] test platform::tests::test_parse_target_triple_windows ... FAILED
[INFO] [stdout] test platform::tests::test_parse_target_triple_linux_x86 ... FAILED
[INFO] [stdout] test remote_config::tests::test_cannot_build_unsupported_target ... ok
[INFO] [stdout] test platform::tests::test_cross_compile_different_platforms ... FAILED
[INFO] [stdout] test re_client::tests::test_upload_and_download ... ok
[INFO] [stdout] test remote_config::tests::test_remote_config_disabled_by_default ... ok
[INFO] [stdout] test platform::tests::test_parse_target_triple_macos_arm ... FAILED
[INFO] [stdout] test remote_config::tests::test_can_build_macos_with_osxcross ... ok
[INFO] [stdout] test cas::tests::test_cas_deduplication ... ok
[INFO] [stdout] test platform::tests::test_platform_detection ... FAILED
[INFO] [stdout] test eviction::tests::test_evict_by_ttl ... ok
[INFO] [stdout] test cas::tests::test_cas_store_and_retrieve ... ok
[INFO] [stdout] test eviction::tests::test_list_all_objects ... ok
[INFO] [stdout] test re_client::tests::test_hybrid_cas_write_back_to_earlier_tiers ... ok
[INFO] [stdout] test re_client::tests::test_hybrid_cas_checks_backends_in_order ... ok
[INFO] [stdout] test remote_config::tests::test_remote_config_from_env ... ok
[INFO] [stdout] test re_client::tests::test_hybrid_cas_stores_to_first_tier ... ok
[INFO] [stdout] test bundle::tests::test_bundle_store_and_restore ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- platform::tests::test_parse_target_triple_windows stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'platform::tests::test_parse_target_triple_windows' (4043) panicked at src/platform.rs:183:52:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c452f464868 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5c452f47b29a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5c452f469ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5c452f43ee06 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5c452f45acb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5c452f27121c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5c452f45af32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5c452f43eef4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5c452f433659 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5c452f44019d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5c452f47b9bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5c452f47b982 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]   12:     0x5c452f47b739 - core[8fb95b77d25ab6c8]::option::unwrap_failed
[INFO] [stdout]   13:     0x5c452f1cb782 - objfs[8f013fecf3f54420]::platform::tests::test_parse_target_triple_windows
[INFO] [stdout]   14:     0x5c452f20d1a9 - <objfs[8f013fecf3f54420]::platform::tests::test_parse_target_triple_windows::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5c452f2642fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   16:     0x5c452f271b75 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5c452f26b484 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5c452f274bf2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5c452f4637df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7d00cd0bc07a - <unknown>
[INFO] [stdout]   21:     0x7d00cd14f534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- platform::tests::test_parse_target_triple_linux_x86 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'platform::tests::test_parse_target_triple_linux_x86' (4041) panicked at src/platform.rs:169:52:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c452f464868 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5c452f47b29a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5c452f469ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5c452f43ee06 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5c452f45acb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5c452f27121c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5c452f45af32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5c452f43eef4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5c452f433659 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5c452f44019d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5c452f47b9bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5c452f47b982 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]   12:     0x5c452f47b739 - core[8fb95b77d25ab6c8]::option::unwrap_failed
[INFO] [stdout]   13:     0x5c452f1cba22 - objfs[8f013fecf3f54420]::platform::tests::test_parse_target_triple_linux_x86
[INFO] [stdout]   14:     0x5c452f20d1c9 - <objfs[8f013fecf3f54420]::platform::tests::test_parse_target_triple_linux_x86::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5c452f2642fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   16:     0x5c452f271b75 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5c452f26b484 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5c452f274bf2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5c452f4637df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7d00cd0bc07a - <unknown>
[INFO] [stdout]   21:     0x7d00cd14f534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- platform::tests::test_cross_compile_different_platforms stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'platform::tests::test_cross_compile_different_platforms' (4038) panicked at src/platform.rs:195:9:
[INFO] [stdout] assertion `left != right` failed
[INFO] [stdout]   left: "ISA=x86_64,OSFamily=linux"
[INFO] [stdout]  right: "ISA=x86_64,OSFamily=linux"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c452f464868 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5c452f47b29a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5c452f469ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5c452f43ee06 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5c452f45acb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5c452f27121c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5c452f45af32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5c452f43eec2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5c452f433659 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5c452f44019d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5c452f47b9bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5c452f47b8d3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x5c452f22b889 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<alloc[a7ee25936407c584]::string::String, alloc[a7ee25936407c584]::string::String>
[INFO] [stdout]   13:     0x5c452f1cc4ad - objfs[8f013fecf3f54420]::platform::tests::test_cross_compile_different_platforms
[INFO] [stdout]   14:     0x5c452f20d229 - <objfs[8f013fecf3f54420]::platform::tests::test_cross_compile_different_platforms::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5c452f2642fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   16:     0x5c452f271b75 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5c452f26b484 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5c452f274bf2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5c452f4637df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7d00cd0bc07a - <unknown>
[INFO] [stdout]   21:     0x7d00cd14f534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- platform::tests::test_parse_target_triple_macos_arm stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'platform::tests::test_parse_target_triple_macos_arm' (4042) panicked at src/platform.rs:176:52:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c452f464868 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5c452f47b29a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5c452f469ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5c452f43ee06 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5c452f45acb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5c452f27121c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5c452f45af32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5c452f43eef4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5c452f433659 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5c452f44019d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5c452f47b9bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5c452f47b982 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]   12:     0x5c452f47b739 - core[8fb95b77d25ab6c8]::option::unwrap_failed
[INFO] [stdout]   13:     0x5c452f1cbcc2 - objfs[8f013fecf3f54420]::platform::tests::test_parse_target_triple_macos_arm
[INFO] [stdout]   14:     0x5c452f20d1e9 - <objfs[8f013fecf3f54420]::platform::tests::test_parse_target_triple_macos_arm::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x5c452f2642fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   16:     0x5c452f271b75 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   17:     0x5c452f26b484 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x5c452f274bf2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x5c452f4637df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7d00cd0bc07a - <unknown>
[INFO] [stdout]   21:     0x7d00cd14f534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- platform::tests::test_platform_detection stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'platform::tests::test_platform_detection' (4045) panicked at src/platform.rs:94:9:
[INFO] [stdout] assertion failed: platform.properties.contains_key("Arch")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c452f464868 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x5c452f47b29a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    2:     0x5c452f469ee2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x5c452f43ee06 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x5c452f45acb9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]    5:     0x5c452f27121c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x5c452f45af32 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x5c452f43eef4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x5c452f433659 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x5c452f44019d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]   10:     0x5c452f47b9bc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]   11:     0x5c452f47b982 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]   12:     0x5c452f1cb51a - objfs[8f013fecf3f54420]::platform::tests::test_platform_detection
[INFO] [stdout]   13:     0x5c452f20d189 - <objfs[8f013fecf3f54420]::platform::tests::test_platform_detection::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   14:     0x5c452f2642fb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]   15:     0x5c452f271b75 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]   16:     0x5c452f26b484 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]   17:     0x5c452f274bf2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   18:     0x5c452f4637df - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   19:     0x7d00cd0bc07a - <unknown>
[INFO] [stdout]   20:     0x7d00cd14f534 - clone
[INFO] [stdout]   21:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     platform::tests::test_cross_compile_different_platforms
[INFO] [stdout]     platform::tests::test_parse_target_triple_linux_x86
[INFO] [stdout]     platform::tests::test_parse_target_triple_macos_arm
[INFO] [stdout]     platform::tests::test_parse_target_triple_windows
[INFO] [stdout]     platform::tests::test_platform_detection
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 21 passed; 5 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed", kill_on_drop: false }`
[INFO] [stdout] cbf90eb7f80339b25ab7688804415cefe1f5dfb7d8f0d93c396d255644d3c6ed
