[INFO] fetching crate amcl 0.2.0...
[INFO] checking amcl-0.2.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate amcl 0.2.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate amcl 0.2.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "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-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0139232906b01f5fad4b40ea3b8183e996a2e7d35cf749abc8d4e15150a127e3
[INFO] running `Command { std: "docker" "start" "-a" "0139232906b01f5fad4b40ea3b8183e996a2e7d35cf749abc8d4e15150a127e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0139232906b01f5fad4b40ea3b8183e996a2e7d35cf749abc8d4e15150a127e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0139232906b01f5fad4b40ea3b8183e996a2e7d35cf749abc8d4e15150a127e3", kill_on_drop: false }`
[INFO] [stdout] 0139232906b01f5fad4b40ea3b8183e996a2e7d35cf749abc8d4e15150a127e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ccbece5dfd75d0a6257c1c587212716044ccccc7a90da26e996df968ca849f95
[INFO] running `Command { std: "docker" "start" "-a" "ccbece5dfd75d0a6257c1c587212716044ccccc7a90da26e996df968ca849f95", 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]    |                       ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 - const DEGREE: usize = (1 << LGN);
[INFO] [stdout] 32 + const DEGREE: usize = 1 << LGN;
[INFO] [stdout]    |
[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]    |                         ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub const NLEN: usize = (1 + ((8 * MODBYTES - 1) / BASEBITS));
[INFO] [stdout] 33 + pub const NLEN: usize = 1 + ((8 * MODBYTES - 1) / BASEBITS);
[INFO] [stdout]    |
[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]    |                          ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 - pub const BMASK: Chunk = ((1 << BASEBITS) - 1);
[INFO] [stdout] 35 + pub const BMASK: Chunk = (1 << BASEBITS) - 1;
[INFO] [stdout]    |
[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]    |                          ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - pub const HBITS: usize = (BASEBITS / 2);
[INFO] [stdout] 36 + pub const HBITS: usize = BASEBITS / 2;
[INFO] [stdout]    |
[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]    |                          ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 - pub const HMASK: Chunk = ((1 << HBITS) - 1);
[INFO] [stdout] 37 + pub const HMASK: Chunk = (1 << HBITS) - 1;
[INFO] [stdout]    |
[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]    |                            ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 - pub const NEXCESS: isize = (1 << ((arch::CHUNK) - BASEBITS - 1));
[INFO] [stdout] 38 + pub const NEXCESS: isize = 1 << ((arch::CHUNK) - BASEBITS - 1);
[INFO] [stdout]    |
[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]    |                            ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 - pub const BIGBITS: usize = (MODBYTES * 8);
[INFO] [stdout] 39 + pub const BIGBITS: usize = MODBYTES * 8;
[INFO] [stdout]    |
[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)<<SH)-1);
[INFO] [stdout]    |                         ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 - pub const FEXCESS:i32 = (((1 as i32)<<SH)-1);
[INFO] [stdout] 57 + pub const FEXCESS:i32 = ((1 as i32)<<SH)-1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[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]    |                       ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 - const DEGREE: usize = (1 << LGN);
[INFO] [stdout] 32 + const DEGREE: usize = 1 << LGN;
[INFO] [stdout]    |
[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]    |                         ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 - pub const NLEN: usize = (1 + ((8 * MODBYTES - 1) / BASEBITS));
[INFO] [stdout] 33 + pub const NLEN: usize = 1 + ((8 * MODBYTES - 1) / BASEBITS);
[INFO] [stdout]    |
[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]    |                          ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 - pub const BMASK: Chunk = ((1 << BASEBITS) - 1);
[INFO] [stdout] 35 + pub const BMASK: Chunk = (1 << BASEBITS) - 1;
[INFO] [stdout]    |
[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]    |                          ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 - pub const HBITS: usize = (BASEBITS / 2);
[INFO] [stdout] 36 + pub const HBITS: usize = BASEBITS / 2;
[INFO] [stdout]    |
[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]    |                          ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 - pub const HMASK: Chunk = ((1 << HBITS) - 1);
[INFO] [stdout] 37 + pub const HMASK: Chunk = (1 << HBITS) - 1;
[INFO] [stdout]    |
[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]    |                            ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 - pub const NEXCESS: isize = (1 << ((arch::CHUNK) - BASEBITS - 1));
[INFO] [stdout] 38 + pub const NEXCESS: isize = 1 << ((arch::CHUNK) - BASEBITS - 1);
[INFO] [stdout]    |
[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]    |                            ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 - pub const BIGBITS: usize = (MODBYTES * 8);
[INFO] [stdout] 39 + pub const BIGBITS: usize = MODBYTES * 8;
[INFO] [stdout]    |
[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)<<SH)-1);
[INFO] [stdout]    |                         ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 - pub const FEXCESS:i32 = (((1 as i32)<<SH)-1);
[INFO] [stdout] 57 + pub const FEXCESS:i32 = ((1 as i32)<<SH)-1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GCM_ENCRYPTING` is never used
[INFO] [stdout]   --> src/gcm.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | const GCM_ENCRYPTING: usize = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GCM_DECRYPTING` is never used
[INFO] [stdout]   --> src/gcm.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | const GCM_DECRYPTING: usize = 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GCM_ENCRYPTING` is never used
[INFO] [stdout]   --> src/gcm.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | const GCM_ENCRYPTING: usize = 0;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GCM_DECRYPTING` is never used
[INFO] [stdout]   --> src/gcm.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | const GCM_DECRYPTING: usize = 1;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 16 warnings emitted
[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::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::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::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::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::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::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::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::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] 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::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::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::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::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::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::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::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::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::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::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::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/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/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/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/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::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::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::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/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[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: 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` (test "TestBLS") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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 a bound in `Some`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:580:5
[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 a bound in `Some`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:580:5
[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: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 a bound in `Some`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:580:5
[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 a bound in `Some`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:580:5
[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 a bound in `Some`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:580:5
[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 a bound in `Some`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/option.rs:580:5
[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] [stderr] error: could not compile `amcl` (test "BenchtestALL") due to 33 previous errors
[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: could not compile `amcl` (test "TestALL") due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "ccbece5dfd75d0a6257c1c587212716044ccccc7a90da26e996df968ca849f95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccbece5dfd75d0a6257c1c587212716044ccccc7a90da26e996df968ca849f95", kill_on_drop: false }`
[INFO] [stdout] ccbece5dfd75d0a6257c1c587212716044ccccc7a90da26e996df968ca849f95
