[INFO] fetching crate endorphin 0.1.9...
[INFO] testing endorphin-0.1.9 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate endorphin 0.1.9 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate endorphin 0.1.9
[INFO] finished tweaking crates.io crate endorphin 0.1.9
[INFO] tweaked toml for crates.io crate endorphin 0.1.9 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate endorphin 0.1.9 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 26 packages to latest compatible versions
[INFO] [stderr]       Adding hashbrown v0.11.2 (available: v0.16.0)
[INFO] [stderr]       Adding parking_lot v0.11.2 (available: v0.12.5)
[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 redox_syscall v0.2.16
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.12
[INFO] [stderr]   Downloaded crossbeam v0.8.4
[INFO] [stderr]   Downloaded parking_lot v0.11.2
[INFO] [stderr]   Downloaded parking_lot_core v0.8.6
[INFO] [stderr]   Downloaded instant v0.1.13
[INFO] [stderr]   Downloaded hashbrown v0.11.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 80fe705166cef8b144f2c8ad071a86e8cb477978371e3913630e7aaaea67ecfc
[INFO] running `Command { std: "docker" "start" "-a" "80fe705166cef8b144f2c8ad071a86e8cb477978371e3913630e7aaaea67ecfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "80fe705166cef8b144f2c8ad071a86e8cb477978371e3913630e7aaaea67ecfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80fe705166cef8b144f2c8ad071a86e8cb477978371e3913630e7aaaea67ecfc", kill_on_drop: false }`
[INFO] [stdout] 80fe705166cef8b144f2c8ad071a86e8cb477978371e3913630e7aaaea67ecfc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 45b647c0315ac42fd7720140fcd3ba89c0d805f75158d9902fd497e489db72de
[INFO] running `Command { std: "docker" "start" "-a" "45b647c0315ac42fd7720140fcd3ba89c0d805f75158d9902fd497e489db72de", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling endorphin v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]  --> src/hash.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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 value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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 5.27s
[INFO] running `Command { std: "docker" "inspect" "45b647c0315ac42fd7720140fcd3ba89c0d805f75158d9902fd497e489db72de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45b647c0315ac42fd7720140fcd3ba89c0d805f75158d9902fd497e489db72de", kill_on_drop: false }`
[INFO] [stdout] 45b647c0315ac42fd7720140fcd3ba89c0d805f75158d9902fd497e489db72de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] b2bc699114f6f3512207e8112f41c899ba97a8a9af9c66ab1caaf57a8d010cdf
[INFO] running `Command { std: "docker" "start" "-a" "b2bc699114f6f3512207e8112f41c899ba97a8a9af9c66ab1caaf57a8d010cdf", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]  --> src/hash.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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 value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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 endorphin v0.1.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]  --> src/hash.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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 value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout]   --> src/hash.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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] [stdout] warning: unused variable: `v`
[INFO] [stdout]     --> src/map.rs:2421:21
[INFO] [stdout]      |
[INFO] [stdout] 2421 |                 let v = entry.get_mut(); // not moved
[INFO] [stdout]      |                     ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "b2bc699114f6f3512207e8112f41c899ba97a8a9af9c66ab1caaf57a8d010cdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2bc699114f6f3512207e8112f41c899ba97a8a9af9c66ab1caaf57a8d010cdf", kill_on_drop: false }`
[INFO] [stdout] b2bc699114f6f3512207e8112f41c899ba97a8a9af9c66ab1caaf57a8d010cdf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ac1fd13e6a5397c6eacfeec2a1cdf92bc36b69c5d38031de03ec11c33eb0eee6
[INFO] running `Command { std: "docker" "start" "-a" "ac1fd13e6a5397c6eacfeec2a1cdf92bc36b69c5d38031de03ec11c33eb0eee6", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `inline-more`
[INFO] [stdout] running 38 tests
[INFO] [stderr]  --> src/hash.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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 value: `inline-more`
[INFO] [stderr]   --> src/hash.rs:16:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `inline-more`
[INFO] [stderr]   --> src/hash.rs:25:12
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `inline-more`
[INFO] [stderr]   --> src/hash.rs:38:12
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[cfg_attr(feature = "inline-more", inline)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `inline-more` as a feature in `Cargo.toml`
[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: unused variable: `v`
[INFO] [stderr]     --> src/map.rs:2421:21
[INFO] [stderr]      |
[INFO] [stderr] 2421 |                 let v = entry.get_mut(); // not moved
[INFO] [stderr]      |                     ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `endorphin` (lib) generated 4 warnings
[INFO] [stderr] warning: `endorphin` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p endorphin --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/endorphin-1f3c0687ddec1b81)
[INFO] [stdout] test map::test_map::test_clear ... ok
[INFO] [stdout] test map::test_map::test_contains_key ... ok
[INFO] [stdout] test map::test_map::test_drain ... ok
[INFO] [stdout] test map::test_map::test_entry_and_modify ... ok
[INFO] [stdout] test map::test_map::test_entry_or_insert ... ok
[INFO] [stdout] test map::test_map::test_entry ... ok
[INFO] [stdout] test map::test_map::test_entry_key ... ok
[INFO] [stdout] test map::test_map::test_entry_or_insert_with_key ... ok
[INFO] [stdout] test map::test_map::test_entry_or_insert_with ... ok
[INFO] [stdout] test map::test_map::test_entry_insert ... ok
[INFO] [stdout] test map::test_map::test_get ... ok
[INFO] [stdout] test map::test_map::test_get_key_value ... ok
[INFO] [stdout] test map::test_map::test_get_mut ... ok
[INFO] [stdout] test map::test_map::test_insert ... ok
[INFO] [stdout] test map::test_map::test_entry_and_replace_entry_with ... ok
[INFO] [stdout] test map::test_map::test_len ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_get ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_get_mut ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_insert ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_remove ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_into_mut ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_remove_entry ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_key ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_replace_entry ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_replace_key ... ok
[INFO] [stdout] test map::test_map::test_remove ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_replace_entry_with ... ok
[INFO] [stdout] test map::test_map::test_shrink_to_fit ... ok
[INFO] [stdout] test map::test_map::test_vacant_entry_insert ... ok
[INFO] [stdout] test map::test_map::test_reserve ... ok
[INFO] [stdout] test map::test_map::test_remove_entry ... ok
[INFO] [stdout] test map::test_map::test_shrink_to ... ok
[INFO] [stdout] test map::test_map::test_vacant_entry_insert_entry ... ok
[INFO] [stdout] test map::test_map::test_zero_capacities ... ok
[INFO] [stdout] test map::test_map::test_vacant_entry_key ... ok
[INFO] [stdout] test map::test_map::test_with_capacity ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_insert_result_replace_entry - should panic ... ok
[INFO] [stdout] test map::test_map::test_occupied_entry_insert_result_replace_key - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests endorphin
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::or_default (line 1449) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::key (line 1346) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::or_insert (line 1252) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::insert (line 1224) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::and_replace_entry_with (line 1404) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::and_modify (line 1367) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::or_insert_with (line 1283) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,DefaultHashBuilder>::new (line 97) ... ok
[INFO] [stdout] test src/lib.rs - (line 12) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::capacity (line 830) ... ok
[INFO] [stdout] test src/map.rs - map::Entry<'a,K,V,P,H>::or_insert_with_key (line 1319) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::contains_key (line 418) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::clear (line 753) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::entry (line 668) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::get (line 280) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::get_key_value (line 325) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::drain (line 716) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::get_mut (line 371) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::iter_mut (line 906) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::iter (line 876) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::is_empty (line 851) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::insert (line 448) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::len (line 782) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::len_approx (line 805) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::keys (line 994) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::shrink_to (line 640) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::remove_entry (line 524) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::values_mut (line 964) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::reserve (line 588) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::remove (line 476) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::values (line 940) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::get (line 1538) ... ok
[INFO] [stdout] test src/map.rs - map::HashMap<K,V,P,H>::shrink_to_fit (line 612) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::get_mut (line 1567) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::key (line 1492) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::into_mut (line 1601) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::remove_entry (line 1514) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::insert (line 1631) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::replace_entry (line 1708) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::remove (line 1681) ... ok
[INFO] [stdout] test src/map.rs - map::VacantEntry<'a,K,V,P,H>::key (line 1892) ... ok
[INFO] [stdout] test src/map.rs - map::VacantEntry<'a,K,V,P,H>::into_key (line 1913) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::replace_entry_with (line 1792) ... ok
[INFO] [stdout] test src/map.rs - map::VacantEntry<'a,K,V,P,H>::insert (line 1934) ... ok
[INFO] [stdout] test src/map.rs - map::OccupiedEntry<'a,K,V,P,H>::replace_key (line 1754) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 45 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ac1fd13e6a5397c6eacfeec2a1cdf92bc36b69c5d38031de03ec11c33eb0eee6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac1fd13e6a5397c6eacfeec2a1cdf92bc36b69c5d38031de03ec11c33eb0eee6", kill_on_drop: false }`
[INFO] [stdout] ac1fd13e6a5397c6eacfeec2a1cdf92bc36b69c5d38031de03ec11c33eb0eee6
