[INFO] fetching crate oos 0.0.1-test-alpha...
[INFO] testing oos-0.0.1-test-alpha against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate oos 0.0.1-test-alpha into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate oos 0.0.1-test-alpha on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a36b4ac1fb144cd5e6bca479cf1ee14d450fb72bfa1b554ee1c3c54d310ba1b6
[INFO] running `Command { std: "docker" "start" "-a" "a36b4ac1fb144cd5e6bca479cf1ee14d450fb72bfa1b554ee1c3c54d310ba1b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a36b4ac1fb144cd5e6bca479cf1ee14d450fb72bfa1b554ee1c3c54d310ba1b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a36b4ac1fb144cd5e6bca479cf1ee14d450fb72bfa1b554ee1c3c54d310ba1b6", kill_on_drop: false }`
[INFO] [stdout] a36b4ac1fb144cd5e6bca479cf1ee14d450fb72bfa1b554ee1c3c54d310ba1b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 43339a227b356b78bda33140c338e3471270a4d6bd21e254123376531e89bfcc
[INFO] running `Command { std: "docker" "start" "-a" "43339a227b356b78bda33140c338e3471270a4d6bd21e254123376531e89bfcc", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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] 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/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[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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 <https://github.com/rust-lang/rust/issues/137018>
[INFO] [stdout]   = help: use `extern "C"` instead
[INFO] [stdout]   = note: `#[warn(unsupported_calling_conventions)]` (part of `#[warn(future_incompatible)]`) 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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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 <https://github.com/rust-lang/rust/issues/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/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/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 `<i32 as Default>::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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 `<i32 as Default>::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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 `<i32 as Default>::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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 `<i32 as Default>::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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 `<i32 as Default>::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 <https://github.com/rust-lang/rust/issues/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-11-06; 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 `<i32 as Default>::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 <https://github.com/rust-lang/rust/issues/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-11-06; 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) due to 47 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "43339a227b356b78bda33140c338e3471270a4d6bd21e254123376531e89bfcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43339a227b356b78bda33140c338e3471270a4d6bd21e254123376531e89bfcc", kill_on_drop: false }`
[INFO] [stdout] 43339a227b356b78bda33140c338e3471270a4d6bd21e254123376531e89bfcc
