[INFO] fetching crate febug 1.0.1... [INFO] checking febug-1.0.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate febug 1.0.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate febug 1.0.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate febug 1.0.1 [INFO] tweaked toml for crates.io crate febug 1.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate febug 1.0.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate febug 1.0.1 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 295a2ae4fd9fb514372f4a31d8590ea6042bd020e0ab2f3d872b469d4497e946 [INFO] running `Command { std: "docker" "start" "-a" "295a2ae4fd9fb514372f4a31d8590ea6042bd020e0ab2f3d872b469d4497e946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "295a2ae4fd9fb514372f4a31d8590ea6042bd020e0ab2f3d872b469d4497e946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "295a2ae4fd9fb514372f4a31d8590ea6042bd020e0ab2f3d872b469d4497e946", kill_on_drop: false }` [INFO] [stdout] 295a2ae4fd9fb514372f4a31d8590ea6042bd020e0ab2f3d872b469d4497e946 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9789621cf1b4c49c9e9359e314c951e0a1086981fdc19b4e2e535026624e05ab [INFO] running `Command { std: "docker" "start" "-a" "9789621cf1b4c49c9e9359e314c951e0a1086981fdc19b4e2e535026624e05ab", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling febug v1.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking once_cell v1.20.3 [INFO] [stdout] warning: unexpected `cfg` condition name: `febug_dont` [INFO] [stdout] --> lib.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg(all(not(febug_dont), target_os="netbsd"))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg(all(not(febug_dont), target_os = "macos"))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg(all(not(febug_dont), not(target_os = "macos")))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:121:7 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:126:11 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:223:7 [INFO] [stdout] | [INFO] [stdout] 223 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:248:7 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:395:7 [INFO] [stdout] | [INFO] [stdout] 395 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:398:11 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:313:16 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(febug_dont, allow(dead_code))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:329:15 [INFO] [stdout] | [INFO] [stdout] 329 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:331:19 [INFO] [stdout] | [INFO] [stdout] 331 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:356:11 [INFO] [stdout] | [INFO] [stdout] 356 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:359:15 [INFO] [stdout] | [INFO] [stdout] 359 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg(all(not(febug_dont), target_os="netbsd"))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg(all(not(febug_dont), target_os = "macos"))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg(all(not(febug_dont), not(target_os = "macos")))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:121:7 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:126:11 [INFO] [stdout] | [INFO] [stdout] 126 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:223:7 [INFO] [stdout] | [INFO] [stdout] 223 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:231:11 [INFO] [stdout] | [INFO] [stdout] 231 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:248:7 [INFO] [stdout] | [INFO] [stdout] 248 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:251:11 [INFO] [stdout] | [INFO] [stdout] 251 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:395:7 [INFO] [stdout] | [INFO] [stdout] 395 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:398:11 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:313:16 [INFO] [stdout] | [INFO] [stdout] 313 | #[cfg_attr(febug_dont, allow(dead_code))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:329:15 [INFO] [stdout] | [INFO] [stdout] 329 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:331:19 [INFO] [stdout] | [INFO] [stdout] 331 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:356:11 [INFO] [stdout] | [INFO] [stdout] 356 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stdout] --> lib.rs:359:15 [INFO] [stdout] | [INFO] [stdout] 359 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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 1.86s [INFO] running `Command { std: "docker" "inspect" "9789621cf1b4c49c9e9359e314c951e0a1086981fdc19b4e2e535026624e05ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9789621cf1b4c49c9e9359e314c951e0a1086981fdc19b4e2e535026624e05ab", kill_on_drop: false }` [INFO] [stdout] 9789621cf1b4c49c9e9359e314c951e0a1086981fdc19b4e2e535026624e05ab