[INFO] fetching crate partial-array 0.1.3... [INFO] testing partial-array-0.1.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate partial-array 0.1.3 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate partial-array 0.1.3 [INFO] finished tweaking crates.io crate partial-array 0.1.3 [INFO] tweaked toml for crates.io crate partial-array 0.1.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate partial-array 0.1.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1a57e66554e8faa745b4d149205237b33f58685f464fa12a0bfa6552eef6cfd4 [INFO] running `Command { std: "docker" "start" "-a" "1a57e66554e8faa745b4d149205237b33f58685f464fa12a0bfa6552eef6cfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a57e66554e8faa745b4d149205237b33f58685f464fa12a0bfa6552eef6cfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a57e66554e8faa745b4d149205237b33f58685f464fa12a0bfa6552eef6cfd4", kill_on_drop: false }` [INFO] [stdout] 1a57e66554e8faa745b4d149205237b33f58685f464fa12a0bfa6552eef6cfd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e4c6e322f8c6575713c5496c01205052f724260f26f22e8019bc142cd9c633e3 [INFO] running `Command { std: "docker" "start" "-a" "e4c6e322f8c6575713c5496c01205052f724260f26f22e8019bc142cd9c633e3", kill_on_drop: false }` [INFO] [stderr] Compiling partial-array v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/lib.rs:396:32 [INFO] [stdout] | [INFO] [stdout] 396 | core::array::IntoIter::new(array).collect() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&&[T; M]` instead of dereferencing the inner type [INFO] [stdout] --> src/lib.rs:200:59 [INFO] [stdout] | [INFO] [stdout] 200 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&&[T; N]` instead of dereferencing the inner type [INFO] [stdout] --> src/lib.rs:220:42 [INFO] [stdout] | [INFO] [stdout] 220 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:235:59 [INFO] [stdout] | [INFO] [stdout] 235 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:255:42 [INFO] [stdout] | [INFO] [stdout] 255 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "e4c6e322f8c6575713c5496c01205052f724260f26f22e8019bc142cd9c633e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4c6e322f8c6575713c5496c01205052f724260f26f22e8019bc142cd9c633e3", kill_on_drop: false }` [INFO] [stdout] e4c6e322f8c6575713c5496c01205052f724260f26f22e8019bc142cd9c633e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ab7978b1c71e6f33cc74c8652f7479dd16365c2e6253eb15db60b8f3fe65bf5c [INFO] running `Command { std: "docker" "start" "-a" "ab7978b1c71e6f33cc74c8652f7479dd16365c2e6253eb15db60b8f3fe65bf5c", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `core::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/lib.rs:396:32 [INFO] [stdout] | [INFO] [stdout] 396 | core::array::IntoIter::new(array).collect() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&&[T; M]` instead of dereferencing the inner type [INFO] [stdout] --> src/lib.rs:200:59 [INFO] [stdout] | [INFO] [stdout] 200 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&&[T; N]` instead of dereferencing the inner type [INFO] [stdout] --> src/lib.rs:220:42 [INFO] [stdout] | [INFO] [stdout] 220 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling partial-array v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:235:59 [INFO] [stdout] | [INFO] [stdout] 235 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:255:42 [INFO] [stdout] | [INFO] [stdout] 255 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/lib.rs:396:32 [INFO] [stdout] | [INFO] [stdout] 396 | core::array::IntoIter::new(array).collect() [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&&[T; M]` instead of dereferencing the inner type [INFO] [stdout] --> src/lib.rs:200:59 [INFO] [stdout] | [INFO] [stdout] 200 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `.deref()` on a double reference, which returns `&&[T; N]` instead of dereferencing the inner type [INFO] [stdout] --> src/lib.rs:220:42 [INFO] [stdout] | [INFO] [stdout] 220 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:235:59 [INFO] [stdout] | [INFO] [stdout] 235 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stdout] --> src/lib.rs:255:42 [INFO] [stdout] | [INFO] [stdout] 255 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "ab7978b1c71e6f33cc74c8652f7479dd16365c2e6253eb15db60b8f3fe65bf5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab7978b1c71e6f33cc74c8652f7479dd16365c2e6253eb15db60b8f3fe65bf5c", kill_on_drop: false }` [INFO] [stdout] ab7978b1c71e6f33cc74c8652f7479dd16365c2e6253eb15db60b8f3fe65bf5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 127d50f36fcf04c4166f2e4c4d07368ad256d2eb44c96cecf3ba9d6ac3c95cde [INFO] running `Command { std: "docker" "start" "-a" "127d50f36fcf04c4166f2e4c4d07368ad256d2eb44c96cecf3ba9d6ac3c95cde", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `core::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stderr] --> src/lib.rs:396:32 [INFO] [stderr] | [INFO] [stderr] 396 | core::array::IntoIter::new(array).collect() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: using `.deref()` on a double reference, which returns `&&[T; M]` instead of dereferencing the inner type [INFO] [stderr] --> src/lib.rs:200:59 [INFO] [stderr] | [INFO] [stderr] 200 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_double_ref_op)]` on by default [INFO] [stderr] [INFO] [stderr] warning: using `.deref()` on a double reference, which returns `&&[T; N]` instead of dereferencing the inner type [INFO] [stderr] --> src/lib.rs:220:42 [INFO] [stderr] | [INFO] [stderr] 220 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stderr] --> src/lib.rs:235:59 [INFO] [stderr] | [INFO] [stderr] 235 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: call to `.deref()` on a reference in this situation does nothing [INFO] [stderr] --> src/lib.rs:255:42 [INFO] [stderr] | [INFO] [stderr] 255 | self.len() == other.len() && self.deref() == other.deref() [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `[T]` does not implement `Deref`, so calling `deref` on `&[T]` copies the reference, which does not do anything and can be removed [INFO] [stderr] [INFO] [stderr] warning: `partial-array` (lib) generated 5 warnings (run `cargo fix --lib -p partial-array` to apply 2 suggestions) [INFO] [stderr] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stderr] --> src/lib.rs:396:32 [INFO] [stderr] | [INFO] [stderr] 396 | core::array::IntoIter::new(array).collect() [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `partial-array` (lib test) generated 5 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/partial_array-9c509a77e3db162a) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test tests::debug::debugability ... ok [INFO] [stdout] test tests::debug::empty ... ok [INFO] [stdout] test tests::debug::partial ... ok [INFO] [stdout] test tests::deref::full ... ok [INFO] [stdout] test tests::debug::full ... ok [INFO] [stdout] test tests::deref::partial ... ok [INFO] [stdout] test tests::drop::empty ... ok [INFO] [stdout] test tests::drop::full ... ok [INFO] [stdout] test tests::drop::iter_empty ... ok [INFO] [stdout] test tests::drop::iter_full ... ok [INFO] [stdout] test tests::drop::iter_partial ... ok [INFO] [stdout] test tests::drop::partial ... ok [INFO] [stdout] test tests::eq::partial_array_comparison ... ok [INFO] [stdout] test tests::eq::partial_array_is_eq_if_t_is ... ok [INFO] [stdout] test tests::eq::array_comparison ... ok [INFO] [stdout] test tests::debug::iter ... ok [INFO] [stdout] test tests::eq::partial_array_is_partial_eq_if_t_is ... ok [INFO] [stdout] test tests::eq::slice_comparison ... ok [INFO] [stdout] test tests::extend::empty ... ok [INFO] [stdout] test tests::extend::nonempty ... ok [INFO] [stdout] test tests::from_iter::empty ... ok [INFO] [stdout] test tests::from_iter::full ... ok [INFO] [stdout] test tests::from_iter::partial ... ok [INFO] [stdout] test tests::into_iter::forward::empty ... ok [INFO] [stdout] test tests::into_iter::forward::full ... ok [INFO] [stdout] test tests::into_iter::forward::partial ... ok [INFO] [stdout] test tests::into_iter::forward_reverse::full ... ok [INFO] [stdout] test tests::into_iter::forward_reverse::partial ... ok [INFO] [stdout] test tests::into_iter::reverse::empty ... ok [INFO] [stdout] test tests::into_iter::reverse::full ... ok [INFO] [stdout] test tests::into_iter::reverse::partial ... ok [INFO] [stdout] test tests::size_layout::size_of ... ok [INFO] [stdout] test tests::deref::empty_out_of_bounds - should panic ... ok [INFO] [stdout] test tests::deref::full_out_of_bounds - should panic ... ok [INFO] [stdout] test tests::deref::partial_out_of_bounds - should panic ... ok [INFO] [stdout] test tests::extend::full - should panic ... ok [INFO] [stdout] test tests::from_iter::to_many - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running tests/no_std.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/no_std-3753e791e32157e9) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test into_iter ... ok [INFO] [stdout] test partial_array ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "127d50f36fcf04c4166f2e4c4d07368ad256d2eb44c96cecf3ba9d6ac3c95cde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "127d50f36fcf04c4166f2e4c4d07368ad256d2eb44c96cecf3ba9d6ac3c95cde", kill_on_drop: false }` [INFO] [stdout] 127d50f36fcf04c4166f2e4c4d07368ad256d2eb44c96cecf3ba9d6ac3c95cde