Nov 29 17:18:01.599 INFO checking sumproxy/tetris_tmp against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 17:18:01.599 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 29 17:18:02.100 INFO [stdout] 5f45184ed167264a5a8f481a047ae64540368ae102ee32f93f74aa56aa673d3d Nov 29 17:18:02.102 INFO running `"docker" "start" "-a" "5f45184ed167264a5a8f481a047ae64540368ae102ee32f93f74aa56aa673d3d"` Nov 29 17:18:04.991 INFO [stderr] usermod: no changes Nov 29 17:18:05.266 INFO [stderr] Compiling libc v0.2.17 Nov 29 17:18:05.266 INFO [stderr] Compiling phf_shared v0.7.18 Nov 29 17:18:05.276 INFO [stderr] Compiling serde v0.8.16 Nov 29 17:18:05.280 INFO [stderr] Checking lazy_static v0.2.1 Nov 29 17:18:05.312 INFO [stderr] Compiling xml-rs v0.3.4 Nov 29 17:18:05.313 INFO [stderr] Checking gfx v0.12.1 Nov 29 17:18:05.314 INFO [stderr] Checking fs2 v0.2.5 Nov 29 17:18:05.314 INFO [stderr] Checking tempfile v2.1.4 Nov 29 17:18:06.562 INFO [stderr] Checking shared_library v0.1.5 Nov 29 17:18:07.070 INFO [stderr] Checking x11-dl v2.11.0 Nov 29 17:18:07.505 INFO [stderr] Checking memmap v0.2.3 Nov 29 17:18:08.108 INFO [stderr] Compiling phf v0.7.18 Nov 29 17:18:08.697 INFO [stderr] Checking osmesa-sys v0.1.2 Nov 29 17:18:10.878 INFO [stderr] Compiling rand v0.3.14 Nov 29 17:18:21.351 INFO [stderr] Compiling wayland-scanner v0.5.11 Nov 29 17:18:21.378 INFO [stderr] Compiling gl_generator v0.5.2 Nov 29 17:18:21.546 INFO [stderr] Compiling phf_generator v0.7.18 Nov 29 17:18:23.021 INFO [stderr] Compiling phf_codegen v0.7.18 Nov 29 17:18:24.962 INFO [stderr] Compiling target_build_utils v0.1.2 Nov 29 17:18:32.193 INFO [stderr] Compiling wayland-client v0.5.12 Nov 29 17:18:32.398 INFO [stderr] Compiling gfx_gl v0.3.1 Nov 29 17:18:32.400 INFO [stderr] Compiling glutin v0.6.2 Nov 29 17:18:44.952 INFO [stderr] Compiling serde_json v0.8.3 Nov 29 17:19:02.101 INFO [stderr] Compiling libloading v0.3.1 Nov 29 17:19:05.793 INFO [stderr] Checking dlib v0.3.1 Nov 29 17:19:06.038 INFO [stderr] Checking gfx_device_gl v0.11.2 Nov 29 17:19:06.264 INFO [stderr] Checking wayland-sys v0.5.11 Nov 29 17:19:08.915 INFO [stderr] Checking wayland-kbd v0.3.6 Nov 29 17:19:08.916 INFO [stderr] Checking wayland-window v0.2.3 Nov 29 17:19:12.456 INFO [stderr] Checking gfx_window_glutin v0.12.0 Nov 29 17:19:12.977 INFO [stderr] Checking tetris v0.1.0 (/source) Nov 29 17:19:13.724 INFO [stderr] warning: `$crate` may not be imported Nov 29 17:19:13.725 INFO [stderr] --> src/main.rs:30:1 Nov 29 17:19:13.725 INFO [stderr] | Nov 29 17:19:13.725 INFO [stderr] 30 | / gfx_defines!{ Nov 29 17:19:13.726 INFO [stderr] 31 | | vertex Vertex { Nov 29 17:19:13.726 INFO [stderr] 32 | | pos: [f32; 2] = "a_Pos", Nov 29 17:19:13.726 INFO [stderr] 33 | | color: [f32; 3] = "a_Color", Nov 29 17:19:13.727 INFO [stderr] ... | Nov 29 17:19:13.727 INFO [stderr] 39 | | } Nov 29 17:19:13.727 INFO [stderr] 40 | | } Nov 29 17:19:13.728 INFO [stderr] | |_^ Nov 29 17:19:13.728 INFO [stderr] | Nov 29 17:19:13.728 INFO [stderr] = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Nov 29 17:19:13.729 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 29 17:19:13.729 INFO [stderr] Nov 29 17:19:13.820 INFO [stderr] warning: `$crate` may not be imported Nov 29 17:19:13.821 INFO [stderr] --> src/main.rs:30:1 Nov 29 17:19:13.821 INFO [stderr] | Nov 29 17:19:13.821 INFO [stderr] 30 | / gfx_defines!{ Nov 29 17:19:13.821 INFO [stderr] 31 | | vertex Vertex { Nov 29 17:19:13.821 INFO [stderr] 32 | | pos: [f32; 2] = "a_Pos", Nov 29 17:19:13.821 INFO [stderr] 33 | | color: [f32; 3] = "a_Color", Nov 29 17:19:13.821 INFO [stderr] ... | Nov 29 17:19:13.821 INFO [stderr] 39 | | } Nov 29 17:19:13.821 INFO [stderr] 40 | | } Nov 29 17:19:13.821 INFO [stderr] | |_^ Nov 29 17:19:13.821 INFO [stderr] | Nov 29 17:19:13.821 INFO [stderr] = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Nov 29 17:19:13.821 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 29 17:19:13.821 INFO [stderr] Nov 29 17:19:14.457 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Nov 29 17:19:14.466 INFO [stderr] su: No module specific data is present Nov 29 17:19:16.109 INFO running `"docker" "inspect" "5f45184ed167264a5a8f481a047ae64540368ae102ee32f93f74aa56aa673d3d"` Nov 29 17:19:16.464 INFO running `"docker" "rm" "-f" "5f45184ed167264a5a8f481a047ae64540368ae102ee32f93f74aa56aa673d3d"` Nov 29 17:19:16.856 INFO [stdout] 5f45184ed167264a5a8f481a047ae64540368ae102ee32f93f74aa56aa673d3d