Oct 21 14:45:41.095 INFO checking pinkisemils/cps_cw2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:45:41.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 14:45:41.586 INFO blam! 4a3de0cb322fd1032da489d32e0bd5bda2ee56641409450afa98f7e1341c63c7 Oct 21 14:45:41.588 INFO running `"docker" "start" "-a" "4a3de0cb322fd1032da489d32e0bd5bda2ee56641409450afa98f7e1341c63c7"` Oct 21 14:45:43.607 INFO kablam! usermod: no changes Oct 21 14:45:43.927 INFO kablam! Checking piston-float v0.2.0 Oct 21 14:45:43.929 INFO kablam! Checking odds v0.2.24 Oct 21 14:45:43.929 INFO kablam! Checking shader_version v0.2.1 Oct 21 14:45:43.957 INFO kablam! Checking piston-shaders_graphics2d v0.2.1 Oct 21 14:45:43.958 INFO kablam! Checking piston-shaders_graphics2d v0.1.0 Oct 21 14:45:43.965 INFO kablam! Checking simd v0.1.1 Oct 21 14:45:43.985 INFO kablam! Compiling miniz-sys v0.1.7 Oct 21 14:45:43.998 INFO kablam! Checking num_cpus v1.1.0 Oct 21 14:45:45.622 INFO kablam! Checking stb_truetype v0.2.0 Oct 21 14:45:45.623 INFO kablam! Checking itertools v0.5.6 Oct 21 14:45:45.893 INFO kablam! Checking deque v0.3.1 Oct 21 14:45:46.453 INFO kablam! Checking num-bigint v0.1.35 Oct 21 14:45:46.465 INFO kablam! Checking piston-viewport v0.2.0 Oct 21 14:45:47.280 INFO kablam! Checking vecmath v0.2.0 Oct 21 14:45:48.197 INFO kablam! Compiling gl v0.6.1 Oct 21 14:45:48.230 INFO kablam! Checking rayon v0.5.0 Oct 21 14:45:48.517 INFO kablam! Checking pistoncore-input v0.14.0 Oct 21 14:45:48.770 INFO kablam! Checking enum_primitive v0.1.0 Oct 21 14:45:50.104 INFO kablam! Checking nodrop v0.1.8 Oct 21 14:45:50.890 INFO kablam! Checking num-rational v0.1.35 Oct 21 14:45:51.225 INFO kablam! Checking piston2d-graphics v0.19.0 Oct 21 14:45:51.804 INFO kablam! Checking arrayvec v0.3.20 Oct 21 14:45:52.482 INFO kablam! Checking jpeg-decoder v0.1.8 Oct 21 14:45:52.724 INFO kablam! Checking flate2 v0.2.14 Oct 21 14:45:53.016 INFO kablam! Checking rusttype v0.2.1 Oct 21 14:45:53.101 INFO kablam! Checking pistoncore-window v0.23.0 Oct 21 14:45:53.696 INFO kablam! Checking png v0.5.2 Oct 21 14:45:54.054 INFO kablam! Checking pistoncore-event_loop v0.26.0 Oct 21 14:45:54.864 INFO kablam! Checking piston v0.26.0 Oct 21 14:45:55.981 INFO kablam! Checking image v0.10.3 Oct 21 14:46:01.856 INFO kablam! Checking piston-gfx_texture v0.18.0 Oct 21 14:46:03.556 INFO kablam! Checking piston2d-gfx_graphics v0.33.1 Oct 21 14:46:06.085 INFO kablam! Checking pistoncore-glutin_window v0.31.0 Oct 21 14:46:06.085 INFO kablam! Checking piston2d-opengl_graphics v0.36.1 Oct 21 14:46:07.268 INFO kablam! Checking piston_window v0.57.0 Oct 21 14:46:08.805 INFO kablam! Checking cw_nb v0.1.0 (/source) Oct 21 14:46:10.451 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:46:10.452 INFO kablam! --> src/main.rs:4:1 Oct 21 14:46:10.452 INFO kablam! | Oct 21 14:46:10.452 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 21 14:46:10.453 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:46:10.453 INFO kablam! | Oct 21 14:46:10.453 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:46:10.454 INFO kablam! Oct 21 14:46:10.454 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 21 14:46:10.454 INFO kablam! --> src/app.rs:1:17 Oct 21 14:46:10.455 INFO kablam! | Oct 21 14:46:10.455 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 21 14:46:10.455 INFO kablam! | ^^^ ^^^^^^ Oct 21 14:46:10.455 INFO kablam! Oct 21 14:46:10.456 INFO kablam! warning: unused import: `std::cmp::max` Oct 21 14:46:10.456 INFO kablam! --> src/app.rs:5:5 Oct 21 14:46:10.456 INFO kablam! | Oct 21 14:46:10.456 INFO kablam! 5 | use std::cmp::max; Oct 21 14:46:10.457 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:46:10.457 INFO kablam! Oct 21 14:46:10.457 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 21 14:46:10.458 INFO kablam! --> src/app.rs:52:14 Oct 21 14:46:10.458 INFO kablam! | Oct 21 14:46:10.458 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 21 14:46:10.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.459 INFO kablam! | Oct 21 14:46:10.459 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:46:10.459 INFO kablam! Oct 21 14:46:10.460 INFO kablam! warning: unused import: `std::cmp::max` Oct 21 14:46:10.460 INFO kablam! --> src/bodies.rs:8:5 Oct 21 14:46:10.460 INFO kablam! | Oct 21 14:46:10.461 INFO kablam! 8 | use std::cmp::max; Oct 21 14:46:10.461 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:46:10.461 INFO kablam! Oct 21 14:46:10.462 INFO kablam! warning: unnecessary parentheses around assigned value Oct 21 14:46:10.462 INFO kablam! --> src/bodies.rs:56:31 Oct 21 14:46:10.462 INFO kablam! | Oct 21 14:46:10.462 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 21 14:46:10.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.463 INFO kablam! Oct 21 14:46:10.463 INFO kablam! warning: unnecessary parentheses around assigned value Oct 21 14:46:10.464 INFO kablam! --> src/bodies.rs:59:25 Oct 21 14:46:10.464 INFO kablam! | Oct 21 14:46:10.464 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 21 14:46:10.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.465 INFO kablam! Oct 21 14:46:10.465 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 14:46:10.465 INFO kablam! --> src/bodies.rs:63:39 Oct 21 14:46:10.466 INFO kablam! | Oct 21 14:46:10.466 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 21 14:46:10.466 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.467 INFO kablam! Oct 21 14:46:10.584 INFO kablam! warning: unused variable: `damp` Oct 21 14:46:10.584 INFO kablam! --> src/bodies.rs:39:9 Oct 21 14:46:10.584 INFO kablam! | Oct 21 14:46:10.584 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 21 14:46:10.584 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 21 14:46:10.584 INFO kablam! | Oct 21 14:46:10.584 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:46:10.584 INFO kablam! Oct 21 14:46:10.584 INFO kablam! warning: unused variable: `undamp` Oct 21 14:46:10.584 INFO kablam! --> src/bodies.rs:40:9 Oct 21 14:46:10.584 INFO kablam! | Oct 21 14:46:10.584 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 21 14:46:10.585 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 21 14:46:10.585 INFO kablam! Oct 21 14:46:10.585 INFO kablam! warning: unused variable: `min` Oct 21 14:46:10.585 INFO kablam! --> src/bodies.rs:41:9 Oct 21 14:46:10.585 INFO kablam! | Oct 21 14:46:10.585 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 21 14:46:10.585 INFO kablam! | ^^^ help: consider using `_min` instead Oct 21 14:46:10.585 INFO kablam! Oct 21 14:46:10.585 INFO kablam! warning: unused variable: `accel` Oct 21 14:46:10.585 INFO kablam! --> src/bodies.rs:49:17 Oct 21 14:46:10.585 INFO kablam! | Oct 21 14:46:10.585 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 21 14:46:10.585 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 21 14:46:10.585 INFO kablam! Oct 21 14:46:10.585 INFO kablam! warning: unused variable: `bodies` Oct 21 14:46:10.585 INFO kablam! --> src/app.rs:27:13 Oct 21 14:46:10.585 INFO kablam! | Oct 21 14:46:10.585 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 21 14:46:10.585 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 21 14:46:10.585 INFO kablam! Oct 21 14:46:10.585 INFO kablam! warning: unused variable: `mass_factor` Oct 21 14:46:10.585 INFO kablam! --> src/app.rs:28:13 Oct 21 14:46:10.585 INFO kablam! | Oct 21 14:46:10.585 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 21 14:46:10.585 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 21 14:46:10.585 INFO kablam! Oct 21 14:46:10.612 INFO kablam! warning: static item is never used: `Damp` Oct 21 14:46:10.612 INFO kablam! --> src/bodies.rs:33:1 Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 21 14:46:10.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:46:10.612 INFO kablam! Oct 21 14:46:10.612 INFO kablam! warning: function is never used: `sample_bodies` Oct 21 14:46:10.612 INFO kablam! --> src/bodies.rs:109:1 Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 21 14:46:10.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.612 INFO kablam! Oct 21 14:46:10.612 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 21 14:46:10.612 INFO kablam! --> src/main.rs:1:12 Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 21 14:46:10.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:46:10.612 INFO kablam! Oct 21 14:46:10.612 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 21 14:46:10.612 INFO kablam! --> src/bodies.rs:33:1 Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 21 14:46:10.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.612 INFO kablam! | Oct 21 14:46:10.612 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 14:46:10.612 INFO kablam! Oct 21 14:46:10.689 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:46:10.693 INFO kablam! --> src/main.rs:4:1 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 4 | #[macro_use] extern crate itertools; Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unused imports: `Arc`, `RwLock` Oct 21 14:46:10.693 INFO kablam! --> src/app.rs:1:17 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 1 | use std::sync::{Arc,RwLock}; Oct 21 14:46:10.693 INFO kablam! | ^^^ ^^^^^^ Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unused import: `std::cmp::max` Oct 21 14:46:10.693 INFO kablam! --> src/app.rs:5:5 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 5 | use std::cmp::max; Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 21 14:46:10.693 INFO kablam! --> src/app.rs:52:14 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 52 | while (self.frames_to_draw > self.frames_drawn && max_itrs > itr) { Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unused import: `std::cmp::max` Oct 21 14:46:10.693 INFO kablam! --> src/bodies.rs:8:5 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 8 | use std::cmp::max; Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unnecessary parentheses around assigned value Oct 21 14:46:10.693 INFO kablam! --> src/bodies.rs:56:31 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 56 | let mut dist_sq = (dist.extract(0) + dist.extract(1)); Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unnecessary parentheses around assigned value Oct 21 14:46:10.693 INFO kablam! --> src/bodies.rs:59:25 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 59 | let force = (G * cur_bod.mass * bod.mass); Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.693 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 14:46:10.693 INFO kablam! --> src/bodies.rs:63:39 Oct 21 14:46:10.693 INFO kablam! | Oct 21 14:46:10.693 INFO kablam! 63 | / f64x2::splat((dist_sq + EPS)); Oct 21 14:46:10.693 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:46:10.693 INFO kablam! Oct 21 14:46:10.805 INFO kablam! warning: unused variable: `damp` Oct 21 14:46:10.805 INFO kablam! --> src/bodies.rs:39:9 Oct 21 14:46:10.805 INFO kablam! | Oct 21 14:46:10.805 INFO kablam! 39 | let damp: f64x2 = f64x2::splat(0.9995f64); Oct 21 14:46:10.805 INFO kablam! | ^^^^ help: consider using `_damp` instead Oct 21 14:46:10.805 INFO kablam! | Oct 21 14:46:10.805 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:46:10.805 INFO kablam! Oct 21 14:46:10.805 INFO kablam! warning: unused variable: `undamp` Oct 21 14:46:10.805 INFO kablam! --> src/bodies.rs:40:9 Oct 21 14:46:10.805 INFO kablam! | Oct 21 14:46:10.805 INFO kablam! 40 | let undamp: f64x2 = f64x2::splat(0.5f64); Oct 21 14:46:10.805 INFO kablam! | ^^^^^^ help: consider using `_undamp` instead Oct 21 14:46:10.806 INFO kablam! Oct 21 14:46:10.806 INFO kablam! warning: unused variable: `min` Oct 21 14:46:10.806 INFO kablam! --> src/bodies.rs:41:9 Oct 21 14:46:10.806 INFO kablam! | Oct 21 14:46:10.806 INFO kablam! 41 | let min = f64x2::splat(1e-10); Oct 21 14:46:10.806 INFO kablam! | ^^^ help: consider using `_min` instead Oct 21 14:46:10.806 INFO kablam! Oct 21 14:46:10.806 INFO kablam! warning: unused variable: `accel` Oct 21 14:46:10.806 INFO kablam! --> src/bodies.rs:49:17 Oct 21 14:46:10.806 INFO kablam! | Oct 21 14:46:10.806 INFO kablam! 49 | let mut accel = [0.0f64; 2]; Oct 21 14:46:10.806 INFO kablam! | ^^^^^ help: consider using `_accel` instead Oct 21 14:46:10.806 INFO kablam! Oct 21 14:46:10.806 INFO kablam! warning: unused variable: `bodies` Oct 21 14:46:10.806 INFO kablam! --> src/app.rs:27:13 Oct 21 14:46:10.806 INFO kablam! | Oct 21 14:46:10.806 INFO kablam! 27 | let bodies = self.bodies.clone(); Oct 21 14:46:10.806 INFO kablam! | ^^^^^^ help: consider using `_bodies` instead Oct 21 14:46:10.806 INFO kablam! Oct 21 14:46:10.806 INFO kablam! warning: unused variable: `mass_factor` Oct 21 14:46:10.806 INFO kablam! --> src/app.rs:28:13 Oct 21 14:46:10.806 INFO kablam! | Oct 21 14:46:10.806 INFO kablam! 28 | let mass_factor = self.mass_to_display_factor; Oct 21 14:46:10.806 INFO kablam! | ^^^^^^^^^^^ help: consider using `_mass_factor` instead Oct 21 14:46:10.806 INFO kablam! Oct 21 14:46:10.828 INFO kablam! warning: static item is never used: `Damp` Oct 21 14:46:10.832 INFO kablam! --> src/bodies.rs:33:1 Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 21 14:46:10.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:46:10.832 INFO kablam! Oct 21 14:46:10.832 INFO kablam! warning: function is never used: `sample_bodies` Oct 21 14:46:10.832 INFO kablam! --> src/bodies.rs:109:1 Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! 109 | pub fn sample_bodies() -> Arc>>> { Oct 21 14:46:10.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.832 INFO kablam! Oct 21 14:46:10.832 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 21 14:46:10.832 INFO kablam! --> src/main.rs:1:12 Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! 1 | #![feature(cfg_target_feature)] Oct 21 14:46:10.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:46:10.832 INFO kablam! Oct 21 14:46:10.832 INFO kablam! warning: static variable `Damp` should have an upper case name such as `DAMP` Oct 21 14:46:10.832 INFO kablam! --> src/bodies.rs:33:1 Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! 33 | static Damp: f64 = 1.5e1; Oct 21 14:46:10.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:46:10.832 INFO kablam! | Oct 21 14:46:10.832 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 14:46:10.832 INFO kablam! Oct 21 14:46:10.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.23s Oct 21 14:46:10.888 INFO kablam! su: No module specific data is present Oct 21 14:46:11.463 INFO running `"docker" "rm" "-f" "4a3de0cb322fd1032da489d32e0bd5bda2ee56641409450afa98f7e1341c63c7"` Oct 21 14:46:11.905 INFO blam! 4a3de0cb322fd1032da489d32e0bd5bda2ee56641409450afa98f7e1341c63c7