[INFO] crate bao 0.10.0 is already in cache [INFO] checking bao-0.10.0 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [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 a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blake3 v0.1.3 [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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "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] 4c4e623ce5c5d09f9d909032ae676daefdbcc1ef04b000e35ede3f593ccbb163 [INFO] running `"docker" "start" "-a" "4c4e623ce5c5d09f9d909032ae676daefdbcc1ef04b000e35ede3f593ccbb163"` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking c2-chacha v0.2.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling blake3 v0.1.3 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Checking rand_core v0.5.1 [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 bao v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking serde_json v1.0.45 [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" "4c4e623ce5c5d09f9d909032ae676daefdbcc1ef04b000e35ede3f593ccbb163"` [INFO] running `"docker" "rm" "-f" "4c4e623ce5c5d09f9d909032ae676daefdbcc1ef04b000e35ede3f593ccbb163"` [INFO] [stdout] 4c4e623ce5c5d09f9d909032ae676daefdbcc1ef04b000e35ede3f593ccbb163