[INFO] cloning repository https://github.com/achan1989/rust_gfx_breakout [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/achan1989/rust_gfx_breakout" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fachan1989%2Frust_gfx_breakout", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fachan1989%2Frust_gfx_breakout'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33879bd48f9f894dbc3d775a7803efb745de7584 [INFO] checking achan1989/rust_gfx_breakout against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fachan1989%2Frust_gfx_breakout" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/achan1989/rust_gfx_breakout on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/achan1989/rust_gfx_breakout [INFO] finished tweaking git repo https://github.com/achan1989/rust_gfx_breakout [INFO] tweaked toml for git repo https://github.com/achan1989/rust_gfx_breakout written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/achan1989/rust_gfx_breakout already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 47aa2b59733c4102249be38ab4106bc59605ec8dea500d2e49a0e09921313030 [INFO] running `Command { std: "docker" "start" "-a" "47aa2b59733c4102249be38ab4106bc59605ec8dea500d2e49a0e09921313030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47aa2b59733c4102249be38ab4106bc59605ec8dea500d2e49a0e09921313030", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47aa2b59733c4102249be38ab4106bc59605ec8dea500d2e49a0e09921313030", kill_on_drop: false }` [INFO] [stdout] 47aa2b59733c4102249be38ab4106bc59605ec8dea500d2e49a0e09921313030 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3624175d221799316e055c54b093602503e99fee68bec453a507188551e2ba2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c3624175d221799316e055c54b093602503e99fee68bec453a507188551e2ba2", kill_on_drop: false }` [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling khronos_api v2.1.0 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Checking scoped_threadpool v0.1.8 [INFO] [stderr] Compiling cgmath v0.16.0 [INFO] [stderr] Checking rustc-demangle v0.1.6 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking num-complex v0.1.42 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking deflate v0.7.17 [INFO] [stderr] Checking gif v0.9.2 [INFO] [stderr] Checking semver v0.2.3 [INFO] [stderr] Checking crossbeam-epoch v0.3.0 [INFO] [stderr] Checking num-bigint v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking backtrace v0.3.5 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Compiling glfw-sys v3.2.2 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking rayon v1.0.0 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Checking jpeg-decoder v0.1.14 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Checking glfw v0.20.0 [INFO] [stderr] Checking gfx_core v0.8.2 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_device_gl v0.15.0 [INFO] [stderr] Checking gfx_window_glfw v0.16.0 [INFO] [stderr] Checking rust_gfx_breakout v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / error_chain! { [INFO] [stdout] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stdout] 22 | | // error-chain errors. [INFO] [stdout] 23 | | foreign_links { [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / error_chain! { [INFO] [stdout] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stdout] 22 | | // error-chain errors. [INFO] [stdout] 23 | | foreign_links { [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / error_chain! { [INFO] [stdout] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stdout] 22 | | // error-chain errors. [INFO] [stdout] 23 | | foreign_links { [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / error_chain! { [INFO] [stdout] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stdout] 22 | | // error-chain errors. [INFO] [stdout] 23 | | foreign_links { [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / error_chain! { [INFO] [stdout] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stdout] 22 | | // error-chain errors. [INFO] [stdout] 23 | | foreign_links { [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/errors.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / error_chain! { [INFO] [stdout] 21 | | // Declare that we want to convert these non-error-chain errors into [INFO] [stdout] 22 | | // error-chain errors. [INFO] [stdout] 23 | | foreign_links { [INFO] [stdout] ... | [INFO] [stdout] 32 | | } [INFO] [stdout] 33 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `projection` [INFO] [stdout] --> src/game.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | projection: cgmath::Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/renderer.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | pub type RenderTargetView = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 28 - pub type RenderTargetView = [INFO] [stdout] 28 + pub type RenderTargetView = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `projection` [INFO] [stdout] --> src/game.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | projection: cgmath::Matrix4, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/renderer.rs:28:30 [INFO] [stdout] | [INFO] [stdout] 28 | pub type RenderTargetView = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 28 - pub type RenderTargetView = [INFO] [stdout] 28 + pub type RenderTargetView = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/bin/main.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | type RenderTargetView = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 40 - type RenderTargetView = [INFO] [stdout] 40 + type RenderTargetView = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/bin/main.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | type DepthStencilView = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 42 - type DepthStencilView = [INFO] [stdout] 42 + type DepthStencilView = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/bin/main.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | type RenderTargetView = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 40 - type RenderTargetView = [INFO] [stdout] 40 + type RenderTargetView = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/bin/main.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | type DepthStencilView = [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 42 - type DepthStencilView = [INFO] [stdout] 42 + type DepthStencilView = [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.98s [INFO] running `Command { std: "docker" "inspect" "c3624175d221799316e055c54b093602503e99fee68bec453a507188551e2ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3624175d221799316e055c54b093602503e99fee68bec453a507188551e2ba2", kill_on_drop: false }` [INFO] [stdout] c3624175d221799316e055c54b093602503e99fee68bec453a507188551e2ba2