Oct 31 23:09:29.032 INFO checking pinkisemils/cps_cw2 against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 23:09:29.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 23:09:29.511 INFO blam! cfd9b0af45807450cbd39d07f8adfcc5c555cb29959b16ef443bede51e49d5ed Oct 31 23:09:29.512 INFO running `"docker" "start" "-a" "cfd9b0af45807450cbd39d07f8adfcc5c555cb29959b16ef443bede51e49d5ed"` Oct 31 23:09:31.661 INFO kablam! usermod: no changes Oct 31 23:09:32.024 INFO kablam! Checking simd v0.1.1 Oct 31 23:09:32.032 INFO kablam! Checking shared_library v0.1.5 Oct 31 23:09:32.057 INFO kablam! Checking x11-dl v2.11.0 Oct 31 23:09:32.057 INFO kablam! Checking enum_primitive v0.1.0 Oct 31 23:09:32.064 INFO kablam! Checking libloading v0.3.1 Oct 31 23:09:33.253 INFO kablam! Checking image v0.10.3 Oct 31 23:09:33.864 INFO kablam! Checking osmesa-sys v0.1.2 Oct 31 23:09:34.004 INFO kablam! Checking dlib v0.3.1 Oct 31 23:09:34.520 INFO kablam! Checking wayland-sys v0.5.11 Oct 31 23:09:35.576 INFO kablam! Checking wayland-client v0.5.12 Oct 31 23:09:39.789 INFO kablam! Checking wayland-kbd v0.3.6 Oct 31 23:09:39.789 INFO kablam! Checking wayland-window v0.2.3 Oct 31 23:09:43.904 INFO kablam! Checking glutin v0.6.2 Oct 31 23:09:44.829 INFO kablam! Checking piston-gfx_texture v0.18.0 Oct 31 23:09:44.829 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 31 23:09:47.084 INFO kablam! Checking piston2d-gfx_graphics v0.33.1 Oct 31 23:09:47.500 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 31 23:09:49.645 INFO kablam! Checking piston_window v0.57.0 Oct 31 23:09:51.444 INFO kablam! Checking cw_nb v0.1.0 (/source) Oct 31 23:09:54.091 INFO kablam! warning: unused `#[macro_use]` import Oct 31 23:09:54.091 INFO kablam! --> src/main.rs:4:1 Oct 31 23:09:54.091 INFO kablam! | Oct 31 23:09:54.091 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 31 23:09:54.091 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:09:54.091 INFO kablam! | Oct 31 23:09:54.091 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:09:54.091 INFO kablam! Oct 31 23:09:54.091 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 31 23:09:54.091 INFO kablam! --> src/app.rs:1:17 Oct 31 23:09:54.091 INFO kablam! | Oct 31 23:09:54.091 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 31 23:09:54.091 INFO kablam! | ^^^ ^^^^^^ Oct 31 23:09:54.091 INFO kablam! Oct 31 23:09:54.091 INFO kablam! warning: unused import: `std::cmp::max` Oct 31 23:09:54.096 INFO kablam! --> src/app.rs:5:5 Oct 31 23:09:54.096 INFO kablam! | Oct 31 23:09:54.096 INFO kablam! 5 | use std::cmp::max; Oct 31 23:09:54.096 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 23:09:54.096 INFO kablam! Oct 31 23:09:54.097 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 31 23:09:54.097 INFO kablam! --> src/app.rs:52:14 Oct 31 23:09:54.097 INFO kablam! | Oct 31 23:09:54.097 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 31 23:09:54.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.097 INFO kablam! | Oct 31 23:09:54.097 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 23:09:54.097 INFO kablam! Oct 31 23:09:54.097 INFO kablam! warning: unused import: `std::cmp::max` Oct 31 23:09:54.097 INFO kablam! --> src/bodies.rs:8:5 Oct 31 23:09:54.097 INFO kablam! | Oct 31 23:09:54.097 INFO kablam! 8 | use std::cmp::max; Oct 31 23:09:54.097 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 23:09:54.097 INFO kablam! Oct 31 23:09:54.099 INFO kablam! warning: unnecessary parentheses around assigned value Oct 31 23:09:54.099 INFO kablam! --> src/bodies.rs:56:31 Oct 31 23:09:54.099 INFO kablam! | Oct 31 23:09:54.099 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 31 23:09:54.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.099 INFO kablam! Oct 31 23:09:54.099 INFO kablam! warning: unnecessary parentheses around assigned value Oct 31 23:09:54.099 INFO kablam! --> src/bodies.rs:59:25 Oct 31 23:09:54.099 INFO kablam! | Oct 31 23:09:54.099 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 31 23:09:54.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.099 INFO kablam! Oct 31 23:09:54.099 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 23:09:54.099 INFO kablam! --> src/bodies.rs:63:39 Oct 31 23:09:54.099 INFO kablam! | Oct 31 23:09:54.099 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 31 23:09:54.099 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.099 INFO kablam! Oct 31 23:09:54.238 INFO kablam! warning: unused `#[macro_use]` import Oct 31 23:09:54.238 INFO kablam! --> src/main.rs:4:1 Oct 31 23:09:54.239 INFO kablam! | Oct 31 23:09:54.239 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 31 23:09:54.240 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:09:54.240 INFO kablam! | Oct 31 23:09:54.241 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:09:54.241 INFO kablam! Oct 31 23:09:54.241 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 31 23:09:54.242 INFO kablam! --> src/app.rs:1:17 Oct 31 23:09:54.242 INFO kablam! | Oct 31 23:09:54.243 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 31 23:09:54.243 INFO kablam! | ^^^ ^^^^^^ Oct 31 23:09:54.244 INFO kablam! Oct 31 23:09:54.244 INFO kablam! warning: unused import: `std::cmp::max` Oct 31 23:09:54.245 INFO kablam! --> src/app.rs:5:5 Oct 31 23:09:54.245 INFO kablam! | Oct 31 23:09:54.246 INFO kablam! 5 | use std::cmp::max; Oct 31 23:09:54.246 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 23:09:54.246 INFO kablam! Oct 31 23:09:54.247 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 31 23:09:54.247 INFO kablam! --> src/app.rs:52:14 Oct 31 23:09:54.248 INFO kablam! | Oct 31 23:09:54.248 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 31 23:09:54.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.249 INFO kablam! | Oct 31 23:09:54.249 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 23:09:54.249 INFO kablam! Oct 31 23:09:54.250 INFO kablam! warning: unused import: `std::cmp::max` Oct 31 23:09:54.250 INFO kablam! --> src/bodies.rs:8:5 Oct 31 23:09:54.250 INFO kablam! | Oct 31 23:09:54.250 INFO kablam! 8 | use std::cmp::max; Oct 31 23:09:54.250 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 23:09:54.250 INFO kablam! Oct 31 23:09:54.250 INFO kablam! warning: unnecessary parentheses around assigned value Oct 31 23:09:54.250 INFO kablam! --> src/bodies.rs:56:31 Oct 31 23:09:54.250 INFO kablam! | Oct 31 23:09:54.250 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 31 23:09:54.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.250 INFO kablam! Oct 31 23:09:54.250 INFO kablam! warning: unnecessary parentheses around assigned value Oct 31 23:09:54.250 INFO kablam! --> src/bodies.rs:59:25 Oct 31 23:09:54.250 INFO kablam! | Oct 31 23:09:54.250 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 31 23:09:54.250 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.250 INFO kablam! Oct 31 23:09:54.250 INFO kablam! warning: unnecessary parentheses around function argument Oct 31 23:09:54.250 INFO kablam! --> src/bodies.rs:63:39 Oct 31 23:09:54.252 INFO kablam! | Oct 31 23:09:54.252 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 31 23:09:54.252 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 31 23:09:54.252 INFO kablam! Oct 31 23:09:54.283 INFO kablam! warning: unused variable: `damp` Oct 31 23:09:54.284 INFO kablam! --> src/bodies.rs:39:9 Oct 31 23:09:54.284 INFO kablam! | Oct 31 23:09:54.284 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 31 23:09:54.284 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 31 23:09:54.284 INFO kablam! | Oct 31 23:09:54.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 23:09:54.284 INFO kablam! Oct 31 23:09:54.284 INFO kablam! warning: unused variable: `undamp` Oct 31 23:09:54.284 INFO kablam! --> src/bodies.rs:40:9 Oct 31 23:09:54.284 INFO kablam! | Oct 31 23:09:54.284 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 31 23:09:54.284 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 31 23:09:54.284 INFO kablam! Oct 31 23:09:54.284 INFO kablam! warning: unused variable: `min` Oct 31 23:09:54.284 INFO kablam! --> src/bodies.rs:41:9 Oct 31 23:09:54.284 INFO kablam! | Oct 31 23:09:54.284 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 31 23:09:54.284 INFO kablam! | ^^^ help: consider using `_min` instead Oct 31 23:09:54.286 INFO kablam! Oct 31 23:09:54.286 INFO kablam! warning: unused variable: `accel` Oct 31 23:09:54.286 INFO kablam! --> src/bodies.rs:49:17 Oct 31 23:09:54.286 INFO kablam! | Oct 31 23:09:54.286 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 31 23:09:54.286 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 31 23:09:54.286 INFO kablam! Oct 31 23:09:54.286 INFO kablam! warning: unused variable: `bodies` Oct 31 23:09:54.286 INFO kablam! --> src/app.rs:27:13 Oct 31 23:09:54.286 INFO kablam! | Oct 31 23:09:54.286 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 31 23:09:54.286 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 31 23:09:54.286 INFO kablam! Oct 31 23:09:54.286 INFO kablam! warning: unused variable: `mass_factor` Oct 31 23:09:54.287 INFO kablam! --> src/app.rs:28:13 Oct 31 23:09:54.287 INFO kablam! | Oct 31 23:09:54.287 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 31 23:09:54.287 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 31 23:09:54.287 INFO kablam! Oct 31 23:09:54.332 INFO kablam! warning: static item is never used: `Damp` Oct 31 23:09:54.332 INFO kablam! --> src/bodies.rs:33:1 Oct 31 23:09:54.332 INFO kablam! | Oct 31 23:09:54.332 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 31 23:09:54.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.333 INFO kablam! | Oct 31 23:09:54.333 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 23:09:54.333 INFO kablam! Oct 31 23:09:54.333 INFO kablam! warning: function is never used: `sample_bodies` Oct 31 23:09:54.333 INFO kablam! --> src/bodies.rs:109:1 Oct 31 23:09:54.333 INFO kablam! | Oct 31 23:09:54.333 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 31 23:09:54.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.333 INFO kablam! Oct 31 23:09:54.333 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 31 23:09:54.333 INFO kablam! --> src/main.rs:1:12 Oct 31 23:09:54.333 INFO kablam! | Oct 31 23:09:54.333 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 31 23:09:54.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.333 INFO kablam! | Oct 31 23:09:54.333 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 23:09:54.333 INFO kablam! Oct 31 23:09:54.335 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 31 23:09:54.336 INFO kablam! --> src/bodies.rs:33:1 Oct 31 23:09:54.336 INFO kablam! | Oct 31 23:09:54.336 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 31 23:09:54.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.336 INFO kablam! | Oct 31 23:09:54.336 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 31 23:09:54.336 INFO kablam! Oct 31 23:09:54.492 INFO kablam! warning: unused variable: `damp` Oct 31 23:09:54.492 INFO kablam! --> src/bodies.rs:39:9 Oct 31 23:09:54.492 INFO kablam! | Oct 31 23:09:54.493 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 31 23:09:54.493 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 31 23:09:54.493 INFO kablam! | Oct 31 23:09:54.494 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 23:09:54.494 INFO kablam! Oct 31 23:09:54.494 INFO kablam! warning: unused variable: `undamp` Oct 31 23:09:54.495 INFO kablam! --> src/bodies.rs:40:9 Oct 31 23:09:54.495 INFO kablam! | Oct 31 23:09:54.495 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 31 23:09:54.496 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 31 23:09:54.496 INFO kablam! Oct 31 23:09:54.496 INFO kablam! warning: unused variable: `min` Oct 31 23:09:54.497 INFO kablam! --> src/bodies.rs:41:9 Oct 31 23:09:54.497 INFO kablam! | Oct 31 23:09:54.497 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 31 23:09:54.498 INFO kablam! | ^^^ help: consider using `_min` instead Oct 31 23:09:54.498 INFO kablam! Oct 31 23:09:54.498 INFO kablam! warning: unused variable: `accel` Oct 31 23:09:54.499 INFO kablam! --> src/bodies.rs:49:17 Oct 31 23:09:54.499 INFO kablam! | Oct 31 23:09:54.499 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 31 23:09:54.500 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 31 23:09:54.500 INFO kablam! Oct 31 23:09:54.500 INFO kablam! warning: unused variable: `bodies` Oct 31 23:09:54.501 INFO kablam! --> src/app.rs:27:13 Oct 31 23:09:54.501 INFO kablam! | Oct 31 23:09:54.501 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 31 23:09:54.502 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 31 23:09:54.502 INFO kablam! Oct 31 23:09:54.502 INFO kablam! warning: unused variable: `mass_factor` Oct 31 23:09:54.503 INFO kablam! --> src/app.rs:28:13 Oct 31 23:09:54.503 INFO kablam! | Oct 31 23:09:54.503 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 31 23:09:54.503 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 31 23:09:54.504 INFO kablam! Oct 31 23:09:54.526 INFO kablam! warning: static item is never used: `Damp` Oct 31 23:09:54.526 INFO kablam! --> src/bodies.rs:33:1 Oct 31 23:09:54.526 INFO kablam! | Oct 31 23:09:54.527 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 31 23:09:54.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.527 INFO kablam! | Oct 31 23:09:54.528 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 23:09:54.528 INFO kablam! Oct 31 23:09:54.528 INFO kablam! warning: function is never used: `sample_bodies` Oct 31 23:09:54.529 INFO kablam! --> src/bodies.rs:109:1 Oct 31 23:09:54.529 INFO kablam! | Oct 31 23:09:54.529 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 31 23:09:54.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.530 INFO kablam! Oct 31 23:09:54.530 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 31 23:09:54.530 INFO kablam! --> src/main.rs:1:12 Oct 31 23:09:54.531 INFO kablam! | Oct 31 23:09:54.531 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 31 23:09:54.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.532 INFO kablam! | Oct 31 23:09:54.532 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 23:09:54.532 INFO kablam! Oct 31 23:09:54.534 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 31 23:09:54.534 INFO kablam! --> src/bodies.rs:33:1 Oct 31 23:09:54.535 INFO kablam! | Oct 31 23:09:54.535 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 31 23:09:54.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 23:09:54.535 INFO kablam! | Oct 31 23:09:54.535 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 31 23:09:54.535 INFO kablam! Oct 31 23:09:54.578 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.88s Oct 31 23:09:54.597 INFO kablam! su: No module specific data is present Oct 31 23:09:55.710 INFO running `"docker" "rm" "-f" "cfd9b0af45807450cbd39d07f8adfcc5c555cb29959b16ef443bede51e49d5ed"` Oct 31 23:09:56.156 INFO blam! cfd9b0af45807450cbd39d07f8adfcc5c555cb29959b16ef443bede51e49d5ed