[INFO] updating cached repository https://github.com/team-impulse/thermal_image_mapping [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] d8a429bf34661c78cded5f5519b2deb7d20ab9d7 [INFO] checking team-impulse/thermal_image_mapping against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fteam-impulse%2Fthermal_image_mapping" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/team-impulse/thermal_image_mapping on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/team-impulse/thermal_image_mapping [INFO] finished tweaking git repo https://github.com/team-impulse/thermal_image_mapping [INFO] tweaked toml for git repo https://github.com/team-impulse/thermal_image_mapping written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/team-impulse/thermal_image_mapping already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/sebcrozet/nalgebra` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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" "+beta-2019-10-27" "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] a3d2b25c5b7a8f5e8cd8c7472646026d6c1e57b408f8c2113eb88600ef10307a [INFO] running `"docker" "start" "-a" "a3d2b25c5b7a8f5e8cd8c7472646026d6c1e57b408f8c2113eb88600ef10307a"` [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Checking csv v0.14.7 [INFO] [stderr] Checking getrandom v0.1.13 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking nalgebra v0.19.0 (https://github.com/sebcrozet/nalgebra#549d0dd2) [INFO] [stderr] Checking heat_map v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `na::Mat2`, `na::Vec2` [INFO] [stderr] --> src/main.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use na::{ Mat2, Vec2 }; [INFO] [stderr] | ^^^^ ^^^^ no `Vec2` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Mat2` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::cmp::partial_min`, `std::cmp::partial_max` [INFO] [stderr] --> src/main.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | use std::cmp::{ partial_min, partial_max }; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^ no `partial_max` in `cmp` [INFO] [stderr] | | [INFO] [stderr] | no `partial_min` in `cmp` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PI_2` in module `consts` [INFO] [stderr] --> src/main.rs:12:50 [INFO] [stderr] | [INFO] [stderr] 12 | const RESOLUTION_X : f64 = 20./360.0*consts::PI_2; [INFO] [stderr] | ^^^^ not found in `consts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PI_2` in module `consts` [INFO] [stderr] --> src/main.rs:13:49 [INFO] [stderr] | [INFO] [stderr] 13 | const RESOLUTION_Y : f64 = 5./360.0*consts::PI_2; [INFO] [stderr] | ^^^^ not found in `consts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PI_2` in module `consts` [INFO] [stderr] --> src/main.rs:112:85 [INFO] [stderr] | [INFO] [stderr] 112 | env_data.push((record.lat, record.long, record.h, record.bear/360.0*consts::PI_2)); [INFO] [stderr] | ^^^^ not found in `consts` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(core)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `na::Mat2`, `na::Vec2` [INFO] [stderr] --> src/main.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | use na::{ Mat2, Vec2 }; [INFO] [stderr] | ^^^^ ^^^^ no `Vec2` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Mat2` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::cmp::partial_min`, `std::cmp::partial_max` [INFO] [stderr] --> src/main.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | use std::cmp::{ partial_min, partial_max }; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^ no `partial_max` in `cmp` [INFO] [stderr] | | [INFO] [stderr] | no `partial_min` in `cmp` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PI_2` in module `consts` [INFO] [stderr] --> src/main.rs:12:50 [INFO] [stderr] | [INFO] [stderr] 12 | const RESOLUTION_X : f64 = 20./360.0*consts::PI_2; [INFO] [stderr] | ^^^^ not found in `consts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PI_2` in module `consts` [INFO] [stderr] --> src/main.rs:13:49 [INFO] [stderr] | [INFO] [stderr] 13 | const RESOLUTION_Y : f64 = 5./360.0*consts::PI_2; [INFO] [stderr] | ^^^^ not found in `consts` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `PI_2` in module `consts` [INFO] [stderr] --> src/main.rs:112:85 [INFO] [stderr] | [INFO] [stderr] 112 | env_data.push((record.lat, record.long, record.h, record.bear/360.0*consts::PI_2)); [INFO] [stderr] | ^^^^ not found in `consts` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(core)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `heat_map`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `heat_map`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a3d2b25c5b7a8f5e8cd8c7472646026d6c1e57b408f8c2113eb88600ef10307a"` [INFO] running `"docker" "rm" "-f" "a3d2b25c5b7a8f5e8cd8c7472646026d6c1e57b408f8c2113eb88600ef10307a"` [INFO] [stdout] a3d2b25c5b7a8f5e8cd8c7472646026d6c1e57b408f8c2113eb88600ef10307a