[INFO] fetching crate blake3 1.0.0... [INFO] checking blake3-1.0.0 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate blake3 1.0.0 into /workspace/builds/worker-82/source [INFO] validating manifest of crates.io crate blake3 1.0.0 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate blake3 1.0.0 [INFO] finished tweaking crates.io crate blake3 1.0.0 [INFO] tweaked toml for crates.io crate blake3 1.0.0 written to /workspace/builds/worker-82/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4365d9f2ae5783267315d5dd1ad561617886b6451eecad778960ae436df1b601 [INFO] running `Command { std: "docker" "start" "-a" "4365d9f2ae5783267315d5dd1ad561617886b6451eecad778960ae436df1b601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4365d9f2ae5783267315d5dd1ad561617886b6451eecad778960ae436df1b601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4365d9f2ae5783267315d5dd1ad561617886b6451eecad778960ae436df1b601", kill_on_drop: false }` [INFO] [stdout] 4365d9f2ae5783267315d5dd1ad561617886b6451eecad778960ae436df1b601 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7595ca9bfb7691b55c0ecc0acf48d27955b9d9e50dbae24a2d3135b8a39d3bed [INFO] running `Command { std: "docker" "start" "-a" "7595ca9bfb7691b55c0ecc0acf48d27955b9d9e50dbae24a2d3135b8a39d3bed", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking arrayvec v0.7.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Compiling blake3 v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reference_impl` [INFO] [stdout] --> src/test.rs:215:43 [INFO] [stdout] | [INFO] [stdout] 215 | assert_eq!(1880, core::mem::size_of::()); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `reference_impl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reference_impl` [INFO] [stdout] --> src/test.rs:279:56 [INFO] [stdout] | [INFO] [stdout] 279 | let mut reference_hasher = reference_impl::Hasher::new(); [INFO] [stdout] | ^^^^^^ not found in `reference_impl` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reference_impl` [INFO] [stdout] --> src/test.rs:308:56 [INFO] [stdout] | [INFO] [stdout] 308 | let mut reference_hasher = reference_impl::Hasher::new_keyed(&TEST_KEY); [INFO] [stdout] | ^^^^^^ not found in `reference_impl` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reference_impl` [INFO] [stdout] --> src/test.rs:338:56 [INFO] [stdout] | [INFO] [stdout] 338 | let mut reference_hasher = reference_impl::Hasher::new_derive_key(context); [INFO] [stdout] | ^^^^^^ not found in `reference_impl` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reference_impl` [INFO] [stdout] --> src/test.rs:368:38 [INFO] [stdout] | [INFO] [stdout] 368 | let mut hasher = reference_impl::Hasher::new(); [INFO] [stdout] | ^^^^^^ not found in `reference_impl` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::Hasher; [INFO] [stdout] | [INFO] [stdout] 1 | use std::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `blake3` due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `reference_impl` [INFO] [stdout] --> benches/bench.rs:354:42 [INFO] [stdout] | [INFO] [stdout] 354 | let mut hasher = reference_impl::Hasher::new(); [INFO] [stdout] | ^^^^^^ not found in `reference_impl` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use blake3::Hasher; [INFO] [stdout] | [INFO] [stdout] 5 | use core::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] 5 | use std::hash::Hasher; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "7595ca9bfb7691b55c0ecc0acf48d27955b9d9e50dbae24a2d3135b8a39d3bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7595ca9bfb7691b55c0ecc0acf48d27955b9d9e50dbae24a2d3135b8a39d3bed", kill_on_drop: false }` [INFO] [stdout] 7595ca9bfb7691b55c0ecc0acf48d27955b9d9e50dbae24a2d3135b8a39d3bed