[INFO] fetching crate amcl 0.2.0... [INFO] checking amcl-0.2.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate amcl 0.2.0 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate amcl 0.2.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d69d674d9b48043676beae8ed9f329a120ae2244bbca55c077f4924cc174e668 [INFO] running `Command { std: "docker" "start" "-a" "d69d674d9b48043676beae8ed9f329a120ae2244bbca55c077f4924cc174e668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d69d674d9b48043676beae8ed9f329a120ae2244bbca55c077f4924cc174e668", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69d674d9b48043676beae8ed9f329a120ae2244bbca55c077f4924cc174e668", kill_on_drop: false }` [INFO] [stdout] d69d674d9b48043676beae8ed9f329a120ae2244bbca55c077f4924cc174e668 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9d0b9247ab2fc0efe264044ab1cf68fbf474910dc1a1646e0a2bc70d2667bb84 [INFO] running `Command { std: "docker" "start" "-a" "9d0b9247ab2fc0efe264044ab1cf68fbf474910dc1a1646e0a2bc70d2667bb84", kill_on_drop: false }` [INFO] [stderr] Checking amcl v0.2.0 (/opt/rustwide/workdir) [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] 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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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] [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: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/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/option.rs:579: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: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/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/option.rs:579: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/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/option.rs:579: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/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/option.rs:579: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/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/option.rs:579: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/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/option.rs:579: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 20 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 21 previous errors [INFO] running `Command { std: "docker" "inspect" "9d0b9247ab2fc0efe264044ab1cf68fbf474910dc1a1646e0a2bc70d2667bb84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d0b9247ab2fc0efe264044ab1cf68fbf474910dc1a1646e0a2bc70d2667bb84", kill_on_drop: false }` [INFO] [stdout] 9d0b9247ab2fc0efe264044ab1cf68fbf474910dc1a1646e0a2bc70d2667bb84 [INFO] checking amcl-0.2.0 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] extracting crate amcl 0.2.0 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate amcl 0.2.0 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6950237930c879c67e7d12d264118defd706215b471dcb1ae59acc2c5fbc4f5 [INFO] running `Command { std: "docker" "start" "-a" "b6950237930c879c67e7d12d264118defd706215b471dcb1ae59acc2c5fbc4f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6950237930c879c67e7d12d264118defd706215b471dcb1ae59acc2c5fbc4f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6950237930c879c67e7d12d264118defd706215b471dcb1ae59acc2c5fbc4f5", kill_on_drop: false }` [INFO] [stdout] b6950237930c879c67e7d12d264118defd706215b471dcb1ae59acc2c5fbc4f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61cfa60cb04d733811fcb172b2092db4462b7ca00c55d53e75d1452e9ffd3933 [INFO] running `Command { std: "docker" "start" "-a" "61cfa60cb04d733811fcb172b2092db4462b7ca00c55d53e75d1452e9ffd3933", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "61cfa60cb04d733811fcb172b2092db4462b7ca00c55d53e75d1452e9ffd3933", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61cfa60cb04d733811fcb172b2092db4462b7ca00c55d53e75d1452e9ffd3933", kill_on_drop: false }` [INFO] [stdout] 61cfa60cb04d733811fcb172b2092db4462b7ca00c55d53e75d1452e9ffd3933