Oct 21 12:01:42.222 INFO checking yggie/mach against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 12:01:42.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 12:01:42.692 INFO blam! e9c805b256736d4793fe4dade53cd90638ce6c710afa368ca06d28fd75b69634 Oct 21 12:01:42.704 INFO running `"docker" "start" "-a" "e9c805b256736d4793fe4dade53cd90638ce6c710afa368ca06d28fd75b69634"` Oct 21 12:01:44.135 INFO kablam! usermod: no changes Oct 21 12:01:44.428 INFO kablam! Compiling libc v0.2.18 Oct 21 12:01:44.428 INFO kablam! Compiling phf_shared v0.7.20 Oct 21 12:01:44.441 INFO kablam! Compiling dtoa v0.2.2 Oct 21 12:01:44.457 INFO kablam! Compiling num-traits v0.1.36 Oct 21 12:01:44.468 INFO kablam! Compiling itoa v0.1.1 Oct 21 12:01:44.472 INFO kablam! Compiling serde v0.8.21 Oct 21 12:01:44.472 INFO kablam! Compiling bitflags v0.7.0 Oct 21 12:01:44.480 INFO kablam! Compiling gcc v0.3.41 Oct 21 12:01:45.956 INFO kablam! Compiling log v0.3.6 Oct 21 12:01:46.121 INFO kablam! Compiling khronos_api v1.0.0 Oct 21 12:01:46.913 INFO kablam! Checking rustc-serialize v0.3.22 Oct 21 12:01:46.941 INFO kablam! Checking crossbeam v0.2.10 Oct 21 12:01:47.709 INFO kablam! Checking byteorder v0.5.3 Oct 21 12:01:47.709 INFO kablam! Compiling backtrace v0.2.3 Oct 21 12:01:47.720 INFO kablam! Checking cfg-if v0.1.0 Oct 21 12:01:48.312 INFO kablam! Checking rustc-demangle v0.1.3 Oct 21 12:01:48.944 INFO kablam! Checking smallvec v0.1.8 Oct 21 12:01:48.952 INFO kablam! Checking mach v0.0.1 (/source) Oct 21 12:01:48.992 INFO kablam! Compiling dbghelp-sys v0.2.0 Oct 21 12:01:49.809 INFO kablam! warning: unused import: `Vec3D` Oct 21 12:01:49.809 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 21 12:01:49.809 INFO kablam! | Oct 21 12:01:49.809 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 21 12:01:49.809 INFO kablam! | ^^^^^ Oct 21 12:01:49.809 INFO kablam! | Oct 21 12:01:49.809 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:01:49.809 INFO kablam! Oct 21 12:01:51.733 INFO kablam! Compiling x11-dl v2.12.0 Oct 21 12:01:51.872 INFO kablam! Compiling xml-rs v0.3.5 Oct 21 12:01:51.901 INFO kablam! Compiling phf v0.7.20 Oct 21 12:01:52.062 INFO kablam! Checking rand v0.3.15 Oct 21 12:01:52.238 INFO kablam! Checking memchr v0.1.11 Oct 21 12:01:53.244 INFO kablam! Checking shared_library v0.1.5 Oct 21 12:01:53.668 INFO kablam! warning: unused variable: `sphere` Oct 21 12:01:53.668 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 21 12:01:53.668 INFO kablam! | Oct 21 12:01:53.668 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 21 12:01:53.668 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 21 12:01:53.668 INFO kablam! | Oct 21 12:01:53.668 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:01:53.668 INFO kablam! Oct 21 12:01:53.668 INFO kablam! warning: unused variable: `ray` Oct 21 12:01:53.668 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 21 12:01:53.668 INFO kablam! | Oct 21 12:01:53.668 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 21 12:01:53.668 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 21 12:01:53.676 INFO kablam! Oct 21 12:01:54.218 INFO kablam! Compiling tempfile v2.1.4 Oct 21 12:01:54.792 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 21 12:01:56.744 INFO kablam! Checking aho-corasick v0.5.3 Oct 21 12:01:56.811 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 12:01:58.076 INFO kablam! Checking thread-id v2.0.0 Oct 21 12:01:58.124 INFO kablam! Checking fs2 v0.2.5 Oct 21 12:01:58.460 INFO kablam! Checking time v0.1.35 Oct 21 12:01:59.289 INFO kablam! Checking thread_local v0.2.7 Oct 21 12:02:01.273 INFO kablam! Checking memmap v0.2.3 Oct 21 12:02:03.059 INFO kablam! Checking regex v0.1.80 Oct 21 12:02:05.732 INFO kablam! Compiling phf_generator v0.7.20 Oct 21 12:02:07.084 INFO kablam! Compiling phf_codegen v0.7.20 Oct 21 12:02:07.280 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 21 12:02:07.280 INFO kablam! Compiling gl_generator v0.5.2 Oct 21 12:02:08.006 INFO kablam! Checking num-bigint v0.1.35 Oct 21 12:02:08.007 INFO kablam! Checking num-complex v0.1.35 Oct 21 12:02:08.532 INFO kablam! Compiling target_build_utils v0.1.2 Oct 21 12:02:17.993 INFO kablam! Checking num-rational v0.1.35 Oct 21 12:02:18.021 INFO kablam! Checking env_logger v0.3.5 Oct 21 12:02:18.080 INFO kablam! Compiling wayland-client v0.5.12 Oct 21 12:02:18.344 INFO kablam! Compiling serde_json v0.8.4 Oct 21 12:02:18.361 INFO kablam! Compiling glutin v0.6.2 Oct 21 12:02:18.363 INFO kablam! Compiling glium v0.15.0 Oct 21 12:02:20.412 INFO kablam! Checking quickcheck v0.4.1 Oct 21 12:02:31.337 INFO kablam! Checking num v0.1.36 Oct 21 12:02:31.896 INFO kablam! Checking nalgebra v0.10.1 Oct 21 12:02:47.092 INFO kablam! Compiling libloading v0.3.1 Oct 21 12:02:51.259 INFO kablam! Checking dlib v0.3.1 Oct 21 12:02:51.868 INFO kablam! Checking wayland-sys v0.5.11 Oct 21 12:02:55.049 INFO kablam! Checking wayland-kbd v0.3.6 Oct 21 12:02:55.049 INFO kablam! Checking wayland-window v0.2.3 Oct 21 12:03:19.372 INFO kablam! warning: unused import: `CollisionObjectSpace` Oct 21 12:03:19.372 INFO kablam! --> examples/ray_tracing_demo.rs:8:12 Oct 21 12:03:19.372 INFO kablam! | Oct 21 12:03:19.372 INFO kablam! 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Oct 21 12:03:19.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 12:03:19.372 INFO kablam! | Oct 21 12:03:19.372 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:03:19.372 INFO kablam! Oct 21 12:03:19.520 INFO kablam! warning: unused macro definition Oct 21 12:03:19.520 INFO kablam! --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Oct 21 12:03:19.520 INFO kablam! | Oct 21 12:03:19.520 INFO kablam! 3 | / macro_rules! assert_properties { Oct 21 12:03:19.520 INFO kablam! 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Oct 21 12:03:19.520 INFO kablam! 5 | | assert_properties_for_actions($target, $actions, $properties); Oct 21 12:03:19.520 INFO kablam! 6 | | }; Oct 21 12:03:19.520 INFO kablam! 7 | | } Oct 21 12:03:19.520 INFO kablam! | |_^ Oct 21 12:03:19.520 INFO kablam! | Oct 21 12:03:19.520 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 12:03:19.520 INFO kablam! Oct 21 12:03:19.564 INFO kablam! warning: unused import: `Vec3D` Oct 21 12:03:19.564 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 21 12:03:19.564 INFO kablam! | Oct 21 12:03:19.564 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 21 12:03:19.564 INFO kablam! | ^^^^^ Oct 21 12:03:19.564 INFO kablam! | Oct 21 12:03:19.564 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 12:03:19.564 INFO kablam! Oct 21 12:03:19.984 INFO kablam! warning: field is never used: `color` Oct 21 12:03:19.984 INFO kablam! --> examples/raytracing/point_light.rs:6:5 Oct 21 12:03:19.984 INFO kablam! | Oct 21 12:03:19.984 INFO kablam! 6 | color: Color, Oct 21 12:03:19.984 INFO kablam! | ^^^^^^^^^^^^ Oct 21 12:03:19.984 INFO kablam! | Oct 21 12:03:19.984 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 12:03:19.984 INFO kablam! Oct 21 12:03:19.985 INFO kablam! warning: field is never used: `position` Oct 21 12:03:19.985 INFO kablam! --> examples/raytracing/point_light.rs:7:5 Oct 21 12:03:19.985 INFO kablam! | Oct 21 12:03:19.985 INFO kablam! 7 | position: Vec3D, Oct 21 12:03:19.985 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 12:03:19.985 INFO kablam! Oct 21 12:03:19.985 INFO kablam! warning: field is never used: `color` Oct 21 12:03:19.985 INFO kablam! --> examples/raytracing/directional_light.rs:6:5 Oct 21 12:03:19.985 INFO kablam! | Oct 21 12:03:19.985 INFO kablam! 6 | color: Color, Oct 21 12:03:19.985 INFO kablam! | ^^^^^^^^^^^^ Oct 21 12:03:19.985 INFO kablam! Oct 21 12:03:19.985 INFO kablam! warning: field is never used: `direction` Oct 21 12:03:19.985 INFO kablam! --> examples/raytracing/directional_light.rs:7:5 Oct 21 12:03:19.985 INFO kablam! | Oct 21 12:03:19.985 INFO kablam! 7 | direction: UnitVec3D, Oct 21 12:03:19.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 12:03:19.985 INFO kablam! Oct 21 12:03:19.985 INFO kablam! warning: field is never used: `point_lights` Oct 21 12:03:19.985 INFO kablam! --> examples/ray_tracing_demo.rs:19:5 Oct 21 12:03:19.985 INFO kablam! | Oct 21 12:03:19.985 INFO kablam! 19 | point_lights: Vec, Oct 21 12:03:19.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:03:19.985 INFO kablam! Oct 21 12:03:19.985 INFO kablam! warning: field is never used: `max_ray_bounces` Oct 21 12:03:19.985 INFO kablam! --> examples/ray_tracing_demo.rs:20:5 Oct 21 12:03:19.985 INFO kablam! | Oct 21 12:03:19.985 INFO kablam! 20 | max_ray_bounces: usize, Oct 21 12:03:19.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:03:19.985 INFO kablam! Oct 21 12:03:19.985 INFO kablam! warning: field is never used: `directional_lights` Oct 21 12:03:19.985 INFO kablam! --> examples/ray_tracing_demo.rs:21:5 Oct 21 12:03:19.985 INFO kablam! | Oct 21 12:03:19.985 INFO kablam! 21 | directional_lights: Vec, Oct 21 12:03:19.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 12:03:19.985 INFO kablam! Oct 21 12:03:22.249 INFO kablam! warning: unused variable: `sphere` Oct 21 12:03:22.249 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 21 12:03:22.250 INFO kablam! | Oct 21 12:03:22.250 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 21 12:03:22.250 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 21 12:03:22.250 INFO kablam! | Oct 21 12:03:22.251 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 12:03:22.251 INFO kablam! Oct 21 12:03:22.251 INFO kablam! warning: unused variable: `ray` Oct 21 12:03:22.252 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 21 12:03:22.252 INFO kablam! | Oct 21 12:03:22.252 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 21 12:03:22.253 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 21 12:03:22.253 INFO kablam! Oct 21 12:03:23.324 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 39s Oct 21 12:03:23.353 INFO kablam! su: No module specific data is present Oct 21 12:03:24.300 INFO running `"docker" "rm" "-f" "e9c805b256736d4793fe4dade53cd90638ce6c710afa368ca06d28fd75b69634"` Oct 21 12:03:24.572 INFO blam! e9c805b256736d4793fe4dade53cd90638ce6c710afa368ca06d28fd75b69634