Oct 31 17:37:26.020 INFO checking yggie/mach against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 17:37:26.021 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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.496 INFO blam! 4c502f7d8f922ab830272fe7ddb4bfef04663e3aaddbdbf50e17827b27d87a72 Oct 31 17:37:26.501 INFO running `"docker" "start" "-a" "4c502f7d8f922ab830272fe7ddb4bfef04663e3aaddbdbf50e17827b27d87a72"` Oct 31 17:37:27.952 INFO kablam! usermod: no changes Oct 31 17:37:28.232 INFO kablam! Compiling libc v0.2.18 Oct 31 17:37:28.235 INFO kablam! Compiling phf_shared v0.7.20 Oct 31 17:37:28.235 INFO kablam! Compiling num-traits v0.1.36 Oct 31 17:37:28.236 INFO kablam! Compiling serde v0.8.21 Oct 31 17:37:28.240 INFO kablam! Compiling dtoa v0.2.2 Oct 31 17:37:28.240 INFO kablam! Compiling itoa v0.1.1 Oct 31 17:37:28.240 INFO kablam! Compiling bitflags v0.7.0 Oct 31 17:37:28.240 INFO kablam! Checking lazy_static v0.2.2 Oct 31 17:37:28.900 INFO kablam! Compiling khronos_api v1.0.0 Oct 31 17:37:30.440 INFO kablam! Compiling pkg-config v0.3.8 Oct 31 17:37:30.577 INFO kablam! Compiling gcc v0.3.41 Oct 31 17:37:31.073 INFO kablam! Compiling log v0.3.6 Oct 31 17:37:32.274 INFO kablam! Checking lazy_static v0.1.16 Oct 31 17:37:33.764 INFO kablam! Checking crossbeam v0.2.10 Oct 31 17:37:36.512 INFO kablam! Checking rustc-serialize v0.3.22 Oct 31 17:37:38.905 INFO kablam! Checking byteorder v0.5.3 Oct 31 17:37:38.985 INFO kablam! Checking cfg-if v0.1.0 Oct 31 17:37:38.985 INFO kablam! Checking rustc-demangle v0.1.3 Oct 31 17:37:39.140 INFO kablam! Checking smallvec v0.1.8 Oct 31 17:37:39.313 INFO kablam! Checking mach v0.0.1 (/source) Oct 31 17:37:39.939 INFO kablam! Compiling xml-rs v0.3.5 Oct 31 17:37:40.503 INFO kablam! Compiling phf v0.7.20 Oct 31 17:37:41.349 INFO kablam! Compiling rand v0.3.15 Oct 31 17:37:41.552 INFO kablam! warning: unused import: `Vec3D` Oct 31 17:37:41.552 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 31 17:37:41.552 INFO kablam! | Oct 31 17:37:41.552 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 31 17:37:41.553 INFO kablam! | ^^^^^ Oct 31 17:37:41.553 INFO kablam! | Oct 31 17:37:41.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:37:41.553 INFO kablam! Oct 31 17:37:41.555 INFO kablam! Checking memchr v0.1.11 Oct 31 17:37:42.911 INFO kablam! Checking shared_library v0.1.5 Oct 31 17:37:42.933 INFO kablam! Compiling x11-dl v2.12.0 Oct 31 17:37:44.928 INFO kablam! Checking num-integer v0.1.32 Oct 31 17:37:47.041 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 31 17:37:47.225 INFO kablam! Compiling tempfile v2.1.4 Oct 31 17:37:49.712 INFO kablam! warning: unused variable: `sphere` Oct 31 17:37:49.713 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 31 17:37:49.714 INFO kablam! | Oct 31 17:37:49.715 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 31 17:37:49.715 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 31 17:37:49.716 INFO kablam! | Oct 31 17:37:49.717 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:37:49.717 INFO kablam! Oct 31 17:37:49.724 INFO kablam! warning: unused variable: `ray` Oct 31 17:37:49.725 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 31 17:37:49.726 INFO kablam! | Oct 31 17:37:49.726 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 31 17:37:49.727 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 31 17:37:49.727 INFO kablam! Oct 31 17:37:50.685 INFO kablam! Checking aho-corasick v0.5.3 Oct 31 17:37:52.261 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 17:37:52.953 INFO kablam! Checking num-iter v0.1.32 Oct 31 17:37:58.540 INFO kablam! Checking fs2 v0.2.5 Oct 31 17:37:58.624 INFO kablam! Checking thread-id v2.0.0 Oct 31 17:37:58.720 INFO kablam! Checking time v0.1.35 Oct 31 17:37:58.797 INFO kablam! Compiling phf_generator v0.7.20 Oct 31 17:38:00.082 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 31 17:38:00.466 INFO kablam! Compiling gl_generator v0.5.2 Oct 31 17:38:00.664 INFO kablam! Checking thread_local v0.2.7 Oct 31 17:38:01.953 INFO kablam! Checking memmap v0.2.3 Oct 31 17:38:02.961 INFO kablam! Compiling phf_codegen v0.7.20 Oct 31 17:38:04.194 INFO kablam! Checking backtrace v0.2.3 Oct 31 17:38:04.593 INFO kablam! Checking regex v0.1.80 Oct 31 17:38:05.350 INFO kablam! Compiling target_build_utils v0.1.2 Oct 31 17:38:14.922 INFO kablam! Compiling wayland-client v0.5.12 Oct 31 17:38:17.185 INFO kablam! Checking num-bigint v0.1.35 Oct 31 17:38:17.425 INFO kablam! Checking num-complex v0.1.35 Oct 31 17:38:17.427 INFO kablam! Compiling glutin v0.6.2 Oct 31 17:38:17.522 INFO kablam! Compiling glium v0.15.0 Oct 31 17:38:29.254 INFO kablam! Compiling serde_json v0.8.4 Oct 31 17:38:29.462 INFO kablam! Checking env_logger v0.3.5 Oct 31 17:38:29.464 INFO kablam! Checking num-rational v0.1.35 Oct 31 17:38:31.390 INFO kablam! Checking quickcheck v0.4.1 Oct 31 17:38:32.122 INFO kablam! Checking num v0.1.36 Oct 31 17:38:32.867 INFO kablam! Checking nalgebra v0.10.1 Oct 31 17:38:48.291 INFO kablam! Compiling libloading v0.3.1 Oct 31 17:38:50.969 INFO kablam! Checking dlib v0.3.1 Oct 31 17:38:51.205 INFO kablam! Checking wayland-sys v0.5.11 Oct 31 17:38:54.256 INFO kablam! Checking wayland-window v0.2.3 Oct 31 17:38:54.256 INFO kablam! Checking wayland-kbd v0.3.6 Oct 31 17:39:17.231 INFO kablam! warning: unused import: `CollisionObjectSpace` Oct 31 17:39:17.231 INFO kablam! --> examples/ray_tracing_demo.rs:8:12 Oct 31 17:39:17.231 INFO kablam! | Oct 31 17:39:17.231 INFO kablam! 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Oct 31 17:39:17.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:17.231 INFO kablam! | Oct 31 17:39:17.231 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:39:17.231 INFO kablam! Oct 31 17:39:18.544 INFO kablam! warning: unused macro definition Oct 31 17:39:18.545 INFO kablam! --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Oct 31 17:39:18.545 INFO kablam! | Oct 31 17:39:18.545 INFO kablam! 3 | / macro_rules! assert_properties { Oct 31 17:39:18.546 INFO kablam! 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Oct 31 17:39:18.546 INFO kablam! 5 | | assert_properties_for_actions($target, $actions, $properties); Oct 31 17:39:18.546 INFO kablam! 6 | | }; Oct 31 17:39:18.547 INFO kablam! 7 | | } Oct 31 17:39:18.547 INFO kablam! | |_^ Oct 31 17:39:18.548 INFO kablam! | Oct 31 17:39:18.548 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 17:39:18.549 INFO kablam! Oct 31 17:39:18.620 INFO kablam! warning: unused import: `Vec3D` Oct 31 17:39:18.621 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 31 17:39:18.622 INFO kablam! | Oct 31 17:39:18.622 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 31 17:39:18.623 INFO kablam! | ^^^^^ Oct 31 17:39:18.623 INFO kablam! | Oct 31 17:39:18.623 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 17:39:18.624 INFO kablam! Oct 31 17:39:18.716 INFO kablam! warning: field is never used: `color` Oct 31 17:39:18.716 INFO kablam! --> examples/raytracing/point_light.rs:6:5 Oct 31 17:39:18.716 INFO kablam! | Oct 31 17:39:18.716 INFO kablam! 6 | color: Color, Oct 31 17:39:18.716 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:39:18.736 INFO kablam! | Oct 31 17:39:18.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 17:39:18.736 INFO kablam! Oct 31 17:39:18.740 INFO kablam! warning: field is never used: `position` Oct 31 17:39:18.740 INFO kablam! --> examples/raytracing/point_light.rs:7:5 Oct 31 17:39:18.740 INFO kablam! | Oct 31 17:39:18.740 INFO kablam! 7 | position: Vec3D, Oct 31 17:39:18.740 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 17:39:18.740 INFO kablam! Oct 31 17:39:18.740 INFO kablam! warning: field is never used: `color` Oct 31 17:39:18.740 INFO kablam! --> examples/raytracing/directional_light.rs:6:5 Oct 31 17:39:18.740 INFO kablam! | Oct 31 17:39:18.740 INFO kablam! 6 | color: Color, Oct 31 17:39:18.740 INFO kablam! | ^^^^^^^^^^^^ Oct 31 17:39:18.740 INFO kablam! Oct 31 17:39:18.741 INFO kablam! warning: field is never used: `direction` Oct 31 17:39:18.741 INFO kablam! --> examples/raytracing/directional_light.rs:7:5 Oct 31 17:39:18.741 INFO kablam! | Oct 31 17:39:18.741 INFO kablam! 7 | direction: UnitVec3D, Oct 31 17:39:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:18.741 INFO kablam! Oct 31 17:39:18.741 INFO kablam! warning: field is never used: `point_lights` Oct 31 17:39:18.741 INFO kablam! --> examples/ray_tracing_demo.rs:19:5 Oct 31 17:39:18.741 INFO kablam! | Oct 31 17:39:18.741 INFO kablam! 19 | point_lights: Vec, Oct 31 17:39:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:18.741 INFO kablam! Oct 31 17:39:18.741 INFO kablam! warning: field is never used: `max_ray_bounces` Oct 31 17:39:18.741 INFO kablam! --> examples/ray_tracing_demo.rs:20:5 Oct 31 17:39:18.741 INFO kablam! | Oct 31 17:39:18.741 INFO kablam! 20 | max_ray_bounces: usize, Oct 31 17:39:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:18.741 INFO kablam! Oct 31 17:39:18.741 INFO kablam! warning: field is never used: `directional_lights` Oct 31 17:39:18.741 INFO kablam! --> examples/ray_tracing_demo.rs:21:5 Oct 31 17:39:18.741 INFO kablam! | Oct 31 17:39:18.741 INFO kablam! 21 | directional_lights: Vec, Oct 31 17:39:18.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 17:39:18.741 INFO kablam! Oct 31 17:39:20.633 INFO kablam! warning: unused variable: `sphere` Oct 31 17:39:20.633 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 31 17:39:20.633 INFO kablam! | Oct 31 17:39:20.633 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 31 17:39:20.633 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 31 17:39:20.633 INFO kablam! | Oct 31 17:39:20.633 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 17:39:20.633 INFO kablam! Oct 31 17:39:20.636 INFO kablam! warning: unused variable: `ray` Oct 31 17:39:20.636 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 31 17:39:20.636 INFO kablam! | Oct 31 17:39:20.636 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 31 17:39:20.636 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 31 17:39:20.636 INFO kablam! Oct 31 17:39:21.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 53s Oct 31 17:39:21.733 INFO kablam! su: No module specific data is present Oct 31 17:39:23.096 INFO running `"docker" "rm" "-f" "4c502f7d8f922ab830272fe7ddb4bfef04663e3aaddbdbf50e17827b27d87a72"` Oct 31 17:39:23.362 INFO blam! 4c502f7d8f922ab830272fe7ddb4bfef04663e3aaddbdbf50e17827b27d87a72