[INFO] cloning repository https://github.com/expbuild/expbuild-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/expbuild/expbuild-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexpbuild%2Fexpbuild-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexpbuild%2Fexpbuild-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0458e723818f943107c96cbc7a0895237bd06ca
[INFO] checking expbuild/expbuild-cli against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fexpbuild%2Fexpbuild-cli" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/expbuild/expbuild-cli
[INFO] finished tweaking git repo https://github.com/expbuild/expbuild-cli
[INFO] tweaked toml for git repo https://github.com/expbuild/expbuild-cli written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/expbuild/expbuild-cli on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/expbuild/expbuild-cli 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bollard v0.17.1
[INFO] [stderr]   Downloaded compression-codecs v0.4.33
[INFO] [stderr]   Downloaded sys-info v0.9.1
[INFO] [stderr]   Downloaded bollard-stubs v1.45.0-rc.26.0.1
[INFO] [stderr]   Downloaded async-compression v0.4.34
[INFO] [stderr]   Downloaded schemars v1.1.0
[INFO] [stderr]   Downloaded serde_with v3.16.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123
[INFO] running `Command { std: "docker" "start" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123", 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" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling cc v1.2.48
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling sys-info v0.9.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]     Checking compression-codecs v0.4.33
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking bollard-stubs v1.45.0-rc.26.0.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling tonic-build v0.13.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]    Compiling re_grpc_proto v0.1.0 (/opt/rustwide/workdir/crates/proto)
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking async-compression v0.4.34
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking axum v0.8.7
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.18
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyperlocal v0.9.1
[INFO] [stderr]     Checking tonic v0.13.1
[INFO] [stderr]     Checking bollard v0.17.1
[INFO] [stderr]     Checking remote_execution v0.1.0 (/opt/rustwide/workdir/crates/client)
[INFO] [stderr]     Checking re_server v0.1.0 (/opt/rustwide/workdir/crates/server)
[INFO] [stdout] warning: unused import: `core::sync::atomic::Ordering`
[INFO] [stdout]  --> crates/client/src/client/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::sync::atomic::Ordering;
[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: `std::io::Cursor`
[INFO] [stdout]  --> crates/client/src/client/tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::atomic::AtomicU16`
[INFO] [stdout]  --> crates/client/src/client/tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::atomic::AtomicU16;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_compression::tokio::bufread::ZstdDecoder`
[INFO] [stdout]  --> crates/client/src/client/tests.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use async_compression::tokio::bufread::ZstdDecoder;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `async_compression::tokio::bufread::ZstdEncoder`
[INFO] [stdout]  --> crates/client/src/client/tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use async_compression::tokio::bufread::ZstdEncoder;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `re_grpc_proto::build::bazel::remote::execution::v2::batch_update_blobs_response`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use re_grpc_proto::build::bazel::remote::execution::v2::batch_update_blobs_response;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `re_grpc_proto::google::bytestream::ReadResponse`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use re_grpc_proto::google::bytestream::ReadResponse;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `re_grpc_proto::google::bytestream::WriteResponse`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use re_grpc_proto::google::bytestream::WriteResponse;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `re_grpc_proto::google::rpc::Status`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use re_grpc_proto::google::rpc::Status;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncReadExt`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use tokio::io::AsyncReadExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::compression::Compressor`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use super::compression::Compressor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::upload::upload_impl`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use super::upload::upload_impl;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::response::*`
[INFO] [stdout]   --> crates/client/src/client/tests.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use crate::response::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking expbuild-worker v0.1.0 (/opt/rustwide/workdir/crates/worker)
[INFO] [stderr]     Checking expbuild-cli v0.1.0 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Checking re_server_bin v0.1.0 (/opt/rustwide/workdir/crates/server-bin)
[INFO] [stderr]     Checking expbuild-integration-tests v0.1.0 (/opt/rustwide/workdir/tests)
[INFO] [stdout] warning: unused import: `Context`
[INFO] [stdout]  --> tests/integration/test_execution_flow.rs:2:14
[INFO] [stdout]   |
[INFO] [stdout] 2 | use anyhow::{Context, Result};
[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 `remote_execution::Command::output_files`
[INFO] [stdout]   --> tests/integration/test_execution_flow.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         output_files: vec![],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::output_directories`
[INFO] [stdout]   --> tests/integration/test_execution_flow.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         output_directories: vec![],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::platform`
[INFO] [stdout]   --> tests/integration/test_execution_flow.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         platform: None,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::output_files`
[INFO] [stdout]    --> tests/integration/test_execution_flow.rs:137:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |         output_files: vec!["output.txt".to_string()],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::output_directories`
[INFO] [stdout]    --> tests/integration/test_execution_flow.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 138 |         output_directories: vec![],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::platform`
[INFO] [stdout]    --> tests/integration/test_execution_flow.rs:140:9
[INFO] [stdout]     |
[INFO] [stdout] 140 |         platform: None,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::output_files`
[INFO] [stdout]    --> tests/integration/test_execution_flow.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 |         output_files: vec![],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::output_directories`
[INFO] [stdout]    --> tests/integration/test_execution_flow.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |         output_directories: vec![],
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `remote_execution::Command::platform`
[INFO] [stdout]    --> tests/integration/test_execution_flow.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |         platform: None,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.80s
[INFO] running `Command { std: "docker" "inspect" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123", kill_on_drop: false }`
[INFO] [stdout] c043aae7b3141dc31e7fe6203e9d697ef03b4e2adcc5573a8d1d14fae9233123
