[INFO] fetching crate satsnet-internals 0.3.1... [INFO] building satsnet-internals-0.3.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1 [INFO] extracting crate satsnet-internals 0.3.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate satsnet-internals 0.3.1 [INFO] finished tweaking crates.io crate satsnet-internals 0.3.1 [INFO] tweaked toml for crates.io crate satsnet-internals 0.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate satsnet-internals 0.3.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b980b3d95f2459453e8b035ee3f114c0d240aed3072c87fa5bdd5548e3aa07e5 [INFO] running `Command { std: "docker" "start" "-a" "b980b3d95f2459453e8b035ee3f114c0d240aed3072c87fa5bdd5548e3aa07e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b980b3d95f2459453e8b035ee3f114c0d240aed3072c87fa5bdd5548e3aa07e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b980b3d95f2459453e8b035ee3f114c0d240aed3072c87fa5bdd5548e3aa07e5", kill_on_drop: false }` [INFO] [stdout] b980b3d95f2459453e8b035ee3f114c0d240aed3072c87fa5bdd5548e3aa07e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85ea1e23b6bf253c92c6f90a406684725670e96105c4d0c6935571c0411f4d4a [INFO] running `Command { std: "docker" "start" "-a" "85ea1e23b6bf253c92c6f90a406684725670e96105c4d0c6935571c0411f4d4a", kill_on_drop: false }` [INFO] [stderr] Compiling satsnet-internals v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_61` [INFO] [stdout] --> src/const_tools.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg($ver)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / cond_const! { [INFO] [stdout] 27 | | /// Creates an empty `ArrayVec`. [INFO] [stdout] 28 | | pub const(in rust_v_1_61 = "1.61") fn new() -> Self { [INFO] [stdout] 29 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_61)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_61)");` 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] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_61` [INFO] [stdout] --> src/const_tools.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(not($ver))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / cond_const! { [INFO] [stdout] 27 | | /// Creates an empty `ArrayVec`. [INFO] [stdout] 28 | | pub const(in rust_v_1_61 = "1.61") fn new() -> Self { [INFO] [stdout] 29 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_61)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_61)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_64` [INFO] [stdout] --> src/const_tools.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg($ver)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / cond_const! { [INFO] [stdout] 59 | | /// Returns a reference to the underlying data. [INFO] [stdout] 60 | | pub const(in rust_v_1_64 = "1.64") fn as_slice(&self) -> &[T] { [INFO] [stdout] 61 | | let ptr = &self.data as *const _ as *const T; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_64` [INFO] [stdout] --> src/const_tools.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(not($ver))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / cond_const! { [INFO] [stdout] 59 | | /// Returns a reference to the underlying data. [INFO] [stdout] 60 | | pub const(in rust_v_1_64 = "1.64") fn as_slice(&self) -> &[T] { [INFO] [stdout] 61 | | let ptr = &self.data as *const _ as *const T; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "85ea1e23b6bf253c92c6f90a406684725670e96105c4d0c6935571c0411f4d4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85ea1e23b6bf253c92c6f90a406684725670e96105c4d0c6935571c0411f4d4a", kill_on_drop: false }` [INFO] [stdout] 85ea1e23b6bf253c92c6f90a406684725670e96105c4d0c6935571c0411f4d4a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 61ee4e3ce4d8a579af6dcba7969c2cb7eb3b313c2d9357f882ab9ab6c41a80e6 [INFO] running `Command { std: "docker" "start" "-a" "61ee4e3ce4d8a579af6dcba7969c2cb7eb3b313c2d9357f882ab9ab6c41a80e6", kill_on_drop: false }` [INFO] [stderr] Compiling satsnet-internals v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_61` [INFO] [stdout] --> src/const_tools.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg($ver)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / cond_const! { [INFO] [stdout] 27 | | /// Creates an empty `ArrayVec`. [INFO] [stdout] 28 | | pub const(in rust_v_1_61 = "1.61") fn new() -> Self { [INFO] [stdout] 29 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_61)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_61)");` 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] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_61` [INFO] [stdout] --> src/const_tools.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(not($ver))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / cond_const! { [INFO] [stdout] 27 | | /// Creates an empty `ArrayVec`. [INFO] [stdout] 28 | | pub const(in rust_v_1_61 = "1.61") fn new() -> Self { [INFO] [stdout] 29 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_61)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_61)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_64` [INFO] [stdout] --> src/const_tools.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg($ver)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / cond_const! { [INFO] [stdout] 59 | | /// Returns a reference to the underlying data. [INFO] [stdout] 60 | | pub const(in rust_v_1_64 = "1.64") fn as_slice(&self) -> &[T] { [INFO] [stdout] 61 | | let ptr = &self.data as *const _ as *const T; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_64` [INFO] [stdout] --> src/const_tools.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(not($ver))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / cond_const! { [INFO] [stdout] 59 | | /// Returns a reference to the underlying data. [INFO] [stdout] 60 | | pub const(in rust_v_1_64 = "1.64") fn as_slice(&self) -> &[T] { [INFO] [stdout] 61 | | let ptr = &self.data as *const _ as *const T; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_61` [INFO] [stdout] --> src/const_tools.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg($ver)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / cond_const! { [INFO] [stdout] 27 | | /// Creates an empty `ArrayVec`. [INFO] [stdout] 28 | | pub const(in rust_v_1_61 = "1.61") fn new() -> Self { [INFO] [stdout] 29 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_61)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_61)");` 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] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_61` [INFO] [stdout] --> src/const_tools.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(not($ver))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | / cond_const! { [INFO] [stdout] 27 | | /// Creates an empty `ArrayVec`. [INFO] [stdout] 28 | | pub const(in rust_v_1_61 = "1.61") fn new() -> Self { [INFO] [stdout] 29 | | Self { [INFO] [stdout] ... | [INFO] [stdout] 55 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_61)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_61)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_64` [INFO] [stdout] --> src/const_tools.rs:61:19 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg($ver)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / cond_const! { [INFO] [stdout] 59 | | /// Returns a reference to the underlying data. [INFO] [stdout] 60 | | pub const(in rust_v_1_64 = "1.64") fn as_slice(&self) -> &[T] { [INFO] [stdout] 61 | | let ptr = &self.data as *const _ as *const T; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `rust_v_1_64` [INFO] [stdout] --> src/const_tools.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg(not($ver))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/array_vec.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | / cond_const! { [INFO] [stdout] 59 | | /// Returns a reference to the underlying data. [INFO] [stdout] 60 | | pub const(in rust_v_1_64 = "1.64") fn as_slice(&self) -> &[T] { [INFO] [stdout] 61 | | let ptr = &self.data as *const _ as *const T; [INFO] [stdout] ... | [INFO] [stdout] 64 | | } [INFO] [stdout] | |_________- in this macro invocation [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(rust_v_1_64)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(rust_v_1_64)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `cond_const` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s [INFO] running `Command { std: "docker" "inspect" "61ee4e3ce4d8a579af6dcba7969c2cb7eb3b313c2d9357f882ab9ab6c41a80e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61ee4e3ce4d8a579af6dcba7969c2cb7eb3b313c2d9357f882ab9ab6c41a80e6", kill_on_drop: false }` [INFO] [stdout] 61ee4e3ce4d8a579af6dcba7969c2cb7eb3b313c2d9357f882ab9ab6c41a80e6