[INFO] crate bacteria 0.0.8 is already in cache [INFO] checking bacteria-0.0.8 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate bacteria 0.0.8 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate bacteria 0.0.8 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bacteria 0.0.8 [INFO] finished tweaking crates.io crate bacteria 0.0.8 [INFO] tweaked toml for crates.io crate bacteria 0.0.8 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 974d1fbc627bdbe95f087a15fc2a809db944f1934f98abe7697654e210d4de42 [INFO] running `"docker" "start" "-a" "974d1fbc627bdbe95f087a15fc2a809db944f1934f98abe7697654e210d4de42"` [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Checking fixedbitset v0.1.9 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Compiling curve25519-dalek-organism v0.0.5 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking rustc-hex v2.1.0 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Checking blake2b_simd v0.5.10 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking petgraph v0.4.13 [INFO] [stderr] Checking uint v0.8.2 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling zeroize_derive v1.0.0 [INFO] [stderr] Checking zeroize v1.1.0 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking mohan v0.0.52 [INFO] [stderr] Checking bacteria v0.0.8 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `test` [INFO] [stderr] --> benches/sponge.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | fn f1600(b: &mut test::Bencher) { [INFO] [stderr] | ^^^^ use of undeclared type or module `test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `keccak` [INFO] [stderr] --> benches/sponge.rs:4:15 [INFO] [stderr] | [INFO] [stderr] 4 | b.iter(|| keccak::f1600(&mut data)); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `keccak` [INFO] [stderr] [INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> benches/sponge.rs:1:3 [INFO] [stderr] | [INFO] [stderr] 1 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[deny(soft_unstable)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `criterion` [INFO] [stderr] --> benches/spacesuit.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate criterion; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `bulletproofs` [INFO] [stderr] --> benches/generators.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate bulletproofs; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0463]: can't find crate for `bulletproofs` [INFO] [stderr] --> benches/r1cs.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate bulletproofs; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: could not compile `bacteria`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `bacteria`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bacteria`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `bencher` [INFO] [stderr] --> benches/prokary.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate bencher; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `bacteria`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `strobe_rs` [INFO] [stderr] --> benches/bacteria.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | extern crate strobe_rs; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `bacteria`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `bacteria`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "974d1fbc627bdbe95f087a15fc2a809db944f1934f98abe7697654e210d4de42"` [INFO] running `"docker" "rm" "-f" "974d1fbc627bdbe95f087a15fc2a809db944f1934f98abe7697654e210d4de42"` [INFO] [stdout] 974d1fbc627bdbe95f087a15fc2a809db944f1934f98abe7697654e210d4de42