Downloading NNUE net from https://github.com/adamtwiss/coda/releases/download/v0.4.0-nets/net-v9-768th16x32-kb10-w15-e800s800-crelu-C8fix-factor.nnue...
Downloaded net-v9-768th16x32-kb10-w15-e800s800-crelu-C8fix-factor.nnue
CODA_EVALFILE=/tmp/tmpb4hzdu8w/Coda/Coda-tmp/net-v9-768th16x32-kb10-w15-e800s800-crelu-C8fix-factor.nnue cargo rustc --release --features embedded-net -- --emit link=Coda-B2AB42C0
   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 anstyle-parse v1.0.0
   Compiling anstyle v1.0.14
   Compiling colorchoice v1.0.5
   Compiling arrayvec v0.7.6
   Compiling thiserror v2.0.18
   Compiling once_cell v1.21.4
   Compiling anstyle-query v1.1.5
   Compiling num-traits v0.2.19
   Compiling is_terminal_polyfill v1.70.2
   Compiling tracing-core v0.1.36
   Compiling anstream v1.0.0
   Compiling strsim v0.11.1
   Compiling heck v0.5.0
   Compiling bitflags v2.11.0
   Compiling pin-project-lite v0.2.17
   Compiling syn v2.0.117
   Compiling clap_lex v1.1.0
   Compiling rustc-hash v2.1.1
   Compiling byteorder v1.5.0
   Compiling clap_builder v4.6.0
   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.1
   Compiling tracing v0.1.44
   Compiling sfbinpack v0.6.2
   Compiling clap v4.6.1
   Compiling shakmaty-syzygy v0.28.0
   Compiling coda v0.1.0 (/tmp/tmpb4hzdu8w/Coda/Coda-tmp)
error[E0609]: no field `abs_clock` on type `&search::SearchLimits`
    --> src/search.rs:1912:19
     |
1912 |         if limits.abs_clock > 0 {
     |                   ^^^^^^^^^ unknown field
     |
     = note: available fields are: `depth`, `movetime`, `wtime`, `btime`, `winc` ... and 6 others

error[E0609]: no field `abs_clock` on type `&search::SearchLimits`
    --> src/search.rs:1915:40
     |
1915 |             info.abs_deadline = limits.abs_clock.saturating_sub(reserve).max(1);
     |                                        ^^^^^^^^^ unknown field
     |
     = note: available fields are: `depth`, `movetime`, `wtime`, `btime`, `winc` ... and 6 others

error[E0560]: struct `search::SearchLimits` has no field named `abs_clock`
   --> src/uci.rs:579:37
    |
579 | ...                   abs_clock: our_clock,
    |                       ^^^^^^^^^ `search::SearchLimits` does not have this field
    |
    = note: available fields are: `depth`, `wtime`, `btime`, `winc`, `binc` ... and 3 others

Some errors have detailed explanations: E0560, E0609.
For more information about an error, try `rustc --explain E0560`.
error: could not compile `coda` (bin "coda") due to 3 previous errors
make: *** [Makefile:35: rule] Error 101