Oct 21 20:21:55.081 INFO checking Tehforsch/rustPlanetSimulation against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:21:55.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 20:21:55.654 INFO blam! 95129b73f55debb0be87786484fb65aa87f7380076c00b454ecc3fc5b2e809f0 Oct 21 20:21:55.655 INFO running `"docker" "start" "-a" "95129b73f55debb0be87786484fb65aa87f7380076c00b454ecc3fc5b2e809f0"` Oct 21 20:21:57.136 INFO kablam! usermod: no changes Oct 21 20:21:57.508 INFO kablam! Checking deflate v0.7.16 Oct 21 20:21:57.516 INFO kablam! Compiling glutin v0.7.4 Oct 21 20:21:57.516 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 20:21:57.516 INFO kablam! Checking pistoncore-event_loop v0.31.4 Oct 21 20:21:57.516 INFO kablam! Checking gfx_device_gl v0.13.1 Oct 21 20:21:57.516 INFO kablam! Checking wayland-sys v0.7.8 Oct 21 20:22:01.484 INFO kablam! Checking wayland-client v0.7.8 Oct 21 20:22:02.228 INFO kablam! Checking piston v0.31.4 Oct 21 20:22:04.238 INFO kablam! Checking png v0.6.2 Oct 21 20:22:08.609 INFO kablam! Checking wayland-window v0.4.4 Oct 21 20:22:08.616 INFO kablam! Checking wayland-kbd v0.6.3 Oct 21 20:22:08.740 INFO kablam! Checking image v0.12.4 Oct 21 20:22:11.860 INFO kablam! Checking winit v0.5.11 Oct 21 20:22:16.788 INFO kablam! Checking piston-gfx_texture v0.22.1 Oct 21 20:22:16.788 INFO kablam! Checking piston2d-opengl_graphics v0.42.1 Oct 21 20:22:21.364 INFO kablam! Checking piston2d-gfx_graphics v0.38.0 Oct 21 20:22:23.333 INFO kablam! Checking pistoncore-glutin_window v0.35.1 Oct 21 20:22:27.010 INFO kablam! Checking piston_window v0.64.0 Oct 21 20:22:30.248 INFO kablam! Checking engine v0.1.0 (/source) Oct 21 20:22:34.520 INFO kablam! warning: variable does not need to be mutable Oct 21 20:22:34.521 INFO kablam! --> src/simulation/mod.rs:26:13 Oct 21 20:22:34.521 INFO kablam! | Oct 21 20:22:34.521 INFO kablam! 26 | let mut slice = &mut self.bodies[..]; Oct 21 20:22:34.522 INFO kablam! | ----^^^^^ Oct 21 20:22:34.522 INFO kablam! | | Oct 21 20:22:34.522 INFO kablam! | help: remove this `mut` Oct 21 20:22:34.522 INFO kablam! | Oct 21 20:22:34.523 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:22:34.523 INFO kablam! Oct 21 20:22:34.523 INFO kablam! warning: variable does not need to be mutable Oct 21 20:22:34.523 INFO kablam! --> src/simulation/mod.rs:67:9 Oct 21 20:22:34.523 INFO kablam! | Oct 21 20:22:34.524 INFO kablam! 67 | let mut sim = Simulation { Oct 21 20:22:34.524 INFO kablam! | ----^^^ Oct 21 20:22:34.524 INFO kablam! | | Oct 21 20:22:34.524 INFO kablam! | help: remove this `mut` Oct 21 20:22:34.525 INFO kablam! Oct 21 20:22:35.148 INFO kablam! warning: variable does not need to be mutable Oct 21 20:22:35.148 INFO kablam! --> src/simulation/mod.rs:26:13 Oct 21 20:22:35.148 INFO kablam! | Oct 21 20:22:35.148 INFO kablam! 26 | let mut slice = &mut self.bodies[..]; Oct 21 20:22:35.148 INFO kablam! | ----^^^^^ Oct 21 20:22:35.148 INFO kablam! | | Oct 21 20:22:35.148 INFO kablam! | help: remove this `mut` Oct 21 20:22:35.148 INFO kablam! | Oct 21 20:22:35.148 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:22:35.148 INFO kablam! Oct 21 20:22:35.148 INFO kablam! warning: variable does not need to be mutable Oct 21 20:22:35.148 INFO kablam! --> src/simulation/mod.rs:67:9 Oct 21 20:22:35.148 INFO kablam! | Oct 21 20:22:35.148 INFO kablam! 67 | let mut sim = Simulation { Oct 21 20:22:35.148 INFO kablam! | ----^^^ Oct 21 20:22:35.148 INFO kablam! | | Oct 21 20:22:35.148 INFO kablam! | help: remove this `mut` Oct 21 20:22:35.148 INFO kablam! Oct 21 20:22:35.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.99s Oct 21 20:22:35.184 INFO kablam! su: No module specific data is present Oct 21 20:22:35.814 INFO running `"docker" "rm" "-f" "95129b73f55debb0be87786484fb65aa87f7380076c00b454ecc3fc5b2e809f0"` Oct 21 20:22:36.077 INFO blam! 95129b73f55debb0be87786484fb65aa87f7380076c00b454ecc3fc5b2e809f0