[INFO] cloning repository https://github.com/BirdbrainEngineer/lenia_ca
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BirdbrainEngineer/lenia_ca" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBirdbrainEngineer%2Flenia_ca", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBirdbrainEngineer%2Flenia_ca'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ee7b79b09334928a25dbcc96edc33edd57362724
[INFO] checking BirdbrainEngineer/lenia_ca against master#a26e97be8826d408309fffbd8168362365719f50 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBirdbrainEngineer%2Flenia_ca" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/BirdbrainEngineer/lenia_ca on toolchain a26e97be8826d408309fffbd8168362365719f50
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/BirdbrainEngineer/lenia_ca
[INFO] finished tweaking git repo https://github.com/BirdbrainEngineer/lenia_ca
[INFO] tweaked toml for git repo https://github.com/BirdbrainEngineer/lenia_ca written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/BirdbrainEngineer/lenia_ca 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" "+a26e97be8826d408309fffbd8168362365719f50" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded transpose v0.2.2
[INFO] [stderr]   Downloaded primal-check v0.3.3
[INFO] [stderr]   Downloaded strength_reduce v0.2.4
[INFO] [stderr]   Downloaded rustfft v6.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4aee758a955524a8bc490d19be6f42899fe142f07a91a6777df256ffe50df8b4
[INFO] running `Command { std: "docker" "start" "-a" "4aee758a955524a8bc490d19be6f42899fe142f07a91a6777df256ffe50df8b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4aee758a955524a8bc490d19be6f42899fe142f07a91a6777df256ffe50df8b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4aee758a955524a8bc490d19be6f42899fe142f07a91a6777df256ffe50df8b4", kill_on_drop: false }`
[INFO] [stdout] 4aee758a955524a8bc490d19be6f42899fe142f07a91a6777df256ffe50df8b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+a26e97be8826d408309fffbd8168362365719f50" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e44fb81668894a3f35df2f998839687da6326890852bd7e67e425707abf69d60
[INFO] running `Command { std: "docker" "start" "-a" "e44fb81668894a3f35df2f998839687da6326890852bd7e67e425707abf69d60", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]     Checking simd-adler32 v0.3.5
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.7
[INFO] [stderr]    Compiling rustfft v6.1.0
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking rayon-core v1.11.0
[INFO] [stderr]     Checking png v0.17.8
[INFO] [stderr]     Checking num-complex v0.4.3
[INFO] [stderr]     Checking primal-check v0.3.3
[INFO] [stderr]     Checking transpose v0.2.2
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking lenia_ca v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fft.rs:177:67
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 .for_each_with(self.fft_instances[axis].clone(), |mut fft, mut row| {
[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/fft.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |             let mut data_lane = data.lanes_mut(ndarray::Axis(axis));
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fft.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |             let mut fft_lane = &mut self.fft_instances[axis];
[INFO] [stdout]     |                 ----^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fft.rs:177:67
[INFO] [stdout]     |
[INFO] [stdout] 177 |                 .for_each_with(self.fft_instances[axis].clone(), |mut fft, mut row| {
[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/fft.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |             let mut data_lane = data.lanes_mut(ndarray::Axis(axis));
[INFO] [stdout]     |                 ----^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fft.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |             let mut fft_lane = &mut self.fft_instances[axis];
[INFO] [stdout]     |                 ----^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:272:63
[INFO] [stdout]     |
[INFO] [stdout] 272 |         if folder_path.is_empty() { &"./" } else { folder_path.clone() }, 
[INFO] [stdout]     |                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lenias.rs:544:34
[INFO] [stdout]     |
[INFO] [stdout] 544 |             weights = new_weights.clone().to_vec();
[INFO] [stdout]     |                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `[f64]` does not implement `Clone`, so calling `clone` on `&[f64]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:272:63
[INFO] [stdout]     |
[INFO] [stdout] 272 |         if folder_path.is_empty() { &"./" } else { folder_path.clone() }, 
[INFO] [stdout]     |                                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lenias.rs:544:34
[INFO] [stdout]     |
[INFO] [stdout] 544 |             weights = new_weights.clone().to_vec();
[INFO] [stdout]     |                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `[f64]` does not implement `Clone`, so calling `clone` on `&[f64]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.11s
[INFO] running `Command { std: "docker" "inspect" "e44fb81668894a3f35df2f998839687da6326890852bd7e67e425707abf69d60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e44fb81668894a3f35df2f998839687da6326890852bd7e67e425707abf69d60", kill_on_drop: false }`
[INFO] [stdout] e44fb81668894a3f35df2f998839687da6326890852bd7e67e425707abf69d60
