[INFO] updating cached repository mlipke/pong [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mlipke/pong [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mlipke/pong" "work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mlipke/pong" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mlipke/pong"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mlipke/pong'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 752d94c04c99b5d4725045843932e553196d68b5 [INFO] sha for GitHub repo mlipke/pong: 752d94c04c99b5d4725045843932e553196d68b5 [INFO] validating manifest of mlipke/pong on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mlipke/pong on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mlipke/pong [INFO] finished frobbing mlipke/pong [INFO] frobbed toml for mlipke/pong written to work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong/Cargo.toml [INFO] started frobbing mlipke/pong [INFO] finished frobbing mlipke/pong [INFO] frobbed toml for mlipke/pong written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mlipke/pong/Cargo.toml [INFO] crate mlipke/pong already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing mlipke/pong against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0962e7b1a533a341b662904e8019fd57d55f029d2d2515e193f5a0e6dcf3366b [INFO] running `"docker" "start" "-a" "0962e7b1a533a341b662904e8019fd57d55f029d2d2515e193f5a0e6dcf3366b"` [INFO] [stderr] Compiling lzw v0.9.0 [INFO] [stderr] Compiling piston-texture v0.3.0 [INFO] [stderr] Compiling pistoncore-window v0.14.0 [INFO] [stderr] Compiling gl v0.5.2 [INFO] [stderr] Compiling glutin v0.4.9 [INFO] [stderr] Compiling freetype-rs v0.5.0 [INFO] [stderr] Compiling png v0.4.3 [INFO] [stderr] Compiling piston2d-graphics v0.13.1 [INFO] [stderr] Compiling pistoncore-event_loop v0.17.0 [INFO] [stderr] Compiling piston v0.17.0 [INFO] [stderr] Compiling gif v0.7.0 [INFO] [stderr] Compiling image v0.6.1 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.23.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.20.0 [INFO] [stderr] Compiling pong v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Key` is imported redundantly [INFO] [stderr] --> src/app.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 1 | use piston::input::*; [INFO] [stderr] | ---------------- the item `Key` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use piston::input::keyboard::Key; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.13s [INFO] running `"docker" "inspect" "0962e7b1a533a341b662904e8019fd57d55f029d2d2515e193f5a0e6dcf3366b"` [INFO] running `"docker" "rm" "-f" "0962e7b1a533a341b662904e8019fd57d55f029d2d2515e193f5a0e6dcf3366b"` [INFO] [stdout] 0962e7b1a533a341b662904e8019fd57d55f029d2d2515e193f5a0e6dcf3366b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 145a7c7dcef8a802ff2bb2abb6496aa027e8d50c091af52243c68155af03ff7e [INFO] running `"docker" "start" "-a" "145a7c7dcef8a802ff2bb2abb6496aa027e8d50c091af52243c68155af03ff7e"` [INFO] [stderr] Compiling pong v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `Key` is imported redundantly [INFO] [stderr] --> src/app.rs:128:13 [INFO] [stderr] | [INFO] [stderr] 1 | use piston::input::*; [INFO] [stderr] | ---------------- the item `Key` is already imported here [INFO] [stderr] ... [INFO] [stderr] 128 | use piston::input::keyboard::Key; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `"docker" "inspect" "145a7c7dcef8a802ff2bb2abb6496aa027e8d50c091af52243c68155af03ff7e"` [INFO] running `"docker" "rm" "-f" "145a7c7dcef8a802ff2bb2abb6496aa027e8d50c091af52243c68155af03ff7e"` [INFO] [stdout] 145a7c7dcef8a802ff2bb2abb6496aa027e8d50c091af52243c68155af03ff7e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mlipke/pong:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 473df5091401a8eb8d0cd2d7c70a971604cd13cf515a9716f6dd1351ae2fec9c [INFO] running `"docker" "start" "-a" "473df5091401a8eb8d0cd2d7c70a971604cd13cf515a9716f6dd1351ae2fec9c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/pong-cd58ad0cc228c20f [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" "473df5091401a8eb8d0cd2d7c70a971604cd13cf515a9716f6dd1351ae2fec9c"` [INFO] running `"docker" "rm" "-f" "473df5091401a8eb8d0cd2d7c70a971604cd13cf515a9716f6dd1351ae2fec9c"` [INFO] [stdout] 473df5091401a8eb8d0cd2d7c70a971604cd13cf515a9716f6dd1351ae2fec9c