[INFO] fetching crate round5 0.1.2... [INFO] testing round5-0.1.2 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate round5 0.1.2 into /workspace/builds/worker-89/source [INFO] validating manifest of crates.io crate round5 0.1.2 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate round5 0.1.2 [INFO] finished tweaking crates.io crate round5 0.1.2 [INFO] tweaked toml for crates.io crate round5 0.1.2 written to /workspace/builds/worker-89/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f44d771466919077ba179170ee9ac7fb450dd061407856b2575f75400b3f8fbe [INFO] running `Command { std: "docker" "start" "-a" "f44d771466919077ba179170ee9ac7fb450dd061407856b2575f75400b3f8fbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f44d771466919077ba179170ee9ac7fb450dd061407856b2575f75400b3f8fbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f44d771466919077ba179170ee9ac7fb450dd061407856b2575f75400b3f8fbe", kill_on_drop: false }` [INFO] [stdout] f44d771466919077ba179170ee9ac7fb450dd061407856b2575f75400b3f8fbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-89/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8beb0f55b85eeba1c9729565e1720625032df3b2ac5f8235f369bf33dcb70fa8 [INFO] running `Command { std: "docker" "start" "-a" "8beb0f55b85eeba1c9729565e1720625032df3b2ac5f8235f369bf33dcb70fa8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling round5 v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling array-init v0.1.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stdout] error: You need to specify at least one cryptographic protocol you intend to use. Available options: [INFO] [stdout] pke, kem [INFO] [stdout] e.g. [INFO] [stdout] round5 = { version = "0.1.1", features = ["kem"] } [INFO] [stdout] --> build.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / compile_error!( [INFO] [stdout] 6 | | "You need to specify at least one cryptographic protocol you intend to use. \ [INFO] [stdout] 7 | | Available options:\n\ [INFO] [stdout] 8 | | pke, kem\n\ [INFO] [stdout] 9 | | e.g.\n\ [INFO] [stdout] 10 | | round5 = { version = \"0.1.1\", features = [\"kem\"] }" [INFO] [stdout] 11 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `round5` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8beb0f55b85eeba1c9729565e1720625032df3b2ac5f8235f369bf33dcb70fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8beb0f55b85eeba1c9729565e1720625032df3b2ac5f8235f369bf33dcb70fa8", kill_on_drop: false }` [INFO] [stdout] 8beb0f55b85eeba1c9729565e1720625032df3b2ac5f8235f369bf33dcb70fa8