Oct 26 22:50:27.754 INFO checking pinkisemils/cps_cw2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:50:27.754 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 26 22:50:28.127 INFO blam! 20a44645cefae74073446edc7545afb9b23b3d46097e51205c75bb7823e451a8 Oct 26 22:50:28.131 INFO running `"docker" "start" "-a" "20a44645cefae74073446edc7545afb9b23b3d46097e51205c75bb7823e451a8"` Oct 26 22:50:29.188 INFO kablam! usermod: no changes Oct 26 22:50:29.406 INFO kablam! Checking odds v0.2.24 Oct 26 22:50:29.415 INFO kablam! Checking shader_version v0.2.1 Oct 26 22:50:29.415 INFO kablam! Checking piston-shaders_graphics2d v0.1.0 Oct 26 22:50:29.415 INFO kablam! Checking simd v0.1.1 Oct 26 22:50:29.415 INFO kablam! Checking itertools v0.5.6 Oct 26 22:50:29.415 INFO kablam! Checking gfx_core v0.4.0 Oct 26 22:50:29.415 INFO kablam! Checking pistoncore-input v0.14.0 Oct 26 22:50:29.417 INFO kablam! Compiling gfx_gl v0.3.1 Oct 26 22:50:30.135 INFO kablam! Compiling gl v0.6.1 Oct 26 22:50:31.159 INFO kablam! Checking nodrop v0.1.8 Oct 26 22:50:33.067 INFO kablam! Checking arrayvec v0.3.20 Oct 26 22:50:35.583 INFO kablam! Checking pistoncore-window v0.23.0 Oct 26 22:50:36.100 INFO kablam! Checking rusttype v0.2.1 Oct 26 22:50:36.947 INFO kablam! Checking pistoncore-event_loop v0.26.0 Oct 26 22:50:38.832 INFO kablam! Checking piston v0.26.0 Oct 26 22:50:55.296 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 26 22:50:55.296 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 26 22:51:07.267 INFO kablam! Checking gfx v0.12.1 Oct 26 22:51:07.275 INFO kablam! Checking gfx_device_gl v0.11.2 Oct 26 22:51:11.556 INFO kablam! Checking piston-gfx_texture v0.18.0 Oct 26 22:51:12.562 INFO kablam! Checking piston2d-gfx_graphics v0.33.1 Oct 26 22:51:14.927 INFO kablam! Checking piston_window v0.57.0 Oct 26 22:51:16.563 INFO kablam! Checking cw_nb v0.1.0 (/source) Oct 26 22:51:19.505 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:51:19.506 INFO kablam! --> src/main.rs:4:1 Oct 26 22:51:19.507 INFO kablam! | Oct 26 22:51:19.507 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 26 22:51:19.508 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:51:19.508 INFO kablam! | Oct 26 22:51:19.509 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:51:19.510 INFO kablam! Oct 26 22:51:19.510 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 26 22:51:19.511 INFO kablam! --> src/app.rs:1:17 Oct 26 22:51:19.511 INFO kablam! | Oct 26 22:51:19.512 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 26 22:51:19.513 INFO kablam! | ^^^ ^^^^^^ Oct 26 22:51:19.513 INFO kablam! Oct 26 22:51:19.514 INFO kablam! warning: unused import: `std::cmp::max` Oct 26 22:51:19.514 INFO kablam! --> src/app.rs:5:5 Oct 26 22:51:19.514 INFO kablam! | Oct 26 22:51:19.514 INFO kablam! 5 | use std::cmp::max; Oct 26 22:51:19.514 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:51:19.514 INFO kablam! Oct 26 22:51:19.514 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 26 22:51:19.514 INFO kablam! --> src/app.rs:52:14 Oct 26 22:51:19.514 INFO kablam! | Oct 26 22:51:19.514 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 26 22:51:19.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:19.519 INFO kablam! | Oct 26 22:51:19.519 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 22:51:19.520 INFO kablam! Oct 26 22:51:19.521 INFO kablam! warning: unused import: `std::cmp::max` Oct 26 22:51:19.521 INFO kablam! --> src/bodies.rs:8:5 Oct 26 22:51:19.522 INFO kablam! | Oct 26 22:51:19.523 INFO kablam! 8 | use std::cmp::max; Oct 26 22:51:19.523 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:51:19.524 INFO kablam! Oct 26 22:51:19.524 INFO kablam! warning: unnecessary parentheses around assigned value Oct 26 22:51:19.525 INFO kablam! --> src/bodies.rs:56:31 Oct 26 22:51:19.526 INFO kablam! | Oct 26 22:51:19.526 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 26 22:51:19.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:19.527 INFO kablam! Oct 26 22:51:19.528 INFO kablam! warning: unnecessary parentheses around assigned value Oct 26 22:51:19.528 INFO kablam! --> src/bodies.rs:59:25 Oct 26 22:51:19.528 INFO kablam! | Oct 26 22:51:19.528 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 26 22:51:19.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:19.528 INFO kablam! Oct 26 22:51:19.528 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 22:51:19.528 INFO kablam! --> src/bodies.rs:63:39 Oct 26 22:51:19.528 INFO kablam! | Oct 26 22:51:19.528 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 26 22:51:19.528 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:19.528 INFO kablam! Oct 26 22:51:19.674 INFO kablam! warning: unused variable: `damp` Oct 26 22:51:19.674 INFO kablam! --> src/bodies.rs:39:9 Oct 26 22:51:19.674 INFO kablam! | Oct 26 22:51:19.674 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 26 22:51:19.674 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 26 22:51:19.674 INFO kablam! | Oct 26 22:51:19.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:51:19.679 INFO kablam! Oct 26 22:51:19.679 INFO kablam! warning: unused variable: `undamp` Oct 26 22:51:19.679 INFO kablam! --> src/bodies.rs:40:9 Oct 26 22:51:19.679 INFO kablam! | Oct 26 22:51:19.679 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 26 22:51:19.679 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 26 22:51:19.679 INFO kablam! Oct 26 22:51:19.681 INFO kablam! warning: unused variable: `min` Oct 26 22:51:19.681 INFO kablam! --> src/bodies.rs:41:9 Oct 26 22:51:19.681 INFO kablam! | Oct 26 22:51:19.681 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 26 22:51:19.681 INFO kablam! | ^^^ help: consider using `_min` instead Oct 26 22:51:19.681 INFO kablam! Oct 26 22:51:19.681 INFO kablam! warning: unused variable: `accel` Oct 26 22:51:19.681 INFO kablam! --> src/bodies.rs:49:17 Oct 26 22:51:19.681 INFO kablam! | Oct 26 22:51:19.681 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 26 22:51:19.681 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 26 22:51:19.681 INFO kablam! Oct 26 22:51:19.681 INFO kablam! warning: unused variable: `bodies` Oct 26 22:51:19.681 INFO kablam! --> src/app.rs:27:13 Oct 26 22:51:19.681 INFO kablam! | Oct 26 22:51:19.681 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 26 22:51:19.681 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 26 22:51:19.685 INFO kablam! Oct 26 22:51:19.685 INFO kablam! warning: unused variable: `mass_factor` Oct 26 22:51:19.685 INFO kablam! --> src/app.rs:28:13 Oct 26 22:51:19.685 INFO kablam! | Oct 26 22:51:19.685 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 26 22:51:19.685 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 26 22:51:19.685 INFO kablam! Oct 26 22:51:19.706 INFO kablam! warning: static item is never used: `Damp` Oct 26 22:51:19.706 INFO kablam! --> src/bodies.rs:33:1 Oct 26 22:51:19.706 INFO kablam! | Oct 26 22:51:19.706 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 26 22:51:19.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:51:19.707 INFO kablam! | Oct 26 22:51:19.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:51:19.707 INFO kablam! Oct 26 22:51:19.708 INFO kablam! warning: function is never used: `sample_bodies` Oct 26 22:51:19.708 INFO kablam! --> src/bodies.rs:109:1 Oct 26 22:51:19.708 INFO kablam! | Oct 26 22:51:19.708 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 26 22:51:19.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:51:19.709 INFO kablam! Oct 26 22:51:19.709 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 26 22:51:19.709 INFO kablam! --> src/main.rs:1:12 Oct 26 22:51:19.709 INFO kablam! | Oct 26 22:51:19.709 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 26 22:51:19.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 22:51:19.709 INFO kablam! | Oct 26 22:51:19.709 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 22:51:19.709 INFO kablam! Oct 26 22:51:19.712 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 26 22:51:19.712 INFO kablam! --> src/bodies.rs:33:1 Oct 26 22:51:19.712 INFO kablam! | Oct 26 22:51:19.712 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 26 22:51:19.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:51:19.712 INFO kablam! | Oct 26 22:51:19.712 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 26 22:51:19.712 INFO kablam! Oct 26 22:51:20.009 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:51:20.010 INFO kablam! --> src/main.rs:4:1 Oct 26 22:51:20.010 INFO kablam! | Oct 26 22:51:20.010 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 26 22:51:20.010 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:51:20.011 INFO kablam! | Oct 26 22:51:20.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:51:20.011 INFO kablam! Oct 26 22:51:20.011 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 26 22:51:20.011 INFO kablam! --> src/app.rs:1:17 Oct 26 22:51:20.011 INFO kablam! | Oct 26 22:51:20.011 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 26 22:51:20.011 INFO kablam! | ^^^ ^^^^^^ Oct 26 22:51:20.011 INFO kablam! Oct 26 22:51:20.011 INFO kablam! warning: unused import: `std::cmp::max` Oct 26 22:51:20.011 INFO kablam! --> src/app.rs:5:5 Oct 26 22:51:20.011 INFO kablam! | Oct 26 22:51:20.011 INFO kablam! 5 | use std::cmp::max; Oct 26 22:51:20.011 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:51:20.011 INFO kablam! Oct 26 22:51:20.014 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 26 22:51:20.014 INFO kablam! --> src/app.rs:52:14 Oct 26 22:51:20.014 INFO kablam! | Oct 26 22:51:20.014 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 26 22:51:20.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:20.014 INFO kablam! | Oct 26 22:51:20.014 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 22:51:20.014 INFO kablam! Oct 26 22:51:20.014 INFO kablam! warning: unused import: `std::cmp::max` Oct 26 22:51:20.014 INFO kablam! --> src/bodies.rs:8:5 Oct 26 22:51:20.014 INFO kablam! | Oct 26 22:51:20.014 INFO kablam! 8 | use std::cmp::max; Oct 26 22:51:20.014 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:51:20.014 INFO kablam! Oct 26 22:51:20.014 INFO kablam! warning: unnecessary parentheses around assigned value Oct 26 22:51:20.014 INFO kablam! --> src/bodies.rs:56:31 Oct 26 22:51:20.014 INFO kablam! | Oct 26 22:51:20.014 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 26 22:51:20.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:20.014 INFO kablam! Oct 26 22:51:20.014 INFO kablam! warning: unnecessary parentheses around assigned value Oct 26 22:51:20.014 INFO kablam! --> src/bodies.rs:59:25 Oct 26 22:51:20.014 INFO kablam! | Oct 26 22:51:20.014 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 26 22:51:20.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:20.014 INFO kablam! Oct 26 22:51:20.014 INFO kablam! warning: unnecessary parentheses around function argument Oct 26 22:51:20.014 INFO kablam! --> src/bodies.rs:63:39 Oct 26 22:51:20.014 INFO kablam! | Oct 26 22:51:20.014 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 26 22:51:20.014 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 22:51:20.014 INFO kablam! Oct 26 22:51:20.130 INFO kablam! warning: unused variable: `damp` Oct 26 22:51:20.130 INFO kablam! --> src/bodies.rs:39:9 Oct 26 22:51:20.130 INFO kablam! | Oct 26 22:51:20.130 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 26 22:51:20.130 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 26 22:51:20.132 INFO kablam! | Oct 26 22:51:20.132 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:51:20.132 INFO kablam! Oct 26 22:51:20.132 INFO kablam! warning: unused variable: `undamp` Oct 26 22:51:20.132 INFO kablam! --> src/bodies.rs:40:9 Oct 26 22:51:20.132 INFO kablam! | Oct 26 22:51:20.132 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 26 22:51:20.132 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 26 22:51:20.132 INFO kablam! Oct 26 22:51:20.132 INFO kablam! warning: unused variable: `min` Oct 26 22:51:20.132 INFO kablam! --> src/bodies.rs:41:9 Oct 26 22:51:20.132 INFO kablam! | Oct 26 22:51:20.132 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 26 22:51:20.132 INFO kablam! | ^^^ help: consider using `_min` instead Oct 26 22:51:20.132 INFO kablam! Oct 26 22:51:20.132 INFO kablam! warning: unused variable: `accel` Oct 26 22:51:20.132 INFO kablam! --> src/bodies.rs:49:17 Oct 26 22:51:20.132 INFO kablam! | Oct 26 22:51:20.132 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 26 22:51:20.132 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 26 22:51:20.132 INFO kablam! Oct 26 22:51:20.132 INFO kablam! warning: unused variable: `bodies` Oct 26 22:51:20.132 INFO kablam! --> src/app.rs:27:13 Oct 26 22:51:20.132 INFO kablam! | Oct 26 22:51:20.132 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 26 22:51:20.132 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 26 22:51:20.132 INFO kablam! Oct 26 22:51:20.132 INFO kablam! warning: unused variable: `mass_factor` Oct 26 22:51:20.132 INFO kablam! --> src/app.rs:28:13 Oct 26 22:51:20.132 INFO kablam! | Oct 26 22:51:20.132 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 26 22:51:20.132 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 26 22:51:20.132 INFO kablam! Oct 26 22:51:20.150 INFO kablam! warning: static item is never used: `Damp` Oct 26 22:51:20.150 INFO kablam! --> src/bodies.rs:33:1 Oct 26 22:51:20.150 INFO kablam! | Oct 26 22:51:20.150 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 26 22:51:20.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:51:20.151 INFO kablam! | Oct 26 22:51:20.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:51:20.151 INFO kablam! Oct 26 22:51:20.151 INFO kablam! warning: function is never used: `sample_bodies` Oct 26 22:51:20.151 INFO kablam! --> src/bodies.rs:109:1 Oct 26 22:51:20.151 INFO kablam! | Oct 26 22:51:20.151 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 26 22:51:20.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:51:20.151 INFO kablam! Oct 26 22:51:20.151 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 26 22:51:20.151 INFO kablam! --> src/main.rs:1:12 Oct 26 22:51:20.151 INFO kablam! | Oct 26 22:51:20.151 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 26 22:51:20.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 22:51:20.151 INFO kablam! | Oct 26 22:51:20.151 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 22:51:20.151 INFO kablam! Oct 26 22:51:20.152 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 26 22:51:20.152 INFO kablam! --> src/bodies.rs:33:1 Oct 26 22:51:20.152 INFO kablam! | Oct 26 22:51:20.152 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 26 22:51:20.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:51:20.152 INFO kablam! | Oct 26 22:51:20.152 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 26 22:51:20.152 INFO kablam! Oct 26 22:51:20.200 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.99s Oct 26 22:51:20.223 INFO kablam! su: No module specific data is present Oct 26 22:51:21.426 INFO running `"docker" "rm" "-f" "20a44645cefae74073446edc7545afb9b23b3d46097e51205c75bb7823e451a8"` Oct 26 22:51:21.755 INFO blam! 20a44645cefae74073446edc7545afb9b23b3d46097e51205c75bb7823e451a8