[INFO] fetching crate ctr 0.7.0-pre.3... [INFO] checking ctr-0.7.0-pre.3 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate ctr 0.7.0-pre.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate ctr 0.7.0-pre.3 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ctr 0.7.0-pre.3 [INFO] finished tweaking crates.io crate ctr 0.7.0-pre.3 [INFO] tweaked toml for crates.io crate ctr 0.7.0-pre.3 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hex-literal v0.2.1 [INFO] [stderr] Downloaded cipher v0.3.0-pre.4 [INFO] [stderr] Downloaded hex-literal-impl v0.2.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 381485db32958fd55368c741dda57db018066b0b5be019fff34120a7e4250ba0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "381485db32958fd55368c741dda57db018066b0b5be019fff34120a7e4250ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "381485db32958fd55368c741dda57db018066b0b5be019fff34120a7e4250ba0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "381485db32958fd55368c741dda57db018066b0b5be019fff34120a7e4250ba0", kill_on_drop: false }` [INFO] [stdout] 381485db32958fd55368c741dda57db018066b0b5be019fff34120a7e4250ba0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c329a204e11a905c07f0f4557ec648dd9dafe2072c9872e3edb75c765b3d770 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8c329a204e11a905c07f0f4557ec648dd9dafe2072c9872e3edb75c765b3d770", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Checking blobby v0.3.0 [INFO] [stderr] Compiling hex-literal-impl v0.2.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Checking hex-literal v0.2.1 [INFO] [stderr] Checking cipher v0.3.0-pre.4 [INFO] [stderr] Checking ctr v0.7.0-pre.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aes` [INFO] [stdout] --> tests/ctr128/mod.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | type Aes128Ctr = ctr::Ctr128BE; [INFO] [stdout] | ^^^ use of undeclared crate or module `aes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aes` [INFO] [stdout] --> tests/ctr128/mod.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | type Aes256Ctr = ctr::Ctr128BE; [INFO] [stdout] | ^^^ use of undeclared crate or module `aes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aes` [INFO] [stdout] --> tests/ctr32/big_endian.rs:6:31 [INFO] [stdout] | [INFO] [stdout] 6 | type Aes128Ctr = ctr::Ctr32BE; [INFO] [stdout] | ^^^ use of undeclared crate or module `aes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aes` [INFO] [stdout] --> tests/ctr32/little_endian.rs:6:31 [INFO] [stdout] | [INFO] [stdout] 6 | type Aes128Ctr = ctr::Ctr32LE; [INFO] [stdout] | ^^^ use of undeclared crate or module `aes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `aes` [INFO] [stdout] --> benches/aes128.rs:3:47 [INFO] [stdout] | [INFO] [stdout] 3 | cipher::stream_cipher_sync_bench!(ctr::Ctr128); [INFO] [stdout] | ^^^ use of undeclared crate or module `aes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ctr128` in crate `ctr` [INFO] [stdout] --> benches/aes128.rs:3:40 [INFO] [stdout] | [INFO] [stdout] 3 | cipher::stream_cipher_sync_bench!(ctr::Ctr128); [INFO] [stdout] | ^^^^^^ help: a type alias with a similar name exists: `Ctr128BE` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/lib.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | pub type Ctr128BE = Ctr; [INFO] [stdout] | ------------------------------------------------- similarly named type alias `Ctr128BE` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ctr` [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] [stdout] warning: unused import: `NewCipher` [INFO] [stdout] --> tests/ctr32/big_endian.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use cipher::{NewCipher, StreamCipher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StreamCipher` [INFO] [stdout] --> tests/ctr32/big_endian.rs:3:25 [INFO] [stdout] | [INFO] [stdout] 3 | use cipher::{NewCipher, StreamCipher}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NewCipher` [INFO] [stdout] --> tests/ctr32/little_endian.rs:3:56 [INFO] [stdout] | [INFO] [stdout] 3 | use cipher::{consts::U16, generic_array::GenericArray, NewCipher, StreamCipher}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `StreamCipher` [INFO] [stdout] --> tests/ctr32/little_endian.rs:3:67 [INFO] [stdout] | [INFO] [stdout] 3 | use cipher::{consts::U16, generic_array::GenericArray, NewCipher, StreamCipher}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error: aborting due to 4 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8c329a204e11a905c07f0f4557ec648dd9dafe2072c9872e3edb75c765b3d770", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c329a204e11a905c07f0f4557ec648dd9dafe2072c9872e3edb75c765b3d770", kill_on_drop: false }` [INFO] [stdout] 8c329a204e11a905c07f0f4557ec648dd9dafe2072c9872e3edb75c765b3d770