[INFO] cloning repository https://github.com/KevinMackenzie/ferric-falcon [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KevinMackenzie/ferric-falcon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinMackenzie%2Fferric-falcon", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinMackenzie%2Fferric-falcon'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc9b27aad51321d9710ce4f38e2a8e96f7d1cdbf [INFO] checking KevinMackenzie/ferric-falcon against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevinMackenzie%2Fferric-falcon" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KevinMackenzie/ferric-falcon on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KevinMackenzie/ferric-falcon [INFO] finished tweaking git repo https://github.com/KevinMackenzie/ferric-falcon [INFO] tweaked toml for git repo https://github.com/KevinMackenzie/ferric-falcon written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/KevinMackenzie/ferric-falcon already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 59ea50a6c2635f671a26b41fa5912f051d677d57d381b249f3c498985474cc55 [INFO] running `Command { std: "docker" "start" "-a" "59ea50a6c2635f671a26b41fa5912f051d677d57d381b249f3c498985474cc55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59ea50a6c2635f671a26b41fa5912f051d677d57d381b249f3c498985474cc55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59ea50a6c2635f671a26b41fa5912f051d677d57d381b249f3c498985474cc55", kill_on_drop: false }` [INFO] [stdout] 59ea50a6c2635f671a26b41fa5912f051d677d57d381b249f3c498985474cc55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b3c86dcc5df87c7713fe3012442cd68d5d5ad971fe9f7d45f8eae8599d25c6b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9b3c86dcc5df87c7713fe3012442cd68d5d5ad971fe9f7d45f8eae8599d25c6b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking matrixmultiply v0.2.3 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking num-integer v0.1.42 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Compiling paste-impl v0.1.16 [INFO] [stderr] Checking paste v0.1.16 [INFO] [stderr] Checking simba v0.1.2 [INFO] [stderr] Checking nalgebra v0.21.0 [INFO] [stderr] Checking ferric_falcon v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `uniform_sphere` [INFO] [stdout] --> src/math/sampling.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn uniform_sphere(rng: &mut R) -> Unit> [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `uniform_hemisphere` [INFO] [stdout] --> src/math/sampling.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn uniform_hemisphere( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cos_hemisphere` [INFO] [stdout] --> src/math/sampling.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn cos_hemisphere( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fromSphere` [INFO] [stdout] --> src/math.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn fromSphere(r: f64, azimuth: f64, incl: f64) -> Vector3 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fromSphereN` [INFO] [stdout] --> src/math.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn fromSphereN(azimuth: f64, incl: f64) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getOrthoVec` [INFO] [stdout] --> src/math.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn getOrthoVec(v: &Vector3) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `fromSphere` should have a snake case name [INFO] [stdout] --> src/math.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn fromSphere(r: f64, azimuth: f64, incl: f64) -> Vector3 { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `from_sphere` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `fromSphereN` should have a snake case name [INFO] [stdout] --> src/math.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn fromSphereN(azimuth: f64, incl: f64) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `from_sphere_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getOrthoVec` should have a snake case name [INFO] [stdout] --> src/math.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn getOrthoVec(v: &Vector3) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_ortho_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `xAxis` should have a snake case name [INFO] [stdout] --> src/math.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let xAxis: Vector3 = Vector3::new(1.0, 0.0, 0.0); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `x_axis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `yAxis` should have a snake case name [INFO] [stdout] --> src/math.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | let yAxis: Vector3 = Vector3::new(0.0, 1.0, 0.0); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `y_axis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `uniform_sphere` [INFO] [stdout] --> src/math/sampling.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn uniform_sphere(rng: &mut R) -> Unit> [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `uniform_hemisphere` [INFO] [stdout] --> src/math/sampling.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn uniform_hemisphere( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `cos_hemisphere` [INFO] [stdout] --> src/math/sampling.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn cos_hemisphere( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fromSphere` [INFO] [stdout] --> src/math.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn fromSphere(r: f64, azimuth: f64, incl: f64) -> Vector3 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fromSphereN` [INFO] [stdout] --> src/math.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn fromSphereN(azimuth: f64, incl: f64) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `getOrthoVec` [INFO] [stdout] --> src/math.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn getOrthoVec(v: &Vector3) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `fromSphere` should have a snake case name [INFO] [stdout] --> src/math.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn fromSphere(r: f64, azimuth: f64, incl: f64) -> Vector3 { [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `from_sphere` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `fromSphereN` should have a snake case name [INFO] [stdout] --> src/math.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn fromSphereN(azimuth: f64, incl: f64) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `from_sphere_n` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `getOrthoVec` should have a snake case name [INFO] [stdout] --> src/math.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn getOrthoVec(v: &Vector3) -> Unit> { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `get_ortho_vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `xAxis` should have a snake case name [INFO] [stdout] --> src/math.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let xAxis: Vector3 = Vector3::new(1.0, 0.0, 0.0); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `x_axis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `yAxis` should have a snake case name [INFO] [stdout] --> src/math.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | let yAxis: Vector3 = Vector3::new(0.0, 1.0, 0.0); [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `y_axis` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.50s [INFO] running `Command { std: "docker" "inspect" "9b3c86dcc5df87c7713fe3012442cd68d5d5ad971fe9f7d45f8eae8599d25c6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b3c86dcc5df87c7713fe3012442cd68d5d5ad971fe9f7d45f8eae8599d25c6b", kill_on_drop: false }` [INFO] [stdout] 9b3c86dcc5df87c7713fe3012442cd68d5d5ad971fe9f7d45f8eae8599d25c6b