[INFO] fetching crate aymr 0.0.1...
[INFO] testing aymr-0.0.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate aymr 0.0.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate aymr 0.0.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-1-tc1/source/Cargo.toml
[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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7046fcc34d392eb4b273289c365b57c402b6c1ee75e3179166602b3311e909fc
[INFO] running `Command { std: "docker" "start" "-a" "7046fcc34d392eb4b273289c365b57c402b6c1ee75e3179166602b3311e909fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7046fcc34d392eb4b273289c365b57c402b6c1ee75e3179166602b3311e909fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7046fcc34d392eb4b273289c365b57c402b6c1ee75e3179166602b3311e909fc", kill_on_drop: false }`
[INFO] [stdout] 7046fcc34d392eb4b273289c365b57c402b6c1ee75e3179166602b3311e909fc
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a971df42173448e4c1b5c55879e401a78e5c76acf0fbee58312cc84cc0035ada
[INFO] running `Command { std: "docker" "start" "-a" "a971df42173448e4c1b5c55879e401a78e5c76acf0fbee58312cc84cc0035ada", 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] running `Command { std: "docker" "inspect" "a971df42173448e4c1b5c55879e401a78e5c76acf0fbee58312cc84cc0035ada", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a971df42173448e4c1b5c55879e401a78e5c76acf0fbee58312cc84cc0035ada", kill_on_drop: false }`
[INFO] [stdout] a971df42173448e4c1b5c55879e401a78e5c76acf0fbee58312cc84cc0035ada
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4dff80676f237c075c204b81d5237e99477267ee649232df243cc9260a95ca1
[INFO] running `Command { std: "docker" "start" "-a" "e4dff80676f237c075c204b81d5237e99477267ee649232df243cc9260a95ca1", kill_on_drop: false }`
[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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stdout]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 10 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "e4dff80676f237c075c204b81d5237e99477267ee649232df243cc9260a95ca1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4dff80676f237c075c204b81d5237e99477267ee649232df243cc9260a95ca1", kill_on_drop: false }`
[INFO] [stdout] e4dff80676f237c075c204b81d5237e99477267ee649232df243cc9260a95ca1
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a5ffa2632c7cbd0cdc2626ed3177289b850e13c7e3980d39acbf592e899f101c
[INFO] running `Command { std: "docker" "start" "-a" "a5ffa2632c7cbd0cdc2626ed3177289b850e13c7e3980d39acbf592e899f101c", 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `testing` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]    = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> 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`, `sled_pre`
[INFO] [stderr]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `failpoints`
[INFO] [stdout] 
[INFO] [stderr]    --> src/aymr_db/error.rs:176:19
[INFO] [stdout] running 8 tests
[INFO] [stderr]     |
[INFO] [stdout] test aymr_db::db::tests::test_clear_after_insert ... ok
[INFO] [stderr] 176 |             #[cfg(feature = "failpoints")]
[INFO] [stdout] test aymr_db::db::tests::test_contains_key ... ok
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test aymr_db::db::tests::test_clear ... ok
[INFO] [stderr]     |
[INFO] [stdout] test aymr_db::db::tests::test_get ... ok
[INFO] [stderr]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, `sled_pre`
[INFO] [stdout] test aymr_db::db::tests::test_insert_and_get ... ok
[INFO] [stderr]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stdout] test aymr_db::db::tests::test_is_empty ... ok
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] test aymr_db::db::tests::test_len ... ok
[INFO] [stderr] 
[INFO] [stdout] test aymr_db::db::tests::test_remove ... ok
[INFO] [stderr] warning: unexpected `cfg` condition value: `failpoints`
[INFO] [stdout] 
[INFO] [stderr]    --> src/aymr_db/error.rs:201:19
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 201 |             #[cfg(feature = "failpoints")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `btreemap`, `default`, `hashmap`, `sled`, `sled_pre`
[INFO] [stderr]     = help: consider adding `failpoints` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `aymr` (lib) generated 10 warnings
[INFO] [stderr] warning: `aymr` (lib test) generated 10 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aymr-928ba9c20c22683a)
[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" "a5ffa2632c7cbd0cdc2626ed3177289b850e13c7e3980d39acbf592e899f101c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5ffa2632c7cbd0cdc2626ed3177289b850e13c7e3980d39acbf592e899f101c", kill_on_drop: false }`
[INFO] [stdout] a5ffa2632c7cbd0cdc2626ed3177289b850e13c7e3980d39acbf592e899f101c
