[INFO] fetching crate boomphf-patched 0.5.9-0...
[INFO] checking boomphf-patched-0.5.9-0 against master#fd2c811d25ad5773fbd2463e058bf4edf4d44eb2 for pr-130443
[INFO] extracting crate boomphf-patched 0.5.9-0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate boomphf-patched 0.5.9-0 on toolchain fd2c811d25ad5773fbd2463e058bf4edf4d44eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate boomphf-patched 0.5.9-0
[INFO] finished tweaking crates.io crate boomphf-patched 0.5.9-0
[INFO] tweaked toml for crates.io crate boomphf-patched 0.5.9-0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 16 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wyhash v0.5.0
[INFO] [stderr]   Downloaded dyn_size_of v0.4.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c298b15ab9b35fb114725c83aaba27b2b1553af9aa215c38531ac518739e6410
[INFO] running `Command { std: "docker" "start" "-a" "c298b15ab9b35fb114725c83aaba27b2b1553af9aa215c38531ac518739e6410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c298b15ab9b35fb114725c83aaba27b2b1553af9aa215c38531ac518739e6410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c298b15ab9b35fb114725c83aaba27b2b1553af9aa215c38531ac518739e6410", kill_on_drop: false }`
[INFO] [stdout] c298b15ab9b35fb114725c83aaba27b2b1553af9aa215c38531ac518739e6410
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+fd2c811d25ad5773fbd2463e058bf4edf4d44eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3903f8572a49fcee29893473bdb7b39ee38778ded924b58ff71479c646bf9e4a
[INFO] running `Command { std: "docker" "start" "-a" "3903f8572a49fcee29893473bdb7b39ee38778ded924b58ff71479c646bf9e4a", kill_on_drop: false }`
[INFO] [stderr]     Checking dyn_size_of v0.4.2
[INFO] [stderr]     Checking wyhash v0.5.0
[INFO] [stderr]     Checking boomphf-patched v0.5.9-0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `quickcheck`
[INFO] [stdout]    --> src/lib.rs:696:1
[INFO] [stdout]     |
[INFO] [stdout] 696 | extern crate quickcheck;
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]    --> src/bitvector.rs:519:11
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[cfg(all(feature = "unstable", test))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `serde`
[INFO] [stdout]     = help: consider adding `unstable` 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] error: cannot find macro `quickcheck` in this scope
[INFO] [stdout]    --> src/lib.rs:790:5
[INFO] [stdout]     |
[INFO] [stdout] 790 |     quickcheck! {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `quickcheck` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> src/lib.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quickcheck` in this scope
[INFO] [stdout]    --> src/lib.rs:819:5
[INFO] [stdout]     |
[INFO] [stdout] 819 |     quickcheck! {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `quickcheck` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> src/lib.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quickcheck` in this scope
[INFO] [stdout]    --> src/lib.rs:825:5
[INFO] [stdout]     |
[INFO] [stdout] 825 |     quickcheck! {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `quickcheck` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> src/lib.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quickcheck` in this scope
[INFO] [stdout]    --> src/lib.rs:831:5
[INFO] [stdout]     |
[INFO] [stdout] 831 |     quickcheck! {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `quickcheck` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> src/lib.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quickcheck` in this scope
[INFO] [stdout]    --> src/lib.rs:837:5
[INFO] [stdout]     |
[INFO] [stdout] 837 |     quickcheck! {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `quickcheck` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> src/lib.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `quickcheck` in this scope
[INFO] [stdout]    --> src/lib.rs:843:5
[INFO] [stdout]     |
[INFO] [stdout] 843 |     quickcheck! {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `quickcheck` is imported here, but it is an unresolved item, not a macro
[INFO] [stdout]    --> src/lib.rs:701:9
[INFO] [stdout]     |
[INFO] [stdout] 701 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `unstable`
[INFO] [stdout]    --> src/bitvector.rs:519:11
[INFO] [stdout]     |
[INFO] [stdout] 519 | #[cfg(all(feature = "unstable", test))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `serde`
[INFO] [stdout]     = help: consider adding `unstable` 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: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `boomphf-patched` (lib test) due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "3903f8572a49fcee29893473bdb7b39ee38778ded924b58ff71479c646bf9e4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3903f8572a49fcee29893473bdb7b39ee38778ded924b58ff71479c646bf9e4a", kill_on_drop: false }`
[INFO] [stdout] 3903f8572a49fcee29893473bdb7b39ee38778ded924b58ff71479c646bf9e4a
