[INFO] crate tentacle-secio 0.1.0 is already in cache [INFO] extracting crate tentacle-secio 0.1.0 into work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/tentacle-secio/0.1.0 [INFO] extracting crate tentacle-secio 0.1.0 into work/ex/pr-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/tentacle-secio/0.1.0 [INFO] validating manifest of tentacle-secio-0.1.0 on toolchain master#39401465da4ce27aeeb2c2a26133ac35c63aa515 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tentacle-secio-0.1.0 on toolchain try#f45cc3094ee337acd688771b9234318046b0572d [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-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-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/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-60914/sources/try#f45cc3094ee337acd688771b9234318046b0572d/reg/tentacle-secio/0.1.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+f45cc3094ee337acd688771b9234318046b0572d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tentacle-secio-0.1.0 against master#39401465da4ce27aeeb2c2a26133ac35c63aa515 for pr-60914 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60914/worker-4/master#39401465da4ce27aeeb2c2a26133ac35c63aa515:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60914/sources/master#39401465da4ce27aeeb2c2a26133ac35c63aa515/reg/tentacle-secio/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+39401465da4ce27aeeb2c2a26133ac35c63aa515-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4990dad8263190e3a0ec4c4ceab1d43c5f839d3fba79ef8e3fa8af8f6ea8efc1 [INFO] running `"docker" "start" "-a" "4990dad8263190e3a0ec4c4ceab1d43c5f839d3fba79ef8e3fa8af8f6ea8efc1"` [INFO] [stderr] Checking unsigned-varint v0.2.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Checking stream-cipher v0.3.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking ctr v0.3.2 [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" "4990dad8263190e3a0ec4c4ceab1d43c5f839d3fba79ef8e3fa8af8f6ea8efc1"` [INFO] running `"docker" "rm" "-f" "4990dad8263190e3a0ec4c4ceab1d43c5f839d3fba79ef8e3fa8af8f6ea8efc1"` [INFO] [stdout] 4990dad8263190e3a0ec4c4ceab1d43c5f839d3fba79ef8e3fa8af8f6ea8efc1