[INFO] updating cached repository https://github.com/swamulism/aether_of_enclaves [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] b48130bd5349091f005fa0064c9a5e93d56cd16f [INFO] testing swamulism/aether_of_enclaves against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswamulism%2Faether_of_enclaves" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 93% (149/160) Checking out files: 94% (151/160) Checking out files: 95% (152/160) Checking out files: 96% (154/160) Checking out files: 97% (156/160) Checking out files: 98% (157/160) Checking out files: 99% (159/160) Checking out files: 100% (160/160) Checking out files: 100% (160/160), done. [INFO] validating manifest of git repo https://github.com/swamulism/aether_of_enclaves 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/swamulism/aether_of_enclaves [INFO] finished tweaking git repo https://github.com/swamulism/aether_of_enclaves [INFO] tweaked toml for git repo https://github.com/swamulism/aether_of_enclaves written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/swamulism/aether_of_enclaves 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 5b04552dd29618d3149712348ede4fed33e3da3f5977514389feacd5f9240d29 [INFO] running `"docker" "start" "-a" "5b04552dd29618d3149712348ede4fed33e3da3f5977514389feacd5f9240d29"` [INFO] [stderr] Compiling coco v0.1.1 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling x11-dl v2.17.2 [INFO] [stderr] Compiling num-rational v0.1.41 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling dlib v0.4.0 [INFO] [stderr] Compiling tempfile v2.2.0 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling pistoncore-window v0.31.0 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling pistoncore-event_loop v0.36.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling piston v0.36.0 [INFO] [stderr] Compiling derivative v1.0.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling gfx_gl v0.4.0 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.13 [INFO] [stderr] Compiling gfx_core v0.8.2 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling wayland-window v0.13.2 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling noise v0.5.1 [INFO] [stderr] Compiling pistoncore-glutin_window v0.46.0 [INFO] [stderr] Compiling gfx v0.17.1 [INFO] [stderr] Compiling gfx_device_gl v0.15.0 [INFO] [stderr] Compiling piston-gfx_texture v0.32.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.51.0 [INFO] [stderr] Compiling piston_window v0.79.0 [INFO] [stderr] Compiling aether_of_enclaves v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/game.rs:205:25 [INFO] [stderr] | [INFO] [stderr] 205 | let mut scale; [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 1m 31s [INFO] running `"docker" "inspect" "5b04552dd29618d3149712348ede4fed33e3da3f5977514389feacd5f9240d29"` [INFO] running `"docker" "rm" "-f" "5b04552dd29618d3149712348ede4fed33e3da3f5977514389feacd5f9240d29"` [INFO] [stdout] 5b04552dd29618d3149712348ede4fed33e3da3f5977514389feacd5f9240d29 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] 8c3f915c9b6d4671d0193f28bd757f41e0b7aefb3c3f242b305401fd4d13167c [INFO] running `"docker" "start" "-a" "8c3f915c9b6d4671d0193f28bd757f41e0b7aefb3c3f242b305401fd4d13167c"` [INFO] [stderr] Compiling aether_of_enclaves v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/game.rs:205:25 [INFO] [stderr] | [INFO] [stderr] 205 | let mut scale; [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 8.46s [INFO] running `"docker" "inspect" "8c3f915c9b6d4671d0193f28bd757f41e0b7aefb3c3f242b305401fd4d13167c"` [INFO] running `"docker" "rm" "-f" "8c3f915c9b6d4671d0193f28bd757f41e0b7aefb3c3f242b305401fd4d13167c"` [INFO] [stdout] 8c3f915c9b6d4671d0193f28bd757f41e0b7aefb3c3f242b305401fd4d13167c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] a53bac23c3c6a142fd2a29d40ef7114a1c44c5dd1964cfb7ab9bdebc7f5fa32a [INFO] running `"docker" "start" "-a" "a53bac23c3c6a142fd2a29d40ef7114a1c44c5dd1964cfb7ab9bdebc7f5fa32a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/aether_of_enclaves-23e70dc21a658ffc [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test::creature_test::tests::position_updates ... ok [INFO] [stdout] test test::creature_test::tests::self_velocity_updates ... ok [INFO] [stdout] test test::creature_test::tests::control_state_changes ... ok [INFO] [stdout] test test::ship_test::tests::ship_constructs ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a53bac23c3c6a142fd2a29d40ef7114a1c44c5dd1964cfb7ab9bdebc7f5fa32a"` [INFO] running `"docker" "rm" "-f" "a53bac23c3c6a142fd2a29d40ef7114a1c44c5dd1964cfb7ab9bdebc7f5fa32a"` [INFO] [stdout] a53bac23c3c6a142fd2a29d40ef7114a1c44c5dd1964cfb7ab9bdebc7f5fa32a