[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] [stderr] From https://github.com/jblindsay/whitebox-tools [INFO] [stderr] b4a0b82..b1d0cbc master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b1d0cbc75555312a01efa627306f8d360317f246 [INFO] checking jblindsay/whitebox-tools against master#be493fe8cc40c3d3f6030a1313c1ff747fce770d for pr-69129 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjblindsay%2Fwhitebox-tools" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jblindsay/whitebox-tools on toolchain be493fe8cc40c3d3f6030a1313c1ff747fce770d [INFO] running `"/workspace/cargo-home/bin/cargo" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "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-3/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+be493fe8cc40c3d3f6030a1313c1ff747fce770d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 59ea40337ed776922860025c214291c0a10e1171fd747d62640db960a6689c26 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "59ea40337ed776922860025c214291c0a10e1171fd747d62640db960a6689c26"` [INFO] [stderr] Compiling serde v1.0.94 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [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 num-integer v0.1.39 [INFO] [stderr] Checking kdtree v0.6.0 [INFO] [stderr] Checking statrs v0.9.0 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking zip v0.3.3 [INFO] [stderr] Checking rand_distr v0.2.1 [INFO] [stderr] Checking nalgebra v0.18.0 [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=b8d38ceab6aa93bc -C extra-filename=-b8d38ceab6aa93bc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-3258635aad46bdb4.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-865acbbe4ad801e9.rmeta --extern kdtree=/opt/rustwide/target/debug/deps/libkdtree-9a1e8f767fe4a432.rmeta --extern libflate=/opt/rustwide/target/debug/deps/liblibflate-89de6443462c01d2.rmeta --extern lzw=/opt/rustwide/target/debug/deps/liblzw-d7f763649d2d53d6.rmeta --extern nalgebra=/opt/rustwide/target/debug/deps/libnalgebra-9fe154cfd0f24022.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-90f71b3b5419a2b7.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-f72680ea4fc8c760.rmeta --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-20150b5642110027.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-60a8ede118a61dc2.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-1911bd25a3a9d761.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d28b0023ea50e844.rmeta --extern statrs=/opt/rustwide/target/debug/deps/libstatrs-fc646df42ad2cbf2.rmeta --extern zip=/opt/rustwide/target/debug/deps/libzip-51039441ced93c55.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/bzip2-sys-0f381405674229e9/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" "59ea40337ed776922860025c214291c0a10e1171fd747d62640db960a6689c26"` [INFO] running `"docker" "rm" "-f" "59ea40337ed776922860025c214291c0a10e1171fd747d62640db960a6689c26"` [INFO] [stdout] 59ea40337ed776922860025c214291c0a10e1171fd747d62640db960a6689c26