Oct 21 21:47:02.263 INFO checking DaOnlyOwner/l-Systems against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:47:02.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 21:47:02.448 INFO blam! 8d901356f107b78b710ae25884b6dcea77dd3290147bee438b6b8e6f3cede67e Oct 21 21:47:02.449 INFO running `"docker" "start" "-a" "8d901356f107b78b710ae25884b6dcea77dd3290147bee438b6b8e6f3cede67e"` Oct 21 21:47:03.224 INFO kablam! usermod: no changes Oct 21 21:47:03.352 INFO kablam! Checking memchr v0.1.11 Oct 21 21:47:03.352 INFO kablam! Checking itertools v0.6.1 Oct 21 21:47:03.356 INFO kablam! Checking rayon-core v1.2.1 Oct 21 21:47:03.356 INFO kablam! Checking num-bigint v0.1.40 Oct 21 21:47:03.356 INFO kablam! Checking alga v0.5.1 Oct 21 21:47:03.356 INFO kablam! Checking thread-id v2.0.0 Oct 21 21:47:04.160 INFO kablam! Checking aho-corasick v0.5.3 Oct 21 21:47:04.208 INFO kablam! Checking thread_local v0.2.7 Oct 21 21:47:05.400 INFO kablam! Checking rayon v0.8.2 Oct 21 21:47:05.400 INFO kablam! Checking rayon v0.7.1 Oct 21 21:47:06.198 INFO kablam! Checking regex v0.1.80 Oct 21 21:47:07.724 INFO kablam! Checking num-rational v0.1.39 Oct 21 21:47:09.542 INFO kablam! Checking num v0.1.40 Oct 21 21:47:10.182 INFO kablam! Checking env_logger v0.3.5 Oct 21 21:47:10.856 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 21:47:11.385 INFO kablam! Checking quickcheck v0.2.27 Oct 21 21:47:11.405 INFO kablam! Checking nalgebra v0.11.2 Oct 21 21:47:13.172 INFO kablam! Checking image v0.14.0 Oct 21 21:47:38.289 INFO kablam! Checking imageproc v0.9.0 Oct 21 21:47:42.607 INFO kablam! Checking l-systems v0.1.0 (/source) Oct 21 21:47:45.920 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 21:47:45.921 INFO kablam! --> src/main.rs:109:43 Oct 21 21:47:45.921 INFO kablam! | Oct 21 21:47:45.921 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 21 21:47:45.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:47:45.922 INFO kablam! | Oct 21 21:47:45.922 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:47:45.922 INFO kablam! Oct 21 21:47:46.077 INFO kablam! warning: unused variable: `start_symbol` Oct 21 21:47:46.077 INFO kablam! --> src/main.rs:70:12 Oct 21 21:47:46.077 INFO kablam! | Oct 21 21:47:46.077 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 21 21:47:46.078 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 21 21:47:46.078 INFO kablam! | Oct 21 21:47:46.078 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:47:46.079 INFO kablam! Oct 21 21:47:46.079 INFO kablam! warning: unused variable: `width` Oct 21 21:47:46.079 INFO kablam! --> src/main.rs:51:20 Oct 21 21:47:46.079 INFO kablam! | Oct 21 21:47:46.080 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 21 21:47:46.080 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 21 21:47:46.080 INFO kablam! Oct 21 21:47:46.080 INFO kablam! warning: unused variable: `height` Oct 21 21:47:46.081 INFO kablam! --> src/main.rs:51:31 Oct 21 21:47:46.081 INFO kablam! | Oct 21 21:47:46.081 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 21 21:47:46.081 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 21 21:47:46.082 INFO kablam! Oct 21 21:47:46.088 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 21 21:47:46.089 INFO kablam! --> src/main.rs:70:129 Oct 21 21:47:46.089 INFO kablam! | Oct 21 21:47:46.089 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 21 21:47:46.089 INFO kablam! | ^^^^^^^ Oct 21 21:47:46.090 INFO kablam! | Oct 21 21:47:46.090 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:47:46.090 INFO kablam! Oct 21 21:47:46.168 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 21:47:46.168 INFO kablam! --> src/main.rs:109:43 Oct 21 21:47:46.168 INFO kablam! | Oct 21 21:47:46.169 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 21 21:47:46.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:47:46.169 INFO kablam! | Oct 21 21:47:46.169 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:47:46.170 INFO kablam! Oct 21 21:47:46.309 INFO kablam! warning: unused variable: `start_symbol` Oct 21 21:47:46.309 INFO kablam! --> src/main.rs:70:12 Oct 21 21:47:46.309 INFO kablam! | Oct 21 21:47:46.310 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 21 21:47:46.310 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 21 21:47:46.310 INFO kablam! | Oct 21 21:47:46.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:47:46.311 INFO kablam! Oct 21 21:47:46.311 INFO kablam! warning: unused variable: `width` Oct 21 21:47:46.312 INFO kablam! --> src/main.rs:51:20 Oct 21 21:47:46.312 INFO kablam! | Oct 21 21:47:46.312 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 21 21:47:46.312 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 21 21:47:46.313 INFO kablam! Oct 21 21:47:46.313 INFO kablam! warning: unused variable: `height` Oct 21 21:47:46.313 INFO kablam! --> src/main.rs:51:31 Oct 21 21:47:46.313 INFO kablam! | Oct 21 21:47:46.314 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 21 21:47:46.314 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 21 21:47:46.314 INFO kablam! Oct 21 21:47:46.365 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 21 21:47:46.365 INFO kablam! --> src/main.rs:70:129 Oct 21 21:47:46.365 INFO kablam! | Oct 21 21:47:46.366 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 21 21:47:46.366 INFO kablam! | ^^^^^^^ Oct 21 21:47:46.366 INFO kablam! | Oct 21 21:47:46.366 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:47:46.367 INFO kablam! Oct 21 21:47:46.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.12s Oct 21 21:47:46.401 INFO kablam! su: No module specific data is present Oct 21 21:47:47.058 INFO running `"docker" "rm" "-f" "8d901356f107b78b710ae25884b6dcea77dd3290147bee438b6b8e6f3cede67e"` Oct 21 21:47:47.324 INFO blam! 8d901356f107b78b710ae25884b6dcea77dd3290147bee438b6b8e6f3cede67e