Oct 31 17:37:25.831 INFO checking yggie/mach against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 17:37:25.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 17:37:26.329 INFO blam! 7413ba37482524fa54ac91baf5087cd7d31af0d32465f61f9a08075f80e643ab Oct 31 17:37:26.340 INFO running `"docker" "start" "-a" "7413ba37482524fa54ac91baf5087cd7d31af0d32465f61f9a08075f80e643ab"` Oct 31 17:37:27.425 INFO kablam! usermod: no changes Oct 31 17:37:27.636 INFO kablam! Compiling libc v0.2.18 Oct 31 17:37:27.636 INFO kablam! Compiling phf_shared v0.7.20 Oct 31 17:37:27.636 INFO kablam! Compiling itoa v0.1.1 Oct 31 17:37:27.636 INFO kablam! Compiling serde v0.8.21 Oct 31 17:37:27.636 INFO kablam! Compiling num-traits v0.1.36 Oct 31 17:37:27.636 INFO kablam! Compiling dtoa v0.2.2 Oct 31 17:37:27.660 INFO kablam! Compiling bitflags v0.7.0 Oct 31 17:37:27.660 INFO kablam! Checking lazy_static v0.2.2 Oct 31 17:37:28.264 INFO kablam! Compiling log v0.3.6 Oct 31 17:37:28.392 INFO kablam! Compiling gcc v0.3.41 Oct 31 17:37:29.100 INFO kablam! Compiling khronos_api v1.0.0 Oct 31 17:37:29.212 INFO kablam! Checking lazy_static v0.1.16 Oct 31 17:37:30.480 INFO kablam! Compiling pkg-config v0.3.8 Oct 31 17:37:30.993 INFO kablam! Checking rustc-serialize v0.3.22 Oct 31 17:37:32.329 INFO kablam! Checking crossbeam v0.2.10 Oct 31 17:37:39.044 INFO kablam! Compiling backtrace v0.2.3 Oct 31 17:37:39.104 INFO kablam! Checking rustc-demangle v0.1.3 Oct 31 17:37:39.248 INFO kablam! Checking smallvec v0.1.8 Oct 31 17:37:39.296 INFO kablam! Checking mach v0.0.1 (/source) Oct 31 17:37:39.416 INFO kablam! Compiling dbghelp-sys v0.2.0 Oct 31 17:37:40.433 INFO kablam! Compiling xml-rs v0.3.5 Oct 31 17:37:41.549 INFO kablam! Compiling phf v0.7.20 Oct 31 17:37:41.721 INFO kablam! warning: unused import: `Vec3D` Oct 31 17:37:41.721 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 31 17:37:41.721 INFO kablam! | Oct 31 17:37:41.721 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 31 17:37:41.721 INFO kablam! | ^^^^^ Oct 31 17:37:41.728 INFO kablam! | Oct 31 17:37:41.728 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:37:41.728 INFO kablam! Oct 31 17:37:42.265 INFO kablam! Compiling rand v0.3.15 Oct 31 17:37:42.948 INFO kablam! Checking memchr v0.1.11 Oct 31 17:37:43.833 INFO kablam! Checking shared_library v0.1.5 Oct 31 17:37:44.254 INFO kablam! Checking num-integer v0.1.32 Oct 31 17:37:45.513 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 31 17:37:46.502 INFO kablam! Compiling x11-dl v2.12.0 Oct 31 17:37:50.489 INFO kablam! Compiling tempfile v2.1.4 Oct 31 17:37:50.514 INFO kablam! warning: unused variable: `sphere` Oct 31 17:37:50.514 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 31 17:37:50.514 INFO kablam! | Oct 31 17:37:50.514 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 31 17:37:50.514 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 31 17:37:50.528 INFO kablam! | Oct 31 17:37:50.528 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:37:50.529 INFO kablam! Oct 31 17:37:50.529 INFO kablam! warning: unused variable: `ray` Oct 31 17:37:50.530 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 31 17:37:50.530 INFO kablam! | Oct 31 17:37:50.530 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 31 17:37:50.530 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 31 17:37:50.540 INFO kablam! Oct 31 17:37:51.245 INFO kablam! Checking aho-corasick v0.5.3 Oct 31 17:37:52.901 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 17:37:58.274 INFO kablam! Checking num-iter v0.1.32 Oct 31 17:37:58.845 INFO kablam! Compiling phf_generator v0.7.20 Oct 31 17:37:59.265 INFO kablam! Checking thread-id v2.0.0 Oct 31 17:37:59.569 INFO kablam! Checking fs2 v0.2.5 Oct 31 17:37:59.918 INFO kablam! Checking time v0.1.35 Oct 31 17:38:00.513 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 31 17:38:00.529 INFO kablam! Compiling gl_generator v0.5.2 Oct 31 17:38:01.217 INFO kablam! Checking thread_local v0.2.7 Oct 31 17:38:02.305 INFO kablam! Compiling phf_codegen v0.7.20 Oct 31 17:38:04.678 INFO kablam! Checking memmap v0.2.3 Oct 31 17:38:05.854 INFO kablam! Checking regex v0.1.80 Oct 31 17:38:06.241 INFO kablam! Compiling target_build_utils v0.1.2 Oct 31 17:38:15.622 INFO kablam! Checking num-bigint v0.1.35 Oct 31 17:38:15.623 INFO kablam! Checking num-complex v0.1.35 Oct 31 17:38:15.733 INFO kablam! Compiling wayland-client v0.5.12 Oct 31 17:38:15.820 INFO kablam! Compiling glutin v0.6.2 Oct 31 17:38:16.085 INFO kablam! Compiling glium v0.15.0 Oct 31 17:38:18.557 INFO kablam! Compiling serde_json v0.8.4 Oct 31 17:38:22.994 INFO kablam! Checking env_logger v0.3.5 Oct 31 17:38:30.618 INFO kablam! Checking num-rational v0.1.35 Oct 31 17:38:30.699 INFO kablam! Checking quickcheck v0.4.1 Oct 31 17:38:34.927 INFO kablam! Checking num v0.1.36 Oct 31 17:38:35.694 INFO kablam! Checking nalgebra v0.10.1 Oct 31 17:38:48.185 INFO kablam! Compiling libloading v0.3.1 Oct 31 17:38:51.252 INFO kablam! Checking dlib v0.3.1 Oct 31 17:38:51.464 INFO kablam! Checking wayland-sys v0.5.11 Oct 31 17:38:53.836 INFO kablam! Checking wayland-kbd v0.3.6 Oct 31 17:38:53.836 INFO kablam! Checking wayland-window v0.2.3 Oct 31 17:39:18.623 INFO kablam! warning: unused import: `CollisionObjectSpace` Oct 31 17:39:18.624 INFO kablam! --> examples/ray_tracing_demo.rs:8:12 Oct 31 17:39:18.625 INFO kablam! | Oct 31 17:39:18.625 INFO kablam! 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Oct 31 17:39:18.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:18.627 INFO kablam! | Oct 31 17:39:18.627 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:39:18.628 INFO kablam! Oct 31 17:39:19.820 INFO kablam! warning: unused macro definition Oct 31 17:39:19.821 INFO kablam! --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Oct 31 17:39:19.822 INFO kablam! | Oct 31 17:39:19.823 INFO kablam! 3 | / macro_rules! assert_properties { Oct 31 17:39:19.823 INFO kablam! 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Oct 31 17:39:19.824 INFO kablam! 5 | | assert_properties_for_actions($target, $actions, $properties); Oct 31 17:39:19.824 INFO kablam! 6 | | }; Oct 31 17:39:19.825 INFO kablam! 7 | | } Oct 31 17:39:19.826 INFO kablam! | |_^ Oct 31 17:39:19.826 INFO kablam! | Oct 31 17:39:19.827 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 17:39:19.827 INFO kablam! Oct 31 17:39:19.878 INFO kablam! warning: unused import: `Vec3D` Oct 31 17:39:19.879 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 31 17:39:19.879 INFO kablam! | Oct 31 17:39:19.880 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 31 17:39:19.881 INFO kablam! | ^^^^^ Oct 31 17:39:19.881 INFO kablam! | Oct 31 17:39:19.882 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:39:19.882 INFO kablam! Oct 31 17:39:19.989 INFO kablam! warning: field is never used: `color` Oct 31 17:39:19.990 INFO kablam! --> examples/raytracing/point_light.rs:6:5 Oct 31 17:39:19.990 INFO kablam! | Oct 31 17:39:19.990 INFO kablam! 6 | color: Color, Oct 31 17:39:19.990 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:39:19.991 INFO kablam! | Oct 31 17:39:19.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:39:19.993 INFO kablam! Oct 31 17:39:19.993 INFO kablam! warning: field is never used: `position` Oct 31 17:39:19.993 INFO kablam! --> examples/raytracing/point_light.rs:7:5 Oct 31 17:39:19.993 INFO kablam! | Oct 31 17:39:19.993 INFO kablam! 7 | position: Vec3D, Oct 31 17:39:19.994 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 17:39:19.995 INFO kablam! Oct 31 17:39:19.995 INFO kablam! warning: field is never used: `color` Oct 31 17:39:19.995 INFO kablam! --> examples/raytracing/directional_light.rs:6:5 Oct 31 17:39:19.995 INFO kablam! | Oct 31 17:39:19.995 INFO kablam! 6 | color: Color, Oct 31 17:39:19.995 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:39:19.997 INFO kablam! Oct 31 17:39:19.998 INFO kablam! warning: field is never used: `direction` Oct 31 17:39:19.998 INFO kablam! --> examples/raytracing/directional_light.rs:7:5 Oct 31 17:39:19.999 INFO kablam! | Oct 31 17:39:20.000 INFO kablam! 7 | direction: UnitVec3D, Oct 31 17:39:20.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:20.001 INFO kablam! Oct 31 17:39:20.001 INFO kablam! warning: field is never used: `point_lights` Oct 31 17:39:20.002 INFO kablam! --> examples/ray_tracing_demo.rs:19:5 Oct 31 17:39:20.003 INFO kablam! | Oct 31 17:39:20.003 INFO kablam! 19 | point_lights: Vec, Oct 31 17:39:20.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:20.004 INFO kablam! Oct 31 17:39:20.005 INFO kablam! warning: field is never used: `max_ray_bounces` Oct 31 17:39:20.006 INFO kablam! --> examples/ray_tracing_demo.rs:20:5 Oct 31 17:39:20.006 INFO kablam! | Oct 31 17:39:20.006 INFO kablam! 20 | max_ray_bounces: usize, Oct 31 17:39:20.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:20.007 INFO kablam! Oct 31 17:39:20.007 INFO kablam! warning: field is never used: `directional_lights` Oct 31 17:39:20.007 INFO kablam! --> examples/ray_tracing_demo.rs:21:5 Oct 31 17:39:20.007 INFO kablam! | Oct 31 17:39:20.007 INFO kablam! 21 | directional_lights: Vec, Oct 31 17:39:20.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:20.012 INFO kablam! Oct 31 17:39:21.932 INFO kablam! warning: unused variable: `sphere` Oct 31 17:39:21.932 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 31 17:39:21.932 INFO kablam! | Oct 31 17:39:21.932 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 31 17:39:21.932 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 31 17:39:21.932 INFO kablam! | Oct 31 17:39:21.932 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:39:21.932 INFO kablam! Oct 31 17:39:21.932 INFO kablam! warning: unused variable: `ray` Oct 31 17:39:21.932 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 31 17:39:21.932 INFO kablam! | Oct 31 17:39:21.932 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 31 17:39:21.932 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 31 17:39:21.932 INFO kablam! Oct 31 17:39:23.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Oct 31 17:39:23.091 INFO kablam! su: No module specific data is present Oct 31 17:39:23.666 INFO running `"docker" "rm" "-f" "7413ba37482524fa54ac91baf5087cd7d31af0d32465f61f9a08075f80e643ab"` Oct 31 17:39:23.948 INFO blam! 7413ba37482524fa54ac91baf5087cd7d31af0d32465f61f9a08075f80e643ab