[INFO] cloning repository https://github.com/NeillJohnston/genetic-tetris-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NeillJohnston/genetic-tetris-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeillJohnston%2Fgenetic-tetris-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeillJohnston%2Fgenetic-tetris-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 694894481fa191695b11af60852e10baa2a7949e [INFO] testing NeillJohnston/genetic-tetris-bot against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeillJohnston%2Fgenetic-tetris-bot" "/workspace/builds/worker-76/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-76/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NeillJohnston/genetic-tetris-bot on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NeillJohnston/genetic-tetris-bot [INFO] finished tweaking git repo https://github.com/NeillJohnston/genetic-tetris-bot [INFO] tweaked toml for git repo https://github.com/NeillJohnston/genetic-tetris-bot written to /workspace/builds/worker-76/source/Cargo.toml [INFO] crate git repo https://github.com/NeillJohnston/genetic-tetris-bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df7ec1d03abd39dd470ef3fa23abe34c961c1fd09488004a4d3ebd49adb6f66e [INFO] running `Command { std: "docker" "start" "-a" "df7ec1d03abd39dd470ef3fa23abe34c961c1fd09488004a4d3ebd49adb6f66e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df7ec1d03abd39dd470ef3fa23abe34c961c1fd09488004a4d3ebd49adb6f66e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df7ec1d03abd39dd470ef3fa23abe34c961c1fd09488004a4d3ebd49adb6f66e", kill_on_drop: false }` [INFO] [stdout] df7ec1d03abd39dd470ef3fa23abe34c961c1fd09488004a4d3ebd49adb6f66e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34abcf0526279146d1dc54088646a6649d313d5492233c5628bf40e480123dd7 [INFO] running `Command { std: "docker" "start" "-a" "34abcf0526279146d1dc54088646a6649d313d5492233c5628bf40e480123dd7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir/tetris) [INFO] [stderr] Compiling interface v0.1.0 (/opt/rustwide/workdir/interface) [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> interface/src/main.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | let (state, mino) = parse_request(&request); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mino` [INFO] [stdout] --> interface/src/main.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let (state, mino) = parse_request(&request); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mino` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `response` [INFO] [stdout] --> interface/src/main.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | let response = make_response(Vec::new()); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling genetic v0.1.0 (/opt/rustwide/workdir/genetic) [INFO] [stdout] warning: field is never read: `fitness_distribution` [INFO] [stdout] --> genetic/src/genetic.rs:29:2 [INFO] [stdout] | [INFO] [stdout] 29 | fitness_distribution: [f64; 5] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Summary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> genetic/src/genetic.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.17s [INFO] running `Command { std: "docker" "inspect" "34abcf0526279146d1dc54088646a6649d313d5492233c5628bf40e480123dd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34abcf0526279146d1dc54088646a6649d313d5492233c5628bf40e480123dd7", kill_on_drop: false }` [INFO] [stdout] 34abcf0526279146d1dc54088646a6649d313d5492233c5628bf40e480123dd7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93ecda07fe66b4f39ee40cd8ee29638aaaafdf4e45958c37c1689c469b377697 [INFO] running `Command { std: "docker" "start" "-a" "93ecda07fe66b4f39ee40cd8ee29638aaaafdf4e45958c37c1689c469b377697", kill_on_drop: false }` [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir/tetris) [INFO] [stderr] Compiling interface v0.1.0 (/opt/rustwide/workdir/interface) [INFO] [stderr] Compiling genetic v0.1.0 (/opt/rustwide/workdir/genetic) [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> interface/src/main.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | let (state, mino) = parse_request(&request); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `fitness_distribution` [INFO] [stdout] --> genetic/src/genetic.rs:29:2 [INFO] [stdout] | [INFO] [stdout] 29 | fitness_distribution: [f64; 5] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Summary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> genetic/src/genetic.rs:26:10 [INFO] [stdout] | [INFO] [stdout] 26 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mino` [INFO] [stdout] --> interface/src/main.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | let (state, mino) = parse_request(&request); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mino` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `response` [INFO] [stdout] --> interface/src/main.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | let response = make_response(Vec::new()); [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.18s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/genetic-2814facfde89949e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/interface-2ee3e7d5b19c528c) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tetris-4180e49ea30c8eac) [INFO] [stderr] Executable tests/tetris.rs (/opt/rustwide/target/debug/deps/tetris-4bcb61ad92b3359e) [INFO] running `Command { std: "docker" "inspect" "93ecda07fe66b4f39ee40cd8ee29638aaaafdf4e45958c37c1689c469b377697", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93ecda07fe66b4f39ee40cd8ee29638aaaafdf4e45958c37c1689c469b377697", kill_on_drop: false }` [INFO] [stdout] 93ecda07fe66b4f39ee40cd8ee29638aaaafdf4e45958c37c1689c469b377697 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2295e1bd26f5e6d361351ea502aedbf36a20ff9d3b214f8d28c89af1f9c62ca3 [INFO] running `Command { std: "docker" "start" "-a" "2295e1bd26f5e6d361351ea502aedbf36a20ff9d3b214f8d28c89af1f9c62ca3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `state` [INFO] [stderr] --> interface/src/main.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | let (state, mino) = parse_request(&request); [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mino` [INFO] [stderr] --> interface/src/main.rs:27:15 [INFO] [stderr] | [INFO] [stderr] 27 | let (state, mino) = parse_request(&request); [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_mino` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `response` [INFO] [stderr] --> interface/src/main.rs:31:7 [INFO] [stderr] | [INFO] [stderr] 31 | let response = make_response(Vec::new()); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response` [INFO] [stderr] [INFO] [stderr] warning: `interface` (bin "interface" test) generated 3 warnings [INFO] [stderr] warning: field is never read: `fitness_distribution` [INFO] [stderr] --> genetic/src/genetic.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | fitness_distribution: [f64; 5] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Summary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> genetic/src/genetic.rs:26:10 [INFO] [stderr] | [INFO] [stderr] 26 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `genetic` (bin "genetic" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/genetic-2814facfde89949e) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/interface-2ee3e7d5b19c528c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tetris-4180e49ea30c8eac) [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test state_tests::possibilities ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/tetris.rs (/opt/rustwide/target/debug/deps/tetris-4bcb61ad92b3359e) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test drop_one ... ok [INFO] [stdout] test full_clear ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests tetris [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2295e1bd26f5e6d361351ea502aedbf36a20ff9d3b214f8d28c89af1f9c62ca3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2295e1bd26f5e6d361351ea502aedbf36a20ff9d3b214f8d28c89af1f9c62ca3", kill_on_drop: false }` [INFO] [stdout] 2295e1bd26f5e6d361351ea502aedbf36a20ff9d3b214f8d28c89af1f9c62ca3