[INFO] fetching crate febug 1.0.1... [INFO] testing febug-1.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate febug 1.0.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate febug 1.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51a3dde02df66cbeca68a0ddd45bbc33e6e93bbcfa8ee21c9d237d13bf1ec42e [INFO] running `Command { std: "docker" "start" "-a" "51a3dde02df66cbeca68a0ddd45bbc33e6e93bbcfa8ee21c9d237d13bf1ec42e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51a3dde02df66cbeca68a0ddd45bbc33e6e93bbcfa8ee21c9d237d13bf1ec42e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51a3dde02df66cbeca68a0ddd45bbc33e6e93bbcfa8ee21c9d237d13bf1ec42e", kill_on_drop: false }` [INFO] [stdout] 51a3dde02df66cbeca68a0ddd45bbc33e6e93bbcfa8ee21c9d237d13bf1ec42e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 02c14a5250b85aec5b3256b928bc7d06de0fc8c7e2413a16d5248695e1a2d8aa [INFO] running `Command { std: "docker" "start" "-a" "02c14a5250b85aec5b3256b928bc7d06de0fc8c7e2413a16d5248695e1a2d8aa", 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] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> lib.rs:426:25 [INFO] [stdout] | [INFO] [stdout] 426 | msg_controllen: cmsgbuf_len, [INFO] [stdout] | ^^^^^^^^^^^ expected `u32`, found `usize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot construct `msghdr` with struct literal syntax due to private fields [INFO] [stdout] --> lib.rs:419:19 [INFO] [stdout] | [INFO] [stdout] 419 | let mut msg = libc::msghdr { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: ...and other private fields `__pad1` and `__pad2` that were not provided [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `febug` (lib) due to 2 previous errors; 22 warnings emitted [INFO] running `Command { std: "docker" "inspect" "02c14a5250b85aec5b3256b928bc7d06de0fc8c7e2413a16d5248695e1a2d8aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02c14a5250b85aec5b3256b928bc7d06de0fc8c7e2413a16d5248695e1a2d8aa", kill_on_drop: false }` [INFO] [stdout] 02c14a5250b85aec5b3256b928bc7d06de0fc8c7e2413a16d5248695e1a2d8aa