Oct 27 07:29:55.077 INFO checking bluecereal/using_math_lib against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 07:29:55.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 07:29:55.571 INFO blam! 5bfae7667fbb0c09ed9baec3cd3e543ab80a0fea3e927da860ee9185d5520706 Oct 27 07:29:55.583 INFO running `"docker" "start" "-a" "5bfae7667fbb0c09ed9baec3cd3e543ab80a0fea3e927da860ee9185d5520706"` Oct 27 07:29:56.897 INFO kablam! usermod: no changes Oct 27 07:29:57.195 INFO kablam! Checking shared_library v0.1.5 Oct 27 07:29:57.199 INFO kablam! Compiling gfx_gl v0.3.1 Oct 27 07:29:57.199 INFO kablam! Checking x11-dl v2.11.0 Oct 27 07:29:57.199 INFO kablam! Checking gfx v0.12.1 Oct 27 07:29:57.199 INFO kablam! Checking libloading v0.3.1 Oct 27 07:29:59.303 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 07:29:59.460 INFO kablam! Checking dlib v0.3.1 Oct 27 07:30:02.071 INFO kablam! Checking wayland-sys v0.5.11 Oct 27 07:30:03.551 INFO kablam! Checking wayland-client v0.5.12 Oct 27 07:30:07.459 INFO kablam! Checking wayland-kbd v0.3.6 Oct 27 07:30:07.459 INFO kablam! Checking wayland-window v0.2.3 Oct 27 07:30:10.270 INFO kablam! Checking glutin v0.6.2 Oct 27 07:30:13.460 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 27 07:30:14.990 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 27 07:30:16.442 INFO kablam! Checking using_math_lib v0.1.0 (/source) Oct 27 07:30:18.503 INFO kablam! warning: `$crate` may not be imported Oct 27 07:30:18.503 INFO kablam! --> src/main.rs:17:1 Oct 27 07:30:18.504 INFO kablam! | Oct 27 07:30:18.504 INFO kablam! 17 | / gfx_defines! { Oct 27 07:30:18.504 INFO kablam! 18 | | vertex Vertex { Oct 27 07:30:18.505 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 27 07:30:18.505 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 27 07:30:18.505 INFO kablam! ... | Oct 27 07:30:18.506 INFO kablam! 29 | | } Oct 27 07:30:18.506 INFO kablam! 30 | | } Oct 27 07:30:18.506 INFO kablam! | |_^ Oct 27 07:30:18.507 INFO kablam! | Oct 27 07:30:18.507 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 27 07:30:18.508 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 07:30:18.508 INFO kablam! Oct 27 07:30:18.612 INFO kablam! warning: `$crate` may not be imported Oct 27 07:30:18.612 INFO kablam! --> src/main.rs:17:1 Oct 27 07:30:18.613 INFO kablam! | Oct 27 07:30:18.613 INFO kablam! 17 | / gfx_defines! { Oct 27 07:30:18.613 INFO kablam! 18 | | vertex Vertex { Oct 27 07:30:18.613 INFO kablam! 19 | | pos: [f32; 2] = "a_Pos", Oct 27 07:30:18.614 INFO kablam! 20 | | color: [f32; 3] = "a_Color", Oct 27 07:30:18.614 INFO kablam! ... | Oct 27 07:30:18.614 INFO kablam! 29 | | } Oct 27 07:30:18.614 INFO kablam! 30 | | } Oct 27 07:30:18.615 INFO kablam! | |_^ Oct 27 07:30:18.615 INFO kablam! | Oct 27 07:30:18.615 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 27 07:30:18.616 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 27 07:30:18.616 INFO kablam! Oct 27 07:30:19.187 INFO kablam! warning: constant item is never used: `RED` Oct 27 07:30:19.187 INFO kablam! --> src/main.rs:10:1 Oct 27 07:30:19.187 INFO kablam! | Oct 27 07:30:19.188 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 27 07:30:19.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:19.188 INFO kablam! | Oct 27 07:30:19.188 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:19.189 INFO kablam! Oct 27 07:30:19.189 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 07:30:19.189 INFO kablam! --> src/main.rs:11:1 Oct 27 07:30:19.189 INFO kablam! | Oct 27 07:30:19.189 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 27 07:30:19.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:19.189 INFO kablam! Oct 27 07:30:19.442 INFO kablam! warning: constant item is never used: `RED` Oct 27 07:30:19.442 INFO kablam! --> src/main.rs:10:1 Oct 27 07:30:19.442 INFO kablam! | Oct 27 07:30:19.442 INFO kablam! 10 | const RED: [f32; 3] = [1.0, 0.0, 0.0]; Oct 27 07:30:19.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:19.442 INFO kablam! | Oct 27 07:30:19.442 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 07:30:19.442 INFO kablam! Oct 27 07:30:19.445 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 07:30:19.445 INFO kablam! --> src/main.rs:11:1 Oct 27 07:30:19.445 INFO kablam! | Oct 27 07:30:19.445 INFO kablam! 11 | const GREEN: [f32; 3] = [0.0, 1.0, 0.0]; Oct 27 07:30:19.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:30:19.445 INFO kablam! Oct 27 07:30:19.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.54s Oct 27 07:30:19.495 INFO kablam! su: No module specific data is present Oct 27 07:30:20.483 INFO running `"docker" "rm" "-f" "5bfae7667fbb0c09ed9baec3cd3e543ab80a0fea3e927da860ee9185d5520706"` Oct 27 07:30:20.823 INFO blam! 5bfae7667fbb0c09ed9baec3cd3e543ab80a0fea3e927da860ee9185d5520706