[INFO] crate blake3 0.3.2 is already in cache [INFO] checking blake3-0.3.2 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate blake3 0.3.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate blake3 0.3.2 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate blake3 0.3.2 [INFO] finished tweaking crates.io crate blake3 0.3.2 [INFO] tweaked toml for crates.io crate blake3 0.3.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c1d3b64217a54efec64bd10ad5af4f5e4f32b0506f9e0cb3d73fa7885d1b35b6 [INFO] running `"docker" "start" "-a" "c1d3b64217a54efec64bd10ad5af4f5e4f32b0506f9e0cb3d73fa7885d1b35b6"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Compiling blake3 v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reference_impl` [INFO] [stderr] --> benches/bench.rs:329:26 [INFO] [stderr] | [INFO] [stderr] 329 | let mut hasher = reference_impl::Hasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_impl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reference_impl` [INFO] [stderr] --> src/test.rs:203:43 [INFO] [stderr] | [INFO] [stderr] 203 | assert_eq!(1880, core::mem::size_of::()); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_impl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reference_impl` [INFO] [stderr] --> src/test.rs:267:40 [INFO] [stderr] | [INFO] [stderr] 267 | let mut reference_hasher = reference_impl::Hasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_impl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reference_impl` [INFO] [stderr] --> src/test.rs:288:40 [INFO] [stderr] | [INFO] [stderr] 288 | let mut reference_hasher = reference_impl::Hasher::new_keyed(&TEST_KEY); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_impl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reference_impl` [INFO] [stderr] --> src/test.rs:310:40 [INFO] [stderr] | [INFO] [stderr] 310 | let mut reference_hasher = reference_impl::Hasher::new_derive_key(context); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_impl` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reference_impl` [INFO] [stderr] --> src/test.rs:333:22 [INFO] [stderr] | [INFO] [stderr] 333 | let mut hasher = reference_impl::Hasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `reference_impl` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `blake3`. [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: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `blake3`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c1d3b64217a54efec64bd10ad5af4f5e4f32b0506f9e0cb3d73fa7885d1b35b6"` [INFO] running `"docker" "rm" "-f" "c1d3b64217a54efec64bd10ad5af4f5e4f32b0506f9e0cb3d73fa7885d1b35b6"` [INFO] [stdout] c1d3b64217a54efec64bd10ad5af4f5e4f32b0506f9e0cb3d73fa7885d1b35b6