[INFO] fetching crate aymr 0.0.1...
[INFO] testing aymr-0.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate aymr 0.0.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate aymr 0.0.1
[INFO] finished tweaking crates.io crate aymr 0.0.1
[INFO] tweaked toml for crates.io crate aymr 0.0.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aymr 0.0.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] crate crates.io crate aymr 0.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+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] 5d42fb526c8ca2e6b82a0597953f5b6bd60a546037a7fc512cd283fb17841e57
[INFO] running `Command { std: "docker" "start" "-a" "5d42fb526c8ca2e6b82a0597953f5b6bd60a546037a7fc512cd283fb17841e57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d42fb526c8ca2e6b82a0597953f5b6bd60a546037a7fc512cd283fb17841e57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d42fb526c8ca2e6b82a0597953f5b6bd60a546037a7fc512cd283fb17841e57", kill_on_drop: false }`
[INFO] [stdout] 5d42fb526c8ca2e6b82a0597953f5b6bd60a546037a7fc512cd283fb17841e57
[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] 2a4e1207535d917112a1cf27d91203dd5af3b191650559c9c55a76de268cb0c4
[INFO] running `Command { std: "docker" "start" "-a" "2a4e1207535d917112a1cf27d91203dd5af3b191650559c9c55a76de268cb0c4", kill_on_drop: false }`
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling aymr v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         #[cfg(feature = "testing")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |         #[cfg(not(feature = "testing"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stdout]   --> src/aymr_db/error.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[cfg(feature = "failpoints")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |             #[cfg(feature = "testing")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             #[cfg(not(feature = "testing"))]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stdout]   --> src/aymr_db/error.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:116:19
[INFO] [stdout]     |
[INFO] [stdout] 116 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:176:19
[INFO] [stdout]     |
[INFO] [stdout] 176 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:201:19
[INFO] [stdout]     |
[INFO] [stdout] 201 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: struct `AymrBtreeMap` is never constructed
[INFO] [stdout]   --> src/backends/btreemap/db.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct AymrBtreeMap<K, V> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "2a4e1207535d917112a1cf27d91203dd5af3b191650559c9c55a76de268cb0c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a4e1207535d917112a1cf27d91203dd5af3b191650559c9c55a76de268cb0c4", kill_on_drop: false }`
[INFO] [stdout] 2a4e1207535d917112a1cf27d91203dd5af3b191650559c9c55a76de268cb0c4
[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] 4fae813c975244c9bb4f26fb8b901bc80418ca0debb64ea64ad5894b3a5d2560
[INFO] running `Command { std: "docker" "start" "-a" "4fae813c975244c9bb4f26fb8b901bc80418ca0debb64ea64ad5894b3a5d2560", kill_on_drop: false }`
[INFO] [stderr]    Compiling aymr v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         #[cfg(feature = "testing")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |         #[cfg(not(feature = "testing"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stdout]   --> src/aymr_db/error.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[cfg(feature = "failpoints")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |             #[cfg(feature = "testing")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             #[cfg(not(feature = "testing"))]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stdout]   --> src/aymr_db/error.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:116:19
[INFO] [stdout]     |
[INFO] [stdout] 116 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:176:19
[INFO] [stdout]     |
[INFO] [stdout] 176 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:201:19
[INFO] [stdout]     |
[INFO] [stdout] 201 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: struct `AymrBtreeMap` is never constructed
[INFO] [stdout]   --> src/backends/btreemap/db.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct AymrBtreeMap<K, V> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "testing")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:42:15
[INFO] [stdout]    |
[INFO] [stdout] 42 |         #[cfg(feature = "testing")]
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:45:19
[INFO] [stdout]    |
[INFO] [stdout] 45 |         #[cfg(not(feature = "testing"))]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stdout]   --> src/aymr_db/error.rs:50:11
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[cfg(feature = "failpoints")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |             #[cfg(feature = "testing")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `testing`
[INFO] [stdout]   --> src/aymr_db/error.rs:61:23
[INFO] [stdout]    |
[INFO] [stdout] 61 |             #[cfg(not(feature = "testing"))]
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stdout]   --> src/aymr_db/error.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 82 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:116:19
[INFO] [stdout]     |
[INFO] [stdout] 116 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:176:19
[INFO] [stdout]     |
[INFO] [stdout] 176 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stdout]    --> src/aymr_db/error.rs:201:19
[INFO] [stdout]     |
[INFO] [stdout] 201 |             #[cfg(feature = "failpoints")]
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` 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: struct `AymrBtreeMap` is never constructed
[INFO] [stdout]   --> src/backends/btreemap/db.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct AymrBtreeMap<K, V> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.59s
[INFO] running `Command { std: "docker" "inspect" "4fae813c975244c9bb4f26fb8b901bc80418ca0debb64ea64ad5894b3a5d2560", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fae813c975244c9bb4f26fb8b901bc80418ca0debb64ea64ad5894b3a5d2560", kill_on_drop: false }`
[INFO] [stdout] 4fae813c975244c9bb4f26fb8b901bc80418ca0debb64ea64ad5894b3a5d2560
[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] 263a669061a359139115f1ce2794a47e968662d02c67e3db15065c3584f764be
[INFO] running `Command { std: "docker" "start" "-a" "263a669061a359139115f1ce2794a47e968662d02c67e3db15065c3584f764be", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `testing`
[INFO] [stderr]   --> src/aymr_db/error.rs:11:7
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[cfg(feature = "testing")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` 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: `testing`
[INFO] [stderr]   --> src/aymr_db/error.rs:42:15
[INFO] [stderr]    |
[INFO] [stderr] 42 |         #[cfg(feature = "testing")]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` 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: `testing`
[INFO] [stderr]   --> src/aymr_db/error.rs:45:19
[INFO] [stderr]    |
[INFO] [stderr] 45 |         #[cfg(not(feature = "testing"))]
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stderr]   --> src/aymr_db/error.rs:50:11
[INFO] [stderr]    |
[INFO] [stderr] 50 |     #[cfg(feature = "failpoints")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `failpoints` 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: `testing`
[INFO] [stderr]   --> src/aymr_db/error.rs:59:19
[INFO] [stderr]    |
[INFO] [stderr] 59 |             #[cfg(feature = "testing")]
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` 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: `testing`
[INFO] [stderr]   --> src/aymr_db/error.rs:61:23
[INFO] [stderr]    |
[INFO] [stderr] 61 |             #[cfg(not(feature = "testing"))]
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` 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: `failpoints`
[INFO] [stderr]   --> src/aymr_db/error.rs:82:19
[INFO] [stderr]    |
[INFO] [stderr] 82 |             #[cfg(feature = "failpoints")]
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]    = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stderr]    --> src/aymr_db/error.rs:116:19
[INFO] [stderr]     |
[INFO] [stderr] 116 |             #[cfg(feature = "failpoints")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stderr]    --> src/aymr_db/error.rs:176:19
[INFO] [stderr]     |
[INFO] [stderr] 176 |             #[cfg(feature = "failpoints")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]     = help: consider adding `failpoints` 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: `failpoints`
[INFO] [stderr]    --> src/aymr_db/error.rs:201:19
[INFO] [stderr]     |
[INFO] [stderr] 201 |             #[cfg(feature = "failpoints")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, and `sled_pre`
[INFO] [stderr]     = help: consider adding `failpoints` 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: struct `AymrBtreeMap` is never constructed
[INFO] [stderr]   --> src/backends/btreemap/db.rs:31:12
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct AymrBtreeMap<K, V> {
[INFO] [stderr]    |            ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `aymr` (lib) generated 11 warnings
[INFO] [stderr] warning: `aymr` (lib test) generated 11 warnings (11 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/aymr-9db64bfadfaf23c8)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test aymr_db::db::tests::test_contains_key ... ok
[INFO] [stdout] test aymr_db::db::tests::test_clear_after_insert ... ok
[INFO] [stdout] test aymr_db::db::tests::test_len ... ok
[INFO] [stdout] test aymr_db::db::tests::test_is_empty ... ok
[INFO] [stdout] test aymr_db::db::tests::test_remove ... ok
[INFO] [stdout] test aymr_db::db::tests::test_insert_and_get ... ok
[INFO] [stdout] test aymr_db::db::tests::test_clear ... ok
[INFO] [stdout] test aymr_db::db::tests::test_get ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aymr
[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] running `Command { std: "docker" "inspect" "263a669061a359139115f1ce2794a47e968662d02c67e3db15065c3584f764be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "263a669061a359139115f1ce2794a47e968662d02c67e3db15065c3584f764be", kill_on_drop: false }`
[INFO] [stdout] 263a669061a359139115f1ce2794a47e968662d02c67e3db15065c3584f764be
