[INFO] cloning repository https://github.com/hjncToast/puzzle-generator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hjncToast/puzzle-generator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhjncToast%2Fpuzzle-generator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhjncToast%2Fpuzzle-generator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bbda5c890036f1c9d539676cd0b5fa01ed2db102 [INFO] testing hjncToast/puzzle-generator against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FhjncToast%2Fpuzzle-generator" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hjncToast/puzzle-generator [INFO] finished tweaking git repo https://github.com/hjncToast/puzzle-generator [INFO] tweaked toml for git repo https://github.com/hjncToast/puzzle-generator written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hjncToast/puzzle-generator on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hjncToast/puzzle-generator 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to highest compatible version [INFO] [stderr] Adding bytemuck v1.25.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f [INFO] running `Command { std: "docker" "start" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling bytemuck v1.25.2 [INFO] [stderr] Compiling puzzle-core v0.1.0 (/opt/rustwide/workdir/crates/puzzle-core) [INFO] [stdout] warning: unused import: `Orbit` [INFO] [stdout] --> crates/puzzle-core/src/state.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::parser::{Puzzle, Orbit}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/puzzle-core/src/movetable.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | let mut full_orient = vec![0u8; orbit.size as usize]; [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 2.22s [INFO] running `Command { std: "docker" "inspect" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling puzzle-core v0.1.0 (/opt/rustwide/workdir/crates/puzzle-core) [INFO] [stdout] warning: unused import: `Orbit` [INFO] [stdout] --> crates/puzzle-core/src/state.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::parser::{Puzzle, Orbit}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/puzzle-core/src/movetable.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | let mut full_orient = vec![0u8; orbit.size as usize]; [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `PieceInfo`, `build_moves`, `build_orbits`, and `build_union_find` [INFO] [stdout] --> crates/puzzle-core/examples/scratchpad.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use puzzle_core::{PieceInfo, initialise_pieces, build_union_find, build_orbits, build_moves, build_puzzle}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> crates/puzzle-core/examples/scratchpad.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `apply_alg` and `apply_move` [INFO] [stdout] --> crates/puzzle-core/examples/scratchpad.rs:4:26 [INFO] [stdout] | [INFO] [stdout] 4 | use puzzle_core::moves::{apply_move, apply_alg}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `check_coordinate_sizes`, `lehmer_decode`, `lehmer_encode`, `orientation_decode`, and `orientation_encode` [INFO] [stdout] --> crates/puzzle-core/examples/scratchpad.rs:6:30 [INFO] [stdout] | [INFO] [stdout] 6 | use puzzle_core::movetable::{check_coordinate_sizes, lehmer_encode, lehmer_decode, orientation_decode, orientation_encode, get_or_bui... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/puzzle-core/examples/scratchpad.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let mut state = State::solved(&pzl); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Orbit` [INFO] [stdout] --> crates/puzzle-core/src/state.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::parser::{Puzzle, Orbit}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/puzzle-core/src/movetable.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | let mut full_orient = vec![0u8; orbit.size as usize]; [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Orbit` [INFO] [stderr] --> crates/puzzle-core/src/state.rs:1:29 [INFO] [stderr] | [INFO] [stderr] 1 | use crate::parser::{Puzzle, Orbit}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> crates/puzzle-core/src/movetable.rs:203:13 [INFO] [stderr] | [INFO] [stderr] 203 | let mut full_orient = vec![0u8; orbit.size as usize]; [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `puzzle-core` (lib) generated 2 warnings (run `cargo fix --lib -p puzzle-core` to apply 2 suggestions) [INFO] [stderr] warning: unused imports: `PieceInfo`, `build_moves`, `build_orbits`, and `build_union_find` [INFO] [stderr] --> crates/puzzle-core/examples/scratchpad.rs:1:19 [INFO] [stderr] | [INFO] [stderr] 1 | use puzzle_core::{PieceInfo, initialise_pieces, build_union_find, build_orbits, build_moves, build_puzzle}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> crates/puzzle-core/examples/scratchpad.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `apply_alg` and `apply_move` [INFO] [stderr] --> crates/puzzle-core/examples/scratchpad.rs:4:26 [INFO] [stderr] | [INFO] [stderr] 4 | use puzzle_core::moves::{apply_move, apply_alg}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `check_coordinate_sizes`, `lehmer_decode`, `lehmer_encode`, `orientation_decode`, and `orientation_encode` [INFO] [stderr] --> crates/puzzle-core/examples/scratchpad.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | use puzzle_core::movetable::{check_coordinate_sizes, lehmer_encode, lehmer_decode, orientation_decode, orientation_encode, get_or_bui... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> crates/puzzle-core/examples/scratchpad.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | let mut state = State::solved(&pzl); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `puzzle-core` (example "scratchpad") generated 5 warnings (run `cargo fix --example "scratchpad" -p puzzle-core` to apply 5 suggestions) [INFO] [stderr] warning: `puzzle-core` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/puzzle_core-bd482308c4800177) [INFO] [stderr] Doc-tests puzzle_core [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] [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" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f", kill_on_drop: false }` [INFO] [stdout] 0289291548dc5c8074b53ab2857bb0d4b8aaf1ec767e2147b708a4cafb00f10f