Oct 12 10:19:56.053 INFO checking yggie/mach against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 10:19:56.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:56.624 INFO blam! 05115a6668e2e74f7d0a8aa02d8567c4df0b88e35b578d97a5a3d9a2df4b4522 Oct 12 10:19:56.628 INFO running `"docker" "start" "-a" "05115a6668e2e74f7d0a8aa02d8567c4df0b88e35b578d97a5a3d9a2df4b4522"` Oct 12 10:19:57.735 INFO kablam! usermod: no changes Oct 12 10:19:58.024 INFO kablam! Compiling libc v0.2.18 Oct 12 10:19:58.024 INFO kablam! Compiling phf_shared v0.7.20 Oct 12 10:19:58.024 INFO kablam! Compiling dtoa v0.2.2 Oct 12 10:19:58.024 INFO kablam! Compiling num-traits v0.1.36 Oct 12 10:19:58.024 INFO kablam! Compiling itoa v0.1.1 Oct 12 10:19:58.024 INFO kablam! Compiling serde v0.8.21 Oct 12 10:19:58.024 INFO kablam! Compiling bitflags v0.7.0 Oct 12 10:19:58.024 INFO kablam! Checking lazy_static v0.2.2 Oct 12 10:19:58.656 INFO kablam! Compiling semver v0.1.20 Oct 12 10:19:59.684 INFO kablam! Compiling log v0.3.6 Oct 12 10:19:59.892 INFO kablam! Compiling pkg-config v0.3.8 Oct 12 10:20:00.616 INFO kablam! Checking lazy_static v0.1.16 Oct 12 10:20:01.424 INFO kablam! Compiling gcc v0.3.41 Oct 12 10:20:02.300 INFO kablam! Compiling khronos_api v1.0.0 Oct 12 10:20:02.404 INFO kablam! Checking rustc-serialize v0.3.22 Oct 12 10:20:05.600 INFO kablam! Checking crossbeam v0.2.10 Oct 12 10:20:06.256 INFO kablam! Checking utf8-ranges v0.1.3 Oct 12 10:20:07.556 INFO kablam! Checking regex-syntax v0.3.9 Oct 12 10:20:11.344 INFO kablam! Compiling backtrace v0.2.3 Oct 12 10:20:11.370 INFO kablam! Checking rustc-demangle v0.1.3 Oct 12 10:20:11.485 INFO kablam! Checking cfg-if v0.1.0 Oct 12 10:20:11.821 INFO kablam! Checking smallvec v0.1.8 Oct 12 10:20:12.242 INFO kablam! Checking mach v0.0.1 (/source) Oct 12 10:20:12.693 INFO kablam! Compiling dbghelp-sys v0.2.0 Oct 12 10:20:13.818 INFO kablam! Compiling xml-rs v0.3.5 Oct 12 10:20:14.672 INFO kablam! warning: unused import: `Vec3D` Oct 12 10:20:14.673 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 12 10:20:14.673 INFO kablam! | Oct 12 10:20:14.674 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 12 10:20:14.674 INFO kablam! | ^^^^^ Oct 12 10:20:14.692 INFO kablam! | Oct 12 10:20:14.693 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:20:14.694 INFO kablam! Oct 12 10:20:15.256 INFO kablam! Compiling phf v0.7.20 Oct 12 10:20:15.792 INFO kablam! Checking memchr v0.1.11 Oct 12 10:20:16.292 INFO kablam! Checking rand v0.3.15 Oct 12 10:20:17.030 INFO kablam! Checking shared_library v0.1.5 Oct 12 10:20:18.766 INFO kablam! Compiling rustc_version v0.1.7 Oct 12 10:20:22.837 INFO kablam! warning: unused variable: `sphere` Oct 12 10:20:22.837 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 12 10:20:22.837 INFO kablam! | Oct 12 10:20:22.838 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 12 10:20:22.838 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 12 10:20:22.838 INFO kablam! | Oct 12 10:20:22.839 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:20:22.839 INFO kablam! Oct 12 10:20:22.841 INFO kablam! warning: unused variable: `ray` Oct 12 10:20:22.841 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 12 10:20:22.841 INFO kablam! | Oct 12 10:20:22.841 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 12 10:20:22.842 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 12 10:20:22.864 INFO kablam! Oct 12 10:20:24.644 INFO kablam! Checking num-integer v0.1.32 Oct 12 10:20:24.785 INFO kablam! Compiling x11-dl v2.12.0 Oct 12 10:20:26.890 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 12 10:20:33.093 INFO kablam! Checking aho-corasick v0.5.3 Oct 12 10:20:33.114 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 10:20:33.146 INFO kablam! Compiling tempfile v2.1.4 Oct 12 10:20:33.170 INFO kablam! Checking num-iter v0.1.32 Oct 12 10:20:33.410 INFO kablam! Compiling phf_generator v0.7.20 Oct 12 10:20:34.588 INFO kablam! Checking thread-id v2.0.0 Oct 12 10:20:34.630 INFO kablam! Checking fs2 v0.2.5 Oct 12 10:20:34.754 INFO kablam! Checking time v0.1.35 Oct 12 10:20:34.970 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 12 10:20:35.473 INFO kablam! Compiling gl_generator v0.5.2 Oct 12 10:20:37.146 INFO kablam! Compiling phf_codegen v0.7.20 Oct 12 10:20:37.441 INFO kablam! Checking thread_local v0.2.7 Oct 12 10:20:39.261 INFO kablam! Checking memmap v0.2.3 Oct 12 10:20:41.003 INFO kablam! Compiling target_build_utils v0.1.2 Oct 12 10:20:41.210 INFO kablam! Checking regex v0.1.80 Oct 12 10:20:41.962 INFO kablam! Checking num-bigint v0.1.35 Oct 12 10:20:44.440 INFO kablam! Checking num-complex v0.1.35 Oct 12 10:20:49.328 INFO kablam! Compiling serde_json v0.8.4 Oct 12 10:20:50.344 INFO kablam! Compiling wayland-client v0.5.12 Oct 12 10:20:50.384 INFO kablam! Checking num-rational v0.1.35 Oct 12 10:20:50.544 INFO kablam! Compiling glutin v0.6.2 Oct 12 10:20:50.544 INFO kablam! Compiling glium v0.15.0 Oct 12 10:20:53.379 INFO kablam! Checking num v0.1.36 Oct 12 10:21:01.716 INFO kablam! Checking nalgebra v0.10.1 Oct 12 10:21:01.716 INFO kablam! Checking env_logger v0.3.5 Oct 12 10:21:02.428 INFO kablam! Checking quickcheck v0.4.1 Oct 12 10:21:20.580 INFO kablam! Compiling libloading v0.3.1 Oct 12 10:21:23.852 INFO kablam! Checking dlib v0.3.1 Oct 12 10:21:24.174 INFO kablam! Checking wayland-sys v0.5.11 Oct 12 10:21:28.144 INFO kablam! Checking wayland-window v0.2.3 Oct 12 10:21:28.144 INFO kablam! Checking wayland-kbd v0.3.6 Oct 12 10:21:49.900 INFO kablam! warning: unused import: `CollisionObjectSpace` Oct 12 10:21:49.901 INFO kablam! --> examples/ray_tracing_demo.rs:8:12 Oct 12 10:21:49.901 INFO kablam! | Oct 12 10:21:49.901 INFO kablam! 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; Oct 12 10:21:49.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:49.901 INFO kablam! | Oct 12 10:21:49.901 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:21:49.901 INFO kablam! Oct 12 10:21:51.000 INFO kablam! warning: unused macro definition Oct 12 10:21:51.000 INFO kablam! --> src/./../tests/support/assert_properties_for_actions.rs:3:1 Oct 12 10:21:51.000 INFO kablam! | Oct 12 10:21:51.000 INFO kablam! 3 | / macro_rules! assert_properties { Oct 12 10:21:51.000 INFO kablam! 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { Oct 12 10:21:51.000 INFO kablam! 5 | | assert_properties_for_actions($target, $actions, $properties); Oct 12 10:21:51.000 INFO kablam! 6 | | }; Oct 12 10:21:51.000 INFO kablam! 7 | | } Oct 12 10:21:51.000 INFO kablam! | |_^ Oct 12 10:21:51.000 INFO kablam! | Oct 12 10:21:51.000 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 10:21:51.000 INFO kablam! Oct 12 10:21:51.020 INFO kablam! warning: unused import: `Vec3D` Oct 12 10:21:51.020 INFO kablam! --> src/collisions/detection/gjkepa/gjk.rs:2:29 Oct 12 10:21:51.020 INFO kablam! | Oct 12 10:21:51.020 INFO kablam! 2 | use maths::{Approximations, Vec3D}; Oct 12 10:21:51.020 INFO kablam! | ^^^^^ Oct 12 10:21:51.020 INFO kablam! | Oct 12 10:21:51.020 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 10:21:51.020 INFO kablam! Oct 12 10:21:51.240 INFO kablam! warning: field is never used: `color` Oct 12 10:21:51.240 INFO kablam! --> examples/raytracing/point_light.rs:6:5 Oct 12 10:21:51.240 INFO kablam! | Oct 12 10:21:51.240 INFO kablam! 6 | color: Color, Oct 12 10:21:51.240 INFO kablam! | ^^^^^^^^^^^^ Oct 12 10:21:51.240 INFO kablam! | Oct 12 10:21:51.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 10:21:51.240 INFO kablam! Oct 12 10:21:51.240 INFO kablam! warning: field is never used: `position` Oct 12 10:21:51.240 INFO kablam! --> examples/raytracing/point_light.rs:7:5 Oct 12 10:21:51.240 INFO kablam! | Oct 12 10:21:51.240 INFO kablam! 7 | position: Vec3D, Oct 12 10:21:51.240 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 10:21:51.240 INFO kablam! Oct 12 10:21:51.240 INFO kablam! warning: field is never used: `color` Oct 12 10:21:51.241 INFO kablam! --> examples/raytracing/directional_light.rs:6:5 Oct 12 10:21:51.241 INFO kablam! | Oct 12 10:21:51.241 INFO kablam! 6 | color: Color, Oct 12 10:21:51.241 INFO kablam! | ^^^^^^^^^^^^ Oct 12 10:21:51.241 INFO kablam! Oct 12 10:21:51.241 INFO kablam! warning: field is never used: `direction` Oct 12 10:21:51.241 INFO kablam! --> examples/raytracing/directional_light.rs:7:5 Oct 12 10:21:51.241 INFO kablam! | Oct 12 10:21:51.241 INFO kablam! 7 | direction: UnitVec3D, Oct 12 10:21:51.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 10:21:51.241 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:52.846 INFO kablam! warning: unused variable: `sphere` Oct 12 10:21:52.846 INFO kablam! --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 Oct 12 10:21:52.846 INFO kablam! | Oct 12 10:21:52.846 INFO kablam! 8 | fn intersection(&self, sphere: &Sphere) -> Option { Oct 12 10:21:52.846 INFO kablam! | ^^^^^^ help: consider using `_sphere` instead Oct 12 10:21:52.846 INFO kablam! | Oct 12 10:21:52.846 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 10:21:52.846 INFO kablam! Oct 12 10:21:52.848 INFO kablam! warning: unused variable: `ray` Oct 12 10:21:52.849 INFO kablam! --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 Oct 12 10:21:52.849 INFO kablam! | Oct 12 10:21:52.849 INFO kablam! 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { Oct 12 10:21:52.850 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 12 10:21:52.850 INFO kablam! Oct 12 10:21:53.917 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 56s Oct 12 10:21:53.932 INFO kablam! su: No module specific data is present Oct 12 10:21:55.008 INFO running `"docker" "rm" "-f" "05115a6668e2e74f7d0a8aa02d8567c4df0b88e35b578d97a5a3d9a2df4b4522"` Oct 12 10:21:55.292 INFO blam! 05115a6668e2e74f7d0a8aa02d8567c4df0b88e35b578d97a5a3d9a2df4b4522