cargo rustc --release --features "datagen" -- -C target-cpu=native --emit link=Anura-54E60A34
   Compiling libc v0.2.174
   Compiling getrandom v0.3.3
   Compiling zerocopy v0.8.26
   Compiling cfg-if v1.0.1
   Compiling anura v0.2.0 (/tmp/tmpi8khe0qe/Anura/Anura-tmp)
   Compiling arrayvec v0.7.6
   Compiling montyformat v0.7.0 (https://github.com/official-monty/montyformat.git?tag=v0.7.0#090d6481)
   Compiling rand_core v0.9.3
   Compiling ppv-lite86 v0.2.21
   Compiling rand_chacha v0.9.0
   Compiling rand v0.9.2
error: failed to run custom build command for `anura v0.2.0 (/tmp/tmpi8khe0qe/Anura/Anura-tmp)`

Caused by:
  process didn't exit successfully: `/tmp/tmpi8khe0qe/Anura/Anura-tmp/target/release/build/anura-5e59894db9fbb41b/build-script-build` (exit status: 101)
  --- stdout
  Current directory: /tmp/tmpi8khe0qe/Anura/Anura-tmp
  Cargo manifest dir: /tmp/tmpi8khe0qe/Anura/Anura-tmp
  Value network path: src/nets/avn.vn
  Policy network path: src/nets/apn.pn
  Attempting to download:
  Network Name: avn_011_notr
  Full URL: https://github.com/Vast342/anura-nets/releases/download/avn_011_notr/avn_011_notr.vn
  Downloaded avn_011_notr to src/nets/avn.vn using wget
  Attempting to download:
  Network Name: apn_008
  Full URL: https://github.com/Vast342/anura-nets/releases/download/apn_008/apn_008.pn

  --- stderr
  Curl download failed
  Stdout: 
  Stderr: * Host github.com:443 was resolved.
  * IPv6: (none)
  * IPv4: 20.27.177.113
  *   Trying 20.27.177.113:443...
  * connect to 20.27.177.113 port 443 from 10.0.126.255 port 41152 failed: Connection timed out
  * Failed to connect to github.com port 443 after 133995 ms: Couldn't connect to server
  * Closing connection

  Curl download failed
  Stdout: 
  Stderr: * Host github.com:443 was resolved.
  * IPv6: (none)
  * IPv4: 20.27.177.113
  *   Trying 20.27.177.113:443...
  * connect to 20.27.177.113 port 443 from 10.0.126.255 port 53708 failed: Connection timed out
  * Failed to connect to github.com port 443 after 136080 ms: Couldn't connect to server
  * Closing connection

  Wget download failed
  Stdout: 
  Stderr: --2025-08-12 02:39:26--  https://github.com/Vast342/anura-nets/releases/download/apn_008/apn_008.pn
  Resolving github.com (github.com)... 20.27.177.113
  Connecting to github.com (github.com)|20.27.177.113|:443... connected.
  HTTP request sent, awaiting response... 503 Service Unavailable
  2025-08-12 02:54:29 ERROR 503: Service Unavailable.


  thread 'main' panicked at build.rs:131:5:
  Failed to download network file. URL: https://github.com/Vast342/anura-nets/releases/download/apn_008/apn_008.pn. Check network connectivity and URL.
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
make: *** [makefile:14: all] Error 101