[INFO] fetching crate matrixable 0.7.0... [INFO] testing matrixable-0.7.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate matrixable 0.7.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate matrixable 0.7.0 [INFO] finished tweaking crates.io crate matrixable 0.7.0 [INFO] tweaked toml for crates.io crate matrixable 0.7.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate matrixable 0.7.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 84e11d101aa2d93de28c9d6a9166ce1438aa0a547fa08b3825e641f08e82e030 [INFO] running `Command { std: "docker" "start" "-a" "84e11d101aa2d93de28c9d6a9166ce1438aa0a547fa08b3825e641f08e82e030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "84e11d101aa2d93de28c9d6a9166ce1438aa0a547fa08b3825e641f08e82e030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84e11d101aa2d93de28c9d6a9166ce1438aa0a547fa08b3825e641f08e82e030", kill_on_drop: false }` [INFO] [stdout] 84e11d101aa2d93de28c9d6a9166ce1438aa0a547fa08b3825e641f08e82e030 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 516015ea23e54f98e589f5b7bb2bd02ea58db6c6f551e18ee3236c5c9bf6c10e [INFO] running `Command { std: "docker" "start" "-a" "516015ea23e54f98e589f5b7bb2bd02ea58db6c6f551e18ee3236c5c9bf6c10e", kill_on_drop: false }` [INFO] [stderr] Compiling matrixable v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/strategies.rs:621:19 [INFO] [stdout] | [INFO] [stdout] 621 | #[cfg(not(feature = "std"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:624:15 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:635:27 [INFO] [stdout] | [INFO] [stdout] 635 | #[cfg(not(feature = "std"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:638:23 [INFO] [stdout] | [INFO] [stdout] 638 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:685:13 [INFO] [stdout] | [INFO] [stdout] 685 | fn rows(&self) -> Rows where Self: Sized { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 685 | fn rows(&self) -> Rows<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:702:13 [INFO] [stdout] | [INFO] [stdout] 702 | fn cols(&self) -> Columns where Self: Sized { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 702 | fn cols(&self) -> Columns<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:756:14 [INFO] [stdout] | [INFO] [stdout] 756 | fn diags(&self) -> Diags where Self: Sized { [INFO] [stdout] | ^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 756 | fn diags(&self) -> Diags<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1874:17 [INFO] [stdout] | [INFO] [stdout] 1874 | fn rows_mut(&mut self) -> RowsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1874 | fn rows_mut(&mut self) -> RowsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1893:18 [INFO] [stdout] | [INFO] [stdout] 1893 | fn cols_mut (&mut self) -> ColumnsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1893 | fn cols_mut (&mut self) -> ColumnsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1920:19 [INFO] [stdout] | [INFO] [stdout] 1920 | fn diags_mut (&mut self) -> DiagsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1920 | fn diags_mut (&mut self) -> DiagsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "516015ea23e54f98e589f5b7bb2bd02ea58db6c6f551e18ee3236c5c9bf6c10e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "516015ea23e54f98e589f5b7bb2bd02ea58db6c6f551e18ee3236c5c9bf6c10e", kill_on_drop: false }` [INFO] [stdout] 516015ea23e54f98e589f5b7bb2bd02ea58db6c6f551e18ee3236c5c9bf6c10e [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b37ace8d50a43c25c85179500071d3d7967bc8bab2a4e55cf4a9a476ee5ae3e [INFO] running `Command { std: "docker" "start" "-a" "8b37ace8d50a43c25c85179500071d3d7967bc8bab2a4e55cf4a9a476ee5ae3e", kill_on_drop: false }` [INFO] [stderr] Compiling matrixable v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/strategies.rs:621:19 [INFO] [stdout] | [INFO] [stdout] 621 | #[cfg(not(feature = "std"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:624:15 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:635:27 [INFO] [stdout] | [INFO] [stdout] 635 | #[cfg(not(feature = "std"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:638:23 [INFO] [stdout] | [INFO] [stdout] 638 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:685:13 [INFO] [stdout] | [INFO] [stdout] 685 | fn rows(&self) -> Rows where Self: Sized { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 685 | fn rows(&self) -> Rows<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:702:13 [INFO] [stdout] | [INFO] [stdout] 702 | fn cols(&self) -> Columns where Self: Sized { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 702 | fn cols(&self) -> Columns<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:756:14 [INFO] [stdout] | [INFO] [stdout] 756 | fn diags(&self) -> Diags where Self: Sized { [INFO] [stdout] | ^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 756 | fn diags(&self) -> Diags<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1874:17 [INFO] [stdout] | [INFO] [stdout] 1874 | fn rows_mut(&mut self) -> RowsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1874 | fn rows_mut(&mut self) -> RowsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1893:18 [INFO] [stdout] | [INFO] [stdout] 1893 | fn cols_mut (&mut self) -> ColumnsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1893 | fn cols_mut (&mut self) -> ColumnsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1920:19 [INFO] [stdout] | [INFO] [stdout] 1920 | fn diags_mut (&mut self) -> DiagsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1920 | fn diags_mut (&mut self) -> DiagsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/strategies.rs:621:19 [INFO] [stdout] | [INFO] [stdout] 621 | #[cfg(not(feature = "std"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:624:15 [INFO] [stdout] | [INFO] [stdout] 624 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:635:27 [INFO] [stdout] | [INFO] [stdout] 635 | #[cfg(not(feature = "std"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` 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: `std` [INFO] [stdout] --> src/strategies.rs:638:23 [INFO] [stdout] | [INFO] [stdout] 638 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:685:13 [INFO] [stdout] | [INFO] [stdout] 685 | fn rows(&self) -> Rows where Self: Sized { [INFO] [stdout] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 685 | fn rows(&self) -> Rows<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:702:13 [INFO] [stdout] | [INFO] [stdout] 702 | fn cols(&self) -> Columns where Self: Sized { [INFO] [stdout] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 702 | fn cols(&self) -> Columns<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:756:14 [INFO] [stdout] | [INFO] [stdout] 756 | fn diags(&self) -> Diags where Self: Sized { [INFO] [stdout] | ^^^^^ ----------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 756 | fn diags(&self) -> Diags<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1874:17 [INFO] [stdout] | [INFO] [stdout] 1874 | fn rows_mut(&mut self) -> RowsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1874 | fn rows_mut(&mut self) -> RowsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1893:18 [INFO] [stdout] | [INFO] [stdout] 1893 | fn cols_mut (&mut self) -> ColumnsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1893 | fn cols_mut (&mut self) -> ColumnsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:1920:19 [INFO] [stdout] | [INFO] [stdout] 1920 | fn diags_mut (&mut self) -> DiagsMut where Self: Sized { [INFO] [stdout] | ^^^^^^^^^ -------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 1920 | fn diags_mut (&mut self) -> DiagsMut<'_, Self> where Self: Sized { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "8b37ace8d50a43c25c85179500071d3d7967bc8bab2a4e55cf4a9a476ee5ae3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b37ace8d50a43c25c85179500071d3d7967bc8bab2a4e55cf4a9a476ee5ae3e", kill_on_drop: false }` [INFO] [stdout] 8b37ace8d50a43c25c85179500071d3d7967bc8bab2a4e55cf4a9a476ee5ae3e [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 33c037e116d593dc020e37a13f446182ba2c2730dd46ecc16e6557e9aa93a1a4 [INFO] running `Command { std: "docker" "start" "-a" "33c037e116d593dc020e37a13f446182ba2c2730dd46ecc16e6557e9aa93a1a4", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/strategies.rs:621:19 [INFO] [stderr] | [INFO] [stderr] 621 | #[cfg(not(feature = "std"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/strategies.rs:624:15 [INFO] [stderr] | [INFO] [stderr] 624 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/strategies.rs:635:27 [INFO] [stderr] | [INFO] [stderr] 635 | #[cfg(not(feature = "std"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/strategies.rs:638:23 [INFO] [stderr] | [INFO] [stderr] 638 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `default`, `impls`, and `serde` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:685:13 [INFO] [stderr] | [INFO] [stderr] 685 | fn rows(&self) -> Rows where Self: Sized { [INFO] [stderr] | ^^^^^ ---------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 685 | fn rows(&self) -> Rows<'_, Self> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:702:13 [INFO] [stderr] | [INFO] [stderr] 702 | fn cols(&self) -> Columns where Self: Sized { [INFO] [stderr] | ^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 702 | fn cols(&self) -> Columns<'_, Self> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:756:14 [INFO] [stderr] | [INFO] [stderr] 756 | fn diags(&self) -> Diags where Self: Sized { [INFO] [stderr] | ^^^^^ ----------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 756 | fn diags(&self) -> Diags<'_, Self> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1874:17 [INFO] [stderr] | [INFO] [stderr] 1874 | fn rows_mut(&mut self) -> RowsMut where Self: Sized { [INFO] [stderr] | ^^^^^^^^^ ------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1874 | fn rows_mut(&mut self) -> RowsMut<'_, Self> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1893:18 [INFO] [stderr] | [INFO] [stderr] 1893 | fn cols_mut (&mut self) -> ColumnsMut where Self: Sized { [INFO] [stderr] | ^^^^^^^^^ ---------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1893 | fn cols_mut (&mut self) -> ColumnsMut<'_, Self> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:1920:19 [INFO] [stderr] | [INFO] [stderr] 1920 | fn diags_mut (&mut self) -> DiagsMut where Self: Sized { [INFO] [stderr] | ^^^^^^^^^ -------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 1920 | fn diags_mut (&mut self) -> DiagsMut<'_, Self> where Self: Sized { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `matrixable` (lib) generated 10 warnings (run `cargo fix --lib -p matrixable` to apply 6 suggestions) [INFO] [stderr] warning: `matrixable` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/matrixable-7fef14134fd36e4d) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests matrixable [INFO] [stdout] [INFO] [stdout] running 79 tests [INFO] [stdout] test src/lib.rs - MatrixExt::checked_subscripts_from (line 460) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::check_nth (line 335) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::access (line 848) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::check (line 313) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::access (line 863) ... ok [INFO] [stdout] test src/iterators.rs - iterators (line 48) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::checked_index_from (line 429) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::cols (line 690) ... ok [INFO] [stdout] test src/iterators.rs - iterators (line 6) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::col (line 552) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::diag (line 589) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::diags (line 708) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::diag_len (line 264) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::get_nth_unchecked (line 190) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::index_from (line 362) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::get_unchecked (line 132) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::get_nth (line 149) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::get (line 107) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::enumerate (line 650) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_constant (line 1371) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_empty (line 995) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::into_cols (line 920) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_horizontal (line 1197) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::into_diags (line 947) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::into_rows (line 894) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_diagonal (line 1245) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_singleton (line 1172) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_skew_symmetric (line 1136) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_scalar (line 1296) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_square (line 1016) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_vector (line 1051) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_symmetric (line 1080) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::main_diag (line 626) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::num_diags (line 237) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::neighbours (line 763) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::iter (line 491) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::is_vertical (line 1221) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::num_cols (line 88) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::num_rows (line 69) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::row (line 515) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::rows (line 672) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::size (line 207) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::subscripts_from (line 394) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::access_mut (line 1938) ... ok [INFO] [stdout] test src/lib.rs - MatrixExt::shape (line 219) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::access_mut (line 1927) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::col_mut (line 1733) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::diag_mut (line 1767) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::iter_mut (line 1679) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::get_unchecked_mut (line 1433) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::diags_mut (line 1900) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::get_nth_unchecked_mut (line 1485) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::get_nth_mut (line 1454) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::main_diag_mut (line 1806) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::cols_mut (line 1881) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::enumerate_mut (line 1836) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::rows_mut (line 1860) ... ok [INFO] [stdout] test src/req.rs - req::InPlace (line 27) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::set (line 1525) ... ok [INFO] [stdout] test src/strategies.rs - strategies::AccessMap (line 399) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::row_mut (line 1699) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::swap (line 1587) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::set_nth (line 1552) ... ok [INFO] [stdout] test src/strategies.rs - strategies::FlipH (line 145) ... ok [INFO] [stdout] test src/lib.rs - MatrixMutExt::swapn (line 1627) ... ok [INFO] [stdout] test src/strategies.rs - strategies::AccessStrategySet (line 473) ... ok [INFO] [stdout] test src/strategies.rs - strategies::AccessStrategySet (line 510) ... ok [INFO] [stdout] test src/strategies.rs - strategies::FlipV (line 179) ... ok [INFO] [stdout] test src/strategies.rs - strategies::AccessMap (line 434) ... ok [INFO] [stdout] test src/strategies.rs - strategies::Identity (line 19) ... ok [INFO] [stdout] test src/strategies.rs - strategies::Reshape (line 365) ... ok [INFO] [stdout] test src/strategies.rs - strategies::ShiftFront (line 250) ... ok [INFO] [stdout] test src/strategies.rs - strategies::Reverse (line 213) ... ok [INFO] [stdout] test src/strategies.rs - strategies::SortBy (line 566) ... ok [INFO] [stdout] test src/strategies.rs - strategies::RotateR (line 80) ... ok [INFO] [stdout] test src/strategies.rs - strategies::Submatrix (line 327) ... ok [INFO] [stdout] test src/strategies.rs - strategies::RotateL (line 112) ... ok [INFO] [stdout] test src/strategies.rs - strategies::ShiftBack (line 287) ... ok [INFO] [stdout] test src/strategies.rs - strategies::Transpose (line 47) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.94s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "33c037e116d593dc020e37a13f446182ba2c2730dd46ecc16e6557e9aa93a1a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33c037e116d593dc020e37a13f446182ba2c2730dd46ecc16e6557e9aa93a1a4", kill_on_drop: false }` [INFO] [stdout] 33c037e116d593dc020e37a13f446182ba2c2730dd46ecc16e6557e9aa93a1a4