cargo +stable build --release -p icarus
Updating crates.io index
Downloading crates ...
Downloaded atomic-wait v1.1.0
Downloaded endian-type v0.1.2
Downloaded cfg_aliases v0.2.1
Downloaded home v0.5.12
Downloaded fd-lock v4.0.4
Downloaded errno v0.3.14
Downloaded rustc-hash v2.1.1
Downloaded enum-map-derive v0.17.0
Downloaded equivalent v1.0.2
Downloaded nibble_vec v0.1.0
Downloaded unsize v1.1.0
Downloaded enum-map v2.7.3
Downloaded bitflags v2.10.0
Downloaded triomphe v0.1.15
Downloaded memchr v2.7.6
Downloaded log v0.4.28
Downloaded spin v0.10.0
Downloaded unicode-segmentation v1.12.0
Downloaded rustyline v17.0.2
Downloaded indexmap v2.12.1
Downloaded hashbrown v0.16.1
Downloaded rootcause v0.10.0
Downloaded rootcause-internals v0.10.0
Downloaded quote v1.0.42
Downloaded radix_trie v0.2.1
Downloaded syn v2.0.110
Downloaded nix v0.30.1
Downloaded rustix v1.1.2
Downloaded linux-raw-sys v0.11.0
Compiling proc-macro2 v1.0.103
Compiling quote v1.0.42
Compiling unicode-ident v1.0.22
Compiling autocfg v1.5.0
Compiling libc v0.2.177
Compiling rustix v1.1.2
Compiling bitflags v2.10.0
Compiling cfg_aliases v0.2.1
Compiling smallvec v1.15.1
Compiling cfg-if v1.0.4
Compiling linux-raw-sys v0.11.0
Compiling thiserror v2.0.17
Compiling hashbrown v0.16.1
Compiling equivalent v1.0.2
Compiling endian-type v0.1.2
Compiling memchr v2.7.6
Compiling unicode-width v0.2.2
Compiling unicode-segmentation v1.12.0
Compiling utf8parse v0.2.2
Compiling spin v0.10.0
Compiling log v0.4.28
Compiling rustc-hash v2.1.1
Compiling home v0.5.12
Compiling arrayvec v0.7.6
Compiling nix v0.30.1
Compiling nibble_vec v0.1.0
Compiling radix_trie v0.2.1
Compiling unsize v1.1.0
Compiling indexmap v2.12.1
Compiling triomphe v0.1.15
Compiling rootcause-internals v0.10.0
Compiling syn v2.0.110
Compiling rootcause v0.10.0
Compiling fd-lock v4.0.4
Compiling atomic-wait v1.1.0
Compiling enum-map-derive v0.17.0
Compiling thiserror-impl v2.0.17
Compiling enum-map v2.7.3
Compiling icarus-common v0.1.0 (/tmp/tmpuzgieqmo/icarus/icarus-tmp/icarus-common)
Compiling rustyline v17.0.2
Compiling icarus-board v0.1.0 (/tmp/tmpuzgieqmo/icarus/icarus-tmp/icarus-board)
Compiling icarus v0.0.0 (/tmp/tmpuzgieqmo/icarus/icarus-tmp)
error[E0658]: use of unstable library feature `new_zeroed_alloc`
--> src/search/history.rs:35:18
|
35 | unsafe { Box::new_zeroed().assume_init() }
| ^^^^^^^^^^^^^^^
|
= note: see issue #129396 <https://github.com/rust-lang/rust/issues/129396> for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `icarus` (bin "icarus") due to 1 previous error
make: *** [Makefile:8: native] Error 101