[INFO] fetching crate amcl 0.2.0... [INFO] checking amcl-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate amcl 0.2.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate amcl 0.2.0 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 amcl 0.2.0 [INFO] finished tweaking crates.io crate amcl 0.2.0 [INFO] tweaked toml for crates.io crate amcl 0.2.0 written to /workspace/builds/worker-1/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4fc027426412cce0120573c2b1a6a8a275adf55cd2980a050757f8ab473a50e8 [INFO] running `Command { std: "docker" "start" "-a" "4fc027426412cce0120573c2b1a6a8a275adf55cd2980a050757f8ab473a50e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fc027426412cce0120573c2b1a6a8a275adf55cd2980a050757f8ab473a50e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fc027426412cce0120573c2b1a6a8a275adf55cd2980a050757f8ab473a50e8", kill_on_drop: false }` [INFO] [stdout] 4fc027426412cce0120573c2b1a6a8a275adf55cd2980a050757f8ab473a50e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 15b962d920af302d624388e98f6ecccf19a436d77368a652ce98620fca31fe44 [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" "15b962d920af302d624388e98f6ecccf19a436d77368a652ce98620fca31fe44", kill_on_drop: false }` [INFO] [stderr] Checking amcl v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/nhs.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | const DEGREE: usize = (1 << LGN); [INFO] [stdout] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `NOT_SPECIAL` should have an upper camel case name [INFO] [stdout] --> src/types.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | NOT_SPECIAL, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `NotSpecial` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PSEUDO_MERSENNE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | PSEUDO_MERSENNE, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PseudoMersenne` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `MONTGOMERY_FRIENDLY` should have an upper camel case name [INFO] [stdout] --> src/types.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | MONTGOMERY_FRIENDLY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MontgomeryFriendly` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GENERALISED_MERSENNE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | GENERALISED_MERSENNE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GeneralisedMersenne` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `D_TYPE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | D_TYPE, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `DType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `M_TYPE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | M_TYPE, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `MType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | pub const NLEN: usize = (1 + ((8 * MODBYTES - 1) / BASEBITS)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | pub const BMASK: Chunk = ((1 << BASEBITS) - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | pub const HBITS: usize = (BASEBITS / 2); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub const HMASK: Chunk = ((1 << HBITS) - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | pub const NEXCESS: isize = (1 << ((arch::CHUNK) - BASEBITS - 1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:39:28 [INFO] [stdout] | [INFO] [stdout] 39 | pub const BIGBITS: usize = (MODBYTES * 8); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./fp.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub const FEXCESS:i32 = (((1 as i32)< src/nhs.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | const DEGREE: usize = (1 << LGN); [INFO] [stdout] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `NOT_SPECIAL` should have an upper camel case name [INFO] [stdout] --> src/types.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | NOT_SPECIAL, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper camel case: `NotSpecial` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `PSEUDO_MERSENNE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | PSEUDO_MERSENNE, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `PseudoMersenne` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `MONTGOMERY_FRIENDLY` should have an upper camel case name [INFO] [stdout] --> src/types.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | MONTGOMERY_FRIENDLY, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `MontgomeryFriendly` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `GENERALISED_MERSENNE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | GENERALISED_MERSENNE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `GeneralisedMersenne` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `D_TYPE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | D_TYPE, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `DType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `M_TYPE` should have an upper camel case name [INFO] [stdout] --> src/types.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | M_TYPE, [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case: `MType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | pub const NLEN: usize = (1 + ((8 * MODBYTES - 1) / BASEBITS)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:35:26 [INFO] [stdout] | [INFO] [stdout] 35 | pub const BMASK: Chunk = ((1 << BASEBITS) - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | pub const HBITS: usize = (BASEBITS / 2); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub const HMASK: Chunk = ((1 << HBITS) - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:38:28 [INFO] [stdout] | [INFO] [stdout] 38 | pub const NEXCESS: isize = (1 << ((arch::CHUNK) - BASEBITS - 1)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./big.rs:39:28 [INFO] [stdout] | [INFO] [stdout] 39 | pub const BIGBITS: usize = (MODBYTES * 8); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/./fp.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub const FEXCESS:i32 = (((1 as i32)< src/aes.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | nk: usize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GCM_ENCRYPTING` [INFO] [stdout] --> src/gcm.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | const GCM_ENCRYPTING: usize = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GCM_DECRYPTING` [INFO] [stdout] --> src/gcm.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | const GCM_DECRYPTING: usize = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::ed25519` [INFO] [stdout] --> tests/BenchtestALL.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | use amcl::ed25519::big; [INFO] [stdout] | ^^^^^^^ could not find `ed25519` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::ed25519` [INFO] [stdout] --> tests/BenchtestALL.rs:37:12 [INFO] [stdout] | [INFO] [stdout] 37 | use amcl::ed25519::ecp; [INFO] [stdout] | ^^^^^^^ could not find `ed25519` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::ed25519` [INFO] [stdout] --> tests/BenchtestALL.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 38 | use amcl::ed25519::fp; [INFO] [stdout] | ^^^^^^^ could not find `ed25519` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::ed25519` [INFO] [stdout] --> tests/BenchtestALL.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | use amcl::ed25519::rom; [INFO] [stdout] | ^^^^^^^ could not find `ed25519` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::nist256` [INFO] [stdout] --> tests/BenchtestALL.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | use amcl::nist256::big; [INFO] [stdout] | ^^^^^^^ could not find `nist256` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::nist256` [INFO] [stdout] --> tests/BenchtestALL.rs:100:12 [INFO] [stdout] | [INFO] [stdout] 100 | use amcl::nist256::ecp; [INFO] [stdout] | ^^^^^^^ could not find `nist256` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::nist256` [INFO] [stdout] --> tests/BenchtestALL.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | use amcl::nist256::fp; [INFO] [stdout] | ^^^^^^^ could not find `nist256` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::nist256` [INFO] [stdout] --> tests/BenchtestALL.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 102 | use amcl::nist256::rom; [INFO] [stdout] | ^^^^^^^ could not find `nist256` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/TestBLS.rs:66:15 [INFO] [stdout] | [INFO] [stdout] 66 | use amcl::bls383::bls; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::goldilocks` [INFO] [stdout] --> tests/BenchtestALL.rs:162:12 [INFO] [stdout] | [INFO] [stdout] 162 | use amcl::goldilocks::big; [INFO] [stdout] | ^^^^^^^^^^ could not find `goldilocks` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::goldilocks` [INFO] [stdout] --> tests/BenchtestALL.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | use amcl::goldilocks::ecp; [INFO] [stdout] | ^^^^^^^^^^ could not find `goldilocks` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::goldilocks` [INFO] [stdout] --> tests/BenchtestALL.rs:164:12 [INFO] [stdout] | [INFO] [stdout] 164 | use amcl::goldilocks::fp; [INFO] [stdout] | ^^^^^^^^^^ could not find `goldilocks` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::goldilocks` [INFO] [stdout] --> tests/BenchtestALL.rs:165:12 [INFO] [stdout] | [INFO] [stdout] 165 | use amcl::goldilocks::rom; [INFO] [stdout] | ^^^^^^^^^^ could not find `goldilocks` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/TestBLS.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | use amcl::bls24::bls192; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/BenchtestALL.rs:385:12 [INFO] [stdout] | [INFO] [stdout] 385 | use amcl::bls383::big; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/BenchtestALL.rs:386:12 [INFO] [stdout] | [INFO] [stdout] 386 | use amcl::bls383::ecp; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/BenchtestALL.rs:387:12 [INFO] [stdout] | [INFO] [stdout] 387 | use amcl::bls383::ecp2; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/TestBLS.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | use amcl::bls48::bls256; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/BenchtestALL.rs:388:12 [INFO] [stdout] | [INFO] [stdout] 388 | use amcl::bls383::fp; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/BenchtestALL.rs:389:12 [INFO] [stdout] | [INFO] [stdout] 389 | use amcl::bls383::pair; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/BenchtestALL.rs:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | use amcl::bls383::rom; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/BenchtestALL.rs:545:12 [INFO] [stdout] | [INFO] [stdout] 545 | use amcl::bls24::big; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/BenchtestALL.rs:546:12 [INFO] [stdout] | [INFO] [stdout] 546 | use amcl::bls24::ecp; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/BenchtestALL.rs:547:12 [INFO] [stdout] | [INFO] [stdout] 547 | use amcl::bls24::ecp4; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/BenchtestALL.rs:548:12 [INFO] [stdout] | [INFO] [stdout] 548 | use amcl::bls24::fp; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/BenchtestALL.rs:549:12 [INFO] [stdout] | [INFO] [stdout] 549 | use amcl::bls24::pair192; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/BenchtestALL.rs:550:12 [INFO] [stdout] | [INFO] [stdout] 550 | use amcl::bls24::rom; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/BenchtestALL.rs:705:12 [INFO] [stdout] | [INFO] [stdout] 705 | use amcl::bls48::big; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/BenchtestALL.rs:706:12 [INFO] [stdout] | [INFO] [stdout] 706 | use amcl::bls48::ecp; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/BenchtestALL.rs:707:12 [INFO] [stdout] | [INFO] [stdout] 707 | use amcl::bls48::ecp8; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/BenchtestALL.rs:708:12 [INFO] [stdout] | [INFO] [stdout] 708 | use amcl::bls48::fp; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/BenchtestALL.rs:709:12 [INFO] [stdout] | [INFO] [stdout] 709 | use amcl::bls48::pair256; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/BenchtestALL.rs:710:12 [INFO] [stdout] | [INFO] [stdout] 710 | use amcl::bls48::rom; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::rsa2048` [INFO] [stdout] --> tests/BenchtestALL.rs:864:12 [INFO] [stdout] | [INFO] [stdout] 864 | use amcl::rsa2048::ff; [INFO] [stdout] | ^^^^^^^ could not find `rsa2048` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::rsa2048` [INFO] [stdout] --> tests/BenchtestALL.rs:865:12 [INFO] [stdout] | [INFO] [stdout] 865 | use amcl::rsa2048::rsa; [INFO] [stdout] | ^^^^^^^ could not find `rsa2048` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::ed25519` [INFO] [stdout] --> tests/TestALL.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | use amcl::ed25519::ecdh; [INFO] [stdout] | ^^^^^^^ could not find `ed25519` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::ed25519` [INFO] [stdout] --> tests/TestALL.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | use amcl::ed25519::ecp; [INFO] [stdout] | ^^^^^^^ could not find `ed25519` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `TestNHS` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `test_nhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::nist256` [INFO] [stdout] --> tests/TestALL.rs:188:15 [INFO] [stdout] | [INFO] [stdout] 188 | use amcl::nist256::ecdh; [INFO] [stdout] | ^^^^^^^ could not find `nist256` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::nist256` [INFO] [stdout] --> tests/TestALL.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | use amcl::nist256::ecp; [INFO] [stdout] | ^^^^^^^ could not find `nist256` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::goldilocks` [INFO] [stdout] --> tests/TestALL.rs:339:15 [INFO] [stdout] | [INFO] [stdout] 339 | use amcl::goldilocks::ecdh; [INFO] [stdout] | ^^^^^^^^^^ could not find `goldilocks` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::goldilocks` [INFO] [stdout] --> tests/TestALL.rs:340:15 [INFO] [stdout] | [INFO] [stdout] 340 | use amcl::goldilocks::ecp; [INFO] [stdout] | ^^^^^^^^^^ could not find `goldilocks` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/TestALL.rs:711:15 [INFO] [stdout] | [INFO] [stdout] 711 | use amcl::bls383::ecp; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls383` [INFO] [stdout] --> tests/TestALL.rs:712:15 [INFO] [stdout] | [INFO] [stdout] 712 | use amcl::bls383::mpin; [INFO] [stdout] | ^^^^^^ could not find `bls383` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/TestALL.rs:932:15 [INFO] [stdout] | [INFO] [stdout] 932 | use amcl::bls24::ecp; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls24` [INFO] [stdout] --> tests/TestALL.rs:933:15 [INFO] [stdout] | [INFO] [stdout] 933 | use amcl::bls24::mpin192; [INFO] [stdout] | ^^^^^ could not find `bls24` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/TestALL.rs:1154:15 [INFO] [stdout] | [INFO] [stdout] 1154 | use amcl::bls48::ecp; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::bls48` [INFO] [stdout] --> tests/TestALL.rs:1155:15 [INFO] [stdout] | [INFO] [stdout] 1155 | use amcl::bls48::mpin256; [INFO] [stdout] | ^^^^^ could not find `bls48` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::rsa2048` [INFO] [stdout] --> tests/TestALL.rs:1376:15 [INFO] [stdout] | [INFO] [stdout] 1376 | use amcl::rsa2048::ff; [INFO] [stdout] | ^^^^^^^ could not find `rsa2048` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `amcl::rsa2048` [INFO] [stdout] --> tests/TestALL.rs:1377:15 [INFO] [stdout] | [INFO] [stdout] 1377 | use amcl::rsa2048::rsa; [INFO] [stdout] | ^^^^^^^ could not find `rsa2048` in `amcl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `amcl` [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [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: field is never read: `nk` [INFO] [stdout] --> src/aes.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | nk: usize, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GCM_ENCRYPTING` [INFO] [stdout] --> src/gcm.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | const GCM_ENCRYPTING: usize = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `GCM_DECRYPTING` [INFO] [stdout] --> src/gcm.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | const GCM_DECRYPTING: usize = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | if let Some(mut c) = cc { [INFO] [stdout] | ^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | if let Some(mut c) = cc { [INFO] [stdout] | ^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Some` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:152:25 [INFO] [stdout] | [INFO] [stdout] 152 | if let Some(rm) = mm { [INFO] [stdout] | ^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | if let Some(rm) = mm { [INFO] [stdout] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Some` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 32 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | if let Some(mut c) = cc { [INFO] [stdout] | ^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:293:16 [INFO] [stdout] | [INFO] [stdout] 293 | if let Some(mut c) = cc { [INFO] [stdout] | ^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Some` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | if let Some(rm) = mm { [INFO] [stdout] | ^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:303:20 [INFO] [stdout] | [INFO] [stdout] 303 | if let Some(rm) = mm { [INFO] [stdout] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Some` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:444:21 [INFO] [stdout] | [INFO] [stdout] 444 | if let Some(mut c) = cc { [INFO] [stdout] | ^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:444:16 [INFO] [stdout] | [INFO] [stdout] 444 | if let Some(mut c) = cc { [INFO] [stdout] | ^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Some` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:454:25 [INFO] [stdout] | [INFO] [stdout] 454 | if let Some(rm) = mm { [INFO] [stdout] | ^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: all local variables must have a statically known size [INFO] [stdout] = help: unsized locals are gated as an unstable feature [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time [INFO] [stdout] --> tests/TestALL.rs:454:20 [INFO] [stdout] | [INFO] [stdout] 454 | if let Some(rm) = mm { [INFO] [stdout] | ^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] = help: the trait `Sized` is not implemented for `[u8]` [INFO] [stdout] = note: required by `Some` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "15b962d920af302d624388e98f6ecccf19a436d77368a652ce98620fca31fe44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b962d920af302d624388e98f6ecccf19a436d77368a652ce98620fca31fe44", kill_on_drop: false }` [INFO] [stdout] 15b962d920af302d624388e98f6ecccf19a436d77368a652ce98620fca31fe44