[INFO] fetching crate hash-trie 0.4.0... [INFO] testing hash-trie-0.4.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate hash-trie 0.4.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate hash-trie 0.4.0 [INFO] finished tweaking crates.io crate hash-trie 0.4.0 [INFO] tweaked toml for crates.io crate hash-trie 0.4.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hash-trie 0.4.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 hash-trie 0.4.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] 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] 821606cdcef8ed1a7f9d4aa4db79e9e8dcfe695e387fb91a6460d52058f5030e [INFO] running `Command { std: "docker" "start" "-a" "821606cdcef8ed1a7f9d4aa4db79e9e8dcfe695e387fb91a6460d52058f5030e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "821606cdcef8ed1a7f9d4aa4db79e9e8dcfe695e387fb91a6460d52058f5030e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "821606cdcef8ed1a7f9d4aa4db79e9e8dcfe695e387fb91a6460d52058f5030e", kill_on_drop: false }` [INFO] [stdout] 821606cdcef8ed1a7f9d4aa4db79e9e8dcfe695e387fb91a6460d52058f5030e [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] dd5744e429acafc48795e65114914a6de61204a1504e5fd9426a715a36fa8b88 [INFO] running `Command { std: "docker" "start" "-a" "dd5744e429acafc48795e65114914a6de61204a1504e5fd9426a715a36fa8b88", kill_on_drop: false }` [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling hash-trie v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `inserted_bit_index`, `updated_bit_index`, and `removed_bit_index` are never used [INFO] [stdout] --> src/bit_indexed_array.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) trait BitIndexedArray: 'static { [INFO] [stdout] | --------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 43 | fn inserted_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | fn updated(&self, bit: B, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] 45 | fn updated_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | fn removed(&self, bit: B, extra: Cow) -> Result>, BitError>; [INFO] [stdout] 47 | fn removed_bit_index(&self, index: usize, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` 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/bit_indexed_array.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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 remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 135 | fn iter(&self) -> core::slice::Iter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_indexed_array.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | fn iter_mut(&mut self) -> core::slice::IterMut { [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] 139 | fn iter_mut(&mut self) -> core::slice::IterMut<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult [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] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | ...>, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult [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] 33 | pub(crate) fn insert, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | ...move(&self, key: &L, flag: Option>) -> RemoveResult where K: PartialEq, M: HasherBv { [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] 46 | pub(crate) fn remove(&self, key: &L, flag: Option>) -> RemoveResult<'_, H, F, K, V, M> where K: PartialEq, M: HasherBv { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/snode.rs:42:124 [INFO] [stdout] | [INFO] [stdout] 42 | ...>>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult [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] 42 | pub(super) fn insert, K: Key, V: Value, L: Key + Into, W: Into, M: HasherBv>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `Command { std: "docker" "inspect" "dd5744e429acafc48795e65114914a6de61204a1504e5fd9426a715a36fa8b88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd5744e429acafc48795e65114914a6de61204a1504e5fd9426a715a36fa8b88", kill_on_drop: false }` [INFO] [stdout] dd5744e429acafc48795e65114914a6de61204a1504e5fd9426a715a36fa8b88 [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] ffc1bcd7d30fc9eb45eceb192f4ac87ca6c12ca4552e0659de95c434b1f92446 [INFO] running `Command { std: "docker" "start" "-a" "ffc1bcd7d30fc9eb45eceb192f4ac87ca6c12ca4552e0659de95c434b1f92446", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `inserted_bit_index`, `updated_bit_index`, and `removed_bit_index` are never used [INFO] [stdout] --> src/bit_indexed_array.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) trait BitIndexedArray: 'static { [INFO] [stdout] | --------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 43 | fn inserted_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 44 | fn updated(&self, bit: B, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] 45 | fn updated_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 46 | fn removed(&self, bit: B, extra: Cow) -> Result>, BitError>; [INFO] [stdout] 47 | fn removed_bit_index(&self, index: usize, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` 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/bit_indexed_array.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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 remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 135 | fn iter(&self) -> core::slice::Iter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_indexed_array.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | fn iter_mut(&mut self) -> core::slice::IterMut { [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] 139 | fn iter_mut(&mut self) -> core::slice::IterMut<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult [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] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | ...>, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult [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] 33 | pub(crate) fn insert, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | ...move(&self, key: &L, flag: Option>) -> RemoveResult where K: PartialEq, M: HasherBv { [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] 46 | pub(crate) fn remove(&self, key: &L, flag: Option>) -> RemoveResult<'_, H, F, K, V, M> where K: PartialEq, M: HasherBv { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/snode.rs:42:124 [INFO] [stdout] | [INFO] [stdout] 42 | ...>>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult [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] 42 | pub(super) fn insert, K: Key, V: Value, L: Key + Into, W: Into, M: HasherBv>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling im v15.0.0 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling sized-chunks v0.6.5 [INFO] [stderr] Compiling hash-trie v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:163:5 [INFO] [stdout] | [INFO] [stdout] 163 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:193:5 [INFO] [stdout] | [INFO] [stdout] 193 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/bit_indexed_array.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 250 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `inserted_bit_index` and `removed_bit_index` are never used [INFO] [stdout] --> src/bit_indexed_array.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub(crate) trait BitIndexedArray: 'static { [INFO] [stdout] | --------------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 43 | fn inserted_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | fn removed_bit_index(&self, index: usize, extra: Cow) -> Result>, BitError>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` 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/bit_indexed_array.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | fn iter(&self) -> core::slice::Iter { [INFO] [stdout] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [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 remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 135 | fn iter(&self) -> core::slice::Iter<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bit_indexed_array.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | fn iter_mut(&mut self) -> core::slice::IterMut { [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] 139 | fn iter_mut(&mut self) -> core::slice::IterMut<'_, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult [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] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:33:56 [INFO] [stdout] | [INFO] [stdout] 33 | ...>, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult [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] 33 | pub(crate) fn insert, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/mnode.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | ...move(&self, key: &L, flag: Option>) -> RemoveResult where K: PartialEq, M: HasherBv { [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] 46 | pub(crate) fn remove(&self, key: &L, flag: Option>) -> RemoveResult<'_, H, F, K, V, M> where K: PartialEq, M: HasherBv { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/node/snode.rs:42:124 [INFO] [stdout] | [INFO] [stdout] 42 | ...>>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult [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] 42 | pub(super) fn insert, K: Key, V: Value, L: Key + Into, W: Into, M: HasherBv>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.06s [INFO] running `Command { std: "docker" "inspect" "ffc1bcd7d30fc9eb45eceb192f4ac87ca6c12ca4552e0659de95c434b1f92446", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffc1bcd7d30fc9eb45eceb192f4ac87ca6c12ca4552e0659de95c434b1f92446", kill_on_drop: false }` [INFO] [stdout] ffc1bcd7d30fc9eb45eceb192f4ac87ca6c12ca4552e0659de95c434b1f92446 [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] 8749d85f4911656951add5e7c9286ef737919ff92395ee96b979b9f4f3032c47 [INFO] running `Command { std: "docker" "start" "-a" "8749d85f4911656951add5e7c9286ef737919ff92395ee96b979b9f4f3032c47", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:168:5 [INFO] [stderr] | [INFO] [stderr] 168 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:193:5 [INFO] [stderr] | [INFO] [stderr] 193 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:217:5 [INFO] [stderr] | [INFO] [stderr] 217 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:222:5 [INFO] [stderr] | [INFO] [stderr] 222 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:245:5 [INFO] [stderr] | [INFO] [stderr] 245 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stderr] --> src/bit_indexed_array.rs:250:5 [INFO] [stderr] | [INFO] [stderr] 250 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `inserted_bit_index`, `updated_bit_index`, and `removed_bit_index` are never used [INFO] [stderr] --> src/bit_indexed_array.rs:43:8 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) trait BitIndexedArray: 'static { [INFO] [stderr] | --------------- methods in this trait [INFO] [stderr] ... [INFO] [stderr] 43 | fn inserted_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 44 | fn updated(&self, bit: B, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stderr] 45 | fn updated_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 46 | fn removed(&self, bit: B, extra: Cow) -> Result>, BitError>; [INFO] [stderr] 47 | fn removed_bit_index(&self, index: usize, extra: Cow) -> Result>, BitError>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bit_indexed_array.rs:135:13 [INFO] [stderr] | [INFO] [stderr] 135 | fn iter(&self) -> core::slice::Iter { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [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 remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 135 | fn iter(&self) -> core::slice::Iter<'_, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bit_indexed_array.rs:139:17 [INFO] [stderr] | [INFO] [stderr] 139 | fn iter_mut(&mut self) -> core::slice::IterMut { [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] 139 | fn iter_mut(&mut self) -> core::slice::IterMut<'_, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/node/mnode.rs:22:32 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult [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] 22 | pub(crate) fn find(&self, key: &L, flag: Option>) -> FindResult<'_, K, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/node/mnode.rs:33:56 [INFO] [stderr] | [INFO] [stderr] 33 | ...>, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult [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] 33 | pub(crate) fn insert, W: Into>(&self, key: L, value: W, flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/node/mnode.rs:46:34 [INFO] [stderr] | [INFO] [stderr] 46 | ...move(&self, key: &L, flag: Option>) -> RemoveResult where K: PartialEq, M: HasherBv { [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] 46 | pub(crate) fn remove(&self, key: &L, flag: Option>) -> RemoveResult<'_, H, F, K, V, M> where K: PartialEq, M: HasherBv { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/node/snode.rs:42:124 [INFO] [stderr] | [INFO] [stderr] 42 | ...>>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult [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] 42 | pub(super) fn insert, K: Key, V: Value, L: Key + Into, W: Into, M: HasherBv>(this: &Arc>, key: L, value: W, key_flag: Option>, replace: bool) -> InsertResult<'_, H, F, K, V, M> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `hash-trie` (lib) generated 15 warnings (run `cargo fix --lib -p hash-trie` to apply 6 suggestions) [INFO] [stderr] warning: methods `inserted_bit_index` and `removed_bit_index` are never used [INFO] [stderr] --> src/bit_indexed_array.rs:43:8 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) trait BitIndexedArray: 'static { [INFO] [stderr] | --------------- methods in this trait [INFO] [stderr] ... [INFO] [stderr] 43 | fn inserted_bit_index(&self, index: usize, value: Cow, extra: Cow) -> Result>, BitError>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 47 | fn removed_bit_index(&self, index: usize, extra: Cow) -> Result>, BitError>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `hash-trie` (lib test) generated 15 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/hash_trie-e3cc80254b0ca78d) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_insert_multibit_failure ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_insert_reinsert_failure ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_insert ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_remove ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_remove_absent_failure ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_remove_multibit_failure ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_update ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_update_absent_failure ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_update_absent_index_failure ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_update_index ... ok [INFO] [stdout] test node::lnode::tests::lnode_insert_3 ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_sizes_differ ... ok [INFO] [stdout] test bit_indexed_array::tests::bit_indexed_array_update_multibit_failure ... ok [INFO] [stdout] test tests::default_test ... ok [INFO] [stdout] test map::tests::map_transform ... ok [INFO] [stdout] test set::tests::set_transform ... ok [INFO] [stdout] test set::tests::set_transmute ... ok [INFO] [stdout] test map::tests::map_transmute ... ok [INFO] [stdout] test map::tests::map_joint_transformations ... ok [INFO] [stdout] test set::tests::set_joint_transformations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.74s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8749d85f4911656951add5e7c9286ef737919ff92395ee96b979b9f4f3032c47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8749d85f4911656951add5e7c9286ef737919ff92395ee96b979b9f4f3032c47", kill_on_drop: false }` [INFO] [stdout] 8749d85f4911656951add5e7c9286ef737919ff92395ee96b979b9f4f3032c47