Oct 13 03:54:09.781 INFO testing pinkisemils/cps_cw2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:54:09.781 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:54:10.233 INFO blam! 7eb88065395f35452c4818a4c52132c78207747b2c30c6923f8e61f89306cb9d Oct 13 03:54:10.239 INFO running `"docker" "start" "-a" "7eb88065395f35452c4818a4c52132c78207747b2c30c6923f8e61f89306cb9d"` Oct 13 03:54:13.007 INFO kablam! usermod: no changes Oct 13 03:54:13.402 INFO kablam! Compiling odds v0.2.24 Oct 13 03:54:13.415 INFO kablam! Compiling piston-shaders_graphics2d v0.1.0 Oct 13 03:54:13.417 INFO kablam! Compiling either v1.0.2 Oct 13 03:54:13.418 INFO kablam! Compiling num_cpus v1.1.0 Oct 13 03:54:13.425 INFO kablam! Compiling deque v0.3.1 Oct 13 03:54:13.427 INFO kablam! Compiling num-bigint v0.1.35 Oct 13 03:54:13.451 INFO kablam! Compiling pistoncore-input v0.14.0 Oct 13 03:54:13.464 INFO kablam! Compiling gl v0.6.1 Oct 13 03:54:15.168 INFO kablam! Compiling miniz-sys v0.1.7 Oct 13 03:54:15.268 INFO kablam! Compiling itertools v0.5.6 Oct 13 03:54:18.171 INFO kablam! Compiling flate2 v0.2.14 Oct 13 03:54:18.311 INFO kablam! Compiling rayon v0.5.0 Oct 13 03:54:23.990 INFO kablam! Compiling nodrop v0.1.8 Oct 13 03:54:24.226 INFO kablam! Compiling num-rational v0.1.35 Oct 13 03:54:25.510 INFO kablam! Compiling arrayvec v0.3.20 Oct 13 03:54:25.648 INFO kablam! Compiling png v0.5.2 Oct 13 03:54:27.095 INFO kablam! Compiling pistoncore-window v0.23.0 Oct 13 03:54:29.267 INFO kablam! Compiling jpeg-decoder v0.1.8 Oct 13 03:54:29.519 INFO kablam! Compiling pistoncore-event_loop v0.26.0 Oct 13 03:54:29.541 INFO kablam! Compiling rusttype v0.2.1 Oct 13 03:54:30.941 INFO kablam! Compiling piston v0.26.0 Oct 13 03:54:35.428 INFO kablam! Compiling image v0.10.3 Oct 13 03:54:44.179 INFO kablam! Compiling pistoncore-glutin_window v0.31.0 Oct 13 03:54:58.389 INFO kablam! Compiling piston-gfx_texture v0.18.0 Oct 13 03:54:58.389 INFO kablam! Compiling piston2d-opengl_graphics v0.36.1 Oct 13 03:55:00.839 INFO kablam! Compiling piston2d-gfx_graphics v0.33.1 Oct 13 03:55:06.107 INFO kablam! Compiling piston_window v0.57.0 Oct 13 03:55:07.908 INFO kablam! Compiling cw_nb v0.1.0 (/source) Oct 13 03:55:09.767 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:55:09.767 INFO kablam! --> src/main.rs:4:1 Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 13 03:55:09.767 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:55:09.767 INFO kablam! Oct 13 03:55:09.767 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 13 03:55:09.767 INFO kablam! --> src/app.rs:1:17 Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 13 03:55:09.767 INFO kablam! | ^^^ ^^^^^^ Oct 13 03:55:09.767 INFO kablam! Oct 13 03:55:09.767 INFO kablam! warning: unused import: `std::cmp::max` Oct 13 03:55:09.767 INFO kablam! --> src/app.rs:5:5 Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! 5 | use std::cmp::max; Oct 13 03:55:09.767 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:55:09.767 INFO kablam! Oct 13 03:55:09.767 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 03:55:09.767 INFO kablam! --> src/app.rs:52:14 Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 13 03:55:09.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 03:55:09.767 INFO kablam! Oct 13 03:55:09.767 INFO kablam! warning: unused import: `std::cmp::max` Oct 13 03:55:09.767 INFO kablam! --> src/bodies.rs:8:5 Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! 8 | use std::cmp::max; Oct 13 03:55:09.767 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:55:09.767 INFO kablam! Oct 13 03:55:09.767 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 03:55:09.767 INFO kablam! --> src/bodies.rs:56:31 Oct 13 03:55:09.767 INFO kablam! | Oct 13 03:55:09.767 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 13 03:55:09.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:09.767 INFO kablam! Oct 13 03:55:09.768 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 03:55:09.768 INFO kablam! --> src/bodies.rs:59:25 Oct 13 03:55:09.768 INFO kablam! | Oct 13 03:55:09.768 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 13 03:55:09.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:09.768 INFO kablam! Oct 13 03:55:09.768 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 03:55:09.768 INFO kablam! --> src/bodies.rs:63:39 Oct 13 03:55:09.768 INFO kablam! | Oct 13 03:55:09.768 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 13 03:55:09.768 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:09.768 INFO kablam! Oct 13 03:55:09.895 INFO kablam! warning: unused variable: `damp` Oct 13 03:55:09.895 INFO kablam! --> src/bodies.rs:39:9 Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 13 03:55:09.895 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:55:09.895 INFO kablam! Oct 13 03:55:09.895 INFO kablam! warning: unused variable: `undamp` Oct 13 03:55:09.895 INFO kablam! --> src/bodies.rs:40:9 Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 13 03:55:09.895 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 13 03:55:09.895 INFO kablam! Oct 13 03:55:09.895 INFO kablam! warning: unused variable: `min` Oct 13 03:55:09.895 INFO kablam! --> src/bodies.rs:41:9 Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 13 03:55:09.895 INFO kablam! | ^^^ help: consider using `_min` instead Oct 13 03:55:09.895 INFO kablam! Oct 13 03:55:09.895 INFO kablam! warning: unused variable: `accel` Oct 13 03:55:09.895 INFO kablam! --> src/bodies.rs:49:17 Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 13 03:55:09.895 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 13 03:55:09.895 INFO kablam! Oct 13 03:55:09.895 INFO kablam! warning: unused variable: `bodies` Oct 13 03:55:09.895 INFO kablam! --> src/app.rs:27:13 Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 13 03:55:09.895 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 13 03:55:09.895 INFO kablam! Oct 13 03:55:09.895 INFO kablam! warning: unused variable: `mass_factor` Oct 13 03:55:09.895 INFO kablam! --> src/app.rs:28:13 Oct 13 03:55:09.895 INFO kablam! | Oct 13 03:55:09.895 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 13 03:55:09.895 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 13 03:55:09.895 INFO kablam! Oct 13 03:55:09.911 INFO kablam! warning: static item is never used: `Damp` Oct 13 03:55:09.911 INFO kablam! --> src/bodies.rs:33:1 Oct 13 03:55:09.912 INFO kablam! | Oct 13 03:55:09.912 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 13 03:55:09.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:55:09.913 INFO kablam! | Oct 13 03:55:09.913 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:55:09.913 INFO kablam! Oct 13 03:55:09.913 INFO kablam! warning: function is never used: `sample_bodies` Oct 13 03:55:09.914 INFO kablam! --> src/bodies.rs:109:1 Oct 13 03:55:09.914 INFO kablam! | Oct 13 03:55:09.914 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 13 03:55:09.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:55:09.915 INFO kablam! Oct 13 03:55:09.915 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 13 03:55:09.915 INFO kablam! --> src/main.rs:1:12 Oct 13 03:55:09.915 INFO kablam! | Oct 13 03:55:09.916 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 13 03:55:09.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 03:55:09.916 INFO kablam! | Oct 13 03:55:09.917 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 03:55:09.917 INFO kablam! Oct 13 03:55:09.917 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 13 03:55:09.918 INFO kablam! --> src/bodies.rs:33:1 Oct 13 03:55:09.918 INFO kablam! | Oct 13 03:55:09.918 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 13 03:55:09.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:55:09.919 INFO kablam! | Oct 13 03:55:09.919 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 03:55:09.919 INFO kablam! Oct 13 03:55:13.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 13 03:55:13.495 INFO kablam! su: No module specific data is present Oct 13 03:55:14.735 INFO running `"docker" "rm" "-f" "7eb88065395f35452c4818a4c52132c78207747b2c30c6923f8e61f89306cb9d"` Oct 13 03:55:14.924 INFO blam! 7eb88065395f35452c4818a4c52132c78207747b2c30c6923f8e61f89306cb9d Oct 13 03:55:14.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:55:15.347 INFO blam! 6de7ae4ab6f95c6cd0c4193043036a52a8f5dd4eed1871ca5505a1079b0556b7 Oct 13 03:55:15.359 INFO running `"docker" "start" "-a" "6de7ae4ab6f95c6cd0c4193043036a52a8f5dd4eed1871ca5505a1079b0556b7"` Oct 13 03:55:17.160 INFO kablam! usermod: no changes Oct 13 03:55:17.466 INFO kablam! Compiling cw_nb v0.1.0 (/source) Oct 13 03:55:19.665 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:55:19.665 INFO kablam! --> src/main.rs:4:1 Oct 13 03:55:19.665 INFO kablam! | Oct 13 03:55:19.665 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 13 03:55:19.665 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:55:19.665 INFO kablam! | Oct 13 03:55:19.665 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:55:19.665 INFO kablam! Oct 13 03:55:19.665 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 13 03:55:19.665 INFO kablam! --> src/app.rs:1:17 Oct 13 03:55:19.675 INFO kablam! | Oct 13 03:55:19.675 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 13 03:55:19.675 INFO kablam! | ^^^ ^^^^^^ Oct 13 03:55:19.675 INFO kablam! Oct 13 03:55:19.675 INFO kablam! warning: unused import: `std::cmp::max` Oct 13 03:55:19.675 INFO kablam! --> src/app.rs:5:5 Oct 13 03:55:19.675 INFO kablam! | Oct 13 03:55:19.675 INFO kablam! 5 | use std::cmp::max; Oct 13 03:55:19.675 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:55:19.675 INFO kablam! Oct 13 03:55:19.676 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 13 03:55:19.676 INFO kablam! --> src/app.rs:52:14 Oct 13 03:55:19.676 INFO kablam! | Oct 13 03:55:19.676 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 13 03:55:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:19.676 INFO kablam! | Oct 13 03:55:19.676 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 03:55:19.676 INFO kablam! Oct 13 03:55:19.676 INFO kablam! warning: unused import: `std::cmp::max` Oct 13 03:55:19.676 INFO kablam! --> src/bodies.rs:8:5 Oct 13 03:55:19.676 INFO kablam! | Oct 13 03:55:19.676 INFO kablam! 8 | use std::cmp::max; Oct 13 03:55:19.676 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 03:55:19.676 INFO kablam! Oct 13 03:55:19.676 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 03:55:19.676 INFO kablam! --> src/bodies.rs:56:31 Oct 13 03:55:19.676 INFO kablam! | Oct 13 03:55:19.676 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 13 03:55:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:19.676 INFO kablam! Oct 13 03:55:19.676 INFO kablam! warning: unnecessary parentheses around assigned value Oct 13 03:55:19.676 INFO kablam! --> src/bodies.rs:59:25 Oct 13 03:55:19.676 INFO kablam! | Oct 13 03:55:19.676 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 13 03:55:19.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:19.676 INFO kablam! Oct 13 03:55:19.676 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 03:55:19.676 INFO kablam! --> src/bodies.rs:63:39 Oct 13 03:55:19.676 INFO kablam! | Oct 13 03:55:19.676 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 13 03:55:19.676 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 03:55:19.676 INFO kablam! Oct 13 03:55:19.811 INFO kablam! warning: unused variable: `damp` Oct 13 03:55:19.811 INFO kablam! --> src/bodies.rs:39:9 Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 13 03:55:19.811 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:55:19.811 INFO kablam! Oct 13 03:55:19.811 INFO kablam! warning: unused variable: `undamp` Oct 13 03:55:19.811 INFO kablam! --> src/bodies.rs:40:9 Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 13 03:55:19.811 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 13 03:55:19.811 INFO kablam! Oct 13 03:55:19.811 INFO kablam! warning: unused variable: `min` Oct 13 03:55:19.811 INFO kablam! --> src/bodies.rs:41:9 Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 13 03:55:19.811 INFO kablam! | ^^^ help: consider using `_min` instead Oct 13 03:55:19.811 INFO kablam! Oct 13 03:55:19.811 INFO kablam! warning: unused variable: `accel` Oct 13 03:55:19.811 INFO kablam! --> src/bodies.rs:49:17 Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 13 03:55:19.811 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 13 03:55:19.811 INFO kablam! Oct 13 03:55:19.811 INFO kablam! warning: unused variable: `bodies` Oct 13 03:55:19.811 INFO kablam! --> src/app.rs:27:13 Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 13 03:55:19.811 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 13 03:55:19.811 INFO kablam! Oct 13 03:55:19.811 INFO kablam! warning: unused variable: `mass_factor` Oct 13 03:55:19.811 INFO kablam! --> src/app.rs:28:13 Oct 13 03:55:19.811 INFO kablam! | Oct 13 03:55:19.811 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 13 03:55:19.811 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 13 03:55:19.811 INFO kablam! Oct 13 03:55:19.835 INFO kablam! warning: static item is never used: `Damp` Oct 13 03:55:19.835 INFO kablam! --> src/bodies.rs:33:1 Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 13 03:55:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:55:19.835 INFO kablam! Oct 13 03:55:19.835 INFO kablam! warning: function is never used: `sample_bodies` Oct 13 03:55:19.835 INFO kablam! --> src/bodies.rs:109:1 Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 13 03:55:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:55:19.835 INFO kablam! Oct 13 03:55:19.835 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 13 03:55:19.835 INFO kablam! --> src/main.rs:1:12 Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 13 03:55:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 03:55:19.835 INFO kablam! Oct 13 03:55:19.835 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 13 03:55:19.835 INFO kablam! --> src/bodies.rs:33:1 Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 13 03:55:19.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:55:19.835 INFO kablam! | Oct 13 03:55:19.835 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 03:55:19.835 INFO kablam! Oct 13 03:55:20.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.31s Oct 13 03:55:20.525 INFO kablam! su: No module specific data is present Oct 13 03:55:21.497 INFO running `"docker" "rm" "-f" "6de7ae4ab6f95c6cd0c4193043036a52a8f5dd4eed1871ca5505a1079b0556b7"` Oct 13 03:55:21.921 INFO blam! 6de7ae4ab6f95c6cd0c4193043036a52a8f5dd4eed1871ca5505a1079b0556b7 Oct 13 03:55:21.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 03:55:22.429 INFO blam! fc0993adf3390c9b915b1fc5be59f20fbc8ba721b0be6837b0722ca2ec4d5950 Oct 13 03:55:22.431 INFO running `"docker" "start" "-a" "fc0993adf3390c9b915b1fc5be59f20fbc8ba721b0be6837b0722ca2ec4d5950"` Oct 13 03:55:24.454 INFO kablam! usermod: no changes Oct 13 03:55:24.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 13 03:55:24.730 INFO kablam! Running /target/debug/deps/cw_nb-fe3b7a2e49e11787 Oct 13 03:55:24.736 INFO blam! Oct 13 03:55:24.736 INFO blam! running 0 tests Oct 13 03:55:24.737 INFO blam! Oct 13 03:55:24.737 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:55:24.737 INFO blam! Oct 13 03:55:24.747 INFO kablam! su: No module specific data is present Oct 13 03:55:25.807 INFO running `"docker" "rm" "-f" "fc0993adf3390c9b915b1fc5be59f20fbc8ba721b0be6837b0722ca2ec4d5950"` Oct 13 03:55:26.169 INFO blam! fc0993adf3390c9b915b1fc5be59f20fbc8ba721b0be6837b0722ca2ec4d5950