[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 1.38.0 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-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/merrickluo/learning-rust-tetris 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/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-7/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-7/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" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 527c360d8531eaadb842e574b8f349700213637809668fa42bd379b063849f66 [INFO] running `"docker" "start" "-a" "527c360d8531eaadb842e574b8f349700213637809668fa42bd379b063849f66"` [INFO] [stderr] Compiling piston-texture v0.5.0 [INFO] [stderr] Compiling pistoncore-input v0.14.0 [INFO] [stderr] Compiling gl_generator v0.5.5 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling rusttype v0.2.4 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling piston2d-graphics v0.17.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling timer v0.1.6 [INFO] [stderr] Compiling pistoncore-window v0.22.1 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling glutin v0.6.2 [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.35s [INFO] running `"docker" "inspect" "527c360d8531eaadb842e574b8f349700213637809668fa42bd379b063849f66"` [INFO] running `"docker" "rm" "-f" "527c360d8531eaadb842e574b8f349700213637809668fa42bd379b063849f66"` [INFO] [stdout] 527c360d8531eaadb842e574b8f349700213637809668fa42bd379b063849f66 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] b7eedbb75b27c4ee2122b27df57b9ca2da0b953692c2d2e8bc3b63d24b55f8f1 [INFO] running `"docker" "start" "-a" "b7eedbb75b27c4ee2122b27df57b9ca2da0b953692c2d2e8bc3b63d24b55f8f1"` [INFO] [stderr] Compiling tetris v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `"docker" "inspect" "b7eedbb75b27c4ee2122b27df57b9ca2da0b953692c2d2e8bc3b63d24b55f8f1"` [INFO] running `"docker" "rm" "-f" "b7eedbb75b27c4ee2122b27df57b9ca2da0b953692c2d2e8bc3b63d24b55f8f1"` [INFO] [stdout] b7eedbb75b27c4ee2122b27df57b9ca2da0b953692c2d2e8bc3b63d24b55f8f1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] c56536a6453b86430f8946973b0e190cfade3198fb428224fe836ff95c9b9027 [INFO] running `"docker" "start" "-a" "c56536a6453b86430f8946973b0e190cfade3198fb428224fe836ff95c9b9027"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tetris-a1b4fb1d892b5e43 [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-ea3c1f0159e8304a [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests tetris [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "c56536a6453b86430f8946973b0e190cfade3198fb428224fe836ff95c9b9027"` [INFO] running `"docker" "rm" "-f" "c56536a6453b86430f8946973b0e190cfade3198fb428224fe836ff95c9b9027"` [INFO] [stdout] c56536a6453b86430f8946973b0e190cfade3198fb428224fe836ff95c9b9027