[INFO] updating cached repository https://github.com/sumproxy/tetris_tmp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4a4cd28896579a13088c0cac8d68c0edfeabf83a [INFO] testing sumproxy/tetris_tmp against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsumproxy%2Ftetris_tmp" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sumproxy/tetris_tmp on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sumproxy/tetris_tmp [INFO] finished tweaking git repo https://github.com/sumproxy/tetris_tmp [INFO] tweaked toml for git repo https://github.com/sumproxy/tetris_tmp written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/sumproxy/tetris_tmp already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 1011e8b8b32434795d91a7371e4af99677d171044406d610d858f21d627628a0 [INFO] running `"docker" "start" "-a" "1011e8b8b32434795d91a7371e4af99677d171044406d610d858f21d627628a0"` [INFO] [stderr] Compiling phf_shared v0.7.18 [INFO] [stderr] Compiling serde v0.8.16 [INFO] [stderr] Compiling rand v0.3.14 [INFO] [stderr] Compiling xml-rs v0.3.4 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling x11-dl v2.11.0 [INFO] [stderr] Compiling gfx v0.12.1 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling phf v0.7.18 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_generator v0.7.18 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling phf_codegen v0.7.18 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling serde_json v0.8.3 [INFO] [stderr] Compiling gfx_device_gl v0.11.2 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling gfx_window_glutin v0.12.0 [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `$crate` may not be imported [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / gfx_defines!{ [INFO] [stderr] 31 | | vertex Vertex { [INFO] [stderr] 32 | | pos: [f32; 2] = "a_Pos", [INFO] [stderr] 33 | | color: [f32; 3] = "a_Color", [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `use $crate;` was erroneously allowed and will become a hard error in a future release [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.20s [INFO] running `"docker" "inspect" "1011e8b8b32434795d91a7371e4af99677d171044406d610d858f21d627628a0"` [INFO] running `"docker" "rm" "-f" "1011e8b8b32434795d91a7371e4af99677d171044406d610d858f21d627628a0"` [INFO] [stdout] 1011e8b8b32434795d91a7371e4af99677d171044406d610d858f21d627628a0 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 08c63403add83ab861e7b0e24b21f79f70a2cf601e214c66bc3d7f3021b1bec2 [INFO] running `"docker" "start" "-a" "08c63403add83ab861e7b0e24b21f79f70a2cf601e214c66bc3d7f3021b1bec2"` [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `$crate` may not be imported [INFO] [stderr] --> src/main.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | / gfx_defines!{ [INFO] [stderr] 31 | | vertex Vertex { [INFO] [stderr] 32 | | pos: [f32; 2] = "a_Pos", [INFO] [stderr] 33 | | color: [f32; 3] = "a_Color", [INFO] [stderr] ... | [INFO] [stderr] 39 | | } [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `use $crate;` was erroneously allowed and will become a hard error in a future release [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `"docker" "inspect" "08c63403add83ab861e7b0e24b21f79f70a2cf601e214c66bc3d7f3021b1bec2"` [INFO] running `"docker" "rm" "-f" "08c63403add83ab861e7b0e24b21f79f70a2cf601e214c66bc3d7f3021b1bec2"` [INFO] [stdout] 08c63403add83ab861e7b0e24b21f79f70a2cf601e214c66bc3d7f3021b1bec2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] b55ccede89e1340e896fb52706057d4d98cd49a9c0fce8728e73f07c70e85784 [INFO] running `"docker" "start" "-a" "b55ccede89e1340e896fb52706057d4d98cd49a9c0fce8728e73f07c70e85784"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tetris-49368da6bd82cd67 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b55ccede89e1340e896fb52706057d4d98cd49a9c0fce8728e73f07c70e85784"` [INFO] running `"docker" "rm" "-f" "b55ccede89e1340e896fb52706057d4d98cd49a9c0fce8728e73f07c70e85784"` [INFO] [stdout] b55ccede89e1340e896fb52706057d4d98cd49a9c0fce8728e73f07c70e85784