[INFO] fetching crate stream_resp 1.2.2... [INFO] building stream_resp-1.2.2 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate stream_resp 1.2.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate stream_resp 1.2.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate stream_resp 1.2.2 [INFO] tweaked toml for crates.io crate stream_resp 1.2.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate stream_resp 1.2.2 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate stream_resp 1.2.2 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ac2437919b9820f03773726f9bef8e82df9f8f90e311ff4cbe52d4ff091fe61d [INFO] running `Command { std: "docker" "start" "-a" "ac2437919b9820f03773726f9bef8e82df9f8f90e311ff4cbe52d4ff091fe61d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ac2437919b9820f03773726f9bef8e82df9f8f90e311ff4cbe52d4ff091fe61d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac2437919b9820f03773726f9bef8e82df9f8f90e311ff4cbe52d4ff091fe61d", kill_on_drop: false }` [INFO] [stdout] ac2437919b9820f03773726f9bef8e82df9f8f90e311ff4cbe52d4ff091fe61d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b58a9c23760330fb5fcf2ab4e5c02038633fddfe8b1620e3cc44bf55c3fcc82 [INFO] running `Command { std: "docker" "start" "-a" "9b58a9c23760330fb5fcf2ab4e5c02038633fddfe8b1620e3cc44bf55c3fcc82", kill_on_drop: false }` [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling stream_resp v1.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:667:31 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:741:31 [INFO] [stdout] | [INFO] [stdout] 741 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:749:35 [INFO] [stdout] | [INFO] [stdout] 749 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/resp.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; // Add TryFrom import [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::fmt` [INFO] [stdout] --> src/resp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; // Add fmt import for error display [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `completed_elements` is never read [INFO] [stdout] --> src/parser.rs:863:37 [INFO] [stdout] | [INFO] [stdout] 863 | ... let mut completed_elements = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_assignments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s [INFO] running `Command { std: "docker" "inspect" "9b58a9c23760330fb5fcf2ab4e5c02038633fddfe8b1620e3cc44bf55c3fcc82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b58a9c23760330fb5fcf2ab4e5c02038633fddfe8b1620e3cc44bf55c3fcc82", kill_on_drop: false }` [INFO] [stdout] 9b58a9c23760330fb5fcf2ab4e5c02038633fddfe8b1620e3cc44bf55c3fcc82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cfc8606ed561e04be3f9ee1455a4d63760a63e9430bcb4f1932d06bfb7effdfc [INFO] running `Command { std: "docker" "start" "-a" "cfc8606ed561e04be3f9ee1455a4d63760a63e9430bcb4f1932d06bfb7effdfc", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling clap_builder v4.5.37 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling stream_resp v1.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:667:31 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:741:31 [INFO] [stdout] | [INFO] [stdout] 741 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:749:35 [INFO] [stdout] | [INFO] [stdout] 749 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/resp.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; // Add TryFrom import [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::fmt` [INFO] [stdout] --> src/resp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; // Add fmt import for error display [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `completed_elements` is never read [INFO] [stdout] --> src/parser.rs:863:37 [INFO] [stdout] | [INFO] [stdout] 863 | ... let mut completed_elements = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_assignments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:667:31 [INFO] [stdout] | [INFO] [stdout] 667 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:741:31 [INFO] [stdout] | [INFO] [stdout] 741 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser.rs:749:35 [INFO] [stdout] | [INFO] [stdout] 749 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser_test.rs:582:15 [INFO] [stdout] | [INFO] [stdout] 582 | #[cfg(feature = "explicit-positive-sign")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `explicit-positive-sign` [INFO] [stdout] --> src/parser_test.rs:612:19 [INFO] [stdout] | [INFO] [stdout] 612 | #[cfg(not(feature = "explicit-positive-sign"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `jemalloc`, and `jemallocator` [INFO] [stdout] = help: consider adding `explicit-positive-sign` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::convert::TryFrom` [INFO] [stdout] --> src/resp.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::convert::TryFrom; // Add TryFrom import [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::fmt` [INFO] [stdout] --> src/resp.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::fmt; // Add fmt import for error display [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `completed_elements` is never read [INFO] [stdout] --> src/parser.rs:863:37 [INFO] [stdout] | [INFO] [stdout] 863 | ... let mut completed_elements = Vec::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(unused_assignments)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.56s [INFO] running `Command { std: "docker" "inspect" "cfc8606ed561e04be3f9ee1455a4d63760a63e9430bcb4f1932d06bfb7effdfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfc8606ed561e04be3f9ee1455a4d63760a63e9430bcb4f1932d06bfb7effdfc", kill_on_drop: false }` [INFO] [stdout] cfc8606ed561e04be3f9ee1455a4d63760a63e9430bcb4f1932d06bfb7effdfc