Oct 10 16:43:02.475 INFO testing pinkisemils/cps_cw2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:43:02.476 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:43:02.477 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:43:02.882 INFO blam! 2143ae041d13469a2855baaabc1f3f2b01ffa28cb0f58147f34eb0bddc78d3c3 Oct 10 16:43:02.896 INFO running `"docker" "start" "-a" "2143ae041d13469a2855baaabc1f3f2b01ffa28cb0f58147f34eb0bddc78d3c3"` Oct 10 16:43:04.182 INFO kablam! usermod: no changes Oct 10 16:43:04.607 INFO kablam! Compiling simd v0.1.1 Oct 10 16:43:04.613 INFO kablam! Compiling piston2d-opengl_graphics v0.36.1 Oct 10 16:43:04.614 INFO kablam! Compiling piston2d-gfx_graphics v0.33.1 Oct 10 16:43:04.614 INFO kablam! Compiling libloading v0.3.1 Oct 10 16:43:06.529 INFO kablam! Compiling dlib v0.3.1 Oct 10 16:43:07.373 INFO kablam! Compiling wayland-sys v0.5.11 Oct 10 16:43:10.129 INFO kablam! Compiling wayland-client v0.5.12 Oct 10 16:43:14.740 INFO kablam! Compiling wayland-window v0.2.3 Oct 10 16:43:14.741 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 10 16:43:17.424 INFO kablam! Compiling glutin v0.6.2 Oct 10 16:43:23.015 INFO kablam! Compiling pistoncore-glutin_window v0.31.0 Oct 10 16:43:27.916 INFO kablam! Compiling piston_window v0.57.0 Oct 10 16:43:32.132 INFO kablam! Compiling cw_nb v0.1.0 (/source) Oct 10 16:43:35.804 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:43:35.805 INFO kablam! --> src/main.rs:4:1 Oct 10 16:43:35.805 INFO kablam! | Oct 10 16:43:35.805 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 10 16:43:35.806 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:43:35.806 INFO kablam! | Oct 10 16:43:35.806 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:43:35.807 INFO kablam! Oct 10 16:43:35.807 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 10 16:43:35.807 INFO kablam! --> src/app.rs:1:17 Oct 10 16:43:35.807 INFO kablam! | Oct 10 16:43:35.808 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 10 16:43:35.808 INFO kablam! | ^^^ ^^^^^^ Oct 10 16:43:35.808 INFO kablam! Oct 10 16:43:35.809 INFO kablam! warning: unused import: `std::cmp::max` Oct 10 16:43:35.809 INFO kablam! --> src/app.rs:5:5 Oct 10 16:43:35.809 INFO kablam! | Oct 10 16:43:35.809 INFO kablam! 5 | use std::cmp::max; Oct 10 16:43:35.810 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:43:35.810 INFO kablam! Oct 10 16:43:35.810 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 10 16:43:35.811 INFO kablam! --> src/app.rs:52:14 Oct 10 16:43:35.811 INFO kablam! | Oct 10 16:43:35.811 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 10 16:43:35.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:35.812 INFO kablam! | Oct 10 16:43:35.812 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 16:43:35.812 INFO kablam! Oct 10 16:43:35.812 INFO kablam! warning: unused import: `std::cmp::max` Oct 10 16:43:35.813 INFO kablam! --> src/bodies.rs:8:5 Oct 10 16:43:35.813 INFO kablam! | Oct 10 16:43:35.813 INFO kablam! 8 | use std::cmp::max; Oct 10 16:43:35.814 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:43:35.814 INFO kablam! Oct 10 16:43:35.814 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 16:43:35.815 INFO kablam! --> src/bodies.rs:56:31 Oct 10 16:43:35.815 INFO kablam! | Oct 10 16:43:35.815 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 10 16:43:35.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:35.816 INFO kablam! Oct 10 16:43:35.816 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 16:43:35.816 INFO kablam! --> src/bodies.rs:59:25 Oct 10 16:43:35.816 INFO kablam! | Oct 10 16:43:35.817 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 10 16:43:35.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:35.817 INFO kablam! Oct 10 16:43:35.817 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 16:43:35.818 INFO kablam! --> src/bodies.rs:63:39 Oct 10 16:43:35.818 INFO kablam! | Oct 10 16:43:35.818 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 10 16:43:35.819 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:35.819 INFO kablam! Oct 10 16:43:35.908 INFO kablam! warning: unused variable: `damp` Oct 10 16:43:35.908 INFO kablam! --> src/bodies.rs:39:9 Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 10 16:43:35.908 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:43:35.908 INFO kablam! Oct 10 16:43:35.908 INFO kablam! warning: unused variable: `undamp` Oct 10 16:43:35.908 INFO kablam! --> src/bodies.rs:40:9 Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 10 16:43:35.908 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 10 16:43:35.908 INFO kablam! Oct 10 16:43:35.908 INFO kablam! warning: unused variable: `min` Oct 10 16:43:35.908 INFO kablam! --> src/bodies.rs:41:9 Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 10 16:43:35.908 INFO kablam! | ^^^ help: consider using `_min` instead Oct 10 16:43:35.908 INFO kablam! Oct 10 16:43:35.908 INFO kablam! warning: unused variable: `accel` Oct 10 16:43:35.908 INFO kablam! --> src/bodies.rs:49:17 Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 10 16:43:35.908 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 10 16:43:35.908 INFO kablam! Oct 10 16:43:35.908 INFO kablam! warning: unused variable: `bodies` Oct 10 16:43:35.908 INFO kablam! --> src/app.rs:27:13 Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 10 16:43:35.908 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 10 16:43:35.908 INFO kablam! Oct 10 16:43:35.908 INFO kablam! warning: unused variable: `mass_factor` Oct 10 16:43:35.908 INFO kablam! --> src/app.rs:28:13 Oct 10 16:43:35.908 INFO kablam! | Oct 10 16:43:35.908 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 10 16:43:35.908 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 10 16:43:35.908 INFO kablam! Oct 10 16:43:35.921 INFO kablam! warning: static item is never used: `Damp` Oct 10 16:43:35.921 INFO kablam! --> src/bodies.rs:33:1 Oct 10 16:43:35.921 INFO kablam! | Oct 10 16:43:35.921 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 10 16:43:35.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:43:35.922 INFO kablam! | Oct 10 16:43:35.922 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:43:35.922 INFO kablam! Oct 10 16:43:35.922 INFO kablam! warning: function is never used: `sample_bodies` Oct 10 16:43:35.922 INFO kablam! --> src/bodies.rs:109:1 Oct 10 16:43:35.922 INFO kablam! | Oct 10 16:43:35.922 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 10 16:43:35.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:43:35.922 INFO kablam! Oct 10 16:43:35.928 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 16:43:35.928 INFO kablam! --> src/main.rs:1:12 Oct 10 16:43:35.928 INFO kablam! | Oct 10 16:43:35.928 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 10 16:43:35.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:43:35.928 INFO kablam! | Oct 10 16:43:35.928 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 16:43:35.928 INFO kablam! Oct 10 16:43:35.928 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 10 16:43:35.928 INFO kablam! --> src/bodies.rs:33:1 Oct 10 16:43:35.928 INFO kablam! | Oct 10 16:43:35.928 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 10 16:43:35.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:43:35.928 INFO kablam! | Oct 10 16:43:35.928 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 16:43:35.928 INFO kablam! Oct 10 16:43:39.738 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.53s Oct 10 16:43:39.760 INFO kablam! su: No module specific data is present Oct 10 16:43:40.497 INFO running `"docker" "rm" "-f" "2143ae041d13469a2855baaabc1f3f2b01ffa28cb0f58147f34eb0bddc78d3c3"` Oct 10 16:43:40.856 INFO blam! 2143ae041d13469a2855baaabc1f3f2b01ffa28cb0f58147f34eb0bddc78d3c3 Oct 10 16:43:40.860 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:43:40.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:43:41.238 INFO blam! 321ab5efe2e67e4a225381a30611e6b4217de37fb18329b354f5559face3e3d3 Oct 10 16:43:41.240 INFO running `"docker" "start" "-a" "321ab5efe2e67e4a225381a30611e6b4217de37fb18329b354f5559face3e3d3"` Oct 10 16:43:43.087 INFO kablam! usermod: no changes Oct 10 16:43:43.304 INFO kablam! Compiling cw_nb v0.1.0 (/source) Oct 10 16:43:47.444 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:43:47.445 INFO kablam! --> src/main.rs:4:1 Oct 10 16:43:47.445 INFO kablam! | Oct 10 16:43:47.445 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 10 16:43:47.446 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:43:47.446 INFO kablam! | Oct 10 16:43:47.446 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:43:47.447 INFO kablam! Oct 10 16:43:47.447 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 10 16:43:47.447 INFO kablam! --> src/app.rs:1:17 Oct 10 16:43:47.448 INFO kablam! | Oct 10 16:43:47.448 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 10 16:43:47.448 INFO kablam! | ^^^ ^^^^^^ Oct 10 16:43:47.449 INFO kablam! Oct 10 16:43:47.449 INFO kablam! warning: unused import: `std::cmp::max` Oct 10 16:43:47.449 INFO kablam! --> src/app.rs:5:5 Oct 10 16:43:47.450 INFO kablam! | Oct 10 16:43:47.450 INFO kablam! 5 | use std::cmp::max; Oct 10 16:43:47.450 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:43:47.450 INFO kablam! Oct 10 16:43:47.451 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 10 16:43:47.451 INFO kablam! --> src/app.rs:52:14 Oct 10 16:43:47.451 INFO kablam! | Oct 10 16:43:47.452 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 10 16:43:47.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:47.456 INFO kablam! | Oct 10 16:43:47.457 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 16:43:47.457 INFO kablam! Oct 10 16:43:47.457 INFO kablam! warning: unused import: `std::cmp::max` Oct 10 16:43:47.457 INFO kablam! --> src/bodies.rs:8:5 Oct 10 16:43:47.458 INFO kablam! | Oct 10 16:43:47.458 INFO kablam! 8 | use std::cmp::max; Oct 10 16:43:47.458 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:43:47.458 INFO kablam! Oct 10 16:43:47.459 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 16:43:47.459 INFO kablam! --> src/bodies.rs:56:31 Oct 10 16:43:47.459 INFO kablam! | Oct 10 16:43:47.460 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 10 16:43:47.460 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:47.460 INFO kablam! Oct 10 16:43:47.460 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 16:43:47.461 INFO kablam! --> src/bodies.rs:59:25 Oct 10 16:43:47.461 INFO kablam! | Oct 10 16:43:47.461 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 10 16:43:47.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:47.462 INFO kablam! Oct 10 16:43:47.462 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 16:43:47.462 INFO kablam! --> src/bodies.rs:63:39 Oct 10 16:43:47.463 INFO kablam! | Oct 10 16:43:47.463 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 10 16:43:47.463 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 16:43:47.464 INFO kablam! Oct 10 16:43:47.576 INFO kablam! warning: unused variable: `damp` Oct 10 16:43:47.576 INFO kablam! --> src/bodies.rs:39:9 Oct 10 16:43:47.576 INFO kablam! | Oct 10 16:43:47.576 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 10 16:43:47.576 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 10 16:43:47.576 INFO kablam! | Oct 10 16:43:47.576 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:43:47.576 INFO kablam! Oct 10 16:43:47.576 INFO kablam! warning: unused variable: `undamp` Oct 10 16:43:47.576 INFO kablam! --> src/bodies.rs:40:9 Oct 10 16:43:47.576 INFO kablam! | Oct 10 16:43:47.576 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 10 16:43:47.576 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 10 16:43:47.576 INFO kablam! Oct 10 16:43:47.576 INFO kablam! warning: unused variable: `min` Oct 10 16:43:47.576 INFO kablam! --> src/bodies.rs:41:9 Oct 10 16:43:47.576 INFO kablam! | Oct 10 16:43:47.576 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 10 16:43:47.576 INFO kablam! | ^^^ help: consider using `_min` instead Oct 10 16:43:47.576 INFO kablam! Oct 10 16:43:47.576 INFO kablam! warning: unused variable: `accel` Oct 10 16:43:47.576 INFO kablam! --> src/bodies.rs:49:17 Oct 10 16:43:47.577 INFO kablam! | Oct 10 16:43:47.577 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 10 16:43:47.577 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 10 16:43:47.577 INFO kablam! Oct 10 16:43:47.577 INFO kablam! warning: unused variable: `bodies` Oct 10 16:43:47.577 INFO kablam! --> src/app.rs:27:13 Oct 10 16:43:47.577 INFO kablam! | Oct 10 16:43:47.577 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 10 16:43:47.577 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 10 16:43:47.577 INFO kablam! Oct 10 16:43:47.577 INFO kablam! warning: unused variable: `mass_factor` Oct 10 16:43:47.577 INFO kablam! --> src/app.rs:28:13 Oct 10 16:43:47.577 INFO kablam! | Oct 10 16:43:47.577 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 10 16:43:47.577 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 10 16:43:47.577 INFO kablam! Oct 10 16:43:47.592 INFO kablam! warning: static item is never used: `Damp` Oct 10 16:43:47.592 INFO kablam! --> src/bodies.rs:33:1 Oct 10 16:43:47.592 INFO kablam! | Oct 10 16:43:47.592 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 10 16:43:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:43:47.592 INFO kablam! | Oct 10 16:43:47.592 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:43:47.592 INFO kablam! Oct 10 16:43:47.595 INFO kablam! warning: function is never used: `sample_bodies` Oct 10 16:43:47.595 INFO kablam! --> src/bodies.rs:109:1 Oct 10 16:43:47.595 INFO kablam! | Oct 10 16:43:47.595 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 10 16:43:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:43:47.595 INFO kablam! Oct 10 16:43:47.595 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 16:43:47.595 INFO kablam! --> src/main.rs:1:12 Oct 10 16:43:47.595 INFO kablam! | Oct 10 16:43:47.595 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 10 16:43:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:43:47.595 INFO kablam! | Oct 10 16:43:47.595 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 16:43:47.595 INFO kablam! Oct 10 16:43:47.595 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 10 16:43:47.595 INFO kablam! --> src/bodies.rs:33:1 Oct 10 16:43:47.595 INFO kablam! | Oct 10 16:43:47.595 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 10 16:43:47.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:43:47.595 INFO kablam! | Oct 10 16:43:47.595 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 16:43:47.595 INFO kablam! Oct 10 16:43:48.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.21s Oct 10 16:43:48.356 INFO kablam! su: No module specific data is present Oct 10 16:43:49.050 INFO running `"docker" "rm" "-f" "321ab5efe2e67e4a225381a30611e6b4217de37fb18329b354f5559face3e3d3"` Oct 10 16:43:49.343 INFO blam! 321ab5efe2e67e4a225381a30611e6b4217de37fb18329b354f5559face3e3d3 Oct 10 16:43:49.343 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:43:49.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:43:49.788 INFO blam! 016701f743c45e610216b87148cafca5e334379424229ae4bdcb9d968cdbbf61 Oct 10 16:43:49.790 INFO running `"docker" "start" "-a" "016701f743c45e610216b87148cafca5e334379424229ae4bdcb9d968cdbbf61"` Oct 10 16:43:50.940 INFO kablam! usermod: no changes Oct 10 16:43:51.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 16:43:51.162 INFO kablam! Running /target/debug/deps/cw_nb-fe3b7a2e49e11787 Oct 10 16:43:51.166 INFO blam! Oct 10 16:43:51.166 INFO blam! running 0 tests Oct 10 16:43:51.166 INFO blam! Oct 10 16:43:51.166 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:43:51.166 INFO blam! Oct 10 16:43:51.168 INFO kablam! su: No module specific data is present Oct 10 16:43:51.978 INFO running `"docker" "rm" "-f" "016701f743c45e610216b87148cafca5e334379424229ae4bdcb9d968cdbbf61"` Oct 10 16:43:52.293 INFO blam! 016701f743c45e610216b87148cafca5e334379424229ae4bdcb9d968cdbbf61