[INFO] fetching crate assoc 0.1.3... [INFO] testing assoc-0.1.3 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate assoc 0.1.3 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate assoc 0.1.3 [INFO] finished tweaking crates.io crate assoc 0.1.3 [INFO] tweaked toml for crates.io crate assoc 0.1.3 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate assoc 0.1.3 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 820060337efc8bcd62bbc0e09aee05b55291cd3158f80659003cd488e9cea9d0 [INFO] running `Command { std: "docker" "start" "-a" "820060337efc8bcd62bbc0e09aee05b55291cd3158f80659003cd488e9cea9d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "820060337efc8bcd62bbc0e09aee05b55291cd3158f80659003cd488e9cea9d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "820060337efc8bcd62bbc0e09aee05b55291cd3158f80659003cd488e9cea9d0", kill_on_drop: false }` [INFO] [stdout] 820060337efc8bcd62bbc0e09aee05b55291cd3158f80659003cd488e9cea9d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3ff11fb2d17ef915259e05c2aa1e96ba4b2e97bf45510da5f66877d59142c51 [INFO] running `Command { std: "docker" "start" "-a" "a3ff11fb2d17ef915259e05c2aa1e96ba4b2e97bf45510da5f66877d59142c51", kill_on_drop: false }` [INFO] [stderr] Compiling assoc v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 168 | fn entry(&mut self, key: K) -> Entry; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 168 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:295:14 [INFO] [stdout] | [INFO] [stdout] 295 | fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 295 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | fn entry(&mut self, key: K) -> Entry; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 396 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:463:14 [INFO] [stdout] | [INFO] [stdout] 463 | fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 463 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a3ff11fb2d17ef915259e05c2aa1e96ba4b2e97bf45510da5f66877d59142c51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3ff11fb2d17ef915259e05c2aa1e96ba4b2e97bf45510da5f66877d59142c51", kill_on_drop: false }` [INFO] [stdout] a3ff11fb2d17ef915259e05c2aa1e96ba4b2e97bf45510da5f66877d59142c51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af25e14a265d2db7b8d117bd36f5606e7901f26e5070522145256ca56536e2da [INFO] running `Command { std: "docker" "start" "-a" "af25e14a265d2db7b8d117bd36f5606e7901f26e5070522145256ca56536e2da", kill_on_drop: false }` [INFO] [stderr] Compiling assoc v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 168 | fn entry(&mut self, key: K) -> Entry; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 168 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:295:14 [INFO] [stdout] | [INFO] [stdout] 295 | fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 295 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | fn entry(&mut self, key: K) -> Entry; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 396 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:463:14 [INFO] [stdout] | [INFO] [stdout] 463 | fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 463 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:168:14 [INFO] [stdout] | [INFO] [stdout] 168 | fn entry(&mut self, key: K) -> Entry; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 168 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:295:14 [INFO] [stdout] | [INFO] [stdout] 295 | fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 295 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | fn entry(&mut self, key: K) -> Entry; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 396 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec/ext.rs:463:14 [INFO] [stdout] | [INFO] [stdout] 463 | fn entry(&mut self, key: K) -> Entry { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 463 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s [INFO] running `Command { std: "docker" "inspect" "af25e14a265d2db7b8d117bd36f5606e7901f26e5070522145256ca56536e2da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af25e14a265d2db7b8d117bd36f5606e7901f26e5070522145256ca56536e2da", kill_on_drop: false }` [INFO] [stdout] af25e14a265d2db7b8d117bd36f5606e7901f26e5070522145256ca56536e2da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fa139bb52b6ce8914d238e6fa3f557be72a2d21073cf82d4dcae81812ac1a32c [INFO] running `Command { std: "docker" "start" "-a" "fa139bb52b6ce8914d238e6fa3f557be72a2d21073cf82d4dcae81812ac1a32c", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec/ext.rs:168:14 [INFO] [stderr] | [INFO] [stderr] 168 | fn entry(&mut self, key: K) -> Entry; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 168 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec/ext.rs:295:14 [INFO] [stderr] | [INFO] [stderr] 295 | fn entry(&mut self, key: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 295 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec/ext.rs:396:14 [INFO] [stderr] | [INFO] [stderr] 396 | fn entry(&mut self, key: K) -> Entry; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 396 | fn entry(&mut self, key: K) -> Entry<'_, K, V>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec/ext.rs:463:14 [INFO] [stderr] | [INFO] [stderr] 463 | fn entry(&mut self, key: K) -> Entry { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 463 | fn entry(&mut self, key: K) -> Entry<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `assoc` (lib) generated 4 warnings (run `cargo fix --lib -p assoc` to apply 4 suggestions) [INFO] [stderr] warning: `assoc` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/assoc-70ae04aa2a90480b) [INFO] [stdout] [INFO] [stderr] Doc-tests assoc [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 30 tests [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::get (line 172) ... ok [INFO] [stdout] test src/lib.rs - (line 35) - compile fail ... ok [INFO] [stdout] test src/vec/entry.rs - vec::entry::Entry<'a,K,V>::key (line 171) ... ok [INFO] [stdout] test src/lib.rs - (line 80) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::get_mut (line 185) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::into_values (line 281) ... ok [INFO] [stdout] test src/vec/entry.rs - vec::entry::Entry<'a,K,V>::or_insert_with_key (line 149) ... ok [INFO] [stdout] test src/vec/entry.rs - vec::entry::Entry<'a,K,V>::or_insert_with (line 125) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::insert (line 201) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::keys (line 226) ... ok [INFO] [stdout] test src/vec/entry.rs - vec::entry::Entry<'a,K,V>::or_default (line 216) ... ok [INFO] [stdout] test src/vec/entry.rs - vec::entry::Entry<'a,K,V>::and_modify (line 187) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::entry (line 159) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::into_keys (line 240) ... ok [INFO] [stdout] test src/vec/entry.rs - vec::entry::Entry<'a,K,V>::or_insert (line 107) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocStrictExt (line 378) - compile fail ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocStrictExt::insert (line 429) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::remove (line 212) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocStrictExt::entry (line 387) ... ok [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocStrictExt::remove (line 440) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocStrictExt::get (line 400) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::Values<'_,K,V>::fmt (line 82) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::IntoKeys::fmt (line 55) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocStrictExt::get_mut (line 413) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::values (line 251) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::AssocExt::values_mut (line 265) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::IntoValues::fmt (line 142) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::Keys<'_,K,V>::fmt (line 22) ... ok [INFO] [stdout] test src/vec/ext.rs - vec::ext::ValuesMut<'_,K,V>::fmt (line 115) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.62s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fa139bb52b6ce8914d238e6fa3f557be72a2d21073cf82d4dcae81812ac1a32c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa139bb52b6ce8914d238e6fa3f557be72a2d21073cf82d4dcae81812ac1a32c", kill_on_drop: false }` [INFO] [stdout] fa139bb52b6ce8914d238e6fa3f557be72a2d21073cf82d4dcae81812ac1a32c