[INFO] fetching crate bytestring 1.3.1...
[INFO] checking bytestring-1.3.1 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate bytestring 1.3.1 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate bytestring 1.3.1 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bytestring 1.3.1
[INFO] finished tweaking crates.io crate bytestring 1.3.1
[INFO] tweaked toml for crates.io crate bytestring 1.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78d9aa3190373b8c95740cdb9b1134bed4bcbf89e17b6fa86842239d094c643b
[INFO] running `Command { std: "docker" "start" "-a" "78d9aa3190373b8c95740cdb9b1134bed4bcbf89e17b6fa86842239d094c643b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78d9aa3190373b8c95740cdb9b1134bed4bcbf89e17b6fa86842239d094c643b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78d9aa3190373b8c95740cdb9b1134bed4bcbf89e17b6fa86842239d094c643b", kill_on_drop: false }`
[INFO] [stdout] 78d9aa3190373b8c95740cdb9b1134bed4bcbf89e17b6fa86842239d094c643b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 39415645c3b4a1cc8757220c8e000eb7dd7be0b267a1df57543160457e08fe81
[INFO] running `Command { std: "docker" "start" "-a" "39415645c3b4a1cc8757220c8e000eb7dd7be0b267a1df57543160457e08fe81", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking bytestring v1.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `ahash`
[INFO] [stdout]    --> src/lib.rs:304:9
[INFO] [stdout]     |
[INFO] [stdout] 304 |     use ahash::AHasher;
[INFO] [stdout]     |         ^^^^^ use of undeclared crate or module `ahash`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `static_assertions`
[INFO] [stdout]    --> src/lib.rs:305:9
[INFO] [stdout]     |
[INFO] [stdout] 305 |     use static_assertions::assert_impl_all;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `static_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RefUnwindSafe` and `UnwindSafe`
[INFO] [stdout]    --> src/lib.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |         panic::{RefUnwindSafe, UnwindSafe},
[INFO] [stdout]     |                 ^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bytestring` (lib test) due to 2 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "39415645c3b4a1cc8757220c8e000eb7dd7be0b267a1df57543160457e08fe81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39415645c3b4a1cc8757220c8e000eb7dd7be0b267a1df57543160457e08fe81", kill_on_drop: false }`
[INFO] [stdout] 39415645c3b4a1cc8757220c8e000eb7dd7be0b267a1df57543160457e08fe81
