Oct 26 17:32:50.603 INFO checking yggie/mach against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 17:32:50.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 17:32:51.163 INFO blam! 3bd919aa72e7b527af6e1be3f7d5837883e80aef2df1ac044c69fa07025e8999 Oct 26 17:32:51.167 INFO running `"docker" "start" "-a" "3bd919aa72e7b527af6e1be3f7d5837883e80aef2df1ac044c69fa07025e8999"` Oct 26 17:32:52.373 INFO kablam! usermod: no changes Oct 26 17:32:52.651 INFO kablam! Compiling libc v0.2.18 Oct 26 17:32:52.651 INFO kablam! Compiling phf_shared v0.7.20 Oct 26 17:32:52.675 INFO kablam! Compiling serde v0.8.21 Oct 26 17:32:52.675 INFO kablam! Compiling dtoa v0.2.2 Oct 26 17:32:52.675 INFO kablam! Compiling num-traits v0.1.36 Oct 26 17:32:52.680 INFO kablam! Compiling itoa v0.1.1 Oct 26 17:32:52.680 INFO kablam! Compiling bitflags v0.7.0 Oct 26 17:32:52.683 INFO kablam! Checking lazy_static v0.2.2 Oct 26 17:32:53.207 INFO kablam! Compiling semver v0.1.20 Oct 26 17:32:53.902 INFO kablam! Checking lazy_static v0.1.16 Oct 26 17:32:54.067 INFO kablam! Compiling gcc v0.3.41 Oct 26 17:32:54.733 INFO kablam! Compiling khronos_api v1.0.0 Oct 26 17:32:55.420 INFO kablam! Compiling pkg-config v0.3.8 Oct 26 17:32:56.698 INFO kablam! Compiling log v0.3.6 Oct 26 17:32:57.008 INFO kablam! Checking regex-syntax v0.3.9 Oct 26 17:33:04.507 INFO kablam! Checking byteorder v0.5.3 Oct 26 17:33:04.528 INFO kablam! Checking utf8-ranges v0.1.3 Oct 26 17:33:04.660 INFO kablam! Checking cfg-if v0.1.0 Oct 26 17:33:04.760 INFO kablam! Checking rustc-demangle v0.1.3 Oct 26 17:33:04.911 INFO kablam! Checking smallvec v0.1.8 Oct 26 17:33:05.503 INFO kablam! Checking mach v0.0.1 (/source) Oct 26 17:33:05.991 INFO kablam! Compiling xml-rs v0.3.5 Oct 26 17:33:06.919 INFO kablam! Compiling phf v0.7.20 Oct 26 17:33:07.055 INFO kablam! Checking memchr v0.1.11 Oct 26 17:33:07.196 INFO kablam! Checking shared_library v0.1.5 Oct 26 17:33:07.691 INFO kablam! warning: unused import: `Vec3D` Oct 26 17:33:07.691 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 26 17:33:07.691 INFO kablam! | Oct 26 17:33:07.691 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 26 17:33:07.691 INFO kablam! | ^^^^^ Oct 26 17:33:07.715 INFO kablam! | Oct 26 17:33:07.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:33:07.715 INFO kablam! Oct 26 17:33:08.120 INFO kablam! Checking num-integer v0.1.32 Oct 26 17:33:08.476 INFO kablam! Checking num-complex v0.1.35 Oct 26 17:33:09.097 INFO kablam! Compiling rand v0.3.15 Oct 26 17:33:09.492 INFO kablam! Compiling x11-dl v2.12.0 Oct 26 17:33:10.568 INFO kablam! Compiling rustc_version v0.1.7 Oct 26 17:33:13.324 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 26 17:33:15.369 INFO kablam! Checking aho-corasick v0.5.3 Oct 26 17:33:15.411 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 17:33:15.503 INFO kablam! Checking num-bigint v0.1.35 Oct 26 17:33:15.887 INFO kablam! warning: unused variable: `sphere` Oct 26 17:33:15.887 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 26 17:33:15.887 INFO kablam! | Oct 26 17:33:15.887 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 26 17:33:15.887 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 26 17:33:15.887 INFO kablam! | Oct 26 17:33:15.887 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:33:15.887 INFO kablam! Oct 26 17:33:15.887 INFO kablam! warning: unused variable: `ray` Oct 26 17:33:15.887 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 26 17:33:15.887 INFO kablam! | Oct 26 17:33:15.887 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 26 17:33:15.887 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 26 17:33:15.887 INFO kablam! Oct 26 17:33:17.021 INFO kablam! Checking num-iter v0.1.32 Oct 26 17:33:23.328 INFO kablam! Compiling tempfile v2.1.4 Oct 26 17:33:23.770 INFO kablam! Checking thread-id v2.0.0 Oct 26 17:33:23.801 INFO kablam! Checking fs2 v0.2.5 Oct 26 17:33:23.869 INFO kablam! Checking time v0.1.35 Oct 26 17:33:23.931 INFO kablam! Checking num-rational v0.1.35 Oct 26 17:33:24.550 INFO kablam! Compiling phf_generator v0.7.20 Oct 26 17:33:25.181 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 26 17:33:25.897 INFO kablam! Compiling gl_generator v0.5.2 Oct 26 17:33:26.197 INFO kablam! Checking thread_local v0.2.7 Oct 26 17:33:26.817 INFO kablam! Checking memmap v0.2.3 Oct 26 17:33:27.064 INFO kablam! Checking backtrace v0.2.3 Oct 26 17:33:28.331 INFO kablam! Compiling phf_codegen v0.7.20 Oct 26 17:33:29.327 INFO kablam! Checking num v0.1.36 Oct 26 17:33:29.483 INFO kablam! Checking regex v0.1.80 Oct 26 17:33:30.265 INFO kablam! Checking nalgebra v0.10.1 Oct 26 17:33:30.425 INFO kablam! Compiling target_build_utils v0.1.2 Oct 26 17:33:38.835 INFO kablam! Compiling wayland-client v0.5.12 Oct 26 17:33:43.115 INFO kablam! Compiling glutin v0.6.2 Oct 26 17:33:43.309 INFO kablam! Compiling glium v0.15.0 Oct 26 17:33:45.204 INFO kablam! Compiling serde_json v0.8.4 Oct 26 17:33:46.611 INFO kablam! Checking env_logger v0.3.5 Oct 26 17:33:50.159 INFO kablam! Checking quickcheck v0.4.1 Oct 26 17:34:12.017 INFO kablam! Compiling libloading v0.3.1 Oct 26 17:34:15.072 INFO kablam! Checking dlib v0.3.1 Oct 26 17:34:15.559 INFO kablam! Checking wayland-sys v0.5.11 Oct 26 17:34:18.653 INFO kablam! Checking wayland-kbd v0.3.6 Oct 26 17:34:18.653 INFO kablam! Checking wayland-window v0.2.3 Oct 26 17:34:37.683 INFO kablam! warning: unused import: `CollisionObjectSpace` Oct 26 17:34:37.683 INFO kablam! --> examples/ray_tracing_demo.rs:8:12 Oct 26 17:34:37.683 INFO kablam! | Oct 26 17:34:37.683 INFO kablam! 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Oct 26 17:34:37.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 17:34:37.683 INFO kablam! | Oct 26 17:34:37.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:34:37.683 INFO kablam! Oct 26 17:34:38.740 INFO kablam! warning: unused macro definition Oct 26 17:34:38.740 INFO kablam! --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Oct 26 17:34:38.740 INFO kablam! | Oct 26 17:34:38.740 INFO kablam! 3 | / macro_rules! assert_properties { Oct 26 17:34:38.740 INFO kablam! 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Oct 26 17:34:38.740 INFO kablam! 5 | | assert_properties_for_actions($target, $actions, $properties); Oct 26 17:34:38.740 INFO kablam! 6 | | }; Oct 26 17:34:38.740 INFO kablam! 7 | | } Oct 26 17:34:38.741 INFO kablam! | |_^ Oct 26 17:34:38.759 INFO kablam! | Oct 26 17:34:38.759 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 17:34:38.759 INFO kablam! Oct 26 17:34:38.809 INFO kablam! warning: unused import: `Vec3D` Oct 26 17:34:38.809 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 26 17:34:38.809 INFO kablam! | Oct 26 17:34:38.809 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 26 17:34:38.809 INFO kablam! | ^^^^^ Oct 26 17:34:38.819 INFO kablam! | Oct 26 17:34:38.819 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 17:34:38.819 INFO kablam! Oct 26 17:34:38.919 INFO kablam! warning: field is never used: `color` Oct 26 17:34:38.919 INFO kablam! --> examples/raytracing/point_light.rs:6:5 Oct 26 17:34:38.919 INFO kablam! | Oct 26 17:34:38.919 INFO kablam! 6 | color: Color, Oct 26 17:34:38.919 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:34:38.935 INFO kablam! | Oct 26 17:34:38.935 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 17:34:38.935 INFO kablam! Oct 26 17:34:38.936 INFO kablam! warning: field is never used: `position` Oct 26 17:34:38.936 INFO kablam! --> examples/raytracing/point_light.rs:7:5 Oct 26 17:34:38.936 INFO kablam! | Oct 26 17:34:38.936 INFO kablam! 7 | position: Vec3D, Oct 26 17:34:38.937 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 17:34:38.937 INFO kablam! Oct 26 17:34:38.937 INFO kablam! warning: field is never used: `color` Oct 26 17:34:38.938 INFO kablam! --> examples/raytracing/directional_light.rs:6:5 Oct 26 17:34:38.938 INFO kablam! | Oct 26 17:34:38.938 INFO kablam! 6 | color: Color, Oct 26 17:34:38.939 INFO kablam! | ^^^^^^^^^^^^ Oct 26 17:34:38.939 INFO kablam! Oct 26 17:34:38.939 INFO kablam! warning: field is never used: `direction` Oct 26 17:34:38.940 INFO kablam! --> examples/raytracing/directional_light.rs:7:5 Oct 26 17:34:38.940 INFO kablam! | Oct 26 17:34:38.940 INFO kablam! 7 | direction: UnitVec3D, Oct 26 17:34:38.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 17:34:38.941 INFO kablam! Oct 26 17:34:38.941 INFO kablam! warning: field is never used: `point_lights` Oct 26 17:34:38.942 INFO kablam! --> examples/ray_tracing_demo.rs:19:5 Oct 26 17:34:38.942 INFO kablam! | Oct 26 17:34:38.942 INFO kablam! 19 | point_lights: Vec, Oct 26 17:34:38.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:34:38.943 INFO kablam! Oct 26 17:34:38.943 INFO kablam! warning: field is never used: `max_ray_bounces` Oct 26 17:34:38.943 INFO kablam! --> examples/ray_tracing_demo.rs:20:5 Oct 26 17:34:38.944 INFO kablam! | Oct 26 17:34:38.944 INFO kablam! 20 | max_ray_bounces: usize, Oct 26 17:34:38.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:34:38.944 INFO kablam! Oct 26 17:34:38.945 INFO kablam! warning: field is never used: `directional_lights` Oct 26 17:34:38.945 INFO kablam! --> examples/ray_tracing_demo.rs:21:5 Oct 26 17:34:38.945 INFO kablam! | Oct 26 17:34:38.946 INFO kablam! 21 | directional_lights: Vec, Oct 26 17:34:38.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 17:34:38.946 INFO kablam! Oct 26 17:34:40.884 INFO kablam! warning: unused variable: `sphere` Oct 26 17:34:40.884 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 26 17:34:40.884 INFO kablam! | Oct 26 17:34:40.885 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 26 17:34:40.885 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 26 17:34:40.885 INFO kablam! | Oct 26 17:34:40.885 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 17:34:40.886 INFO kablam! Oct 26 17:34:40.888 INFO kablam! warning: unused variable: `ray` Oct 26 17:34:40.888 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 26 17:34:40.888 INFO kablam! | Oct 26 17:34:40.888 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 26 17:34:40.888 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 26 17:34:40.888 INFO kablam! Oct 26 17:34:41.798 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 26 17:34:41.830 INFO kablam! su: No module specific data is present Oct 26 17:34:43.651 INFO running `"docker" "rm" "-f" "3bd919aa72e7b527af6e1be3f7d5837883e80aef2df1ac044c69fa07025e8999"` Oct 26 17:34:43.989 INFO blam! 3bd919aa72e7b527af6e1be3f7d5837883e80aef2df1ac044c69fa07025e8999