[INFO] fetching crate bytestring 1.3.1...
[INFO] checking bytestring-1.3.1 against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752
[INFO] extracting crate bytestring 1.3.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate bytestring 1.3.1 on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "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-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ce320ce334dc59c89cc993c40bc70e3ecd90890dc58475c4409ff0296e53b87
[INFO] running `Command { std: "docker" "start" "-a" "1ce320ce334dc59c89cc993c40bc70e3ecd90890dc58475c4409ff0296e53b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ce320ce334dc59c89cc993c40bc70e3ecd90890dc58475c4409ff0296e53b87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ce320ce334dc59c89cc993c40bc70e3ecd90890dc58475c4409ff0296e53b87", kill_on_drop: false }`
[INFO] [stdout] 1ce320ce334dc59c89cc993c40bc70e3ecd90890dc58475c4409ff0296e53b87
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e36dc3b127e9db2df6c58c6cc4ab8d774c5f1598422b3113b1412606b2ffcf75
[INFO] running `Command { std: "docker" "start" "-a" "e36dc3b127e9db2df6c58c6cc4ab8d774c5f1598422b3113b1412606b2ffcf75", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking bytestring v1.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | use core::{borrow::Borrow, convert::TryFrom, fmt, hash, ops, str};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/prelude/mod.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[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: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | use core::{borrow::Borrow, convert::TryFrom, fmt, hash, ops, str};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/prelude/mod.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RefUnwindSafe`, `UnwindSafe`
[INFO] [stdout]    --> src/lib.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |         panic::{RefUnwindSafe, UnwindSafe},
[INFO] [stdout]     |                 ^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Hasher`
[INFO] [stdout]    --> src/lib.rs:300:22
[INFO] [stdout]     |
[INFO] [stdout] 300 |         hash::{Hash, Hasher},
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted
[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 3 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e36dc3b127e9db2df6c58c6cc4ab8d774c5f1598422b3113b1412606b2ffcf75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e36dc3b127e9db2df6c58c6cc4ab8d774c5f1598422b3113b1412606b2ffcf75", kill_on_drop: false }`
[INFO] [stdout] e36dc3b127e9db2df6c58c6cc4ab8d774c5f1598422b3113b1412606b2ffcf75
[INFO] checking bytestring-1.3.1 against try#57fe1b734d9ff1c8a92bda60b85506b9648158d3 for pr-123752
[INFO] extracting crate bytestring 1.3.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate bytestring 1.3.1 on toolchain 57fe1b734d9ff1c8a92bda60b85506b9648158d3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "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-1-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2b0b8965a10a790479aaf4de8ce3a6751ee105928968df250b6866816f569650
[INFO] running `Command { std: "docker" "start" "-a" "2b0b8965a10a790479aaf4de8ce3a6751ee105928968df250b6866816f569650", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2b0b8965a10a790479aaf4de8ce3a6751ee105928968df250b6866816f569650", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b0b8965a10a790479aaf4de8ce3a6751ee105928968df250b6866816f569650", kill_on_drop: false }`
[INFO] [stdout] 2b0b8965a10a790479aaf4de8ce3a6751ee105928968df250b6866816f569650
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+57fe1b734d9ff1c8a92bda60b85506b9648158d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b18cc5d4a3583b4e0b2c726538d3028a4b6ea824546535afaedee556e4e24b14
[INFO] running `Command { std: "docker" "start" "-a" "b18cc5d4a3583b4e0b2c726538d3028a4b6ea824546535afaedee556e4e24b14", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.6.0
[INFO] [stderr]     Checking bytestring v1.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | use core::{borrow::Borrow, convert::TryFrom, fmt, hash, ops, str};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/core/src/prelude/mod.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[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: the item `TryFrom` is imported redundantly
[INFO] [stdout]   --> src/lib.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | use core::{borrow::Borrow, convert::TryFrom, fmt, hash, ops, str};
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/57fe1b734d9ff1c8a92bda60b85506b9648158d3/library/core/src/prelude/mod.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `TryFrom` is already defined here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RefUnwindSafe`, `UnwindSafe`
[INFO] [stdout]    --> src/lib.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |         panic::{RefUnwindSafe, UnwindSafe},
[INFO] [stdout]     |                 ^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Hasher`
[INFO] [stdout]    --> src/lib.rs:300:22
[INFO] [stdout]     |
[INFO] [stdout] 300 |         hash::{Hash, Hasher},
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted
[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 3 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b18cc5d4a3583b4e0b2c726538d3028a4b6ea824546535afaedee556e4e24b14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b18cc5d4a3583b4e0b2c726538d3028a4b6ea824546535afaedee556e4e24b14", kill_on_drop: false }`
[INFO] [stdout] b18cc5d4a3583b4e0b2c726538d3028a4b6ea824546535afaedee556e4e24b14
