[INFO] fetching crate amcl 0.2.0... [INFO] checking amcl-0.2.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-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 ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "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" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e915c88320ac8f7a0715170587f2b3d44b2f118e422cc419dade85050549ab1 [INFO] running `Command { std: "docker" "start" "-a" "4e915c88320ac8f7a0715170587f2b3d44b2f118e422cc419dade85050549ab1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e915c88320ac8f7a0715170587f2b3d44b2f118e422cc419dade85050549ab1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e915c88320ac8f7a0715170587f2b3d44b2f118e422cc419dade85050549ab1", kill_on_drop: false }` [INFO] [stdout] 4e915c88320ac8f7a0715170587f2b3d44b2f118e422cc419dade85050549ab1 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4aa51ba88c56ff857dfba5b845f19ee53088a5002d9bd338cfe6bed06f573524 [INFO] running `Command { std: "docker" "start" "-a" "4aa51ba88c56ff857dfba5b845f19ee53088a5002d9bd338cfe6bed06f573524", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021 [INFO] [stderr] Checking amcl v0.2.0 (/opt/rustwide/workdir) [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | pub mod ed25519 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `ed25519` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg(feature = "ed25519")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | pub mod ed25519 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `ed25519` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg(feature = "ed25519")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | pub mod nist256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `nist256` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | #[cfg(feature = "nist256")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | pub mod nist256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `nist256` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | #[cfg(feature = "nist256")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | pub mod goldilocks { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `goldilocks` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[cfg(feature = "goldilocks")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | pub mod goldilocks { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `goldilocks` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[cfg(feature = "goldilocks")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:520:9 [INFO] [stdout] | [INFO] [stdout] 520 | pub mod rsa2048 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `rsa2048` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:518:7 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg(feature = "rsa2048")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:520:9 [INFO] [stdout] | [INFO] [stdout] 520 | pub mod rsa2048 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `rsa2048` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:518:7 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg(feature = "rsa2048")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | pub mod ed25519 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `ed25519` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg(feature = "ed25519")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | pub mod ed25519 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `ed25519` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg(feature = "ed25519")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | pub mod ed25519 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `ed25519` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg(feature = "ed25519")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:455:9 [INFO] [stdout] | [INFO] [stdout] 455 | pub mod ed25519 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `ed25519` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:453:7 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg(feature = "ed25519")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | pub mod nist256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `nist256` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | #[cfg(feature = "nist256")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | pub mod nist256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `nist256` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | #[cfg(feature = "nist256")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | pub mod nist256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `nist256` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | #[cfg(feature = "nist256")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:251:9 [INFO] [stdout] | [INFO] [stdout] 251 | pub mod nist256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `nist256` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | #[cfg(feature = "nist256")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | pub mod goldilocks { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `goldilocks` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[cfg(feature = "goldilocks")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | pub mod goldilocks { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `goldilocks` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[cfg(feature = "goldilocks")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | pub mod goldilocks { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `goldilocks` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[cfg(feature = "goldilocks")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | pub mod goldilocks { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: the item is gated behind the `goldilocks` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | #[cfg(feature = "goldilocks")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub mod bls383 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: the item is gated behind the `bls383` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:65:7 [INFO] [stdout] | [INFO] [stdout] 65 | #[cfg(feature = "bls383")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | pub mod bls24 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls24` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(feature = "bls24")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod bls48 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: the item is gated behind the `bls48` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "bls48")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:520:9 [INFO] [stdout] | [INFO] [stdout] 520 | pub mod rsa2048 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `rsa2048` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:518:7 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg(feature = "rsa2048")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:520:9 [INFO] [stdout] | [INFO] [stdout] 520 | pub mod rsa2048 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: the item is gated behind the `rsa2048` feature [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:518:7 [INFO] [stdout] | [INFO] [stdout] 518 | #[cfg(feature = "rsa2048")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: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/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/option.rs:580:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `amcl` (test "BenchtestALL") due to 32 previous errors [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/ff1737bb00913444173658b4e0b274fd79aabf66/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: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/ff1737bb00913444173658b4e0b274fd79aabf66/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: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/ff1737bb00913444173658b4e0b274fd79aabf66/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: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/ff1737bb00913444173658b4e0b274fd79aabf66/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: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/ff1737bb00913444173658b4e0b274fd79aabf66/library/core/src/option.rs:580:5 [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 20 previous errors [INFO] running `Command { std: "docker" "inspect" "4aa51ba88c56ff857dfba5b845f19ee53088a5002d9bd338cfe6bed06f573524", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4aa51ba88c56ff857dfba5b845f19ee53088a5002d9bd338cfe6bed06f573524", kill_on_drop: false }` [INFO] [stdout] 4aa51ba88c56ff857dfba5b845f19ee53088a5002d9bd338cfe6bed06f573524