[INFO] updating cached repository https://github.com/aziis98/rust-n-bodies [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] 45a181d7ee56e825aeb37bd4412163a50d4a4522 [INFO] testing aziis98/rust-n-bodies against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Faziis98%2Frust-n-bodies" "work/builds/worker-10/source"` [INFO] [stderr] Cloning into 'work/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aziis98/rust-n-bodies 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/aziis98/rust-n-bodies [INFO] finished tweaking git repo https://github.com/aziis98/rust-n-bodies [INFO] tweaked toml for git repo https://github.com/aziis98/rust-n-bodies written to work/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/aziis98/rust-n-bodies 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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] 11807eb125fdaa091ac8f48569fc5a33b769e6727e8cf5afdbf526a638dcbe52 [INFO] running `"docker" "start" "-a" "11807eb125fdaa091ac8f48569fc5a33b769e6727e8cf5afdbf526a638dcbe52"` [INFO] [stderr] Compiling shader_version v0.3.0 [INFO] [stderr] Compiling piston-texture v0.6.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling vecmath v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling tempfile v3.0.3 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rusttype v0.4.3 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling piston2d-graphics v0.26.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling pistoncore-input v0.21.0 [INFO] [stderr] Compiling piston2d-opengl_graphics v0.53.0 [INFO] [stderr] Compiling pistoncore-window v0.32.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.37.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.47.0 [INFO] [stderr] Compiling piston v0.37.0 [INFO] [stderr] Compiling n-bodies v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | for mut p in &mut self.particles { [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 31.21s [INFO] running `"docker" "inspect" "11807eb125fdaa091ac8f48569fc5a33b769e6727e8cf5afdbf526a638dcbe52"` [INFO] running `"docker" "rm" "-f" "11807eb125fdaa091ac8f48569fc5a33b769e6727e8cf5afdbf526a638dcbe52"` [INFO] [stdout] 11807eb125fdaa091ac8f48569fc5a33b769e6727e8cf5afdbf526a638dcbe52 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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] 6d99d558f73d7196ee2a56a0bdeb6dc985c722043e60d2f22a72c6a3a9ce4d36 [INFO] running `"docker" "start" "-a" "6d99d558f73d7196ee2a56a0bdeb6dc985c722043e60d2f22a72c6a3a9ce4d36"` [INFO] [stderr] Compiling n-bodies v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:151:17 [INFO] [stderr] | [INFO] [stderr] 151 | for mut p in &mut self.particles { [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 2.53s [INFO] running `"docker" "inspect" "6d99d558f73d7196ee2a56a0bdeb6dc985c722043e60d2f22a72c6a3a9ce4d36"` [INFO] running `"docker" "rm" "-f" "6d99d558f73d7196ee2a56a0bdeb6dc985c722043e60d2f22a72c6a3a9ce4d36"` [INFO] [stdout] 6d99d558f73d7196ee2a56a0bdeb6dc985c722043e60d2f22a72c6a3a9ce4d36 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-10/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] d576570884936fa97e8da0ae9852a843ed5d09488e601c8dae11544ae0ecb3a6 [INFO] running `"docker" "start" "-a" "d576570884936fa97e8da0ae9852a843ed5d09488e601c8dae11544ae0ecb3a6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/n_bodies-6f1a998e3fcb37ea [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" "d576570884936fa97e8da0ae9852a843ed5d09488e601c8dae11544ae0ecb3a6"` [INFO] running `"docker" "rm" "-f" "d576570884936fa97e8da0ae9852a843ed5d09488e601c8dae11544ae0ecb3a6"` [INFO] [stdout] d576570884936fa97e8da0ae9852a843ed5d09488e601c8dae11544ae0ecb3a6