Downloading NNUE net from https://github.com/adamtwiss/coda/releases/download/v0.1.0-nets/net-v5-768pw-w7-e800s800.nnue... Downloaded net.nnue CODA_EVALFILE=/tmp/tmpgmcxlyf5/Coda/Coda-tmp/net.nnue cargo rustc --release --features embedded-net -- --emit link=Coda-EB1C3380 Compiling proc-macro2 v1.0.106 Compiling quote v1.0.45 Compiling unicode-ident v1.0.24 Compiling autocfg v1.5.0 Compiling utf8parse v0.2.2 Compiling libc v0.2.183 Compiling once_cell v1.21.4 Compiling arrayvec v0.7.6 Compiling anstyle-parse v1.0.0 Compiling is_terminal_polyfill v1.70.2 Compiling anstyle v1.0.14 Compiling colorchoice v1.0.5 Compiling thiserror v2.0.18 Compiling anstyle-query v1.1.5 Compiling tracing-core v0.1.36 Compiling clap_lex v1.1.0 Compiling strsim v0.11.1 Compiling anstream v1.0.0 Compiling num-traits v0.2.19 Compiling bitflags v2.11.0 Compiling heck v0.5.0 Compiling pin-project-lite v0.2.17 Compiling clap_builder v4.6.0 Compiling rustc-hash v2.1.1 Compiling byteorder v1.5.0 Compiling syn v2.0.117 Compiling btoi v0.5.0 Compiling shakmaty v0.30.0 Compiling thiserror-impl v2.0.18 Compiling tracing-attributes v0.1.31 Compiling clap_derive v4.6.0 Compiling tracing v0.1.44 Compiling sfbinpack v0.6.2 Compiling clap v4.6.0 Compiling shakmaty-syzygy v0.28.0 Compiling coda v0.1.0 (/tmp/tmpgmcxlyf5/Coda/Coda-tmp) error[E0133]: call to unsafe function `__cpuid` is unsafe and requires unsafe function or block --> src/attacks.rs:12:18 | 12 | let cpuid0 = std::arch::x86_64::__cpuid(0); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: consult the function's documentation for information on how to avoid undefined behavior error[E0133]: call to unsafe function `__cpuid` is unsafe and requires unsafe function or block --> src/attacks.rs:21:18 | 21 | let cpuid1 = std::arch::x86_64::__cpuid(1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function | = note: consult the function's documentation for information on how to avoid undefined behavior For more information about this error, try `rustc --explain E0133`. error: could not compile `coda` (bin "coda") due to 2 previous errors make: *** [Makefile:33: rule] Error 101