[INFO] updating cached repository https://github.com/merrickluo/learning-rust-tetris [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] ffc7d01c097562db0be59009ac8f2ab7fa30810f [INFO] testing merrickluo/learning-rust-tetris against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmerrickluo%2Flearning-rust-tetris" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/merrickluo/learning-rust-tetris on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/merrickluo/learning-rust-tetris [INFO] finished tweaking git repo https://github.com/merrickluo/learning-rust-tetris [INFO] tweaked toml for git repo https://github.com/merrickluo/learning-rust-tetris written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/merrickluo/learning-rust-tetris already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] a8e7c96f5ceafabd02b78da085b33a0a6ada1afab033eabb78dfbfb6963c9ec1 [INFO] running `"docker" "start" "-a" "a8e7c96f5ceafabd02b78da085b33a0a6ada1afab033eabb78dfbfb6963c9ec1"` [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling pistoncore-input v0.14.0 [INFO] [stderr] Compiling piston2d-graphics v0.17.3 [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling timer v0.1.6 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling rusttype v0.2.4 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling pistoncore-window v0.22.1 [INFO] [stderr] Compiling pistoncore-event_loop v0.25.1 [INFO] [stderr] Compiling piston v0.25.1 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.16 [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling pistoncore-glutin_window v0.30.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.33.0 [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.76s [INFO] running `"docker" "inspect" "a8e7c96f5ceafabd02b78da085b33a0a6ada1afab033eabb78dfbfb6963c9ec1"` [INFO] running `"docker" "rm" "-f" "a8e7c96f5ceafabd02b78da085b33a0a6ada1afab033eabb78dfbfb6963c9ec1"` [INFO] [stdout] a8e7c96f5ceafabd02b78da085b33a0a6ada1afab033eabb78dfbfb6963c9ec1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 8152018e1e22d742f995fa10b89fbcd31e3eb83d83b59e05c4a271c70cce609e [INFO] running `"docker" "start" "-a" "8152018e1e22d742f995fa10b89fbcd31e3eb83d83b59e05c4a271c70cce609e"` [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "8152018e1e22d742f995fa10b89fbcd31e3eb83d83b59e05c4a271c70cce609e"` [INFO] running `"docker" "rm" "-f" "8152018e1e22d742f995fa10b89fbcd31e3eb83d83b59e05c4a271c70cce609e"` [INFO] [stdout] 8152018e1e22d742f995fa10b89fbcd31e3eb83d83b59e05c4a271c70cce609e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] ada7b68a198f8277ddd2ab0196b9fdca9f3556a8d2a6e89694779f868c16a7fd [INFO] running `"docker" "start" "-a" "ada7b68a198f8277ddd2ab0196b9fdca9f3556a8d2a6e89694779f868c16a7fd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tetris-34fa855bee93a7a7 [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] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tetris-be16962c84d117fb [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] [stderr] Doc-tests tetris [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" "ada7b68a198f8277ddd2ab0196b9fdca9f3556a8d2a6e89694779f868c16a7fd"` [INFO] running `"docker" "rm" "-f" "ada7b68a198f8277ddd2ab0196b9fdca9f3556a8d2a6e89694779f868c16a7fd"` [INFO] [stdout] ada7b68a198f8277ddd2ab0196b9fdca9f3556a8d2a6e89694779f868c16a7fd