[INFO] fetching crate miracl_core 2.7.0...
[INFO] testing miracl_core-2.7.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate miracl_core 2.7.0 into /workspace/builds/worker-4-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-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate miracl_core 2.7.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d6c1df7f6834b7ef3917c7d04a6abcc98c2f6ec390bf9308103487ad46e0565
[INFO] running `Command { std: "docker" "start" "-a" "0d6c1df7f6834b7ef3917c7d04a6abcc98c2f6ec390bf9308103487ad46e0565", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d6c1df7f6834b7ef3917c7d04a6abcc98c2f6ec390bf9308103487ad46e0565", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d6c1df7f6834b7ef3917c7d04a6abcc98c2f6ec390bf9308103487ad46e0565", kill_on_drop: false }`
[INFO] [stdout] 0d6c1df7f6834b7ef3917c7d04a6abcc98c2f6ec390bf9308103487ad46e0565
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 630e4f634631a8b469f7c25b8bd372097b6c70d839b59161f964b6b7b61f1052
[INFO] running `Command { std: "docker" "start" "-a" "630e4f634631a8b469f7c25b8bd372097b6c70d839b59161f964b6b7b61f1052", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
[INFO] running `Command { std: "docker" "inspect" "630e4f634631a8b469f7c25b8bd372097b6c70d839b59161f964b6b7b61f1052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "630e4f634631a8b469f7c25b8bd372097b6c70d839b59161f964b6b7b61f1052", kill_on_drop: false }`
[INFO] [stdout] 630e4f634631a8b469f7c25b8bd372097b6c70d839b59161f964b6b7b61f1052
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 031b073c7734b6d5b0c065be6ce7505058c7eb147db4f8143e092759426524f1
[INFO] running `Command { std: "docker" "start" "-a" "031b073c7734b6d5b0c065be6ce7505058c7eb147db4f8143e092759426524f1", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.77s
[INFO] running `Command { std: "docker" "inspect" "031b073c7734b6d5b0c065be6ce7505058c7eb147db4f8143e092759426524f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "031b073c7734b6d5b0c065be6ce7505058c7eb147db4f8143e092759426524f1", kill_on_drop: false }`
[INFO] [stdout] 031b073c7734b6d5b0c065be6ce7505058c7eb147db4f8143e092759426524f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d8ce94bc2e7cc0971bc2fe5c136f7a00c912fc7478fbe6f0dc26f03cc5c533ad
[INFO] running `Command { std: "docker" "start" "-a" "d8ce94bc2e7cc0971bc2fe5c136f7a00c912fc7478fbe6f0dc26f03cc5c533ad", 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/miracl_core-783140732aeff8e3)
[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-29a066bb20fc7bf2)
[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" "d8ce94bc2e7cc0971bc2fe5c136f7a00c912fc7478fbe6f0dc26f03cc5c533ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8ce94bc2e7cc0971bc2fe5c136f7a00c912fc7478fbe6f0dc26f03cc5c533ad", kill_on_drop: false }`
[INFO] [stdout] d8ce94bc2e7cc0971bc2fe5c136f7a00c912fc7478fbe6f0dc26f03cc5c533ad
