[INFO] fetching crate generic_slab 0.1.1...
[INFO] testing generic_slab-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate generic_slab 0.1.1 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate generic_slab 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_test v1.0.177
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0ed3709254069acdd02885b6b0b85486b5d4525413b250bf66c5ab052cc6e41f
[INFO] running `Command { std: "docker" "start" "-a" "0ed3709254069acdd02885b6b0b85486b5d4525413b250bf66c5ab052cc6e41f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ed3709254069acdd02885b6b0b85486b5d4525413b250bf66c5ab052cc6e41f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ed3709254069acdd02885b6b0b85486b5d4525413b250bf66c5ab052cc6e41f", kill_on_drop: false }`
[INFO] [stdout] 0ed3709254069acdd02885b6b0b85486b5d4525413b250bf66c5ab052cc6e41f
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3cc58cf6309fd98bac7c5f730b976b59c6d636b9d8a702bf057128632503aaa
[INFO] running `Command { std: "docker" "start" "-a" "c3cc58cf6309fd98bac7c5f730b976b59c6d636b9d8a702bf057128632503aaa", 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.58s
[INFO] running `Command { std: "docker" "inspect" "c3cc58cf6309fd98bac7c5f730b976b59c6d636b9d8a702bf057128632503aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3cc58cf6309fd98bac7c5f730b976b59c6d636b9d8a702bf057128632503aaa", kill_on_drop: false }`
[INFO] [stdout] c3cc58cf6309fd98bac7c5f730b976b59c6d636b9d8a702bf057128632503aaa
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a79766902159503d285fe0ae459bdd2ce664e24e7e7fb439f45044fe89dbb25
[INFO] running `Command { std: "docker" "start" "-a" "8a79766902159503d285fe0ae459bdd2ce664e24e7e7fb439f45044fe89dbb25", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_test v1.0.177
[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 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.61s
[INFO] running `Command { std: "docker" "inspect" "8a79766902159503d285fe0ae459bdd2ce664e24e7e7fb439f45044fe89dbb25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a79766902159503d285fe0ae459bdd2ce664e24e7e7fb439f45044fe89dbb25", kill_on_drop: false }`
[INFO] [stdout] 8a79766902159503d285fe0ae459bdd2ce664e24e7e7fb439f45044fe89dbb25
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d0a68de64be2ec4ab6ea4ce37c571e3f5024a750eaa9a540dd379c6e0885427d
[INFO] running `Command { std: "docker" "start" "-a" "d0a68de64be2ec4ab6ea4ce37c571e3f5024a750eaa9a540dd379c6e0885427d", 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.05s
[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 compact_doesnt_move_if_closure_errors ... ok
[INFO] [stdout] test clear ... ok
[INFO] [stdout] test clone_from ... ok
[INFO] [stdout] test compact_empty ... ok
[INFO] [stdout] test compact_moves_successfully ... ok
[INFO] [stdout] test compact_no_moves_needed ... ok
[INFO] [stdout] test from_iterator_issue_100 ... ok
[INFO] [stdout] test drain_rev ... ok
[INFO] [stdout] test from_iterator_new_in_order ... ok
[INFO] [stdout] test from_iterator_unordered ... ok
[INFO] [stdout] test from_iterator_sorted ... ok
[INFO] [stdout] test fully_consumed_drain ... ok
[INFO] [stdout] test get_vacant_entry_without_using ... ok
[INFO] [stdout] test insert_get_remove_many ... ok
[INFO] [stdout] test insert_get_remove_one ... 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 insert_get_many ... ok
[INFO] [stdout] test iter ... ok
[INFO] [stdout] test iter_mut ... ok
[INFO] [stdout] test iter_mut_rev ... ok
[INFO] [stdout] test iter_rev ... ok
[INFO] [stdout] test partially_consumed_drain ... ok
[INFO] [stdout] test reserve_does_not_allocate_if_available ... ok
[INFO] [stdout] test reserve_exact_does_not_allocate_if_available ... ok
[INFO] [stdout] test shrink_to_fit_doesnt_move ... ok
[INFO] [stdout] test retain ... 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 slab_get_mut ... ok
[INFO] [stdout] test try_remove ... ok
[INFO] [stdout] test compact_handles_closure_panic ... ok
[INFO] [stdout] test invalid_get_mut_panics - should panic ... ok
[INFO] [stdout] test double_remove_panics - should 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 - should panic ... ok
[INFO] [stdout] test reserve_does_panic_with_capacity_overflow_bytes - should panic ... ok
[INFO] [stdout] test reserve_exact_does_panic_with_capacity_overflow - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests generic_slab
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[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>::get (line 250) ... 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>::is_empty (line 231) ... 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>::clear (line 186) ... 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>::contains (line 862) ... 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>::get_mut (line 270) ... 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>::get2_mut (line 300) ... 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>::iter (line 467) ... 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>::iter_mut (line 501) ... 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>::retain (line 949) ... 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>::drain (line 1212) ... 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>::shrink_to_fit (line 998) ... 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>::vacant_entry (line 836) ... 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>::try_remove (line 894) ... 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>::values (line 570) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::with_capacity (line 1510) ... ok
[INFO] [stdout] test src/lib.rs - (line 33) ... 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/generic.rs - generic::GenericSlab<T,TKey,TEntries>::reserve (line 1548) ... ok
[INFO] [stdout] test src/lib.rs - (line 87) ... ok
[INFO] [stdout] test src/generic.rs - generic::GenericSlab<T,TKey,TEntries>::values_mut (line 598) ... ok
[INFO] [stdout] test src/lib.rs - (line 71) ... ok
[INFO] [stdout] test src/lib.rs - StrongSlab (line 216) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d0a68de64be2ec4ab6ea4ce37c571e3f5024a750eaa9a540dd379c6e0885427d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0a68de64be2ec4ab6ea4ce37c571e3f5024a750eaa9a540dd379c6e0885427d", kill_on_drop: false }`
[INFO] [stdout] d0a68de64be2ec4ab6ea4ce37c571e3f5024a750eaa9a540dd379c6e0885427d
