[INFO] crate bao 0.10.0 is already in cache [INFO] checking bao-0.10.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate bao 0.10.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate bao 0.10.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bao 0.10.0 [INFO] finished tweaking crates.io crate bao 0.10.0 [INFO] tweaked toml for crates.io crate bao 0.10.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blake3 v0.1.4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 465cd85c115821b0610e587ba696dc410e662fc19ba234b5e86bdcca38e2d8ae [INFO] running `"docker" "start" "-a" "465cd85c115821b0610e587ba696dc410e662fc19ba234b5e86bdcca38e2d8ae"` [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling blake3 v0.1.4 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking bao v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `blake2s_simd` [INFO] [stderr] --> benches/bench.rs:13:22 [INFO] [stderr] | [INFO] [stderr] 13 | const SHORT: usize = blake2s_simd::BLOCKBYTES; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `blake2s_simd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `blake2s_simd` [INFO] [stderr] --> benches/bench.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | const MEDIUM: usize = bao::benchmarks::CHUNK_SIZE * blake2s_simd::many::MAX_DEGREE; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `blake2s_simd` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Hasher` in `bao` [INFO] [stderr] --> benches/bench.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | let mut hasher = bao::Hasher::new(); [INFO] [stderr] | ^^^^^^ could not find `Hasher` in `bao` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Hasher` in `bao` [INFO] [stderr] --> benches/bench.rs:89:31 [INFO] [stderr] | [INFO] [stderr] 89 | let mut hasher = bao::Hasher::new(); [INFO] [stderr] | ^^^^^^ could not find `Hasher` in `bao` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Hasher` in `bao` [INFO] [stderr] --> benches/bench.rs:99:31 [INFO] [stderr] | [INFO] [stderr] 99 | let mut hasher = bao::Hasher::new(); [INFO] [stderr] | ^^^^^^ could not find `Hasher` in `bao` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hash` in crate `bao` [INFO] [stderr] --> benches/bench.rs:60:20 [INFO] [stderr] | [INFO] [stderr] 60 | b.iter(|| bao::hash(input.get())); [INFO] [stderr] | ^^^^ not found in `bao` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 7 | use blake3::hash; [INFO] [stderr] | [INFO] [stderr] 7 | use core::ptr::hash; [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::hash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hash` in crate `bao` [INFO] [stderr] --> benches/bench.rs:66:20 [INFO] [stderr] | [INFO] [stderr] 66 | b.iter(|| bao::hash(input.get())); [INFO] [stderr] | ^^^^ not found in `bao` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 7 | use blake3::hash; [INFO] [stderr] | [INFO] [stderr] 7 | use core::ptr::hash; [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::hash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `hash` in crate `bao` [INFO] [stderr] --> benches/bench.rs:72:20 [INFO] [stderr] | [INFO] [stderr] 72 | b.iter(|| bao::hash(input.get())); [INFO] [stderr] | ^^^^ not found in `bao` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 7 | use blake3::hash; [INFO] [stderr] | [INFO] [stderr] 7 | use core::ptr::hash; [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::hash; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Cursor`, `SeekFrom::Start` [INFO] [stderr] --> benches/bench.rs:9:15 [INFO] [stderr] | [INFO] [stderr] 9 | use std::io::{Cursor, SeekFrom::Start}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::prelude` [INFO] [stderr] --> benches/bench.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::io::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bao`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "465cd85c115821b0610e587ba696dc410e662fc19ba234b5e86bdcca38e2d8ae"` [INFO] running `"docker" "rm" "-f" "465cd85c115821b0610e587ba696dc410e662fc19ba234b5e86bdcca38e2d8ae"` [INFO] [stdout] 465cd85c115821b0610e587ba696dc410e662fc19ba234b5e86bdcca38e2d8ae