[INFO] fetching crate bytestring 1.0.0... [INFO] checking bytestring-1.0.0 against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] extracting crate bytestring 1.0.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate bytestring 1.0.0 on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate bytestring 1.0.0 [INFO] finished tweaking crates.io crate bytestring 1.0.0 [INFO] tweaked toml for crates.io crate bytestring 1.0.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9623c93250455e1dbd004b9541385bd9a5d2c14a0996202eb6fa13e1c38f6e2e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9623c93250455e1dbd004b9541385bd9a5d2c14a0996202eb6fa13e1c38f6e2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9623c93250455e1dbd004b9541385bd9a5d2c14a0996202eb6fa13e1c38f6e2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9623c93250455e1dbd004b9541385bd9a5d2c14a0996202eb6fa13e1c38f6e2e", kill_on_drop: false }` [INFO] [stdout] 9623c93250455e1dbd004b9541385bd9a5d2c14a0996202eb6fa13e1c38f6e2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c11957ac19d8a4c318e4c3dcc8071deacc08fe9ac491fd7d634fd8677b40ad1f [INFO] running `Command { std: "docker" "start" "-a" "c11957ac19d8a4c318e4c3dcc8071deacc08fe9ac491fd7d634fd8677b40ad1f", kill_on_drop: false }` [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Checking bytestring v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `siphasher` [INFO] [stdout] --> src/lib.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 227 | use siphasher::sip::SipHasher; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `siphasher` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SipHasher` [INFO] [stdout] --> src/lib.rs:246:27 [INFO] [stdout] | [INFO] [stdout] 246 | let mut hasher1 = SipHasher::default(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 246 | let mut hasher1 = Hasher::default(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 224 | use core::hash::SipHasher; [INFO] [stdout] | [INFO] [stdout] 224 | use crate::hash::SipHasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SipHasher` [INFO] [stdout] --> src/lib.rs:249:27 [INFO] [stdout] | [INFO] [stdout] 249 | let mut hasher2 = SipHasher::default(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 249 | let mut hasher2 = Hasher::default(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 224 | use core::hash::SipHasher; [INFO] [stdout] | [INFO] [stdout] 224 | use crate::hash::SipHasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Hasher` [INFO] [stdout] --> src/lib.rs:225:28 [INFO] [stdout] | [INFO] [stdout] 225 | use core::hash::{Hash, Hasher}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bytestring` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c11957ac19d8a4c318e4c3dcc8071deacc08fe9ac491fd7d634fd8677b40ad1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c11957ac19d8a4c318e4c3dcc8071deacc08fe9ac491fd7d634fd8677b40ad1f", kill_on_drop: false }` [INFO] [stdout] c11957ac19d8a4c318e4c3dcc8071deacc08fe9ac491fd7d634fd8677b40ad1f