[INFO] cloning repository https://github.com/lasernoises/hacky-rubiks-solver
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lasernoises/hacky-rubiks-solver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flasernoises%2Fhacky-rubiks-solver", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flasernoises%2Fhacky-rubiks-solver'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6139cb7c68ba3dbf6ae65f5fbae683cb71bb85b5
[INFO] checking lasernoises/hacky-rubiks-solver against master#3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0 for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flasernoises%2Fhacky-rubiks-solver" "/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/lasernoises/hacky-rubiks-solver
[INFO] finished tweaking git repo https://github.com/lasernoises/hacky-rubiks-solver
[INFO] tweaked toml for git repo https://github.com/lasernoises/hacky-rubiks-solver written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lasernoises/hacky-rubiks-solver on toolchain 3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lasernoises/hacky-rubiks-solver 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" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d660e03ccb161c9c51a59550fd4d309879c6d1911c4712b5efefd70a9b8a5844
[INFO] running `Command { std: "docker" "start" "-a" "d660e03ccb161c9c51a59550fd4d309879c6d1911c4712b5efefd70a9b8a5844", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d660e03ccb161c9c51a59550fd4d309879c6d1911c4712b5efefd70a9b8a5844", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d660e03ccb161c9c51a59550fd4d309879c6d1911c4712b5efefd70a9b8a5844", kill_on_drop: false }`
[INFO] [stdout] d660e03ccb161c9c51a59550fd4d309879c6d1911c4712b5efefd70a9b8a5844
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1eef6511ade3fbcaa7dd0afbc4224ae9e7dd33a335f2b386141e6c603708179
[INFO] running `Command { std: "docker" "start" "-a" "e1eef6511ade3fbcaa7dd0afbc4224ae9e7dd33a335f2b386141e6c603708179", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking proptest v1.7.0
[INFO] [stderr]    Compiling proptest-derive v0.6.0
[INFO] [stderr]     Checking hacky-rubiks-solver v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn x_layer(&mut self, layer: usize) -> CubeLayer<Piece, LAYERS> {
[INFO] [stdout]     |                ^^^^^^^^^                   ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn x_layer(&mut self, layer: usize) -> CubeLayer<'_, Piece, LAYERS> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:150:16
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn y_layer(&mut self, layer: usize) -> CubeLayer<Piece, LAYERS> {
[INFO] [stdout]     |                ^^^^^^^^^                   ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn y_layer(&mut self, layer: usize) -> CubeLayer<'_, Piece, LAYERS> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn z_layer(&mut self, layer: usize) -> CubeLayer<Piece, LAYERS> {
[INFO] [stdout]     |                ^^^^^^^^^                   ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn z_layer(&mut self, layer: usize) -> CubeLayer<'_, Piece, LAYERS> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:146:16
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn x_layer(&mut self, layer: usize) -> CubeLayer<Piece, LAYERS> {
[INFO] [stdout]     |                ^^^^^^^^^                   ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 146 |     fn x_layer(&mut self, layer: usize) -> CubeLayer<'_, Piece, LAYERS> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:150:16
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn y_layer(&mut self, layer: usize) -> CubeLayer<Piece, LAYERS> {
[INFO] [stdout]     |                ^^^^^^^^^                   ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 150 |     fn y_layer(&mut self, layer: usize) -> CubeLayer<'_, Piece, LAYERS> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/lib.rs:156:16
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn z_layer(&mut self, layer: usize) -> CubeLayer<Piece, LAYERS> {
[INFO] [stdout]     |                ^^^^^^^^^                   ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 156 |     fn z_layer(&mut self, layer: usize) -> CubeLayer<'_, Piece, LAYERS> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.92s
[INFO] running `Command { std: "docker" "inspect" "e1eef6511ade3fbcaa7dd0afbc4224ae9e7dd33a335f2b386141e6c603708179", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1eef6511ade3fbcaa7dd0afbc4224ae9e7dd33a335f2b386141e6c603708179", kill_on_drop: false }`
[INFO] [stdout] e1eef6511ade3fbcaa7dd0afbc4224ae9e7dd33a335f2b386141e6c603708179
