[INFO] fetching crate harmony_rust_sdk 0.8.0...
[INFO] checking harmony_rust_sdk-0.8.0 against try#b1f2594eac607c1f051534800237eeedb5590a49 for pr-139493-3
[INFO] extracting crate harmony_rust_sdk 0.8.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate harmony_rust_sdk 0.8.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate harmony_rust_sdk 0.8.0
[INFO] tweaked toml for crates.io crate harmony_rust_sdk 0.8.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate harmony_rust_sdk 0.8.0 on toolchain b1f2594eac607c1f051534800237eeedb5590a49
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate harmony_rust_sdk 0.8.0 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" "+b1f2594eac607c1f051534800237eeedb5590a49" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a89c392f65ada4f6a15f9e2b507336035fcaa25fc9ec12ae9ae5c6a2ab32d003
[INFO] running `Command { std: "docker" "start" "-a" "a89c392f65ada4f6a15f9e2b507336035fcaa25fc9ec12ae9ae5c6a2ab32d003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a89c392f65ada4f6a15f9e2b507336035fcaa25fc9ec12ae9ae5c6a2ab32d003", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a89c392f65ada4f6a15f9e2b507336035fcaa25fc9ec12ae9ae5c6a2ab32d003", kill_on_drop: false }`
[INFO] [stdout] a89c392f65ada4f6a15f9e2b507336035fcaa25fc9ec12ae9ae5c6a2ab32d003
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+b1f2594eac607c1f051534800237eeedb5590a49" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27b7f8893f64b8691503c79da5c4a14c034bc1f6053c9cf6417aa78d3f8c4ae6
[INFO] running `Command { std: "docker" "start" "-a" "27b7f8893f64b8691503c79da5c4a14c034bc1f6053c9cf6417aa78d3f8c4ae6", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling which v4.2.2
[INFO] [stderr]    Compiling fastrand v1.6.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling fixedbitset v0.4.1
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling petgraph v0.6.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.5
[INFO] [stderr]     Checking nix v0.23.1
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling harmony_derive v0.1.3
[INFO] [stderr]    Compiling derive-new v0.5.9
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]     Checking tokio v1.15.0
[INFO] [stderr]     Checking ctrlc v3.2.1
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]    Compiling hrpc-build v0.33.0
[INFO] [stderr]    Compiling hrpc v0.33.17
[INFO] [stderr]    Compiling harmony_rust_sdk v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::<T, N>::new`: use `IntoIterator::into_iter` instead
[INFO] [stdout]    --> src/api/chat.rs:230:39
[INFO] [stdout]     |
[INFO] [stdout] 230 |                 std::array::IntoIter::new([("messages.send", false)]),
[INFO] [stdout]     |                                       ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.77s
[INFO] running `Command { std: "docker" "inspect" "27b7f8893f64b8691503c79da5c4a14c034bc1f6053c9cf6417aa78d3f8c4ae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27b7f8893f64b8691503c79da5c4a14c034bc1f6053c9cf6417aa78d3f8c4ae6", kill_on_drop: false }`
[INFO] [stdout] 27b7f8893f64b8691503c79da5c4a14c034bc1f6053c9cf6417aa78d3f8c4ae6
