Oct 15 06:23:24.664 INFO testing Tehforsch/rustPlanetSimulation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:23:24.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 06:23:25.245 INFO blam! 0c2fa23f684ab667c9c1cdb67153c208f22eb2e25cc3a373bad59b36b34e2d85 Oct 15 06:23:25.247 INFO running `"docker" "start" "-a" "0c2fa23f684ab667c9c1cdb67153c208f22eb2e25cc3a373bad59b36b34e2d85"` Oct 15 06:23:26.647 INFO kablam! usermod: no changes Oct 15 06:23:26.947 INFO kablam! Compiling libc v0.2.30 Oct 15 06:23:26.947 INFO kablam! Compiling itoa v0.3.3 Oct 15 06:23:26.951 INFO kablam! Compiling x11-dl v2.15.0 Oct 15 06:23:26.951 INFO kablam! Compiling deflate v0.7.16 Oct 15 06:23:26.959 INFO kablam! Compiling pistoncore-input v0.17.1 Oct 15 06:23:26.959 INFO kablam! Compiling gfx_core v0.6.1 Oct 15 06:23:26.959 INFO kablam! Compiling glutin v0.7.4 Oct 15 06:23:30.451 INFO kablam! Compiling serde_json v0.9.10 Oct 15 06:23:35.591 INFO kablam! Compiling rand v0.3.16 Oct 15 06:23:35.631 INFO kablam! Compiling num_cpus v1.6.2 Oct 15 06:23:35.639 INFO kablam! Compiling fs2 v0.2.5 Oct 15 06:23:42.492 INFO kablam! Compiling shared_library v0.1.7 Oct 15 06:23:42.493 INFO kablam! Compiling memmap v0.4.0 Oct 15 06:23:42.899 INFO kablam! Compiling pistoncore-window v0.26.2 Oct 15 06:23:47.964 INFO kablam! Compiling png v0.6.2 Oct 15 06:23:47.983 INFO kablam! Compiling pistoncore-event_loop v0.31.4 Oct 15 06:23:48.675 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:23:53.484 INFO kablam! Compiling piston v0.31.4 Oct 15 06:23:57.601 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 06:23:57.947 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 06:23:57.972 INFO kablam! Compiling tempfile v2.1.6 Oct 15 06:24:01.804 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 06:24:04.907 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 06:24:07.779 INFO kablam! Compiling rayon v0.8.2 Oct 15 06:24:20.329 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 06:24:28.740 INFO kablam! Compiling image v0.12.4 Oct 15 06:24:35.837 INFO kablam! Compiling libloading v0.3.4 Oct 15 06:24:42.347 INFO kablam! Compiling dlib v0.3.1 Oct 15 06:24:43.369 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 06:24:48.673 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 06:24:58.239 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 06:24:58.239 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 06:24:59.583 INFO kablam! Compiling piston2d-opengl_graphics v0.42.1 Oct 15 06:25:02.691 INFO kablam! Compiling winit v0.5.11 Oct 15 06:25:08.935 INFO kablam! Compiling gfx v0.14.1 Oct 15 06:25:08.935 INFO kablam! Compiling gfx_device_gl v0.13.1 Oct 15 06:25:13.079 INFO kablam! Compiling pistoncore-glutin_window v0.35.1 Oct 15 06:25:18.387 INFO kablam! Compiling piston-gfx_texture v0.22.1 Oct 15 06:25:20.411 INFO kablam! Compiling piston2d-gfx_graphics v0.38.0 Oct 15 06:25:23.970 INFO kablam! Compiling piston_window v0.64.0 Oct 15 06:25:26.312 INFO kablam! Compiling engine v0.1.0 (/source) Oct 15 06:25:28.770 INFO kablam! warning: variable does not need to be mutable Oct 15 06:25:28.770 INFO kablam! --> src/simulation/mod.rs:26:13 Oct 15 06:25:28.770 INFO kablam! | Oct 15 06:25:28.770 INFO kablam! 26 | let mut slice = &mut self.bodies[..]; Oct 15 06:25:28.770 INFO kablam! | ----^^^^^ Oct 15 06:25:28.770 INFO kablam! | | Oct 15 06:25:28.770 INFO kablam! | help: remove this `mut` Oct 15 06:25:28.770 INFO kablam! | Oct 15 06:25:28.770 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:25:28.770 INFO kablam! Oct 15 06:25:28.770 INFO kablam! warning: variable does not need to be mutable Oct 15 06:25:28.770 INFO kablam! --> src/simulation/mod.rs:67:9 Oct 15 06:25:28.770 INFO kablam! | Oct 15 06:25:28.770 INFO kablam! 67 | let mut sim = Simulation { Oct 15 06:25:28.770 INFO kablam! | ----^^^ Oct 15 06:25:28.770 INFO kablam! | | Oct 15 06:25:28.770 INFO kablam! | help: remove this `mut` Oct 15 06:25:28.770 INFO kablam! Oct 15 06:25:32.334 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 05s Oct 15 06:25:32.349 INFO kablam! su: No module specific data is present Oct 15 06:25:32.649 INFO running `"docker" "rm" "-f" "0c2fa23f684ab667c9c1cdb67153c208f22eb2e25cc3a373bad59b36b34e2d85"` Oct 15 06:25:32.831 INFO blam! 0c2fa23f684ab667c9c1cdb67153c208f22eb2e25cc3a373bad59b36b34e2d85 Oct 15 06:25:32.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 06:25:33.045 INFO blam! 464dea02270ef2ac00ac586baa8291d800047e631585b8d1ab3f9740ca5645d5 Oct 15 06:25:33.048 INFO running `"docker" "start" "-a" "464dea02270ef2ac00ac586baa8291d800047e631585b8d1ab3f9740ca5645d5"` Oct 15 06:25:33.515 INFO kablam! usermod: no changes Oct 15 06:25:33.685 INFO kablam! Compiling engine v0.1.0 (/source) Oct 15 06:25:36.023 INFO kablam! warning: variable does not need to be mutable Oct 15 06:25:36.023 INFO kablam! --> src/simulation/mod.rs:26:13 Oct 15 06:25:36.023 INFO kablam! | Oct 15 06:25:36.023 INFO kablam! 26 | let mut slice = &mut self.bodies[..]; Oct 15 06:25:36.023 INFO kablam! | ----^^^^^ Oct 15 06:25:36.023 INFO kablam! | | Oct 15 06:25:36.023 INFO kablam! | help: remove this `mut` Oct 15 06:25:36.023 INFO kablam! | Oct 15 06:25:36.023 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:25:36.023 INFO kablam! Oct 15 06:25:36.031 INFO kablam! warning: variable does not need to be mutable Oct 15 06:25:36.031 INFO kablam! --> src/simulation/mod.rs:67:9 Oct 15 06:25:36.031 INFO kablam! | Oct 15 06:25:36.031 INFO kablam! 67 | let mut sim = Simulation { Oct 15 06:25:36.031 INFO kablam! | ----^^^ Oct 15 06:25:36.031 INFO kablam! | | Oct 15 06:25:36.031 INFO kablam! | help: remove this `mut` Oct 15 06:25:36.031 INFO kablam! Oct 15 06:25:36.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 15 06:25:36.562 INFO kablam! su: No module specific data is present Oct 15 06:25:37.183 INFO running `"docker" "rm" "-f" "464dea02270ef2ac00ac586baa8291d800047e631585b8d1ab3f9740ca5645d5"` Oct 15 06:25:37.379 INFO blam! 464dea02270ef2ac00ac586baa8291d800047e631585b8d1ab3f9740ca5645d5 Oct 15 06:25:37.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 06:25:37.727 INFO blam! 7f93eb5d9a356ccbbf1e03b0c9b8268c2040553d6475a4b2d0892d3c31994a44 Oct 15 06:25:37.735 INFO running `"docker" "start" "-a" "7f93eb5d9a356ccbbf1e03b0c9b8268c2040553d6475a4b2d0892d3c31994a44"` Oct 15 06:25:38.767 INFO kablam! usermod: no changes Oct 15 06:25:38.984 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 15 06:25:39.015 INFO kablam! Running /target/debug/deps/engine-db48188d7be1fb59 Oct 15 06:25:39.015 INFO blam! Oct 15 06:25:39.015 INFO blam! running 0 tests Oct 15 06:25:39.015 INFO blam! Oct 15 06:25:39.015 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:25:39.015 INFO blam! Oct 15 06:25:39.017 INFO kablam! su: No module specific data is present Oct 15 06:25:39.521 INFO running `"docker" "rm" "-f" "7f93eb5d9a356ccbbf1e03b0c9b8268c2040553d6475a4b2d0892d3c31994a44"` Oct 15 06:25:39.779 INFO blam! 7f93eb5d9a356ccbbf1e03b0c9b8268c2040553d6475a4b2d0892d3c31994a44