[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] daa48fc..11f0c4f master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11f0c4f911018f301da2e0076b7ee4d50dcdd5a4 [INFO] checking jblindsay/whitebox-tools against try#f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f for pr-69560 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjblindsay%2Fwhitebox-tools" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 99% (558/563) Checking out files: 100% (563/563) Checking out files: 100% (563/563), done. [INFO] validating manifest of git repo https://github.com/jblindsay/whitebox-tools on toolchain f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f [INFO] running `"/workspace/cargo-home/bin/cargo" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "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-14/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" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+f503dc8e6998ec30e0e3a3937c0fd18331a5dc9f" "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] d5a9116620eb6385ed7036025484231e41ddeaeb2bb919d1842d29c663a29f2b [INFO] running `"docker" "start" "-a" "d5a9116620eb6385ed7036025484231e41ddeaeb2bb919d1842d29c663a29f2b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking miniz_oxide_c_api v0.2.1 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking msdos_time v0.1.6 [INFO] [stderr] Checking kdtree v0.6.0 [INFO] [stderr] Checking rand_pcg v0.2.0 [INFO] [stderr] Checking alga v0.9.1 [INFO] [stderr] Checking libflate v0.1.21 [INFO] [stderr] Checking statrs v0.9.0 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Compiling serde_derive v1.0.94 [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 nalgebra v0.18.0 [INFO] [stderr] Checking rand_distr v0.2.1 [INFO] [stderr] Checking zip v0.3.3 [INFO] [stderr] Checking whitebox_tools v1.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `contour_from_raster` [INFO] [stderr] --> src/tools/terrain_analysis/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | mod contour_from_raster; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either contour_from_raster.rs or contour_from_raster/mod.rs inside the directory "src/tools/terrain_analysis" [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0583`. [INFO] [stderr] error: could not compile `whitebox_tools`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0583]: file not found for module `contour_from_raster` [INFO] [stderr] --> src/tools/terrain_analysis/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | mod contour_from_raster; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either contour_from_raster.rs or contour_from_raster/mod.rs inside the directory "src/tools/terrain_analysis" [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0583`. [INFO] [stderr] error: could not compile `whitebox_tools`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d5a9116620eb6385ed7036025484231e41ddeaeb2bb919d1842d29c663a29f2b"` [INFO] running `"docker" "rm" "-f" "d5a9116620eb6385ed7036025484231e41ddeaeb2bb919d1842d29c663a29f2b"` [INFO] [stdout] d5a9116620eb6385ed7036025484231e41ddeaeb2bb919d1842d29c663a29f2b