[INFO] fetching crate bytestring 1.3.1...
[INFO] checking bytestring-1.3.1 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate bytestring 1.3.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate bytestring 1.3.1 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "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-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 200a2d6df840f53b8b04db131b5bb921904feb42ca56d13463d88a2eaf948f5a
[INFO] running `Command { std: "docker" "start" "-a" "200a2d6df840f53b8b04db131b5bb921904feb42ca56d13463d88a2eaf948f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "200a2d6df840f53b8b04db131b5bb921904feb42ca56d13463d88a2eaf948f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "200a2d6df840f53b8b04db131b5bb921904feb42ca56d13463d88a2eaf948f5a", kill_on_drop: false }`
[INFO] [stdout] 200a2d6df840f53b8b04db131b5bb921904feb42ca56d13463d88a2eaf948f5a
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32ee0b91d710324b6fdf4799f223efad8de5382c40fc51cd6fd06eb095f53862
[INFO] running `Command { std: "docker" "start" "-a" "32ee0b91d710324b6fdf4799f223efad8de5382c40fc51cd6fd06eb095f53862", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.5.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] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:309:5
[INFO] [stdout]     |
[INFO] [stdout] 309 |     assert_impl_all!(ByteString: Send, Sync, Unpin, Sized);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     assert_impl_all!(ByteString: Clone, Default, Eq, PartialOrd, Ord);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:311:5
[INFO] [stdout]     |
[INFO] [stdout] 311 |     assert_impl_all!(ByteString: fmt::Debug, fmt::Display);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:312:5
[INFO] [stdout]     |
[INFO] [stdout] 312 |     assert_impl_all!(ByteString: UnwindSafe, RefUnwindSafe);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[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]     = note: `#[warn(unused_imports)]` on by default
[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 6 previous errors; 2 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 7 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "32ee0b91d710324b6fdf4799f223efad8de5382c40fc51cd6fd06eb095f53862", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32ee0b91d710324b6fdf4799f223efad8de5382c40fc51cd6fd06eb095f53862", kill_on_drop: false }`
[INFO] [stdout] 32ee0b91d710324b6fdf4799f223efad8de5382c40fc51cd6fd06eb095f53862
[INFO] checking bytestring-1.3.1 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate bytestring 1.3.1 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate bytestring 1.3.1 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "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-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acffa6bb183ced7b595d9b8db4e45d53bf4ffb647d7f962936ea9a4f424d6566
[INFO] running `Command { std: "docker" "start" "-a" "acffa6bb183ced7b595d9b8db4e45d53bf4ffb647d7f962936ea9a4f424d6566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acffa6bb183ced7b595d9b8db4e45d53bf4ffb647d7f962936ea9a4f424d6566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acffa6bb183ced7b595d9b8db4e45d53bf4ffb647d7f962936ea9a4f424d6566", kill_on_drop: false }`
[INFO] [stdout] acffa6bb183ced7b595d9b8db4e45d53bf4ffb647d7f962936ea9a4f424d6566
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dnon_local_definitions" "-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" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad85d1d7e576b641c3d2cfe1a3ad2f283bbcc68a86bc5873943190b06992c181
[INFO] running `Command { std: "docker" "start" "-a" "ad85d1d7e576b641c3d2cfe1a3ad2f283bbcc68a86bc5873943190b06992c181", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.5.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] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:309:5
[INFO] [stdout]     |
[INFO] [stdout] 309 |     assert_impl_all!(ByteString: Send, Sync, Unpin, Sized);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     assert_impl_all!(ByteString: Clone, Default, Eq, PartialOrd, Ord);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:311:5
[INFO] [stdout]     |
[INFO] [stdout] 311 |     assert_impl_all!(ByteString: fmt::Debug, fmt::Display);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_impl_all`
[INFO] [stdout]    --> src/lib.rs:312:5
[INFO] [stdout]     |
[INFO] [stdout] 312 |     assert_impl_all!(ByteString: UnwindSafe, RefUnwindSafe);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[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]     = note: `#[warn(unused_imports)]` on by default
[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 6 previous errors; 2 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 7 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ad85d1d7e576b641c3d2cfe1a3ad2f283bbcc68a86bc5873943190b06992c181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad85d1d7e576b641c3d2cfe1a3ad2f283bbcc68a86bc5873943190b06992c181", kill_on_drop: false }`
[INFO] [stdout] ad85d1d7e576b641c3d2cfe1a3ad2f283bbcc68a86bc5873943190b06992c181
