[INFO] fetching crate oos 0.0.1-test-alpha... [INFO] checking oos-0.0.1-test-alpha against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate oos 0.0.1-test-alpha into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate oos 0.0.1-test-alpha [INFO] finished tweaking crates.io crate oos 0.0.1-test-alpha [INFO] tweaked toml for crates.io crate oos 0.0.1-test-alpha written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate oos 0.0.1-test-alpha on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d9b2108cba22c8dfb6366e99929015e0fe6b99687f7cc2386985d9404f3debd [INFO] running `Command { std: "docker" "start" "-a" "2d9b2108cba22c8dfb6366e99929015e0fe6b99687f7cc2386985d9404f3debd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d9b2108cba22c8dfb6366e99929015e0fe6b99687f7cc2386985d9404f3debd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d9b2108cba22c8dfb6366e99929015e0fe6b99687f7cc2386985d9404f3debd", kill_on_drop: false }` [INFO] [stdout] 2d9b2108cba22c8dfb6366e99929015e0fe6b99687f7cc2386985d9404f3debd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd8d8a2a41c6d90fd19613740144d20cbccd4ef8db53dcbe6f282274455d2e76 [INFO] running `Command { std: "docker" "start" "-a" "fd8d8a2a41c6d90fd19613740144d20cbccd4ef8db53dcbe6f282274455d2e76", kill_on_drop: false }` [INFO] [stderr] Checking oos v0.0.1-test-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/wn/lb.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | pub type PROC = extern fn(); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/wn/lb.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | pub type PROC = extern fn(); [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/fs.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/io.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/lb.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/fs.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/wn.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/mg.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | pub type PROC = unsafe extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/io.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/mg.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/lb.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/wn.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/mg.rs:1:32 [INFO] [stdout] | [INFO] [stdout] 1 | pub type PROC = unsafe extern "stdcall" fn( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/mg.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/rg.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/img.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ud.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/dev.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/dc.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/brh.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/pen.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/bmp.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/txt.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/txt.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/draw.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/fnt.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/pxl.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/rc.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/et.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/rg.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ui/img.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/ud.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/dev.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/dc.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/brh.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/pen.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/bmp.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/txt.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/txt.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/draw.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/fnt.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/pxl.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/gdi/rc.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0570]: "stdcall" is not a supported ABI for the current target [INFO] [stdout] --> src/wn/et.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | extern "stdcall"{ [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_default` [INFO] [stdout] --> src/wn/ui/pt.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143894 for more information [INFO] [stdout] = help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_clone` [INFO] [stdout] --> src/wn/ui/pt.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #142757 for more information [INFO] [stdout] = help: add `#![feature(const_clone)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_default` [INFO] [stdout] --> src/wn/ui/pt.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143894 for more information [INFO] [stdout] = help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_clone` [INFO] [stdout] --> src/wn/ui/pt.rs:2:31 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #142757 for more information [INFO] [stdout] = help: add `#![feature(const_clone)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_clone` [INFO] [stdout] --> src/wn/ui/mg.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #142757 for more information [INFO] [stdout] = help: add `#![feature(const_clone)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_default` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143894 for more information [INFO] [stdout] = help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_clone` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #142757 for more information [INFO] [stdout] = help: add `#![feature(const_clone)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/mm.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | pub fn malloc(size: crate::def::USIZE) -> crate::def::PVOID; [INFO] [stdout] 4 | | pub fn free(block: crate::def::PVOID) -> crate::def::BOOL; [INFO] [stdout] 5 | | pub fn realloc(block: crate::def::PVOID, size: crate::def::USIZE) -> crate::def::PVOID; [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/fs.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | #[link_name = "fopen"] [INFO] [stdout] 4 | | pub fn get(name: crate::def::CSTR, md: crate::def::CSTR) -> crate::def::HAND; [INFO] [stdout] 5 | | #[link_name = "fread"] [INFO] [stdout] ... | [INFO] [stdout] 26 | | pub fn flu(file: crate::def::HAND) -> crate::def::BOOL; [INFO] [stdout] 27 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/et.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | #[link_name = "atexit"] [INFO] [stdout] 4 | | pub fn atexit( [INFO] [stdout] 5 | | callback: extern "C" fn() [INFO] [stdout] ... | [INFO] [stdout] 12 | | pub fn abort() -> !; [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_clone` [INFO] [stdout] --> src/wn/ui/mg.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #142757 for more information [INFO] [stdout] = help: add `#![feature(const_clone)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_default` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:16 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143894 for more information [INFO] [stdout] = help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/mth.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | pub fn sin(f: f64) -> f64; [INFO] [stdout] 4 | | pub fn cos(f: f64) -> f64; [INFO] [stdout] 5 | | pub fn tan(f: f64) -> f64; [INFO] [stdout] ... | [INFO] [stdout] 20 | | pub fn fabs(f: f64) -> f64; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_clone` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #142757 for more information [INFO] [stdout] = help: add `#![feature(const_clone)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/mm.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | pub fn malloc(size: crate::def::USIZE) -> crate::def::PVOID; [INFO] [stdout] 4 | | pub fn free(block: crate::def::PVOID) -> crate::def::BOOL; [INFO] [stdout] 5 | | pub fn realloc(block: crate::def::PVOID, size: crate::def::USIZE) -> crate::def::PVOID; [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] = note: `#[warn(unsupported_calling_conventions)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/fs.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | #[link_name = "fopen"] [INFO] [stdout] 4 | | pub fn get(name: crate::def::CSTR, md: crate::def::CSTR) -> crate::def::HAND; [INFO] [stdout] 5 | | #[link_name = "fread"] [INFO] [stdout] ... | [INFO] [stdout] 26 | | pub fn flu(file: crate::def::HAND) -> crate::def::BOOL; [INFO] [stdout] 27 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/et.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | #[link_name = "atexit"] [INFO] [stdout] 4 | | pub fn atexit( [INFO] [stdout] 5 | | callback: extern "C" fn() [INFO] [stdout] ... | [INFO] [stdout] 12 | | pub fn abort() -> !; [INFO] [stdout] 13 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: "cdecl" is not a supported ABI for the current target [INFO] [stdout] --> src/ms/mth.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | / extern "cdecl"{ [INFO] [stdout] 3 | | pub fn sin(f: f64) -> f64; [INFO] [stdout] 4 | | pub fn cos(f: f64) -> f64; [INFO] [stdout] 5 | | pub fn tan(f: f64) -> f64; [INFO] [stdout] ... | [INFO] [stdout] 20 | | pub fn fabs(f: f64) -> f64; [INFO] [stdout] 21 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #137018 [INFO] [stdout] = help: use `extern "C"` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Copy` which is not `const` [INFO] [stdout] --> src/wn/ui/pt.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Copy` which is not `const` [INFO] [stdout] --> src/wn/ui/pt.rs:2:25 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Copy` which is not `const` [INFO] [stdout] --> src/wn/ui/mg.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Copy` which is not `const` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Copy` which is not `const` [INFO] [stdout] --> src/wn/ui/mg.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Copy` which is not `const` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:32 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Debug` which is not `const` [INFO] [stdout] --> src/wn/ui/pt.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Debug` which is not `const` [INFO] [stdout] --> src/wn/ui/pt.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Debug` which is not `const` [INFO] [stdout] --> src/wn/ui/mg.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Debug` which is not `const` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Debug` which is not `const` [INFO] [stdout] --> src/wn/ui/mg.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: const `impl` for trait `Debug` which is not `const` [INFO] [stdout] --> src/wn/gdi/rc.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ this trait is not `const` [INFO] [stdout] | [INFO] [stdout] = note: marking a trait with `const` ensures all default method bodies are `const` [INFO] [stdout] = note: adding a non-const method body in the future would be a breaking change [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/ui/pt.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct PNT{ [INFO] [stdout] 4 | pub x: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/ui/pt.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct PNT{ [INFO] [stdout] 4 | pub x: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/ui/pt.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub y: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/ui/pt.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub y: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `Formatter::<'_>::debug_struct_field2_finish` in constant functions [INFO] [stdout] --> src/wn/ui/pt.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `Formatter::<'_>::debug_struct_fields_finish` in constant functions [INFO] [stdout] --> src/wn/ui/mg.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct RCT{ [INFO] [stdout] 4 | pub left: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct RCT{ [INFO] [stdout] 4 | pub left: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub top: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub top: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 6 | pub width: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 6 | pub width: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 7 | pub height: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 7 | pub height: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `Formatter::<'_>::debug_struct_field4_finish` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0015, E0570, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0015`. [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/ui/pt.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct PNT{ [INFO] [stdout] 4 | pub x: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `oos` (lib) due to 47 previous errors; 5 warnings emitted [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/ui/pt.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct PNT{ [INFO] [stdout] 4 | pub x: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/ui/pt.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub y: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/ui/pt.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub y: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `Formatter::<'_>::debug_struct_field2_finish` in constant functions [INFO] [stdout] --> src/wn/ui/pt.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `Formatter::<'_>::debug_struct_fields_finish` in constant functions [INFO] [stdout] --> src/wn/ui/mg.rs:10:29 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive_const(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct RCT{ [INFO] [stdout] 4 | pub left: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] 3 | pub struct RCT{ [INFO] [stdout] 4 | pub left: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub top: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 5 | pub top: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 6 | pub width: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 6 | pub width: crate::def::INT, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: cannot call conditionally-const associated function `::default` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 7 | pub height: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] = note: see issue #143874 for more information [INFO] [stdout] = help: add `#![feature(const_trait_impl)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Default` is not yet stable as a const trait [INFO] [stdout] --> src/wn/gdi/rc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ------- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 7 | pub height: crate::def::INT [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_default)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(const_default)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const method `Formatter::<'_>::debug_struct_field4_finish` in constant functions [INFO] [stdout] --> src/wn/gdi/rc.rs:2:38 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive_const(Default, Clone, Copy, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0015, E0570, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0015`. [INFO] [stdout] [INFO] [stderr] error: could not compile `oos` (lib test) due to 47 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "fd8d8a2a41c6d90fd19613740144d20cbccd4ef8db53dcbe6f282274455d2e76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd8d8a2a41c6d90fd19613740144d20cbccd4ef8db53dcbe6f282274455d2e76", kill_on_drop: false }` [INFO] [stdout] fd8d8a2a41c6d90fd19613740144d20cbccd4ef8db53dcbe6f282274455d2e76