[INFO] crate tentacle-secio 0.1.0 is already in cache [INFO] extracting crate tentacle-secio 0.1.0 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-secio/0.1.0 [INFO] extracting crate tentacle-secio 0.1.0 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-secio/0.1.0 [INFO] validating manifest of tentacle-secio-0.1.0 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tentacle-secio-0.1.0 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tentacle-secio-0.1.0 [INFO] finished frobbing tentacle-secio-0.1.0 [INFO] frobbed toml for tentacle-secio-0.1.0 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-secio/0.1.0/Cargo.toml [INFO] started frobbing tentacle-secio-0.1.0 [INFO] finished frobbing tentacle-secio-0.1.0 [INFO] frobbed toml for tentacle-secio-0.1.0 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-secio/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tentacle-secio-0.1.0 against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-5/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-secio/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] edc93ee3a2eb502b9cfee1f076ceaff671510fc6fc0ce90fb81ee35607e8832f [INFO] running `"docker" "start" "-a" "edc93ee3a2eb502b9cfee1f076ceaff671510fc6fc0ce90fb81ee35607e8832f"` [INFO] [stderr] Checking unsigned-varint v0.2.2 [INFO] [stderr] Checking flatbuffers v0.5.0 [INFO] [stderr] Compiling secp256k1 v0.12.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Checking ctr v0.3.2 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking aes-ctr v0.3.0 [INFO] [stderr] Checking tentacle-secio v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `secio` [INFO] [stderr] --> benches/bench.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use secio::{ [INFO] [stderr] | ^^^^^ use of undeclared type or module `secio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `secio` [INFO] [stderr] --> benches/bench.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use secio::{ [INFO] [stderr] | ^^^^^ use of undeclared type or module `secio` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Hmac` [INFO] [stderr] --> benches/bench.rs:20:27 [INFO] [stderr] | [INFO] [stderr] 20 | let mut encode_hmac = Hmac::from_key(Digest::Sha256, &hmac_key); [INFO] [stderr] | ^^^^ use of undeclared type or module `Hmac` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cipher` [INFO] [stderr] --> benches/bench.rs:51:32 [INFO] [stderr] | [INFO] [stderr] 51 | move |b| bench_test(b, Cipher::Aes128, &data) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Cipher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cipher` [INFO] [stderr] --> benches/bench.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | move |b| bench_test(b, Cipher::Aes256, &data) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Cipher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cipher` [INFO] [stderr] --> benches/bench.rs:58:23 [INFO] [stderr] | [INFO] [stderr] 58 | bench_test(b, Cipher::TwofishCtr, &data) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Cipher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cipher` [INFO] [stderr] --> benches/bench.rs:66:32 [INFO] [stderr] | [INFO] [stderr] 66 | move |b| bench_test(b, Cipher::Aes128, &data) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Cipher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cipher` [INFO] [stderr] --> benches/bench.rs:70:32 [INFO] [stderr] | [INFO] [stderr] 70 | move |b| bench_test(b, Cipher::Aes256, &data) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Cipher` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Cipher` [INFO] [stderr] --> benches/bench.rs:73:23 [INFO] [stderr] | [INFO] [stderr] 73 | bench_test(b, Cipher::TwofishCtr, &data) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Cipher` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Cipher` in this scope [INFO] [stderr] --> benches/bench.rs:11:39 [INFO] [stderr] | [INFO] [stderr] 11 | fn decode_encode(data: &[u8], cipher: Cipher) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tentacle_secio::stream_cipher::Cipher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ctr_init` in this scope [INFO] [stderr] --> benches/bench.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | let mut encode_cipher = ctr_init(cipher, &cipher_key, &NULL_IV); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tentacle_secio::stream_cipher::ctr_init; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `ctr_init` in this scope [INFO] [stderr] --> benches/bench.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | let mut decode_cipher = ctr_init(cipher, &cipher_key, &NULL_IV); [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tentacle_secio::stream_cipher::ctr_init; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Cipher` in this scope [INFO] [stderr] --> benches/bench.rs:41:44 [INFO] [stderr] | [INFO] [stderr] 41 | fn bench_test(bench: &mut Bencher, cipher: Cipher, data: &[u8]) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use tentacle_secio::stream_cipher::Cipher; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Cipher`, `codec::Hmac`, `ctr_init` [INFO] [stderr] --> benches/bench.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | codec::Hmac, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 5 | stream_cipher::{ctr_init, Cipher}, [INFO] [stderr] | ^^^^^^^^ ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `tentacle-secio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "edc93ee3a2eb502b9cfee1f076ceaff671510fc6fc0ce90fb81ee35607e8832f"` [INFO] running `"docker" "rm" "-f" "edc93ee3a2eb502b9cfee1f076ceaff671510fc6fc0ce90fb81ee35607e8832f"` [INFO] [stdout] edc93ee3a2eb502b9cfee1f076ceaff671510fc6fc0ce90fb81ee35607e8832f