[INFO] fetching crate deltoid 0.12.0... [INFO] testing deltoid-0.12.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate deltoid 0.12.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate deltoid 0.12.0 [INFO] finished tweaking crates.io crate deltoid 0.12.0 [INFO] tweaked toml for crates.io crate deltoid 0.12.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate deltoid 0.12.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] 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] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] fddd829ad8f0d0bb8362e6c1bca5019129457c96edd853059c034bfbcfd20720 [INFO] running `Command { std: "docker" "start" "-a" "fddd829ad8f0d0bb8362e6c1bca5019129457c96edd853059c034bfbcfd20720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fddd829ad8f0d0bb8362e6c1bca5019129457c96edd853059c034bfbcfd20720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fddd829ad8f0d0bb8362e6c1bca5019129457c96edd853059c034bfbcfd20720", kill_on_drop: false }` [INFO] [stdout] fddd829ad8f0d0bb8362e6c1bca5019129457c96edd853059c034bfbcfd20720 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 12f04b9218b473df6b36695e3278ebe8833e9de939421453296c2a0f1a28182a [INFO] running `Command { std: "docker" "start" "-a" "12f04b9218b473df6b36695e3278ebe8833e9de939421453296c2a0f1a28182a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling deltoid v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/collections/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use btreemap::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 12 | pub use hashset::*; [INFO] [stdout] | ---------- but the name `EntryDelta` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::tuple::*` [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub use crate::tuple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/btreemap.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/btreeset.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/hashmap.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/hashset.rs:122:22 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/vecdeque.rs:112:22 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sync/rwlock.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn try_read(&self) -> DeltaResult> { [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] 25 | pub fn try_read(&self) -> DeltaResult> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sync/rwlock.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn try_write(&self) -> DeltaResult> { [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] 29 | pub fn try_write(&self) -> DeltaResult> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/vec.rs:141:22 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s [INFO] running `Command { std: "docker" "inspect" "12f04b9218b473df6b36695e3278ebe8833e9de939421453296c2a0f1a28182a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12f04b9218b473df6b36695e3278ebe8833e9de939421453296c2a0f1a28182a", kill_on_drop: false }` [INFO] [stdout] 12f04b9218b473df6b36695e3278ebe8833e9de939421453296c2a0f1a28182a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 431317634ef19fb5d43d37ca5c9f9cfd3b15fec3a1665baf64f7a02708076a1c [INFO] running `Command { std: "docker" "start" "-a" "431317634ef19fb5d43d37ca5c9f9cfd3b15fec3a1665baf64f7a02708076a1c", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/collections/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use btreemap::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 12 | pub use hashset::*; [INFO] [stdout] | ---------- but the name `EntryDelta` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::tuple::*` [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub use crate::tuple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/btreemap.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/btreeset.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/hashmap.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/hashset.rs:122:22 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/vecdeque.rs:112:22 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sync/rwlock.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn try_read(&self) -> DeltaResult> { [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] 25 | pub fn try_read(&self) -> DeltaResult> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sync/rwlock.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn try_write(&self) -> DeltaResult> { [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] 29 | pub fn try_write(&self) -> DeltaResult> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/vec.rs:141:22 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling deltoid v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/collections/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | pub use btreemap::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 12 | pub use hashset::*; [INFO] [stdout] | ---------- but the name `EntryDelta` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::tuple::*` [INFO] [stdout] --> src/lib.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | pub use crate::tuple::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/btreemap.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/btreeset.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/hashmap.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/hashset.rs:122:22 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/collections/vecdeque.rs:112:22 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sync/rwlock.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn try_read(&self) -> DeltaResult> { [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] 25 | pub fn try_read(&self) -> DeltaResult> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/sync/rwlock.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn try_write(&self) -> DeltaResult> { [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] 29 | pub fn try_write(&self) -> DeltaResult> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/vec.rs:141:22 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'d` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to consistently use `'d` [INFO] [stdout] | [INFO] [stdout] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.09s [INFO] running `Command { std: "docker" "inspect" "431317634ef19fb5d43d37ca5c9f9cfd3b15fec3a1665baf64f7a02708076a1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "431317634ef19fb5d43d37ca5c9f9cfd3b15fec3a1665baf64f7a02708076a1c", kill_on_drop: false }` [INFO] [stdout] 431317634ef19fb5d43d37ca5c9f9cfd3b15fec3a1665baf64f7a02708076a1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b84cdc3c0855a14f216fba755e57c83ffa178280de5ec1ba33f036339dd01ffd [INFO] running `Command { std: "docker" "start" "-a" "b84cdc3c0855a14f216fba755e57c83ffa178280de5ec1ba33f036339dd01ffd", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/collections/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 9 | pub use btreemap::*; [INFO] [stderr] | ^^^^^^^^^^^ the name `EntryDelta` in the type namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 12 | pub use hashset::*; [INFO] [stderr] | ---------- but the name `EntryDelta` in the type namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::tuple::*` [INFO] [stderr] --> src/lib.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | pub use crate::tuple::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/collections/btreemap.rs:147:22 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'d` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/collections/btreeset.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'d` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 121 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/collections/hashmap.rs:147:22 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ^^ ----------------- -- the lifetimes get resolved as `'d` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'d` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 147 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/collections/hashset.rs:122:22 [INFO] [stderr] | [INFO] [stderr] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ^^ -------------- -- the lifetimes get resolved as `'d` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'d` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 122 | pub fn iter<'d>(&'d self) -> Box> + 'd> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/collections/vecdeque.rs:112:22 [INFO] [stderr] | [INFO] [stderr] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stderr] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'d` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 112 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/sync/rwlock.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn try_read(&self) -> DeltaResult> { [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] 25 | pub fn try_read(&self) -> DeltaResult> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/sync/rwlock.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn try_write(&self) -> DeltaResult> { [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] 29 | pub fn try_write(&self) -> DeltaResult> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/vec.rs:141:22 [INFO] [stderr] | [INFO] [stderr] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stderr] | ^^ ------------ -- the lifetimes get resolved as `'d` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'d` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to consistently use `'d` [INFO] [stderr] | [INFO] [stderr] 141 | pub fn iter<'d>(&'d self) -> impl Iterator> + 'd { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `deltoid` (lib) generated 10 warnings (run `cargo fix --lib -p deltoid` to apply 9 suggestions) [INFO] [stderr] warning: `deltoid` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stdout] running 99 tests [INFO] [stdout] test arrays::tests::array_of_len_0__apply ... ok [INFO] [stdout] test arrays::tests::array_of_len_1__apply__same_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_0__delta ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/deltoid-2e9842db08ca6a96) [INFO] [stdout] test arrays::tests::array_of_len_N__delta__different_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_N__apply__same_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_N__apply__different_values ... ok [INFO] [stdout] test borrow::tests::Cow__apply__same_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_1__delta__different_values ... ok [INFO] [stdout] test borrow::tests::Cow__delta___different_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_N__delta__same_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_1__apply__different_values ... ok [INFO] [stdout] test borrow::tests::Cow__delta___same_values ... ok [INFO] [stdout] test arrays::tests::array_of_len_1__delta__same_values ... ok [INFO] [stdout] test borrow::tests::Cow__apply__different_values ... ok [INFO] [stdout] test boxed::tests::Box__apply__different_values ... ok [INFO] [stdout] test boxed::tests::Box__apply__same_values ... ok [INFO] [stdout] test boxed::tests::Box__delta__different_values ... ok [INFO] [stdout] test boxed::tests::Box__delta__same_values ... ok [INFO] [stdout] test collections::btreemap::tests::BTreeMap__apply__different_values ... ok [INFO] [stdout] test collections::btreemap::tests::BTreeMap__delta__different_values ... ok [INFO] [stdout] test collections::btreemap::tests::BTreeMap__delta__same_values ... ok [INFO] [stdout] test collections::btreeset::tests::BTreeSet__apply__different_values ... ok [INFO] [stdout] test collections::btreeset::tests::BTreeSet__apply__same_values ... ok [INFO] [stdout] test collections::btreeset::tests::BTreeSet__delta__different_values ... ok [INFO] [stdout] test collections::btreeset::tests::BTreeSet__delta__same_values ... ok [INFO] [stdout] test collections::hashmap::tests::HashMap__apply__different_values ... ok [INFO] [stdout] test collections::hashmap::tests::HashMap__apply__same_values ... ok [INFO] [stdout] test collections::hashmap::tests::HashMap__delta__different_values ... ok [INFO] [stdout] test collections::hashmap::tests::HashMap__delta__same_values ... ok [INFO] [stdout] test collections::hashset::tests::HashSet__apply__different_values ... ok [INFO] [stdout] test collections::vecdeque::tests::VecDeque__apply__different_values ... ok [INFO] [stdout] test collections::hashset::tests::HashSet__delta__same_values ... ok [INFO] [stdout] test collections::hashset::tests::HashSet__delta__different_values ... ok [INFO] [stdout] test collections::vecdeque::tests::VecDeque__delta__different_values ... ok [INFO] [stdout] test collections::btreemap::tests::BTreeMap__apply__same_values ... ok [INFO] [stdout] test option::tests::Option__apply__different_values ... ok [INFO] [stdout] test option::tests::Option__apply__same_values ... ok [INFO] [stdout] test collections::vecdeque::tests::VecDeque__delta__same_values ... ok [INFO] [stdout] test option::tests::Option__delta__same_values ... ok [INFO] [stdout] test option::tests::Option__delta__different_values ... ok [INFO] [stdout] test range::tests::Range__apply__different_values ... ok [INFO] [stdout] test range::tests::Range__apply__same_values ... ok [INFO] [stdout] test range::tests::Range__delta___same_values ... ok [INFO] [stdout] test rc::tests::Rc__apply__same_values ... ok [INFO] [stdout] test rc::tests::Rc__delta___different_values ... ok [INFO] [stdout] test result::tests::Result_Err__apply__different_values ... ok [INFO] [stdout] test result::tests::Result_Err__apply__same_values ... ok [INFO] [stdout] test collections::vecdeque::tests::VecDeque__apply__same_values ... ok [INFO] [stdout] test result::tests::Result_Err__delta__different_values ... ok [INFO] [stdout] test range::tests::Range__delta___different_values ... ok [INFO] [stdout] test result::tests::Result_Err__delta__same_values ... ok [INFO] [stdout] test collections::hashset::tests::HashSet__apply__same_values ... ok [INFO] [stdout] test result::tests::Result_Ok__apply__different_values ... ok [INFO] [stdout] test rc::tests::Rc__delta___same_values ... ok [INFO] [stdout] test rc::tests::Rc__apply__different_values ... ok [INFO] [stdout] test result::tests::Result_Ok__apply__same_values ... ok [INFO] [stdout] test result::tests::Result_Ok__delta__same_values ... ok [INFO] [stdout] test string::tests::Str__apply__different_values ... ok [INFO] [stdout] test string::tests::Str__apply__same_values ... ok [INFO] [stdout] test string::tests::Str__delta__different_values ... ok [INFO] [stdout] test string::tests::Str__delta__same_values ... ok [INFO] [stdout] test string::tests::String__apply__different_values ... ok [INFO] [stdout] test string::tests::String__apply__same_values ... ok [INFO] [stdout] test string::tests::String__delta__different_values ... ok [INFO] [stdout] test string::tests::String__delta__same_values ... ok [INFO] [stdout] test sync::arc::tests::Arc__apply__different_values ... ok [INFO] [stdout] test result::tests::Result_Ok__delta__different_values ... ok [INFO] [stdout] test sync::arc::tests::Arc__delta___different_values ... ok [INFO] [stdout] test sync::rwlock::tests::RwLock__apply_different_values ... ok [INFO] [stdout] test sync::arc::tests::Arc__apply__same_values ... ok [INFO] [stdout] test sync::rwlock::tests::RwLock__apply_same_values ... ok [INFO] [stdout] test sync::rwlock::tests::RwLock__delta__different_values ... ok [INFO] [stdout] test sync::rwlock::tests::RwLock__delta__same_values ... ok [INFO] [stdout] test sync::arc::tests::Arc__delta___same_values ... ok [INFO] [stdout] test tuple::tests::Tuple2__apply__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple2__apply__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple2__delta__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple1__apply__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple3__apply__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple3__apply__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple1__delta__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple3__delta__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple3__delta__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple1__delta__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple4__apply__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple4__apply__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple4__delta__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple4__delta__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple5__apply__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple5__apply__same_values ... ok [INFO] [stdout] test tuple::tests::Tuple5__delta__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple2__delta__different_values ... ok [INFO] [stdout] test tuple::tests::Tuple5__delta__same_values ... ok [INFO] [stdout] test vec::tests::Vec__apply__different_values__different_length ... ok [INFO] [stdout] test vec::tests::Vec__delta__different_values__different_length ... ok [INFO] [stdout] test vec::tests::Vec__delta__different_values__same_length ... ok [INFO] [stdout] test tuple::tests::Tuple1__apply__different_values ... ok [INFO] [stdout] test vec::tests::Vec__delta__same_values ... ok [INFO] [stdout] test vec::tests::Vec__apply__different_values__same_length ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 99 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b84cdc3c0855a14f216fba755e57c83ffa178280de5ec1ba33f036339dd01ffd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b84cdc3c0855a14f216fba755e57c83ffa178280de5ec1ba33f036339dd01ffd", kill_on_drop: false }` [INFO] [stdout] b84cdc3c0855a14f216fba755e57c83ffa178280de5ec1ba33f036339dd01ffd