[INFO] updating cached repository achan1989/rust_gfx_breakout [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/achan1989/rust_gfx_breakout [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/achan1989/rust_gfx_breakout" "work/ex/beta-1.38-1/sources/1.37.0/gh/achan1989/rust_gfx_breakout"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/achan1989/rust_gfx_breakout'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/achan1989/rust_gfx_breakout" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/achan1989/rust_gfx_breakout"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/achan1989/rust_gfx_breakout'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 33879bd48f9f894dbc3d775a7803efb745de7584 [INFO] sha for GitHub repo achan1989/rust_gfx_breakout: 33879bd48f9f894dbc3d775a7803efb745de7584 [INFO] validating manifest of achan1989/rust_gfx_breakout 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 achan1989/rust_gfx_breakout 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 achan1989/rust_gfx_breakout [INFO] finished frobbing achan1989/rust_gfx_breakout [INFO] frobbed toml for achan1989/rust_gfx_breakout written to work/ex/beta-1.38-1/sources/1.37.0/gh/achan1989/rust_gfx_breakout/Cargo.toml [INFO] started frobbing achan1989/rust_gfx_breakout [INFO] finished frobbing achan1989/rust_gfx_breakout [INFO] frobbed toml for achan1989/rust_gfx_breakout written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/achan1989/rust_gfx_breakout/Cargo.toml [INFO] crate achan1989/rust_gfx_breakout 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing achan1989/rust_gfx_breakout against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/achan1989/rust_gfx_breakout:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 62f80d2e6c80b874f9564d4593cb0533d520b9a69cd53861be7a8274704c9758 [INFO] running `"docker" "start" "-a" "62f80d2e6c80b874f9564d4593cb0533d520b9a69cd53861be7a8274704c9758"` [INFO] [stderr] Compiling scoped_threadpool v0.1.8 [INFO] [stderr] Compiling rustc-demangle v0.1.6 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling glfw v0.20.0 [INFO] [stderr] Compiling gfx_core v0.8.2 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.0 [INFO] [stderr] Compiling gfx_window_glfw v0.16.0 [INFO] [stderr] Compiling rust_gfx_breakout v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stderr] 22 | | // error-chain errors. [INFO] [stderr] 23 | | foreign_links { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stderr] 22 | | // error-chain errors. [INFO] [stderr] 23 | | foreign_links { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: field is never used: `projection` [INFO] [stderr] --> src/game.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | projection: cgmath::Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/renderer.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | pub type RenderTargetView = [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/bin/main.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | type RenderTargetView = [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/bin/main.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | type DepthStencilView = [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `"docker" "inspect" "62f80d2e6c80b874f9564d4593cb0533d520b9a69cd53861be7a8274704c9758"` [INFO] running `"docker" "rm" "-f" "62f80d2e6c80b874f9564d4593cb0533d520b9a69cd53861be7a8274704c9758"` [INFO] [stdout] 62f80d2e6c80b874f9564d4593cb0533d520b9a69cd53861be7a8274704c9758 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/achan1989/rust_gfx_breakout:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 6951e4583d975e203da4d353d68facbc95333ff076cf238469ee65cb112bb18b [INFO] running `"docker" "start" "-a" "6951e4583d975e203da4d353d68facbc95333ff076cf238469ee65cb112bb18b"` [INFO] [stderr] Compiling rust_gfx_breakout v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/bin/main.rs:40:26 [INFO] [stderr] | [INFO] [stderr] 40 | type RenderTargetView = [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/bin/main.rs:42:26 [INFO] [stderr] | [INFO] [stderr] 42 | type DepthStencilView = [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stderr] 22 | | // error-chain errors. [INFO] [stderr] 23 | | foreign_links { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | / error_chain! { [INFO] [stderr] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stderr] 22 | | // error-chain errors. [INFO] [stderr] 23 | | foreign_links { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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] warning: field is never used: `projection` [INFO] [stderr] --> src/game.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | projection: cgmath::Matrix4, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stderr] --> src/renderer.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | pub type RenderTargetView = [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stderr] = help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.38s [INFO] running `"docker" "inspect" "6951e4583d975e203da4d353d68facbc95333ff076cf238469ee65cb112bb18b"` [INFO] running `"docker" "rm" "-f" "6951e4583d975e203da4d353d68facbc95333ff076cf238469ee65cb112bb18b"` [INFO] [stdout] 6951e4583d975e203da4d353d68facbc95333ff076cf238469ee65cb112bb18b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/achan1989/rust_gfx_breakout:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] b58d9e340b1b2ab93833b8b335dca7a61dce4c49c94ed9b7f69df849b75b0429 [INFO] running `"docker" "start" "-a" "b58d9e340b1b2ab93833b8b335dca7a61dce4c49c94ed9b7f69df849b75b0429"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_gfx_breakout-20d3d8a61849a966 [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] [stderr] Running /opt/crater/target/debug/deps/main-ea1b515b1a10a20b [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] [stderr] Doc-tests rust_gfx_breakout [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" "b58d9e340b1b2ab93833b8b335dca7a61dce4c49c94ed9b7f69df849b75b0429"` [INFO] running `"docker" "rm" "-f" "b58d9e340b1b2ab93833b8b335dca7a61dce4c49c94ed9b7f69df849b75b0429"` [INFO] [stdout] b58d9e340b1b2ab93833b8b335dca7a61dce4c49c94ed9b7f69df849b75b0429