[INFO] cloning repository https://github.com/Lireer/ricochet-robot-solver [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lireer/ricochet-robot-solver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLireer%2Fricochet-robot-solver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLireer%2Fricochet-robot-solver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 406cb0874c73e53e157f0892b9edffa8c681d676 [INFO] testing Lireer/ricochet-robot-solver against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLireer%2Fricochet-robot-solver" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lireer/ricochet-robot-solver on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Lireer/ricochet-robot-solver [INFO] finished tweaking git repo https://github.com/Lireer/ricochet-robot-solver [INFO] tweaked toml for git repo https://github.com/Lireer/ricochet-robot-solver written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Lireer/ricochet-robot-solver already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 672d6f1419264e3139c1cac2cae63acde92035c61b2aec310536a0d3c98086c2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "672d6f1419264e3139c1cac2cae63acde92035c61b2aec310536a0d3c98086c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "672d6f1419264e3139c1cac2cae63acde92035c61b2aec310536a0d3c98086c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "672d6f1419264e3139c1cac2cae63acde92035c61b2aec310536a0d3c98086c2", kill_on_drop: false }` [INFO] [stdout] 672d6f1419264e3139c1cac2cae63acde92035c61b2aec310536a0d3c98086c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30da7b351b27a2042fbad477d4f671a0bc216317b1ae101242c4e216488d2b96 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "30da7b351b27a2042fbad477d4f671a0bc216317b1ae101242c4e216488d2b96", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling draw_a_box v0.1.0 (https://github.com/Lireer/draw-a-box?branch=main#9977a33b) [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling text_io v0.1.8 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling priority-queue v1.0.5 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand_pcg v0.3.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling ricochet_board v0.1.0 (/opt/rustwide/workdir/ricochet_board) [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Compiling ricochet_solver v0.1.0 (/opt/rustwide/workdir/ricochet_solver) [INFO] [stderr] Compiling ricli v0.1.0 (/opt/rustwide/workdir/ricli) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.23s [INFO] running `Command { std: "docker" "inspect" "30da7b351b27a2042fbad477d4f671a0bc216317b1ae101242c4e216488d2b96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30da7b351b27a2042fbad477d4f671a0bc216317b1ae101242c4e216488d2b96", kill_on_drop: false }` [INFO] [stdout] 30da7b351b27a2042fbad477d4f671a0bc216317b1ae101242c4e216488d2b96 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3865d3d00e398e5153c6b97a26f0488005c4527afe7c2cfcc6985475a558e7ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3865d3d00e398e5153c6b97a26f0488005c4527afe7c2cfcc6985475a558e7ef", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.7.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling plotters v0.3.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling ricochet_board v0.1.0 (/opt/rustwide/workdir/ricochet_board) [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling ricli v0.1.0 (/opt/rustwide/workdir/ricli) [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling serde_cbor v0.11.1 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling tinytemplate v1.2.0 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling ricochet_solver v0.1.0 (/opt/rustwide/workdir/ricochet_solver) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 41.56s [INFO] running `Command { std: "docker" "inspect" "3865d3d00e398e5153c6b97a26f0488005c4527afe7c2cfcc6985475a558e7ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3865d3d00e398e5153c6b97a26f0488005c4527afe7c2cfcc6985475a558e7ef", kill_on_drop: false }` [INFO] [stdout] 3865d3d00e398e5153c6b97a26f0488005c4527afe7c2cfcc6985475a558e7ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c88bc719aea46aae80857b6f4a4556860efe127aa20dcacb2bd38e46223598b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5c88bc719aea46aae80857b6f4a4556860efe127aa20dcacb2bd38e46223598b", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ricli-f237c5babfd57d46) [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 (/opt/rustwide/target/debug/deps/ricochet_board-9d23ef082ab6131f) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::move_up ... ok [INFO] [stdout] test generator::tests::different_seeds ... ok [INFO] [stdout] test positions::tests::check_flags ... ok [INFO] [stdout] test positions::tests::reachable_positions ... ok [INFO] [stdout] test tests::board_creation ... ok [INFO] [stdout] test tests::move_left ... ok [INFO] [stdout] test tests::move_down ... ok [INFO] [stdout] test tests::move_right ... ok [INFO] [stdout] test generator::tests::generate_games ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ricochet_solver-d3b8ed867f03bb7a) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test a_star::tests::move_counter_ordering ... ok [INFO] [stdout] test a_star::tests::move_counter_priority_queue ... ok [INFO] [stdout] test a_star::tests::board_creation ... ok [INFO] [stdout] test breadth_first::tests::solve_many ... ignored [INFO] [stdout] test breadth_first::tests::board_creation ... ok [INFO] [stdout] test iterative_deepening::tests::board_creation ... ok [INFO] [stdout] test breadth_first::tests::on_target ... ok [INFO] [stdout] test a_star::tests::on_target ... ok [INFO] [stdout] test util::tests::walled_move_board ... ok [INFO] [stdout] test util::tests::max_moves ... ok [INFO] [stdout] test util::tests::unsolvable ... ok [INFO] [stdout] test util::tests::empty_move_board ... ok [INFO] [stdout] test iterative_deepening::tests::on_target ... ok [INFO] [stdout] test mcts::tests::on_target ... ok [INFO] [stdout] test iterative_deepening::tests::solve ... ok [INFO] [stdout] test breadth_first::tests::solve ... ok [INFO] [stdout] test a_star::tests::solve ... ok [INFO] [stdout] test mcts::tests::solve ... ok [INFO] [stdout] test mcts::tests::monte_carlo_solve ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.62s [INFO] [stdout] [INFO] [stderr] Doc-tests ricochet_board [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] Doc-tests ricochet_solver [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" "5c88bc719aea46aae80857b6f4a4556860efe127aa20dcacb2bd38e46223598b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c88bc719aea46aae80857b6f4a4556860efe127aa20dcacb2bd38e46223598b", kill_on_drop: false }` [INFO] [stdout] 5c88bc719aea46aae80857b6f4a4556860efe127aa20dcacb2bd38e46223598b