Oct 12 10:19:56.613 INFO checking yggie/mach against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 10:19:56.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 10:19:57.254 INFO blam! d4d3a2f8f3d59e5356df94b8b5983eef8f78fd7b6a11d4ddad89a6e39cc657a9 Oct 12 10:19:57.257 INFO running `"docker" "start" "-a" "d4d3a2f8f3d59e5356df94b8b5983eef8f78fd7b6a11d4ddad89a6e39cc657a9"` Oct 12 10:19:58.727 INFO kablam! usermod: no changes Oct 12 10:19:59.064 INFO kablam! Compiling libc v0.2.18 Oct 12 10:19:59.064 INFO kablam! Compiling phf_shared v0.7.20 Oct 12 10:19:59.076 INFO kablam! Compiling num-traits v0.1.36 Oct 12 10:19:59.076 INFO kablam! Compiling serde v0.8.21 Oct 12 10:19:59.076 INFO kablam! Compiling dtoa v0.2.2 Oct 12 10:19:59.076 INFO kablam! Compiling itoa v0.1.1 Oct 12 10:19:59.076 INFO kablam! Compiling bitflags v0.7.0 Oct 12 10:19:59.080 INFO kablam! Checking lazy_static v0.2.2 Oct 12 10:19:59.812 INFO kablam! Compiling semver v0.1.20 Oct 12 10:20:00.092 INFO kablam! Checking lazy_static v0.1.16 Oct 12 10:20:00.616 INFO kablam! Compiling pkg-config v0.3.8 Oct 12 10:20:00.704 INFO kablam! Compiling gcc v0.3.41 Oct 12 10:20:01.468 INFO kablam! Compiling log v0.3.6 Oct 12 10:20:06.452 INFO kablam! Compiling khronos_api v1.0.0 Oct 12 10:20:06.496 INFO kablam! Checking crossbeam v0.2.10 Oct 12 10:20:06.753 INFO kablam! Checking rustc-serialize v0.3.22 Oct 12 10:20:09.661 INFO kablam! Compiling backtrace v0.2.3 Oct 12 10:20:09.773 INFO kablam! Checking cfg-if v0.1.0 Oct 12 10:20:09.821 INFO kablam! Checking rustc-demangle v0.1.3 Oct 12 10:20:10.681 INFO kablam! Checking smallvec v0.1.8 Oct 12 10:20:11.028 INFO kablam! Checking mach v0.0.1 (/source) Oct 12 10:20:11.824 INFO kablam! Compiling dbghelp-sys v0.2.0 Oct 12 10:20:12.482 INFO kablam! Compiling xml-rs v0.3.5 Oct 12 10:20:13.220 INFO kablam! warning: unused import: `Vec3D` Oct 12 10:20:13.221 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 12 10:20:13.222 INFO kablam! | Oct 12 10:20:13.222 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 12 10:20:13.223 INFO kablam! | ^^^^^ Oct 12 10:20:13.223 INFO kablam! | Oct 12 10:20:13.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:20:13.224 INFO kablam! Oct 12 10:20:13.238 INFO kablam! Compiling phf v0.7.20 Oct 12 10:20:13.961 INFO kablam! Compiling rand v0.3.15 Oct 12 10:20:14.189 INFO kablam! Checking memchr v0.1.11 Oct 12 10:20:15.608 INFO kablam! Checking shared_library v0.1.5 Oct 12 10:20:15.642 INFO kablam! Compiling rustc_version v0.1.7 Oct 12 10:20:17.429 INFO kablam! Compiling x11-dl v2.12.0 Oct 12 10:20:21.808 INFO kablam! warning: unused variable: `sphere` Oct 12 10:20:21.809 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 12 10:20:21.810 INFO kablam! | Oct 12 10:20:21.811 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 12 10:20:21.812 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 12 10:20:21.832 INFO kablam! | Oct 12 10:20:21.833 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:20:21.834 INFO kablam! Oct 12 10:20:21.835 INFO kablam! warning: unused variable: `ray` Oct 12 10:20:21.835 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 12 10:20:21.836 INFO kablam! | Oct 12 10:20:21.837 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 12 10:20:21.837 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 12 10:20:21.838 INFO kablam! Oct 12 10:20:22.736 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 12 10:20:22.865 INFO kablam! Checking num-integer v0.1.32 Oct 12 10:20:30.230 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 10:20:30.329 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 10:20:30.598 INFO kablam! Compiling tempfile v2.1.4 Oct 12 10:20:30.805 INFO kablam! Checking num-iter v0.1.32 Oct 12 10:20:31.038 INFO kablam! Compiling phf_generator v0.7.20 Oct 12 10:20:32.081 INFO kablam! Checking fs2 v0.2.5 Oct 12 10:20:32.148 INFO kablam! Checking thread-id v2.0.0 Oct 12 10:20:32.216 INFO kablam! Checking time v0.1.35 Oct 12 10:20:32.765 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 12 10:20:33.156 INFO kablam! Compiling gl_generator v0.5.2 Oct 12 10:20:34.631 INFO kablam! Compiling phf_codegen v0.7.20 Oct 12 10:20:35.426 INFO kablam! Checking thread_local v0.2.7 Oct 12 10:20:36.777 INFO kablam! Checking memmap v0.2.3 Oct 12 10:20:38.100 INFO kablam! Compiling target_build_utils v0.1.2 Oct 12 10:20:38.894 INFO kablam! Checking regex v0.1.80 Oct 12 10:20:41.602 INFO kablam! Compiling serde_json v0.8.4 Oct 12 10:20:43.561 INFO kablam! Checking num-bigint v0.1.35 Oct 12 10:20:45.296 INFO kablam! Checking num-complex v0.1.35 Oct 12 10:20:48.292 INFO kablam! Compiling wayland-client v0.5.12 Oct 12 10:20:48.468 INFO kablam! Compiling glutin v0.6.2 Oct 12 10:20:49.774 INFO kablam! Compiling glium v0.15.0 Oct 12 10:20:50.676 INFO kablam! Checking num-rational v0.1.35 Oct 12 10:20:53.928 INFO kablam! Checking num v0.1.36 Oct 12 10:21:00.718 INFO kablam! Checking nalgebra v0.10.1 Oct 12 10:21:00.825 INFO kablam! Checking env_logger v0.3.5 Oct 12 10:21:01.810 INFO kablam! Checking quickcheck v0.4.1 Oct 12 10:21:22.859 INFO kablam! Compiling libloading v0.3.1 Oct 12 10:21:25.858 INFO kablam! Checking dlib v0.3.1 Oct 12 10:21:26.156 INFO kablam! Checking wayland-sys v0.5.11 Oct 12 10:21:28.622 INFO kablam! Checking wayland-kbd v0.3.6 Oct 12 10:21:28.624 INFO kablam! Checking wayland-window v0.2.3 Oct 12 10:21:50.092 INFO kablam! warning: unused import: `CollisionObjectSpace` Oct 12 10:21:50.092 INFO kablam! --> examples/ray_tracing_demo.rs:8:12 Oct 12 10:21:50.092 INFO kablam! | Oct 12 10:21:50.092 INFO kablam! 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Oct 12 10:21:50.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:50.092 INFO kablam! | Oct 12 10:21:50.092 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:21:50.092 INFO kablam! Oct 12 10:21:51.096 INFO kablam! warning: unused macro definition Oct 12 10:21:51.096 INFO kablam! --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Oct 12 10:21:51.096 INFO kablam! | Oct 12 10:21:51.096 INFO kablam! 3 | / macro_rules! assert_properties { Oct 12 10:21:51.096 INFO kablam! 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Oct 12 10:21:51.096 INFO kablam! 5 | | assert_properties_for_actions($target, $actions, $properties); Oct 12 10:21:51.096 INFO kablam! 6 | | }; Oct 12 10:21:51.096 INFO kablam! 7 | | } Oct 12 10:21:51.096 INFO kablam! | |_^ Oct 12 10:21:51.096 INFO kablam! | Oct 12 10:21:51.096 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 10:21:51.096 INFO kablam! Oct 12 10:21:51.136 INFO kablam! warning: unused import: `Vec3D` Oct 12 10:21:51.136 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 12 10:21:51.136 INFO kablam! | Oct 12 10:21:51.136 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 12 10:21:51.136 INFO kablam! | ^^^^^ Oct 12 10:21:51.136 INFO kablam! | Oct 12 10:21:51.136 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:21:51.136 INFO kablam! Oct 12 10:21:51.248 INFO kablam! warning: field is never used: `color` Oct 12 10:21:51.248 INFO kablam! --> examples/raytracing/point_light.rs:6:5 Oct 12 10:21:51.248 INFO kablam! | Oct 12 10:21:51.248 INFO kablam! 6 | color: Color, Oct 12 10:21:51.248 INFO kablam! | ^^^^^^^^^^^^ Oct 12 10:21:51.248 INFO kablam! | Oct 12 10:21:51.248 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:21:51.248 INFO kablam! Oct 12 10:21:51.248 INFO kablam! warning: field is never used: `position` Oct 12 10:21:51.248 INFO kablam! --> examples/raytracing/point_light.rs:7:5 Oct 12 10:21:51.248 INFO kablam! | Oct 12 10:21:51.248 INFO kablam! 7 | position: Vec3D, Oct 12 10:21:51.248 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 10:21:51.249 INFO kablam! Oct 12 10:21:51.249 INFO kablam! warning: field is never used: `color` Oct 12 10:21:51.249 INFO kablam! --> examples/raytracing/directional_light.rs:6:5 Oct 12 10:21:51.249 INFO kablam! | Oct 12 10:21:51.249 INFO kablam! 6 | color: Color, Oct 12 10:21:51.249 INFO kablam! | ^^^^^^^^^^^^ Oct 12 10:21:51.249 INFO kablam! Oct 12 10:21:51.249 INFO kablam! warning: field is never used: `direction` Oct 12 10:21:51.249 INFO kablam! --> examples/raytracing/directional_light.rs:7:5 Oct 12 10:21:51.249 INFO kablam! | Oct 12 10:21:51.249 INFO kablam! 7 | direction: UnitVec3D, Oct 12 10:21:51.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:51.249 INFO kablam! Oct 12 10:21:51.249 INFO kablam! warning: field is never used: `point_lights` Oct 12 10:21:51.249 INFO kablam! --> examples/ray_tracing_demo.rs:19:5 Oct 12 10:21:51.249 INFO kablam! | Oct 12 10:21:51.249 INFO kablam! 19 | point_lights: Vec, Oct 12 10:21:51.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:51.249 INFO kablam! Oct 12 10:21:51.249 INFO kablam! warning: field is never used: `max_ray_bounces` Oct 12 10:21:51.249 INFO kablam! --> examples/ray_tracing_demo.rs:20:5 Oct 12 10:21:51.249 INFO kablam! | Oct 12 10:21:51.249 INFO kablam! 20 | max_ray_bounces: usize, Oct 12 10:21:51.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:51.249 INFO kablam! Oct 12 10:21:51.249 INFO kablam! warning: field is never used: `directional_lights` Oct 12 10:21:51.249 INFO kablam! --> examples/ray_tracing_demo.rs:21:5 Oct 12 10:21:51.249 INFO kablam! | Oct 12 10:21:51.249 INFO kablam! 21 | directional_lights: Vec, Oct 12 10:21:51.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:51.249 INFO kablam! Oct 12 10:21:53.280 INFO kablam! warning: unused variable: `sphere` Oct 12 10:21:53.280 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 12 10:21:53.280 INFO kablam! | Oct 12 10:21:53.280 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 12 10:21:53.280 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 12 10:21:53.280 INFO kablam! | Oct 12 10:21:53.280 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:21:53.280 INFO kablam! Oct 12 10:21:53.280 INFO kablam! warning: unused variable: `ray` Oct 12 10:21:53.280 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 12 10:21:53.280 INFO kablam! | Oct 12 10:21:53.280 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 12 10:21:53.280 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 12 10:21:53.280 INFO kablam! Oct 12 10:21:54.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Oct 12 10:21:54.348 INFO kablam! su: No module specific data is present Oct 12 10:21:55.620 INFO running `"docker" "rm" "-f" "d4d3a2f8f3d59e5356df94b8b5983eef8f78fd7b6a11d4ddad89a6e39cc657a9"` Oct 12 10:21:56.112 INFO blam! d4d3a2f8f3d59e5356df94b8b5983eef8f78fd7b6a11d4ddad89a6e39cc657a9