[INFO] crate bao 0.10.1 is already in cache [INFO] checking bao-0.10.1 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate bao 0.10.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate bao 0.10.1 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bao 0.10.1 [INFO] finished tweaking crates.io crate bao 0.10.1 [INFO] tweaked toml for crates.io crate bao 0.10.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 61c4621aad9aa0cf19c3414f00c17b0a793510c5ecdfb9a13d8b7d40ec61c4d1 [INFO] running `"docker" "start" "-a" "61c4621aad9aa0cf19c3414f00c17b0a793510c5ecdfb9a13d8b7d40ec61c4d1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking page_size v0.4.2 [INFO] [stderr] Compiling blake3 v0.2.3 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking bao v0.10.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.109 [INFO] [stderr] Checking serde v1.0.109 [INFO] [stderr] Checking serde_json v1.0.53 [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; 2 warnings emitted [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] [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 `"docker" "inspect" "61c4621aad9aa0cf19c3414f00c17b0a793510c5ecdfb9a13d8b7d40ec61c4d1"` [INFO] running `"docker" "rm" "-f" "61c4621aad9aa0cf19c3414f00c17b0a793510c5ecdfb9a13d8b7d40ec61c4d1"` [INFO] [stdout] 61c4621aad9aa0cf19c3414f00c17b0a793510c5ecdfb9a13d8b7d40ec61c4d1