[INFO] updating cached repository https://github.com/jblindsay/whitebox-tools [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6f14761b3ecd1f27fee1c9d043e7e771c116d9d9 [INFO] checking jblindsay/whitebox-tools against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjblindsay%2Fwhitebox-tools" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jblindsay/whitebox-tools on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jblindsay/whitebox-tools [INFO] finished tweaking git repo https://github.com/jblindsay/whitebox-tools [INFO] tweaked toml for git repo https://github.com/jblindsay/whitebox-tools written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/jblindsay/whitebox-tools already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5def2a79865c7ff91810c59e810251673188777d5755788f0354c04f569a68bf [INFO] running `"docker" "start" "-a" "5def2a79865c7ff91810c59e810251673188777d5755788f0354c04f569a68bf"` [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking libflate v0.1.21 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking kdtree v0.6.0 [INFO] [stderr] Checking msdos_time v0.1.6 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking rand_pcg v0.2.0 [INFO] [stderr] Checking statrs v0.9.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking zip v0.3.3 [INFO] [stderr] Checking nalgebra v0.18.0 [INFO] [stderr] Checking rand_distr v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.94 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking whitebox_tools v1.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/algorithms/delaunay_triangulation.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | (self.triangles.len() / 3) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/raster/geotiff/mod.rs:504:17 [INFO] [stderr] | [INFO] [stderr] 504 | (ifd.interpret_as_ascii().parse::().unwrap_or(-32768f32) as f64) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/algorithms/delaunay_triangulation.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 99 | (self.triangles.len() / 3) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/raster/geotiff/mod.rs:504:17 [INFO] [stderr] | [INFO] [stderr] 504 | (ifd.interpret_as_ascii().parse::().unwrap_or(-32768f32) as f64) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: could not compile `whitebox_tools`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name whitebox_tools --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,metadata -C debuginfo=2 -C metadata=e7264a65091f1d5f -C extra-filename=-e7264a65091f1d5f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-f3c5efa1b8430e26.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-ebc9b7f7269d3e34.rmeta --extern kdtree=/opt/rustwide/target/debug/deps/libkdtree-d96961450bd31f33.rmeta --extern libflate=/opt/rustwide/target/debug/deps/liblibflate-101aff335931d054.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-8ad2029d4879968d.rmeta --extern nalgebra=/opt/rustwide/target/debug/deps/libnalgebra-dff535d64f0818e0.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-658db7c6f3da0de8.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-225d9f4597df5e6c.rmeta --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-f41c87c8c5943b08.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-69e55352188ac63a.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-574addb33874b6e6.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-715bcf994d674d3f.rmeta --extern statrs=/opt/rustwide/target/debug/deps/libstatrs-7cd003ee3cd9caae.rmeta --extern zip=/opt/rustwide/target/debug/deps/libzip-d8e7dabc4b430076.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/bzip2-sys-971c8ad1d778d300/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/structures/n_maximizer.rs:127:62 [INFO] [stderr] | [INFO] [stderr] 127 | for val in [4.0, 3.0, -2.0, 9.0, 3.0, 2.0, 1.0, 8.0].into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/structures/n_minimizer.rs:127:62 [INFO] [stderr] | [INFO] [stderr] 127 | for val in [4.0, 3.0, -2.0, 9.0, 3.0, 2.0, 1.0, 8.0].into_iter() { [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5def2a79865c7ff91810c59e810251673188777d5755788f0354c04f569a68bf"` [INFO] running `"docker" "rm" "-f" "5def2a79865c7ff91810c59e810251673188777d5755788f0354c04f569a68bf"` [INFO] [stdout] 5def2a79865c7ff91810c59e810251673188777d5755788f0354c04f569a68bf