[INFO] updating cached repository https://github.com/albysmith/Region_Generator [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] d523670ffd15822c06947a906b5a8e10be1e3525 [INFO] testing albysmith/Region_Generator against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falbysmith%2FRegion_Generator" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 69% (2804/4053) Checking out files: 70% (2838/4053) Checking out files: 71% (2878/4053) Checking out files: 72% (2919/4053) Checking out files: 73% (2959/4053) Checking out files: 74% (3000/4053) Checking out files: 75% (3040/4053) Checking out files: 76% (3081/4053) Checking out files: 77% (3121/4053) Checking out files: 78% (3162/4053) Checking out files: 79% (3202/4053) Checking out files: 80% (3243/4053) Checking out files: 81% (3283/4053) Checking out files: 82% (3324/4053) Checking out files: 83% (3364/4053) Checking out files: 84% (3405/4053) Checking out files: 85% (3446/4053) Checking out files: 86% (3486/4053) Checking out files: 87% (3527/4053) Checking out files: 88% (3567/4053) Checking out files: 89% (3608/4053) Checking out files: 90% (3648/4053) Checking out files: 91% (3689/4053) Checking out files: 92% (3729/4053) Checking out files: 93% (3770/4053) Checking out files: 94% (3810/4053) Checking out files: 95% (3851/4053) Checking out files: 96% (3891/4053) Checking out files: 97% (3932/4053) Checking out files: 98% (3972/4053) Checking out files: 99% (4013/4053) Checking out files: 100% (4053/4053) Checking out files: 100% (4053/4053), done. [INFO] validating manifest of git repo https://github.com/albysmith/Region_Generator on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/albysmith/Region_Generator [INFO] finished tweaking git repo https://github.com/albysmith/Region_Generator [INFO] tweaked toml for git repo https://github.com/albysmith/Region_Generator written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/albysmith/Region_Generator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 29573e96f594315b9479e79010882645d17b7f2333f484c5b99418e71f646ae9 [INFO] running `"docker" "start" "-a" "29573e96f594315b9479e79010882645d17b7f2333f484c5b99418e71f646ae9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling order-stat v0.1.3 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.38 [INFO] [stderr] Compiling cogset v0.2.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling serde-xml-rs v0.3.1 [INFO] [stderr] Compiling toml v0.5.3 [INFO] [stderr] Compiling region_generator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/E:/Rust/Projects/OutPut Files/Regions/clustersnotags.xml: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:290:24 [INFO] [stderr] | [INFO] [stderr] 290 | let clusters_str = include_str!("E:/Rust/Projects/OutPut Files/Regions/clustersnotags.xml"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/main.rs:402:45 [INFO] [stderr] | [INFO] [stderr] 402 | fn get_random_in_range(range: &Vec) -> (i64) { [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 type [INFO] [stderr] --> src/main.rs:408:46 [INFO] [stderr] | [INFO] [stderr] 408 | fn get_variant_in_range(range: &Vec) -> (f32) { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/main.rs:414:70 [INFO] [stderr] | [INFO] [stderr] 414 | fn distance(point_a: &(i64, i64, i64), point_b: &(i64, i64, i64)) -> (f64) { [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `region_generator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "29573e96f594315b9479e79010882645d17b7f2333f484c5b99418e71f646ae9"` [INFO] running `"docker" "rm" "-f" "29573e96f594315b9479e79010882645d17b7f2333f484c5b99418e71f646ae9"` [INFO] [stdout] 29573e96f594315b9479e79010882645d17b7f2333f484c5b99418e71f646ae9