[INFO] updating cached repository mattperkins/ekans-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mattperkins/ekans-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mattperkins/ekans-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/mattperkins/ekans-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mattperkins/ekans-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mattperkins/ekans-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mattperkins/ekans-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mattperkins/ekans-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 326ae768cf8810fd5afcb66871ec87fbf56e09a5 [INFO] sha for GitHub repo mattperkins/ekans-rust: 326ae768cf8810fd5afcb66871ec87fbf56e09a5 [INFO] validating manifest of mattperkins/ekans-rust 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 mattperkins/ekans-rust 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 mattperkins/ekans-rust [INFO] finished frobbing mattperkins/ekans-rust [INFO] frobbed toml for mattperkins/ekans-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/mattperkins/ekans-rust/Cargo.toml [INFO] started frobbing mattperkins/ekans-rust [INFO] finished frobbing mattperkins/ekans-rust [INFO] frobbed toml for mattperkins/ekans-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mattperkins/ekans-rust/Cargo.toml [INFO] crate mattperkins/ekans-rust 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] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mattperkins/ekans-rust 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/mattperkins/ekans-rust:/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] 7bd74de7cb8c22af177744ec7982239ccb8ccbdbe496751fb2d56e449b21e9e8 [INFO] running `"docker" "start" "-a" "7bd74de7cb8c22af177744ec7982239ccb8ccbdbe496751fb2d56e449b21e9e8"` [INFO] [stderr] Compiling piston2d-graphics v0.30.0 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.59.0 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.54.0 [INFO] [stderr] Compiling ekans_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 17 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.76s [INFO] running `"docker" "inspect" "7bd74de7cb8c22af177744ec7982239ccb8ccbdbe496751fb2d56e449b21e9e8"` [INFO] running `"docker" "rm" "-f" "7bd74de7cb8c22af177744ec7982239ccb8ccbdbe496751fb2d56e449b21e9e8"` [INFO] [stdout] 7bd74de7cb8c22af177744ec7982239ccb8ccbdbe496751fb2d56e449b21e9e8 [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/mattperkins/ekans-rust:/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] ef51afa471c6f546ff26f845febe52d1ff9853f0d6866a4261d512f12f5d00a8 [INFO] running `"docker" "start" "-a" "ef51afa471c6f546ff26f845febe52d1ff9853f0d6866a4261d512f12f5d00a8"` [INFO] [stderr] Compiling ekans_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `graphics` is imported redundantly [INFO] [stderr] --> src/main.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate graphics; [INFO] [stderr] | ---------------------- the item `graphics` is already imported here [INFO] [stderr] ... [INFO] [stderr] 17 | use graphics; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `"docker" "inspect" "ef51afa471c6f546ff26f845febe52d1ff9853f0d6866a4261d512f12f5d00a8"` [INFO] running `"docker" "rm" "-f" "ef51afa471c6f546ff26f845febe52d1ff9853f0d6866a4261d512f12f5d00a8"` [INFO] [stdout] ef51afa471c6f546ff26f845febe52d1ff9853f0d6866a4261d512f12f5d00a8 [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/mattperkins/ekans-rust:/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] 08ebbb894af8dd31d33f2690dac96551a970f75c776a9caffdbcc99543ad475a [INFO] running `"docker" "start" "-a" "08ebbb894af8dd31d33f2690dac96551a970f75c776a9caffdbcc99543ad475a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/ekans_rust-dd67ba1548e63ef9 [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" "08ebbb894af8dd31d33f2690dac96551a970f75c776a9caffdbcc99543ad475a"` [INFO] running `"docker" "rm" "-f" "08ebbb894af8dd31d33f2690dac96551a970f75c776a9caffdbcc99543ad475a"` [INFO] [stdout] 08ebbb894af8dd31d33f2690dac96551a970f75c776a9caffdbcc99543ad475a