[INFO] fetching crate miracl_core 2.7.0... [INFO] testing miracl_core-2.7.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate miracl_core 2.7.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate miracl_core 2.7.0 [INFO] finished tweaking crates.io crate miracl_core 2.7.0 [INFO] tweaked toml for crates.io crate miracl_core 2.7.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate miracl_core 2.7.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate miracl_core 2.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c30dcf0ba21e0da62b7f4201d4ad5b433622a95bc3aa9b7895fda34b830bdf06 [INFO] running `Command { std: "docker" "start" "-a" "c30dcf0ba21e0da62b7f4201d4ad5b433622a95bc3aa9b7895fda34b830bdf06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c30dcf0ba21e0da62b7f4201d4ad5b433622a95bc3aa9b7895fda34b830bdf06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30dcf0ba21e0da62b7f4201d4ad5b433622a95bc3aa9b7895fda34b830bdf06", kill_on_drop: false }` [INFO] [stdout] c30dcf0ba21e0da62b7f4201d4ad5b433622a95bc3aa9b7895fda34b830bdf06 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2af4343d3006b7b2c90445ace9cbc2f79d2b069883d5ad12a10f71451469f8bd [INFO] running `Command { std: "docker" "start" "-a" "2af4343d3006b7b2c90445ace9cbc2f79d2b069883d5ad12a10f71451469f8bd", kill_on_drop: false }` [INFO] [stderr] Compiling miracl_core v2.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `anssi` [INFO] [stdout] --> src/lib.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(feature = "anssi")] [INFO] [stdout] | ^^^^^^^^^^------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"ansii"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stdout] = help: consider adding `anssi` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `secp160r1` [INFO] [stdout] --> src/lib.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(feature = "secp160r1")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stdout] = help: consider adding `secp160r1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `Command { std: "docker" "inspect" "2af4343d3006b7b2c90445ace9cbc2f79d2b069883d5ad12a10f71451469f8bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2af4343d3006b7b2c90445ace9cbc2f79d2b069883d5ad12a10f71451469f8bd", kill_on_drop: false }` [INFO] [stdout] 2af4343d3006b7b2c90445ace9cbc2f79d2b069883d5ad12a10f71451469f8bd [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d68956eeb056a2e7632622dd3a9bf56624fa86c6083af9f1916eef733a93a42 [INFO] running `Command { std: "docker" "start" "-a" "8d68956eeb056a2e7632622dd3a9bf56624fa86c6083af9f1916eef733a93a42", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `anssi` [INFO] [stdout] --> src/lib.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(feature = "anssi")] [INFO] [stdout] | ^^^^^^^^^^------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"ansii"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stdout] = help: consider adding `anssi` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `secp160r1` [INFO] [stdout] --> src/lib.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(feature = "secp160r1")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stdout] = help: consider adding `secp160r1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling miracl_core v2.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `anssi` [INFO] [stdout] --> src/lib.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(feature = "anssi")] [INFO] [stdout] | ^^^^^^^^^^------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"ansii"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stdout] = help: consider adding `anssi` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `secp160r1` [INFO] [stdout] --> src/lib.rs:104:7 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg(feature = "secp160r1")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stdout] = help: consider adding `secp160r1` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "8d68956eeb056a2e7632622dd3a9bf56624fa86c6083af9f1916eef733a93a42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d68956eeb056a2e7632622dd3a9bf56624fa86c6083af9f1916eef733a93a42", kill_on_drop: false }` [INFO] [stdout] 8d68956eeb056a2e7632622dd3a9bf56624fa86c6083af9f1916eef733a93a42 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7d68c6bad2ed3f3271383a1c28de4439d559da1a493d44637a25b367a1f46c15 [INFO] running `Command { std: "docker" "start" "-a" "7d68c6bad2ed3f3271383a1c28de4439d559da1a493d44637a25b367a1f46c15", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `anssi` [INFO] [stderr] --> src/lib.rs:30:7 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg(feature = "anssi")] [INFO] [stderr] | ^^^^^^^^^^------- [INFO] [stderr] | | [INFO] [stderr] | help: there is a expected value with a similar name: `"ansii"` [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stderr] = help: consider adding `anssi` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `secp160r1` [INFO] [stderr] --> src/lib.rs:104:7 [INFO] [stderr] | [INFO] [stderr] 104 | #[cfg(feature = "secp160r1")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ansii`, `bls12381`, `bls12383`, `bls12443`, `bls12461`, `bls24479`, `bls48286`, `bls48556`, `bls48581`, `bn254`, `bn254cx`, `bn462`, `brainpool`, `c1174`, `c13318`, `c1665`, `c25519`, `c41417`, `default`, `ed25519`, `fp256bn`, `fp512bn`, `goldilocks`, `hifive`, `jubjub`, `mdc`, `nist256`, `nist384`, `nist521`, `nums256e`, `nums256w`, `nums384e`, `nums384w`, `nums512e`, and `nums512w` and 9 more [INFO] [stderr] = help: consider adding `secp160r1` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `miracl_core` (lib) generated 2 warnings [INFO] [stderr] warning: `miracl_core` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/miracl_core-a955c9295406dd78) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/miracl_core-d3c7c12ccd34d54c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests miracl_core [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7d68c6bad2ed3f3271383a1c28de4439d559da1a493d44637a25b367a1f46c15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d68c6bad2ed3f3271383a1c28de4439d559da1a493d44637a25b367a1f46c15", kill_on_drop: false }` [INFO] [stdout] 7d68c6bad2ed3f3271383a1c28de4439d559da1a493d44637a25b367a1f46c15