[INFO] fetching crate generic_slab 0.1.1...
[INFO] testing generic_slab-0.1.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate generic_slab 0.1.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate generic_slab 0.1.1
[INFO] finished tweaking crates.io crate generic_slab 0.1.1
[INFO] tweaked toml for crates.io crate generic_slab 0.1.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate generic_slab 0.1.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f46d1356fb2815e2a987352d987fbdcc9e8c7706cb95cdf064f40ae91026b809
[INFO] running `Command { std: "docker" "start" "-a" "f46d1356fb2815e2a987352d987fbdcc9e8c7706cb95cdf064f40ae91026b809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f46d1356fb2815e2a987352d987fbdcc9e8c7706cb95cdf064f40ae91026b809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f46d1356fb2815e2a987352d987fbdcc9e8c7706cb95cdf064f40ae91026b809", kill_on_drop: false }`
[INFO] [stdout] f46d1356fb2815e2a987352d987fbdcc9e8c7706cb95cdf064f40ae91026b809
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 292698a4030d40213a24a78b7faaa80fc49015965b6e7cebe0eb67a0983d736d
[INFO] running `Command { std: "docker" "start" "-a" "292698a4030d40213a24a78b7faaa80fc49015965b6e7cebe0eb67a0983d736d", kill_on_drop: false }`
[INFO] [stderr]    Compiling generic_slab v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stdout]     --> src/generic.rs:1656:20
[INFO] [stdout]      |
[INFO] [stdout] 1656 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stdout]     --> src/generic.rs:1667:20
[INFO] [stdout]      |
[INFO] [stdout] 1667 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "292698a4030d40213a24a78b7faaa80fc49015965b6e7cebe0eb67a0983d736d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "292698a4030d40213a24a78b7faaa80fc49015965b6e7cebe0eb67a0983d736d", kill_on_drop: false }`
[INFO] [stdout] 292698a4030d40213a24a78b7faaa80fc49015965b6e7cebe0eb67a0983d736d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d8867e1d6558174fe36e6468c57bf014402ec6e1f066a952d49bade505fc6579
[INFO] running `Command { std: "docker" "start" "-a" "d8867e1d6558174fe36e6468c57bf014402ec6e1f066a952d49bade505fc6579", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stdout]     --> src/generic.rs:1656:20
[INFO] [stdout]      |
[INFO] [stdout] 1656 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stdout]     --> src/generic.rs:1667:20
[INFO] [stdout]      |
[INFO] [stdout] 1667 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling generic_slab v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stdout]     --> src/generic.rs:1656:20
[INFO] [stdout]      |
[INFO] [stdout] 1656 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stdout]     --> src/generic.rs:1667:20
[INFO] [stdout]      |
[INFO] [stdout] 1667 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: consider using a Cargo feature instead
[INFO] [stdout]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]               [lints.rust]
[INFO] [stdout]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stdout]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stdout]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.95s
[INFO] running `Command { std: "docker" "inspect" "d8867e1d6558174fe36e6468c57bf014402ec6e1f066a952d49bade505fc6579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8867e1d6558174fe36e6468c57bf014402ec6e1f066a952d49bade505fc6579", kill_on_drop: false }`
[INFO] [stdout] d8867e1d6558174fe36e6468c57bf014402ec6e1f066a952d49bade505fc6579
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b1a577559e37d079549115b0efc67b4981ad2dc9e661280d1eeff13553f5cc4e
[INFO] running `Command { std: "docker" "start" "-a" "b1a577559e37d079549115b0efc67b4981ad2dc9e661280d1eeff13553f5cc4e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stderr]     --> src/generic.rs:1656:20
[INFO] [stderr]      |
[INFO] [stderr] 1656 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]      = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `slab_no_track_caller`
[INFO] [stderr]     --> src/generic.rs:1667:20
[INFO] [stderr]      |
[INFO] [stderr] 1667 |     #[cfg_attr(not(slab_no_track_caller), track_caller)]
[INFO] [stderr]      |                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = help: consider using a Cargo feature instead
[INFO] [stderr]      = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]               [lints.rust]
[INFO] [stderr]               unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] }
[INFO] [stderr]      = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs`
[INFO] [stderr]      = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `generic_slab` (lib) generated 2 warnings
[INFO] [stderr] warning: `generic_slab` (lib test) generated 2 warnings (2 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/generic_slab-6756f5221e9dacb8)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/range.rs (/opt/rustwide/target/debug/deps/range-1d5eb6e28d7dcd69)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/serde.rs (/opt/rustwide/target/debug/deps/serde-b5151be43c7afbf0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/slab.rs (/opt/rustwide/target/debug/deps/slab-f64da0bd7eed85f7)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test clone_from ... ok
[INFO] [stdout] test compact_doesnt_move_if_closure_errors ... ok
[INFO] [stdout] test compact_empty ... ok
[INFO] [stdout] test compact_moves_successfully ... ok
[INFO] [stdout] test drain_rev ... ok
[INFO] [stdout] test compact_no_moves_needed ... ok
[INFO] [stdout] test from_iterator_new_in_order ... ok
[INFO] [stdout] test from_iterator_issue_100 ... ok
[INFO] [stdout] test get_vacant_entry_without_using ... ok
[INFO] [stdout] test insert_get_many ... ok
[INFO] [stdout] test insert_with_vacant_entry ... ok
[INFO] [stdout] test into_iter ... ok
[INFO] [stdout] test into_iter_rev ... ok
[INFO] [stdout] test iter_mut_rev ... ok
[INFO] [stdout] test insert_get_remove_one ... ok
[INFO] [stdout] test reserve_does_not_allocate_if_available ... ok
[INFO] [stdout] test insert_get_remove_many ... ok
[INFO] [stdout] test iter_mut ... ok
[INFO] [stdout] test iter ... ok
[INFO] [stdout] test reserve_exact_does_not_allocate_if_available ... ok
[INFO] [stdout] test retain ... ok
[INFO] [stdout] test shrink_to_fit_doesnt_move ... ok
[INFO] [stdout] test shrink_to_fit_doesnt_recreate_list_when_nothing_can_be_done ... ok
[INFO] [stdout] test shrink_to_fit_empty ... ok
[INFO] [stdout] test shrink_to_fit_no_vacant ... ok
[INFO] [stdout] test try_remove ... ok
[INFO] [stdout] test from_iterator_unordered ... ok
[INFO] [stdout] test fully_consumed_drain ... ok
[INFO] [stdout] test iter_rev ... ok
[INFO] [stdout] test partially_consumed_drain ... ok
[INFO] [stdout] test slab_get_mut ... ok
[INFO] [stdout] test from_iterator_sorted ... ok
[INFO] [stdout] test double_remove_panics - should panic ... ok
[INFO] [stdout] test compact_handles_closure_panic ... ok
[INFO] [stdout] test invalid_get_panics - should panic ... ok
[INFO] [stdout] test invalid_remove_panics - should panic ... ok
[INFO] [stdout] test reserve_does_panic_with_capacity_overflow_bytes - should panic ... ok
[INFO] [stdout] test reserve_does_panic_with_capacity_overflow - should panic ... ok
[INFO] [stdout] test invalid_get_mut_panics - should panic ... ok
[INFO] [stdout] test reserve_exact_does_panic_with_capacity_overflow - should panic ... ok
[INFO] [stderr]    Doc-tests generic_slab
[INFO] [stdout] test clear ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::clear (line 186) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::get_unchecked (line 362) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::compact (line 1085) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::get2_unchecked_mut (line 427) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::contains (line 862) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::get_mut (line 270) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::compact (line 1068) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::is_empty (line 231) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::get_unchecked_mut (line 392) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::iter (line 467) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::capacity (line 173) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::len (line 213) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::drain (line 1212) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::insert (line 790) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::get2_mut (line 300) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::get (line 250) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::retain (line 949) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::iter_mut (line 501) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::values (line 570) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::from_entries (line 139) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::remove (line 928) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::shrink_to_fit (line 1013) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::reserve (line 1548) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::keys (line 536) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::new (line 119) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::shrink_to_fit (line 998) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::values_mut (line 598) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::vacant_entry (line 836) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::with_capacity (line 1510) ... ok
[INFO] [stdout] test src/lib.rs - (line 87) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::reserve_exact (line 1584) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::try_remove (line 894) ... ok
[INFO] [stdout] test src/lib.rs - (line 71) ... ok
[INFO] [stdout] test src/lib.rs - StrongSlab (line 216) ... ok
[INFO] [stdout] test src/lib.rs - VacantEntry (line 238) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::vacant_key (line 812) ... ok
[INFO] [stdout] test src/lib.rs - (line 50) ... ok
[INFO] [stdout] test src/lib.rs - (line 33) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b1a577559e37d079549115b0efc67b4981ad2dc9e661280d1eeff13553f5cc4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1a577559e37d079549115b0efc67b4981ad2dc9e661280d1eeff13553f5cc4e", kill_on_drop: false }`
[INFO] [stdout] b1a577559e37d079549115b0efc67b4981ad2dc9e661280d1eeff13553f5cc4e
