[INFO] updating cached repository https://github.com/vpzomtrrfrt/rustgametest [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e496aff59733d0f408d508784f0be0eea8c74cb [INFO] testing vpzomtrrfrt/rustgametest against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvpzomtrrfrt%2Frustgametest" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vpzomtrrfrt/rustgametest on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vpzomtrrfrt/rustgametest [INFO] finished tweaking git repo https://github.com/vpzomtrrfrt/rustgametest [INFO] tweaked toml for git repo https://github.com/vpzomtrrfrt/rustgametest written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/vpzomtrrfrt/rustgametest already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 0a4304ea0f22c1d0d0afdff7cd99b1312cdfd64741296d9307bfe03435bcfaaa [INFO] running `"docker" "start" "-a" "0a4304ea0f22c1d0d0afdff7cd99b1312cdfd64741296d9307bfe03435bcfaaa"` [INFO] [stderr] Compiling bitflags v1.0.0 [INFO] [stderr] Compiling libc v0.2.33 [INFO] [stderr] Compiling piston-float v0.3.0 [INFO] [stderr] Compiling khronos_api v2.0.0 [INFO] [stderr] Compiling either v1.3.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling shader_version v0.3.0 [INFO] [stderr] Compiling adler32 v1.0.2 [INFO] [stderr] Compiling serde v1.0.19 [INFO] [stderr] Compiling sdl2-sys v0.30.0 [INFO] [stderr] Compiling linked-hash-map v0.5.0 [INFO] [stderr] Compiling piston-texture v0.6.0 [INFO] [stderr] Compiling read_color v0.1.0 [INFO] [stderr] Compiling interpolation v0.1.0 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.3.1 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling stb_truetype v0.2.1 [INFO] [stderr] Compiling arrayvec v0.4.6 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling piston-viewport v0.3.0 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling inflate v0.3.3 [INFO] [stderr] Compiling deflate v0.7.17 [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling serde_derive_internals v0.17.0 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling num-rational v0.1.40 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling num_cpus v1.7.0 [INFO] [stderr] Compiling rusttype v0.2.3 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling serde_derive v1.0.19 [INFO] [stderr] Compiling sdl2 v0.30.0 [INFO] [stderr] Compiling piston2d-graphics v0.23.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling image v0.17.0 [INFO] [stderr] Compiling pistoncore-input v0.20.0 [INFO] [stderr] Compiling pistoncore-window v0.30.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.35.0 [INFO] [stderr] Compiling piston v0.35.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.49.0 [INFO] [stderr] Compiling pistoncore-sdl2_window v0.46.0 [INFO] [stderr] Compiling rustgametest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | for mut player in &mut self.players { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.52s [INFO] running `"docker" "inspect" "0a4304ea0f22c1d0d0afdff7cd99b1312cdfd64741296d9307bfe03435bcfaaa"` [INFO] running `"docker" "rm" "-f" "0a4304ea0f22c1d0d0afdff7cd99b1312cdfd64741296d9307bfe03435bcfaaa"` [INFO] [stdout] 0a4304ea0f22c1d0d0afdff7cd99b1312cdfd64741296d9307bfe03435bcfaaa [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 90ee23a55b12c73732c7d2f7a6c38ef818f4d6cd9ad27a287a9a51d627c952ba [INFO] running `"docker" "start" "-a" "90ee23a55b12c73732c7d2f7a6c38ef818f4d6cd9ad27a287a9a51d627c952ba"` [INFO] [stderr] Compiling rustgametest v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:86:13 [INFO] [stderr] | [INFO] [stderr] 86 | for mut player in &mut self.players { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `"docker" "inspect" "90ee23a55b12c73732c7d2f7a6c38ef818f4d6cd9ad27a287a9a51d627c952ba"` [INFO] running `"docker" "rm" "-f" "90ee23a55b12c73732c7d2f7a6c38ef818f4d6cd9ad27a287a9a51d627c952ba"` [INFO] [stdout] 90ee23a55b12c73732c7d2f7a6c38ef818f4d6cd9ad27a287a9a51d627c952ba [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] a0c995413332881f2eed372def7391e1f798b29544deaa74066cc834e62ab135 [INFO] running `"docker" "start" "-a" "a0c995413332881f2eed372def7391e1f798b29544deaa74066cc834e62ab135"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rustgametest-3d9a8e9aa3a7be41 [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" "a0c995413332881f2eed372def7391e1f798b29544deaa74066cc834e62ab135"` [INFO] running `"docker" "rm" "-f" "a0c995413332881f2eed372def7391e1f798b29544deaa74066cc834e62ab135"` [INFO] [stdout] a0c995413332881f2eed372def7391e1f798b29544deaa74066cc834e62ab135