[INFO] cloning repository https://github.com/sakex/neat-gru-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sakex/neat-gru-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] abfd7a6db93113459d10683eab4246e53d6b687b
[INFO] testing sakex/neat-gru-rust against 1.80.0 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/sakex/neat-gru-rust on toolchain 1.80.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/sakex/neat-gru-rust
[INFO] finished tweaking git repo https://github.com/sakex/neat-gru-rust
[INFO] tweaked toml for git repo https://github.com/sakex/neat-gru-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/sakex/neat-gru-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.80.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded numeric_literals v0.2.0
[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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 14274d828cb10f265883cbb4e4ac2c7b5dabc6faf3b2ce29be28841eee4407c2
[INFO] running `Command { std: "docker" "start" "-a" "14274d828cb10f265883cbb4e4ac2c7b5dabc6faf3b2ce29be28841eee4407c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14274d828cb10f265883cbb4e4ac2c7b5dabc6faf3b2ce29be28841eee4407c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14274d828cb10f265883cbb4e4ac2c7b5dabc6faf3b2ce29be28841eee4407c2", kill_on_drop: false }`
[INFO] [stdout] 14274d828cb10f265883cbb4e4ac2c7b5dabc6faf3b2ce29be28841eee4407c2
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8707a3eb51b8d005c3e54eefedb63230405de91b33f397d5b7a3bb4e39146d38
[INFO] running `Command { std: "docker" "start" "-a" "8707a3eb51b8d005c3e54eefedb63230405de91b33f397d5b7a3bb4e39146d38", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libm v0.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling syn v1.0.83
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.132
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling num-rational v0.4.0
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling serde v1.0.132
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling num-complex v0.4.0
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling rand_distr v0.4.2
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling num v0.4.0
[INFO] [stderr]    Compiling numeric_literals v0.2.0
[INFO] [stderr]    Compiling neat-gru v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/topology/topology_struct.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |             let mut gene = &mut *gene_rc.borrow_mut();
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/topology/topology_struct.rs:360:17
[INFO] [stdout]     |
[INFO] [stdout] 360 |             let mut gene = &mut *gene_to_split.borrow_mut();
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.01s
[INFO] running `Command { std: "docker" "inspect" "8707a3eb51b8d005c3e54eefedb63230405de91b33f397d5b7a3bb4e39146d38", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8707a3eb51b8d005c3e54eefedb63230405de91b33f397d5b7a3bb4e39146d38", kill_on_drop: false }`
[INFO] [stdout] 8707a3eb51b8d005c3e54eefedb63230405de91b33f397d5b7a3bb4e39146d38
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7e60a6e2607d3c422f293946afad31ce5f42bcd1493e5ca53cc86bddec1b10ac
[INFO] running `Command { std: "docker" "start" "-a" "7e60a6e2607d3c422f293946afad31ce5f42bcd1493e5ca53cc86bddec1b10ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling plotters-backend v0.3.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling half v1.8.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling plotters-svg v0.3.1
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling plotters v0.3.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling oorandom v11.1.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/topology/topology_struct.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |             let mut gene = &mut *gene_rc.borrow_mut();
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/topology/topology_struct.rs:360:17
[INFO] [stdout]     |
[INFO] [stdout] 360 |             let mut gene = &mut *gene_to_split.borrow_mut();
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling criterion-plot v0.4.4
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling criterion v0.3.5
[INFO] [stderr]    Compiling neat-gru v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/topology/topology_struct.rs:319:17
[INFO] [stdout]     |
[INFO] [stdout] 319 |             let mut gene = &mut *gene_rc.borrow_mut();
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/topology/topology_struct.rs:360:17
[INFO] [stdout]     |
[INFO] [stdout] 360 |             let mut gene = &mut *gene_to_split.borrow_mut();
[INFO] [stdout]     |                 ----^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.56s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7e60a6e2607d3c422f293946afad31ce5f42bcd1493e5ca53cc86bddec1b10ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e60a6e2607d3c422f293946afad31ce5f42bcd1493e5ca53cc86bddec1b10ac", kill_on_drop: false }`
[INFO] [stdout] 7e60a6e2607d3c422f293946afad31ce5f42bcd1493e5ca53cc86bddec1b10ac
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.80.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 24a8388ad7bf2aae4b1aca51e8460cb918254c9ca90cb1c1b2e9bdd5896ee0a8
[INFO] running `Command { std: "docker" "start" "-a" "24a8388ad7bf2aae4b1aca51e8460cb918254c9ca90cb1c1b2e9bdd5896ee0a8", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/topology/topology_struct.rs:319:17
[INFO] [stderr]     |
[INFO] [stderr] 319 |             let mut gene = &mut *gene_rc.borrow_mut();
[INFO] [stderr]     |                 ----^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/topology/topology_struct.rs:360:17
[INFO] [stderr]     |
[INFO] [stderr] 360 |             let mut gene = &mut *gene_to_split.borrow_mut();
[INFO] [stderr]     |                 ----^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `neat-gru` (lib) generated 2 warnings (run `cargo fix --lib -p neat-gru` to apply 2 suggestions)
[INFO] [stderr] warning: `neat-gru` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.3.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/neat_gru-25863bf202cc1e62)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_import_network ... ok
[INFO] [stdout] test tests::test_clone_network ... ok
[INFO] [stdout] test tests::test_train ... ok
[INFO] [stdout] test tests::test_train_memory ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.12s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests neat_gru
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/train/training.rs - train::training::Train<'a,T,F>::new (line 217) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/train/training.rs - train::training::Train<'a,T,F>::new (line 217) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcSVOKvY/symbols.o" "/tmp/rustdoctestEeJHme/rust_out.rust_out.f66c8c02ad7e5443-cgu.0.rcgu.o" "/tmp/rustdoctestEeJHme/rust_out.1usc2zww446577f8q6t3ztf7i.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libneat_gru.rlib" "/opt/rustwide/target/debug/deps/libserde_json-bcb1c250a9a6c554.rlib" "/opt/rustwide/target/debug/deps/libryu-0920f219de8be487.rlib" "/opt/rustwide/target/debug/deps/libitoa-8861b8fb1ff79330.rlib" "/opt/rustwide/target/debug/deps/liblog-efb695724b37db62.rlib" "/opt/rustwide/target/debug/deps/libtempdir-bceff6920e0b44c2.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-c2105cdca9ccf402.rlib" "/opt/rustwide/target/debug/deps/librand-827b23277ea720b2.rlib" "/opt/rustwide/target/debug/deps/librayon-6ce3b469b2929cba.rlib" "/opt/rustwide/target/debug/deps/librayon_core-5e5ff052d5db870b.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-441f7e9fe1fe85dc.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9aac936bd1b75c59.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-4b98f8ea734c9ba1.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f690e1c46251a5a3.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-c1058d6614463355.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-7e8e0bac291012c7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-2126dc5dad7914f6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-009c0753e8a2f53a.rlib" "/opt/rustwide/target/debug/deps/libitertools-77ce32b54bb104fa.rlib" "/opt/rustwide/target/debug/deps/libeither-b8f4cfe5aca8a734.rlib" "/opt/rustwide/target/debug/deps/librand_distr-de600067b89f93b6.rlib" "/opt/rustwide/target/debug/deps/libserde-d11c1c14fe9c3fd2.rlib" "/opt/rustwide/target/debug/deps/librand-34f7b5ed928bb2e8.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-d94c904953513301.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-8a28c59035c0fc56.rlib" "/opt/rustwide/target/debug/deps/librand_core-765a7fa422241d89.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-2011f702c4caffcb.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f93ad0443750a3ea.rlib" "/opt/rustwide/target/debug/deps/libnum-4d157f287bc45c17.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-78dbff6254fd5456.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-889f1ac2ae2e86d7.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-7b1cc32c247d50b7.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-3c47db37da50738a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-a68171bc83fe9a59.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-17a8ada09ab2e86f.rlib" "/opt/rustwide/target/debug/deps/liblibc-54dd265bfc9b0c8d.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-0fbbe72b9e0d57dc.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-4cbc28d57c85be7b.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-d583e13b4b2d89a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-5d2a1bfb1589ab43.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-dcf90797fbd00d23.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3b6828d7a1725131.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f75bdd612dd19f44.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-130d6997e9e34e6a.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c9c9da5b4611a660.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0f5b4153173c663b.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-877178c8f84ba478.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3907ca7c36d3c032.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e8b263070ac20a8a.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d1969118c6f0c13e.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d48855f89c749535.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-9a1cbc1305da137e.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-d290b706bbcc90ac.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-fd707bd9d5d3d672.rlib" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-d4ebcca572002f93.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.80.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestEeJHme/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: /usr/bin/ld: final link failed: No space left on device
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/train/training.rs - train::training::Train<'a,T,F>::new (line 217)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "24a8388ad7bf2aae4b1aca51e8460cb918254c9ca90cb1c1b2e9bdd5896ee0a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24a8388ad7bf2aae4b1aca51e8460cb918254c9ca90cb1c1b2e9bdd5896ee0a8", kill_on_drop: false }`
[INFO] [stdout] 24a8388ad7bf2aae4b1aca51e8460cb918254c9ca90cb1c1b2e9bdd5896ee0a8
[INFO] testing sakex/neat-gru-rust against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] error: failed to write new configuration file /workspace/builds/worker-1-tc2/source/.git/config.lock
[INFO] [stderr] fatal: could not set 'remote.origin.fetch' to '+refs/heads/*:refs/remotes/origin/*'
[INFO] [stderr] fatal: the remote end hung up unexpectedly
[INFO] testing sakex/neat-gru-rust against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] /workspace/builds/worker-1-tc2/source/.git/objects/info: No space left on device
[INFO] testing sakex/neat-gru-rust against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] /workspace/builds/worker-1-tc2/source/.git/objects/info: No space left on device
[INFO] testing sakex/neat-gru-rust against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] /workspace/builds/worker-1-tc2/source/.git/objects/pack: No space left on device
[INFO] testing sakex/neat-gru-rust against beta-2024-07-26 for beta-1.81-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsakex%2Fneat-gru-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] /workspace/builds/worker-1-tc2/source/.git/objects/pack: No space left on device
[ERROR] this task or one of its parent failed!
[ERROR] failed to checkout https://github.com/sakex/neat-gru-rust
[ERROR] caused by: command failed: exit status: 1
[ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.