[INFO] updating cached repository https://github.com/RickyBoyd/rust_raytracer [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] f54c107a27a7d6186a874eb099699c0c62ed1b83 [INFO] testing RickyBoyd/rust_raytracer against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRickyBoyd%2Frust_raytracer" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RickyBoyd/rust_raytracer on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/RickyBoyd/rust_raytracer [INFO] finished tweaking git repo https://github.com/RickyBoyd/rust_raytracer [INFO] tweaked toml for git repo https://github.com/RickyBoyd/rust_raytracer written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/RickyBoyd/rust_raytracer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2020-06-03" "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] 40dba673bf281c2cd4fbc22d0180108f6d41157d30f8939dde6c076213707744 [INFO] running `"docker" "start" "-a" "40dba673bf281c2cd4fbc22d0180108f6d41157d30f8939dde6c076213707744"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling alga v0.8.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling nalgebra v0.17.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling piston-gfx_texture v0.40.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.66.0 [INFO] [stderr] Compiling winit v0.19.4 [INFO] [stderr] Compiling pistoncore-input v0.28.0 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling pistoncore-window v0.44.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.49.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.63.0 [INFO] [stderr] Compiling piston v0.49.0 [INFO] [stderr] Compiling piston_window v0.105.0 [INFO] [stderr] Compiling nalgebra-glm v0.3.0 [INFO] [stderr] Compiling ray v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `intersection` [INFO] [stderr] --> src/main.rs:123:10 [INFO] [stderr] | [INFO] [stderr] 123 | fn shade(intersection: &Intersection, triangle: &triangle::Triangle, light: &light::PointLight, ray_dir: &glm::Vec3) -> glm::Vec3 { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_intersection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/main.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | position: glm::Vec3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 50s [INFO] running `"docker" "inspect" "40dba673bf281c2cd4fbc22d0180108f6d41157d30f8939dde6c076213707744"` [INFO] running `"docker" "rm" "-f" "40dba673bf281c2cd4fbc22d0180108f6d41157d30f8939dde6c076213707744"` [INFO] [stdout] 40dba673bf281c2cd4fbc22d0180108f6d41157d30f8939dde6c076213707744 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0605338fc37bf78d8c69fae1c118397f6ef470ed540ee483dd086222c0e0f647 [INFO] running `"docker" "start" "-a" "0605338fc37bf78d8c69fae1c118397f6ef470ed540ee483dd086222c0e0f647"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ray v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `intersection` [INFO] [stderr] --> src/main.rs:123:10 [INFO] [stderr] | [INFO] [stderr] 123 | fn shade(intersection: &Intersection, triangle: &triangle::Triangle, light: &light::PointLight, ray_dir: &glm::Vec3) -> glm::Vec3 { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_intersection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/main.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | position: glm::Vec3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `"docker" "inspect" "0605338fc37bf78d8c69fae1c118397f6ef470ed540ee483dd086222c0e0f647"` [INFO] running `"docker" "rm" "-f" "0605338fc37bf78d8c69fae1c118397f6ef470ed540ee483dd086222c0e0f647"` [INFO] [stdout] 0605338fc37bf78d8c69fae1c118397f6ef470ed540ee483dd086222c0e0f647 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3405ffdc4a577936e393c1d401f14319f7bd9a343ed2a4c499754f99c75c8525 [INFO] running `"docker" "start" "-a" "3405ffdc4a577936e393c1d401f14319f7bd9a343ed2a4c499754f99c75c8525"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `intersection` [INFO] [stderr] --> src/main.rs:123:10 [INFO] [stderr] | [INFO] [stderr] 123 | fn shade(intersection: &Intersection, triangle: &triangle::Triangle, light: &light::PointLight, ray_dir: &glm::Vec3) -> glm::Vec3 { [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_intersection` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `position` [INFO] [stderr] --> src/main.rs:87:5 [INFO] [stderr] | [INFO] [stderr] 87 | position: glm::Vec3, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ray-44d15f25de247ead [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "3405ffdc4a577936e393c1d401f14319f7bd9a343ed2a4c499754f99c75c8525"` [INFO] running `"docker" "rm" "-f" "3405ffdc4a577936e393c1d401f14319f7bd9a343ed2a4c499754f99c75c8525"` [INFO] [stdout] 3405ffdc4a577936e393c1d401f14319f7bd9a343ed2a4c499754f99c75c8525