[INFO] fetching crate febug 1.0.1... [INFO] testing febug-1.0.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate febug 1.0.1 into /workspace/builds/worker-7-tc2/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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate febug 1.0.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b5c95488b53bc30d5c1422773e13a50fec850145db0df7ac66eaf3bc2a6e5487 [INFO] running `Command { std: "docker" "start" "-a" "b5c95488b53bc30d5c1422773e13a50fec850145db0df7ac66eaf3bc2a6e5487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b5c95488b53bc30d5c1422773e13a50fec850145db0df7ac66eaf3bc2a6e5487", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5c95488b53bc30d5c1422773e13a50fec850145db0df7ac66eaf3bc2a6e5487", kill_on_drop: false }` [INFO] [stdout] b5c95488b53bc30d5c1422773e13a50fec850145db0df7ac66eaf3bc2a6e5487 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a257698686e90c94cbaef9a49117105b1e9c2be6da81d7363c7ab9c90ff618b2 [INFO] running `Command { std: "docker" "start" "-a" "a257698686e90c94cbaef9a49117105b1e9c2be6da81d7363c7ab9c90ff618b2", 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] Compiling 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "a257698686e90c94cbaef9a49117105b1e9c2be6da81d7363c7ab9c90ff618b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a257698686e90c94cbaef9a49117105b1e9c2be6da81d7363c7ab9c90ff618b2", kill_on_drop: false }` [INFO] [stdout] a257698686e90c94cbaef9a49117105b1e9c2be6da81d7363c7ab9c90ff618b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16cc3b6e35441c36a59de498fede5f4a607ce90f715ee218bf7adfa7629fcfb1 [INFO] running `Command { std: "docker" "start" "-a" "16cc3b6e35441c36a59de498fede5f4a607ce90f715ee218bf7adfa7629fcfb1", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [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] [stderr] Compiling febug v1.0.1 (/opt/rustwide/workdir) [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 `test` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "16cc3b6e35441c36a59de498fede5f4a607ce90f715ee218bf7adfa7629fcfb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16cc3b6e35441c36a59de498fede5f4a607ce90f715ee218bf7adfa7629fcfb1", kill_on_drop: false }` [INFO] [stdout] 16cc3b6e35441c36a59de498fede5f4a607ce90f715ee218bf7adfa7629fcfb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 16e676c8298dbb38c19bdea51e1779fd9aad26f644aa9dccfa4ad4c76deeea68 [INFO] running `Command { std: "docker" "start" "-a" "16e676c8298dbb38c19bdea51e1779fd9aad26f644aa9dccfa4ad4c76deeea68", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: unexpected `cfg` condition name: `febug_dont` [INFO] [stderr] --> lib.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | #[cfg(all(not(febug_dont), target_os="netbsd"))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:30:11 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:33:11 [INFO] [stderr] | [INFO] [stderr] 33 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:37:11 [INFO] [stderr] | [INFO] [stderr] 37 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:39:11 [INFO] [stderr] | [INFO] [stderr] 39 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:42:11 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:61:15 [INFO] [stderr] | [INFO] [stderr] 61 | #[cfg(all(not(febug_dont), target_os = "macos"))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:63:15 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg(all(not(febug_dont), not(target_os = "macos")))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:121:7 [INFO] [stderr] | [INFO] [stderr] 121 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:126:11 [INFO] [stderr] | [INFO] [stderr] 126 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:223:7 [INFO] [stderr] | [INFO] [stderr] 223 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:231:11 [INFO] [stderr] | [INFO] [stderr] 231 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:248:7 [INFO] [stderr] | [INFO] [stderr] 248 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:251:11 [INFO] [stderr] | [INFO] [stderr] 251 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:395:7 [INFO] [stderr] | [INFO] [stderr] 395 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:398:11 [INFO] [stderr] | [INFO] [stderr] 398 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:313:16 [INFO] [stderr] | [INFO] [stderr] 313 | #[cfg_attr(febug_dont, allow(dead_code))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:329:15 [INFO] [stderr] | [INFO] [stderr] 329 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:331:19 [INFO] [stderr] | [INFO] [stderr] 331 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:356:11 [INFO] [stderr] | [INFO] [stderr] 356 | #[cfg(febug_dont)] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` 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: `febug_dont` [INFO] [stderr] --> lib.rs:359:15 [INFO] [stderr] | [INFO] [stderr] 359 | #[cfg(not(febug_dont))] [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(febug_dont)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(febug_dont)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `febug` (lib) generated 22 warnings [INFO] [stderr] warning: `febug` (lib test) generated 22 warnings (22 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests lib.rs (/opt/rustwide/target/debug/deps/febug-afad305f4d4d5f98) [INFO] [stderr] Doc-tests febug [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] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "16e676c8298dbb38c19bdea51e1779fd9aad26f644aa9dccfa4ad4c76deeea68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16e676c8298dbb38c19bdea51e1779fd9aad26f644aa9dccfa4ad4c76deeea68", kill_on_drop: false }` [INFO] [stdout] 16e676c8298dbb38c19bdea51e1779fd9aad26f644aa9dccfa4ad4c76deeea68