[INFO] fetching crate koibumi-secp256k1 0.0.0... [INFO] testing koibumi-secp256k1-0.0.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate koibumi-secp256k1 0.0.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate koibumi-secp256k1 0.0.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate koibumi-secp256k1 0.0.0 [INFO] tweaked toml for crates.io crate koibumi-secp256k1 0.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate koibumi-secp256k1 0.0.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate koibumi-secp256k1 0.0.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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2419c8514ec991861189f0ac02907edb5ea7bd8891ac5ea5d7e35c488a5cc4f1 [INFO] running `Command { std: "docker" "start" "-a" "2419c8514ec991861189f0ac02907edb5ea7bd8891ac5ea5d7e35c488a5cc4f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2419c8514ec991861189f0ac02907edb5ea7bd8891ac5ea5d7e35c488a5cc4f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2419c8514ec991861189f0ac02907edb5ea7bd8891ac5ea5d7e35c488a5cc4f1", kill_on_drop: false }` [INFO] [stdout] 2419c8514ec991861189f0ac02907edb5ea7bd8891ac5ea5d7e35c488a5cc4f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd1268e7d37d5986d726aa13174b0dd8fc50b0891bfed6a133091b4f96170bf3 [INFO] running `Command { std: "docker" "start" "-a" "bd1268e7d37d5986d726aa13174b0dd8fc50b0891bfed6a133091b4f96170bf3", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.100 [INFO] [stderr] Compiling secp256k1-sys v0.10.0 [INFO] [stderr] Compiling koibumi-secp256k1 v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/lib.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #![cfg_attr(bench, feature(test))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [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 name: `bench` [INFO] [stdout] --> src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/lib.rs:1025:7 [INFO] [stdout] | [INFO] [stdout] 1025 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/key.rs:2523:7 [INFO] [stdout] | [INFO] [stdout] 2523 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/ecdh.rs:339:7 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ecdsa/mod.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | #[cfg(secp256k1_fuzz)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [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 6.19s [INFO] running `Command { std: "docker" "inspect" "bd1268e7d37d5986d726aa13174b0dd8fc50b0891bfed6a133091b4f96170bf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd1268e7d37d5986d726aa13174b0dd8fc50b0891bfed6a133091b4f96170bf3", kill_on_drop: false }` [INFO] [stdout] bd1268e7d37d5986d726aa13174b0dd8fc50b0891bfed6a133091b4f96170bf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cd2bebf1cff376ddd012867c277231564a5f349b5153f4e917eae3c9a2fb23b [INFO] running `Command { std: "docker" "start" "-a" "4cd2bebf1cff376ddd012867c277231564a5f349b5153f4e917eae3c9a2fb23b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/lib.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #![cfg_attr(bench, feature(test))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [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 name: `bench` [INFO] [stdout] --> src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/lib.rs:1025:7 [INFO] [stdout] | [INFO] [stdout] 1025 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/key.rs:2523:7 [INFO] [stdout] | [INFO] [stdout] 2523 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/ecdh.rs:339:7 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ecdsa/mod.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | #[cfg(secp256k1_fuzz)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_cbor v0.10.2 [INFO] [stderr] Compiling serde_test v1.0.176 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling koibumi-secp256k1 v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/lib.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | #![cfg_attr(bench, feature(test))] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [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 name: `bench` [INFO] [stdout] --> src/lib.rs:157:7 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/lib.rs:1025:7 [INFO] [stdout] | [INFO] [stdout] 1025 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/key.rs:2523:7 [INFO] [stdout] | [INFO] [stdout] 2523 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:1627:15 [INFO] [stdout] | [INFO] [stdout] 1627 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:1677:36 [INFO] [stdout] | [INFO] [stdout] 1677 | #[cfg(all(feature = "std", not(secp256k1_fuzz)))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:1926:15 [INFO] [stdout] | [INFO] [stdout] 1926 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2060:15 [INFO] [stdout] | [INFO] [stdout] 2060 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2084:15 [INFO] [stdout] | [INFO] [stdout] 2084 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2112:15 [INFO] [stdout] | [INFO] [stdout] 2112 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2136:15 [INFO] [stdout] | [INFO] [stdout] 2136 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2304:19 [INFO] [stdout] | [INFO] [stdout] 2304 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2337:19 [INFO] [stdout] | [INFO] [stdout] 2337 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2347:19 [INFO] [stdout] | [INFO] [stdout] 2347 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2358:19 [INFO] [stdout] | [INFO] [stdout] 2358 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2370:19 [INFO] [stdout] | [INFO] [stdout] 2370 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2379:19 [INFO] [stdout] | [INFO] [stdout] 2379 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2390:19 [INFO] [stdout] | [INFO] [stdout] 2390 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2403:19 [INFO] [stdout] | [INFO] [stdout] 2403 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2416:19 [INFO] [stdout] | [INFO] [stdout] 2416 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2429:19 [INFO] [stdout] | [INFO] [stdout] 2429 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:2453:15 [INFO] [stdout] | [INFO] [stdout] 2453 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:1831:19 [INFO] [stdout] | [INFO] [stdout] 1831 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:1837:19 [INFO] [stdout] | [INFO] [stdout] 1837 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/key.rs:1839:15 [INFO] [stdout] | [INFO] [stdout] 1839 | #[cfg(secp256k1_fuzz)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `bench` [INFO] [stdout] --> src/ecdh.rs:339:7 [INFO] [stdout] | [INFO] [stdout] 339 | #[cfg(bench)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ecdh.rs:289:15 [INFO] [stdout] | [INFO] [stdout] 289 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ecdsa/mod.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | #[cfg(secp256k1_fuzz)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:360:19 [INFO] [stdout] | [INFO] [stdout] 360 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:362:19 [INFO] [stdout] | [INFO] [stdout] 362 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:367:19 [INFO] [stdout] | [INFO] [stdout] 367 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:379:19 [INFO] [stdout] | [INFO] [stdout] 379 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:392:19 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:413:19 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/ellswift.rs:630:15 [INFO] [stdout] | [INFO] [stdout] 630 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:203:19 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:259:15 [INFO] [stdout] | [INFO] [stdout] 259 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:280:15 [INFO] [stdout] | [INFO] [stdout] 280 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:441:15 [INFO] [stdout] | [INFO] [stdout] 441 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:457:15 [INFO] [stdout] | [INFO] [stdout] 457 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:366:19 [INFO] [stdout] | [INFO] [stdout] 366 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:377:19 [INFO] [stdout] | [INFO] [stdout] 377 | #[cfg(not(secp256k1_fuzz))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/schnorr.rs:393:15 [INFO] [stdout] | [INFO] [stdout] 393 | #[cfg(secp256k1_fuzz)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/lib.rs:899:15 [INFO] [stdout] | [INFO] [stdout] 899 | #[cfg(not(secp256k1_fuzz))] // fuzz-sigs have fixed size/format [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/lib.rs:918:15 [INFO] [stdout] | [INFO] [stdout] 918 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/lib.rs:941:15 [INFO] [stdout] | [INFO] [stdout] 941 | #[cfg(not(secp256k1_fuzz))] // fuzz-sigs have fixed size/format [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stdout] --> src/lib.rs:959:15 [INFO] [stdout] | [INFO] [stdout] 959 | #[cfg(not(secp256k1_fuzz))] // fuzz-sigs have fixed size/format [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [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 6.00s [INFO] running `Command { std: "docker" "inspect" "4cd2bebf1cff376ddd012867c277231564a5f349b5153f4e917eae3c9a2fb23b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cd2bebf1cff376ddd012867c277231564a5f349b5153f4e917eae3c9a2fb23b", kill_on_drop: false }` [INFO] [stdout] 4cd2bebf1cff376ddd012867c277231564a5f349b5153f4e917eae3c9a2fb23b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c6dda33d0596916d4ea71d71ae489e2518711115355058efdde8bcd8c0c5e1fb [INFO] running `Command { std: "docker" "start" "-a" "c6dda33d0596916d4ea71d71ae489e2518711115355058efdde8bcd8c0c5e1fb", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `bench` [INFO] [stderr] --> src/lib.rs:151:13 [INFO] [stderr] | [INFO] [stderr] 151 | #![cfg_attr(bench, feature(test))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [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 name: `bench` [INFO] [stderr] --> src/lib.rs:157:7 [INFO] [stderr] | [INFO] [stderr] 157 | #[cfg(bench)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `bench` [INFO] [stderr] --> src/lib.rs:1025:7 [INFO] [stderr] | [INFO] [stderr] 1025 | #[cfg(bench)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `bench` [INFO] [stderr] --> src/key.rs:2523:7 [INFO] [stderr] | [INFO] [stderr] 2523 | #[cfg(bench)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `bench` [INFO] [stderr] --> src/ecdh.rs:339:7 [INFO] [stderr] | [INFO] [stderr] 339 | #[cfg(bench)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ecdsa/mod.rs:327:23 [INFO] [stderr] | [INFO] [stderr] 327 | #[cfg(secp256k1_fuzz)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:1627:15 [INFO] [stderr] | [INFO] [stderr] 1627 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:1677:36 [INFO] [stderr] | [INFO] [stderr] 1677 | #[cfg(all(feature = "std", not(secp256k1_fuzz)))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:1926:15 [INFO] [stderr] | [INFO] [stderr] 1926 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2060:15 [INFO] [stderr] | [INFO] [stderr] 2060 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2084:15 [INFO] [stderr] | [INFO] [stderr] 2084 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2112:15 [INFO] [stderr] | [INFO] [stderr] 2112 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2136:15 [INFO] [stderr] | [INFO] [stderr] 2136 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2304:19 [INFO] [stderr] | [INFO] [stderr] 2304 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2337:19 [INFO] [stderr] | [INFO] [stderr] 2337 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2347:19 [INFO] [stderr] | [INFO] [stderr] 2347 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2358:19 [INFO] [stderr] | [INFO] [stderr] 2358 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2370:19 [INFO] [stderr] | [INFO] [stderr] 2370 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2379:19 [INFO] [stderr] | [INFO] [stderr] 2379 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2390:19 [INFO] [stderr] | [INFO] [stderr] 2390 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2403:19 [INFO] [stderr] | [INFO] [stderr] 2403 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2416:19 [INFO] [stderr] | [INFO] [stderr] 2416 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2429:19 [INFO] [stderr] | [INFO] [stderr] 2429 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:2453:15 [INFO] [stderr] | [INFO] [stderr] 2453 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:1831:19 [INFO] [stderr] | [INFO] [stderr] 1831 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:1837:19 [INFO] [stderr] | [INFO] [stderr] 1837 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/key.rs:1839:15 [INFO] [stderr] | [INFO] [stderr] 1839 | #[cfg(secp256k1_fuzz)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ecdh.rs:289:15 [INFO] [stderr] | [INFO] [stderr] 289 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:360:19 [INFO] [stderr] | [INFO] [stderr] 360 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:362:19 [INFO] [stderr] | [INFO] [stderr] 362 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:367:19 [INFO] [stderr] | [INFO] [stderr] 367 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:379:19 [INFO] [stderr] | [INFO] [stderr] 379 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:392:19 [INFO] [stderr] | [INFO] [stderr] 392 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:413:19 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/ellswift.rs:630:15 [INFO] [stderr] | [INFO] [stderr] 630 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:203:19 [INFO] [stderr] | [INFO] [stderr] 203 | #[cfg(all(not(secp256k1_fuzz), feature = "alloc"))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:259:15 [INFO] [stderr] | [INFO] [stderr] 259 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:280:15 [INFO] [stderr] | [INFO] [stderr] 280 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:441:15 [INFO] [stderr] | [INFO] [stderr] 441 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:457:15 [INFO] [stderr] | [INFO] [stderr] 457 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:366:19 [INFO] [stderr] | [INFO] [stderr] 366 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:377:19 [INFO] [stderr] | [INFO] [stderr] 377 | #[cfg(not(secp256k1_fuzz))] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/schnorr.rs:393:15 [INFO] [stderr] | [INFO] [stderr] 393 | #[cfg(secp256k1_fuzz)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/lib.rs:899:15 [INFO] [stderr] | [INFO] [stderr] 899 | #[cfg(not(secp256k1_fuzz))] // fuzz-sigs have fixed size/format [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/lib.rs:918:15 [INFO] [stderr] | [INFO] [stderr] 918 | #[cfg(not(secp256k1_fuzz))] // fixed sig vectors can't work with fuzz-sigs [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/lib.rs:941:15 [INFO] [stderr] | [INFO] [stderr] 941 | #[cfg(not(secp256k1_fuzz))] // fuzz-sigs have fixed size/format [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `secp256k1_fuzz` [INFO] [stderr] --> src/lib.rs:959:15 [INFO] [stderr] | [INFO] [stderr] 959 | #[cfg(not(secp256k1_fuzz))] // fuzz-sigs have fixed size/format [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(secp256k1_fuzz)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(secp256k1_fuzz)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `koibumi-secp256k1` (lib) generated 6 warnings [INFO] [stderr] warning: `koibumi-secp256k1` (lib test) generated 47 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/koibumi_secp256k1-08806df1d1f23ffa) [INFO] [stdout] [INFO] [stdout] running 44 tests [INFO] [stdout] test ecdsa::serialized_signature::tests::iterator_ops_are_homomorphic ... ok [INFO] [stdout] test ecdh::tests::test_c_callback ... ok [INFO] [stdout] test ellswift::tests::test_elligator_swift_rtt ... ok [INFO] [stdout] test key::test::invalid_secret_key ... ok [INFO] [stdout] test key::test::convert_keypair_to_public_key ... ok [INFO] [stdout] test ellswift::tests::test_create_elligator_swift_create_rtt ... ok [INFO] [stdout] test key::test::pubkey_combine ... ok [INFO] [stdout] test ellswift::tests::test_xdh_with_custom_hasher ... ok [INFO] [stdout] test key::test::convert_keypair_to_x_only_public_key ... ok [INFO] [stdout] test key::test::erased_keypair_is_valid ... ok [INFO] [stdout] test key::test::pubkey_combine_keys_empty_slice ... ok [INFO] [stdout] test key::test::pubkey_from_slice ... ok [INFO] [stdout] test key::test::pubkey_equal ... ok [INFO] [stdout] test key::test::convert_public_key_to_xonly_public_key ... ok [INFO] [stdout] test key::test::test_from_key_pubkey ... ok [INFO] [stdout] test key::test::roundtrip_public_key_via_x_only_public_key ... ok [INFO] [stdout] test key::test::test_pubkey_from_bad_slice ... ok [INFO] [stdout] test key::test::test_seckey_from_bad_slice ... ok [INFO] [stdout] test key::test::roundtrip_secret_key_via_keypair ... ok [INFO] [stdout] test key::test::public_key_from_x_only_public_key_and_odd_parity ... ok [INFO] [stdout] test schnorr::tests::test_serialize ... ok [INFO] [stdout] test key::test::roundtrip_x_only_public_key_via_public_key ... ok [INFO] [stdout] test schnorr::tests::test_pubkey_from_slice ... ok [INFO] [stdout] test schnorr::tests::schnorr_sign ... ok [INFO] [stdout] test schnorr::tests::schnorr_verify ... ok [INFO] [stdout] test key::test::roundtrip_keypair_via_secret_key ... ok [INFO] [stdout] test schnorr::tests::test_pubkey_display_output ... ok [INFO] [stdout] test key::test::skey_from_slice ... ok [INFO] [stdout] test key::test::convert_secret_key_to_public_key ... ok [INFO] [stdout] test key::test::convert_secret_key_to_x_only_public_key ... ok [INFO] [stdout] test key::test::test_display_output ... ok [INFO] [stdout] test key::test::pubkey_combine_keys ... ok [INFO] [stdout] test tests::test_panic_raw_ctx_should_terminate_abnormally ... ignored [INFO] [stdout] test schnorr::tests::test_xonly_key_extraction ... ok [INFO] [stdout] test tests::signature_lax_der ... ok [INFO] [stdout] test schnorr::tests::test_pubkey_from_bad_slice ... ok [INFO] [stdout] test tests::test_low_s ... ok [INFO] [stdout] test tests::test_low_r ... ok [INFO] [stdout] test tests::test_noncedata ... ok [INFO] [stdout] test tests::test_bad_slice ... ok [INFO] [stdout] test tests::signature_display ... ok [INFO] [stdout] test ellswift::tests::ellswift_ecdh_test ... ok [INFO] [stdout] test ellswift::tests::ellswift_decode_test ... ok [INFO] [stdout] test tests::test_grind_r ... ok [INFO] [stderr] Running tests/serde.rs (/opt/rustwide/target/debug/deps/serde-1e74befa3222f6b0) [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [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 koibumi_secp256k1 [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test src/key.rs - key::PublicKey::combine (line 624) ... ok [INFO] [stdout] test src/key.rs - key::Keypair (line 793) ... ok [INFO] [stdout] test src/context.rs - context::alloc_only::Secp256k1::gen_new (line 186) ... ok [INFO] [stdout] test src/ellswift.rs - ellswift::ElligatorSwift::shared_secret (line 159) ... ok [INFO] [stdout] test src/key.rs - key::Keypair::add_xonly_tweak (line 944) ... ok [INFO] [stdout] test src/ecdsa/mod.rs - ecdsa::Secp256k1::verify_ecdsa (line 367) ... ok [INFO] [stdout] test src/key.rs - key::PublicKey::from_keypair (line 490) ... ok [INFO] [stdout] test src/ellswift.rs - ellswift::ElligatorSwift::from_pubkey (line 141) ... ok [INFO] [stdout] test src/key.rs - key::PublicKey (line 139) ... ok [INFO] [stdout] test src/key.rs - key::PublicKey::from_secret_key (line 429) ... ok [INFO] [stdout] test src/ecdh.rs - ecdh::SharedSecret (line 22) ... ok [INFO] [stdout] test src/ellswift.rs - ellswift::ElligatorSwift::from_seckey (line 111) ... ok [INFO] [stdout] test src/key.rs - key::PublicKey::combine_keys (line 651) ... ok [INFO] [stdout] test src/key.rs - key::SecretKey (line 46) ... ok [INFO] [stdout] test src/key.rs - key::SecretKey::from_keypair (line 246) ... ok [INFO] [stdout] test src/key.rs - key::XOnlyPublicKey (line 1137) ... ok [INFO] [stdout] test src/key.rs - key::SecretKey::from_slice (line 218) ... ok [INFO] [stdout] test src/ecdh.rs - ecdh::shared_secret_point (line 173) ... ok [INFO] [stdout] test src/ecdh.rs - ecdh::SharedSecret::new_with_hash (line 63) ... ok [INFO] [stdout] test src/lib.rs - (line 30) ... ok [INFO] [stdout] test src/key.rs - key::XOnlyPublicKey::add_tweak (line 1277) ... ok [INFO] [stdout] test src/lib.rs - (line 49) ... ok [INFO] [stdout] test src/key.rs - key::XOnlyPublicKey::tweak_add_check (line 1338) ... ok [INFO] [stdout] test src/secret.rs - secret::SharedSecret::display_secret (line 178) ... ok [INFO] [stdout] test src/lib.rs - (line 87) ... ok [INFO] [stdout] test src/lib.rs - (line 68) ... ok [INFO] [stdout] test src/secret.rs - secret::Keypair::display_secret (line 142) ... ok [INFO] [stdout] test src/secret.rs - secret::SecretKey::display_secret (line 105) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c6dda33d0596916d4ea71d71ae489e2518711115355058efdde8bcd8c0c5e1fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6dda33d0596916d4ea71d71ae489e2518711115355058efdde8bcd8c0c5e1fb", kill_on_drop: false }` [INFO] [stdout] c6dda33d0596916d4ea71d71ae489e2518711115355058efdde8bcd8c0c5e1fb