[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] testing achan1989/rust_gfx_breakout against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fachan1989%2Frust_gfx_breakout" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/achan1989/rust_gfx_breakout on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-13/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] f70025284e022542fa82543f8eb4387fe393eb5d71707c060886bef498137a76 [INFO] running `Command { std: "docker" "start" "-a" "f70025284e022542fa82543f8eb4387fe393eb5d71707c060886bef498137a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f70025284e022542fa82543f8eb4387fe393eb5d71707c060886bef498137a76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f70025284e022542fa82543f8eb4387fe393eb5d71707c060886bef498137a76", kill_on_drop: false }` [INFO] [stdout] f70025284e022542fa82543f8eb4387fe393eb5d71707c060886bef498137a76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] f1958be6964780c5ecf2b23d17741dabed5a51f94437abbbe75f6b6d5f914dd3 [INFO] running `Command { std: "docker" "start" "-a" "f1958be6964780c5ecf2b23d17741dabed5a51f94437abbbe75f6b6d5f914dd3", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.0 [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling khronos_api v2.1.0 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling cgmath v0.16.0 [INFO] [stderr] Compiling rustc-demangle v0.1.6 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling cmake v0.1.29 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling crossbeam-epoch v0.3.0 [INFO] [stderr] Compiling glfw-sys v3.2.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling semver v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling rayon v1.0.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling gfx_core v0.8.2 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.0 [INFO] [stderr] Compiling glfw v0.20.0 [INFO] [stderr] Compiling gfx_window_glfw v0.16.0 [INFO] [stderr] Compiling 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::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: 4 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 1m 03s [INFO] running `Command { std: "docker" "inspect" "f1958be6964780c5ecf2b23d17741dabed5a51f94437abbbe75f6b6d5f914dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1958be6964780c5ecf2b23d17741dabed5a51f94437abbbe75f6b6d5f914dd3", kill_on_drop: false }` [INFO] [stdout] f1958be6964780c5ecf2b23d17741dabed5a51f94437abbbe75f6b6d5f914dd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", 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] e29024f8b5b80784153e1b4d281758d322f8d81e920706f634e78ff3ccfc5d97 [INFO] running `Command { std: "docker" "start" "-a" "e29024f8b5b80784153e1b4d281758d322f8d81e920706f634e78ff3ccfc5d97", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling 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::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: 4 warnings emitted [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: 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: 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: 2 warnings emitted [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: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.43s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_gfx_breakout-7366180f3d32096d) [INFO] [stderr] Executable unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-1aa61dce7bbd36eb) [INFO] running `Command { std: "docker" "inspect" "e29024f8b5b80784153e1b4d281758d322f8d81e920706f634e78ff3ccfc5d97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e29024f8b5b80784153e1b4d281758d322f8d81e920706f634e78ff3ccfc5d97", kill_on_drop: false }` [INFO] [stdout] e29024f8b5b80784153e1b4d281758d322f8d81e920706f634e78ff3ccfc5d97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", 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] 4524e153ef28b117f40882674e7f853cb982c87d6c73b55929395ac33ef68417 [INFO] running `Command { std: "docker" "start" "-a" "4524e153ef28b117f40882674e7f853cb982c87d6c73b55929395ac33ef68417", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 the macro `impl_error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `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] 28 - pub type RenderTargetView = [INFO] [stderr] 28 + pub type RenderTargetView = [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rust_gfx_breakout` (lib) generated 4 warnings [INFO] [stderr] warning: `rust_gfx_breakout` (lib test) generated 4 warnings (4 duplicates) [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] 40 - type RenderTargetView = [INFO] [stderr] 40 + type RenderTargetView = [INFO] [stderr] | [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] 42 - type DepthStencilView = [INFO] [stderr] 42 + type DepthStencilView = [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rust_gfx_breakout` (bin "main" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_gfx_breakout-7366180f3d32096d) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/main.rs (/opt/rustwide/target/debug/deps/main-1aa61dce7bbd36eb) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [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; finished in 0.00s [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4524e153ef28b117f40882674e7f853cb982c87d6c73b55929395ac33ef68417", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4524e153ef28b117f40882674e7f853cb982c87d6c73b55929395ac33ef68417", kill_on_drop: false }` [INFO] [stdout] 4524e153ef28b117f40882674e7f853cb982c87d6c73b55929395ac33ef68417