Oct 26 20:04:56.192 INFO checking sumproxy/tetris_tmp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:04:56.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 26 20:04:56.633 INFO blam! ff57b227c5245aec59e22f10c663a03baa5282f58b72378444d8cb64a335531e Oct 26 20:04:56.635 INFO running `"docker" "start" "-a" "ff57b227c5245aec59e22f10c663a03baa5282f58b72378444d8cb64a335531e"` Oct 26 20:04:58.870 INFO kablam! usermod: no changes Oct 26 20:04:59.149 INFO kablam! Compiling libc v0.2.17 Oct 26 20:04:59.149 INFO kablam! Compiling phf_shared v0.7.18 Oct 26 20:04:59.159 INFO kablam! Compiling serde v0.8.16 Oct 26 20:04:59.179 INFO kablam! Checking lazy_static v0.2.1 Oct 26 20:04:59.180 INFO kablam! Compiling pkg-config v0.3.8 Oct 26 20:04:59.191 INFO kablam! Checking bitflags v0.6.0 Oct 26 20:04:59.207 INFO kablam! Checking crossbeam v0.2.10 Oct 26 20:04:59.235 INFO kablam! Compiling xml-rs v0.3.4 Oct 26 20:05:00.030 INFO kablam! Checking draw_state v0.6.0 Oct 26 20:05:00.609 INFO kablam! Compiling tempfile v2.1.4 Oct 26 20:05:01.421 INFO kablam! Checking shared_library v0.1.5 Oct 26 20:05:03.576 INFO kablam! Compiling phf v0.7.18 Oct 26 20:05:04.160 INFO kablam! Checking fs2 v0.2.5 Oct 26 20:05:04.571 INFO kablam! Checking osmesa-sys v0.1.2 Oct 26 20:05:05.611 INFO kablam! Compiling rand v0.3.14 Oct 26 20:05:06.473 INFO kablam! Checking memmap v0.2.3 Oct 26 20:05:06.696 INFO kablam! Checking gfx_core v0.4.0 Oct 26 20:05:09.705 INFO kablam! Compiling x11-dl v2.11.0 Oct 26 20:05:16.532 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 26 20:05:17.804 INFO kablam! Compiling gl_generator v0.5.2 Oct 26 20:05:18.045 INFO kablam! Compiling phf_generator v0.7.18 Oct 26 20:05:19.791 INFO kablam! Compiling phf_codegen v0.7.18 Oct 26 20:05:21.794 INFO kablam! Compiling target_build_utils v0.1.2 Oct 26 20:05:25.055 INFO kablam! Compiling wayland-client v0.5.12 Oct 26 20:05:33.572 INFO kablam! Compiling gfx_gl v0.3.1 Oct 26 20:05:33.572 INFO kablam! Compiling glutin v0.6.2 Oct 26 20:05:44.543 INFO kablam! Compiling serde_json v0.8.3 Oct 26 20:06:03.574 INFO kablam! Compiling libloading v0.3.1 Oct 26 20:06:09.228 INFO kablam! Checking dlib v0.3.1 Oct 26 20:06:09.676 INFO kablam! Checking wayland-sys v0.5.11 Oct 26 20:06:13.092 INFO kablam! Checking wayland-kbd v0.3.6 Oct 26 20:06:13.093 INFO kablam! Checking wayland-window v0.2.3 Oct 26 20:06:21.192 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 26 20:06:21.193 INFO kablam! Checking gfx v0.12.1 Oct 26 20:06:23.607 INFO kablam! Checking gfx_window_glutin v0.12.0 Oct 26 20:06:27.339 INFO kablam! Checking tetris v0.1.0 (/source) Oct 26 20:06:28.091 INFO kablam! warning: `$crate` may not be imported Oct 26 20:06:28.092 INFO kablam! --> src/main.rs:30:1 Oct 26 20:06:28.092 INFO kablam! | Oct 26 20:06:28.092 INFO kablam! 30 | / gfx_defines!{ Oct 26 20:06:28.092 INFO kablam! 31 | | vertex Vertex { Oct 26 20:06:28.093 INFO kablam! 32 | | pos: [f32; 2] = "a_Pos", Oct 26 20:06:28.093 INFO kablam! 33 | | color: [f32; 3] = "a_Color", Oct 26 20:06:28.093 INFO kablam! ... | Oct 26 20:06:28.093 INFO kablam! 39 | | } Oct 26 20:06:28.094 INFO kablam! 40 | | } Oct 26 20:06:28.094 INFO kablam! | |_^ Oct 26 20:06:28.094 INFO kablam! | Oct 26 20:06:28.095 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 26 20:06:28.095 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 26 20:06:28.095 INFO kablam! Oct 26 20:06:28.133 INFO kablam! warning: `$crate` may not be imported Oct 26 20:06:28.133 INFO kablam! --> src/main.rs:30:1 Oct 26 20:06:28.134 INFO kablam! | Oct 26 20:06:28.134 INFO kablam! 30 | / gfx_defines!{ Oct 26 20:06:28.134 INFO kablam! 31 | | vertex Vertex { Oct 26 20:06:28.135 INFO kablam! 32 | | pos: [f32; 2] = "a_Pos", Oct 26 20:06:28.135 INFO kablam! 33 | | color: [f32; 3] = "a_Color", Oct 26 20:06:28.135 INFO kablam! ... | Oct 26 20:06:28.136 INFO kablam! 39 | | } Oct 26 20:06:28.136 INFO kablam! 40 | | } Oct 26 20:06:28.136 INFO kablam! | |_^ Oct 26 20:06:28.136 INFO kablam! | Oct 26 20:06:28.137 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 26 20:06:28.137 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 26 20:06:28.137 INFO kablam! Oct 26 20:06:28.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Oct 26 20:06:28.958 INFO kablam! su: No module specific data is present Oct 26 20:06:30.138 INFO running `"docker" "rm" "-f" "ff57b227c5245aec59e22f10c663a03baa5282f58b72378444d8cb64a335531e"` Oct 26 20:06:30.444 INFO blam! ff57b227c5245aec59e22f10c663a03baa5282f58b72378444d8cb64a335531e