[INFO] fetching crate arc-slice 0.1.0... [INFO] testing arc-slice-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate arc-slice 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate arc-slice 0.1.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate arc-slice 0.1.0 [INFO] tweaked toml for crates.io crate arc-slice 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate arc-slice 0.1.0 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] crate crates.io crate arc-slice 0.1.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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iai-callgrind-macros v0.5.0 [INFO] [stderr] Downloaded iai-callgrind v0.14.0 [INFO] [stderr] Downloaded iai-callgrind-runner v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5dbad7a1c8ce7436be75e9ce1de42bf0eeef8e3f06fb0fcbdb718bc41cd3196c [INFO] running `Command { std: "docker" "start" "-a" "5dbad7a1c8ce7436be75e9ce1de42bf0eeef8e3f06fb0fcbdb718bc41cd3196c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5dbad7a1c8ce7436be75e9ce1de42bf0eeef8e3f06fb0fcbdb718bc41cd3196c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5dbad7a1c8ce7436be75e9ce1de42bf0eeef8e3f06fb0fcbdb718bc41cd3196c", kill_on_drop: false }` [INFO] [stdout] 5dbad7a1c8ce7436be75e9ce1de42bf0eeef8e3f06fb0fcbdb718bc41cd3196c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7a880cbd119e654a5e458c5ca69584b52d013ff79e5deb32fb4d64d1f8cc32a7 [INFO] running `Command { std: "docker" "start" "-a" "7a880cbd119e654a5e458c5ca69584b52d013ff79e5deb32fb4d64d1f8cc32a7", kill_on_drop: false }` [INFO] [stderr] Compiling arc-slice v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:438:28 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:445:27 [INFO] [stdout] | [INFO] [stdout] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "7a880cbd119e654a5e458c5ca69584b52d013ff79e5deb32fb4d64d1f8cc32a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a880cbd119e654a5e458c5ca69584b52d013ff79e5deb32fb4d64d1f8cc32a7", kill_on_drop: false }` [INFO] [stdout] 7a880cbd119e654a5e458c5ca69584b52d013ff79e5deb32fb4d64d1f8cc32a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a865743cbe38b2e5c0fa984c4eb8f892f117a0c8178fda2924c86dcfaecd78f4 [INFO] running `Command { std: "docker" "start" "-a" "a865743cbe38b2e5c0fa984c4eb8f892f117a0c8178fda2924c86dcfaecd78f4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling iai-callgrind-runner v0.14.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling iai-callgrind v0.14.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:438:28 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:445:27 [INFO] [stdout] | [INFO] [stdout] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling iai-callgrind-macros v0.5.0 [INFO] [stderr] Compiling arc-slice v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:438:28 [INFO] [stdout] | [INFO] [stdout] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/slice.rs:445:27 [INFO] [stdout] | [INFO] [stdout] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow [INFO] [stdout] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow<'_, S, L> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 34.17s [INFO] running `Command { std: "docker" "inspect" "a865743cbe38b2e5c0fa984c4eb8f892f117a0c8178fda2924c86dcfaecd78f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a865743cbe38b2e5c0fa984c4eb8f892f117a0c8178fda2924c86dcfaecd78f4", kill_on_drop: false }` [INFO] [stdout] a865743cbe38b2e5c0fa984c4eb8f892f117a0c8178fda2924c86dcfaecd78f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d2e51b5f16b12ef3a98855750f6c623d7c22a40bbb5b047f247d5abf26d32faa [INFO] running `Command { std: "docker" "start" "-a" "d2e51b5f16b12ef3a98855750f6c623d7c22a40bbb5b047f247d5abf26d32faa", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:416:19 [INFO] [stderr] | [INFO] [stderr] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow [INFO] [stderr] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 416 | pub fn borrow(&self, range: impl RangeBounds) -> ArcSliceBorrow<'_, S, L> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:438:28 [INFO] [stderr] | [INFO] [stderr] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 438 | pub fn borrow_from_ref(&self, subset: &S) -> ArcSliceBorrow<'_, S, L> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/slice.rs:445:27 [INFO] [stderr] | [INFO] [stderr] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow [INFO] [stderr] | ^^^^^ this lifetime flows to the output -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 445 | unsafe fn borrow_impl(&self, (offset, len): (usize, usize)) -> ArcSliceBorrow<'_, S, L> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `arc-slice` (lib) generated 3 warnings (run `cargo fix --lib -p arc-slice` to apply 3 suggestions) [INFO] [stderr] warning: `arc-slice` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/arc_slice-1a0acd412edc808e) [INFO] [stderr] Running tests/arc_slice.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/arc_slice-6407193bb48df7e8) [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test empty_vec_subslices ... ok [INFO] [stdout] test into_vec ... ok [INFO] [stdout] test metadata ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/concurrency.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/concurrency-c79ad9b9b9852919) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test arc_slice_vec_concurrent_clone ... ok [INFO] [stdout] test arc_slice_drop ... ok [INFO] [stdout] test arc_slice_drop_with_unique_hint ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d2e51b5f16b12ef3a98855750f6c623d7c22a40bbb5b047f247d5abf26d32faa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2e51b5f16b12ef3a98855750f6c623d7c22a40bbb5b047f247d5abf26d32faa", kill_on_drop: false }` [INFO] [stdout] d2e51b5f16b12ef3a98855750f6c623d7c22a40bbb5b047f247d5abf26d32faa