Oct 27 12:16:36.575 INFO checking DaOnlyOwner/l-Systems against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:16:36.575 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 27 12:16:36.751 INFO blam! 66ceafb4812d73b14b3441c5deca4aefe80e2410fa2c17823b98e0d91c429812 Oct 27 12:16:36.753 INFO running `"docker" "start" "-a" "66ceafb4812d73b14b3441c5deca4aefe80e2410fa2c17823b98e0d91c429812"` Oct 27 12:16:37.681 INFO kablam! usermod: no changes Oct 27 12:16:37.871 INFO kablam! Checking memchr v0.1.11 Oct 27 12:16:37.875 INFO kablam! Checking rayon-core v1.2.1 Oct 27 12:16:37.875 INFO kablam! Checking num-bigint v0.1.40 Oct 27 12:16:37.881 INFO kablam! Checking alga v0.5.1 Oct 27 12:16:37.881 INFO kablam! Checking thread-id v2.0.0 Oct 27 12:16:38.495 INFO kablam! Checking thread_local v0.2.7 Oct 27 12:16:38.910 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 12:16:40.151 INFO kablam! Checking rayon v0.8.2 Oct 27 12:16:40.151 INFO kablam! Checking rayon v0.7.1 Oct 27 12:16:41.319 INFO kablam! Checking regex v0.1.80 Oct 27 12:16:43.907 INFO kablam! Checking num-rational v0.1.39 Oct 27 12:16:45.235 INFO kablam! Checking num v0.1.40 Oct 27 12:16:46.407 INFO kablam! Checking env_logger v0.3.5 Oct 27 12:16:46.521 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 12:16:48.326 INFO kablam! Checking quickcheck v0.2.27 Oct 27 12:16:48.563 INFO kablam! Checking nalgebra v0.11.2 Oct 27 12:16:49.939 INFO kablam! Checking image v0.14.0 Oct 27 12:17:19.983 INFO kablam! Checking imageproc v0.9.0 Oct 27 12:17:24.576 INFO kablam! Checking l-systems v0.1.0 (/source) Oct 27 12:17:29.661 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:17:29.661 INFO kablam! --> src/main.rs:109:43 Oct 27 12:17:29.661 INFO kablam! | Oct 27 12:17:29.662 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 27 12:17:29.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:17:29.662 INFO kablam! | Oct 27 12:17:29.663 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:17:29.663 INFO kablam! Oct 27 12:17:29.872 INFO kablam! warning: unused variable: `start_symbol` Oct 27 12:17:29.873 INFO kablam! --> src/main.rs:70:12 Oct 27 12:17:29.874 INFO kablam! | Oct 27 12:17:29.875 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 27 12:17:29.875 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 27 12:17:29.876 INFO kablam! | Oct 27 12:17:29.877 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:17:29.877 INFO kablam! Oct 27 12:17:29.878 INFO kablam! warning: unused variable: `width` Oct 27 12:17:29.879 INFO kablam! --> src/main.rs:51:20 Oct 27 12:17:29.879 INFO kablam! | Oct 27 12:17:29.880 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:29.880 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 12:17:29.881 INFO kablam! Oct 27 12:17:29.882 INFO kablam! warning: unused variable: `height` Oct 27 12:17:29.882 INFO kablam! --> src/main.rs:51:31 Oct 27 12:17:29.883 INFO kablam! | Oct 27 12:17:29.884 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:29.884 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 12:17:29.885 INFO kablam! Oct 27 12:17:29.924 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 27 12:17:29.925 INFO kablam! --> src/main.rs:70:129 Oct 27 12:17:29.925 INFO kablam! | Oct 27 12:17:29.926 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 27 12:17:29.927 INFO kablam! | ^^^^^^^ Oct 27 12:17:29.927 INFO kablam! | Oct 27 12:17:29.928 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:17:29.928 INFO kablam! Oct 27 12:17:30.220 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:17:30.221 INFO kablam! --> src/main.rs:109:43 Oct 27 12:17:30.221 INFO kablam! | Oct 27 12:17:30.222 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 27 12:17:30.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:17:30.223 INFO kablam! | Oct 27 12:17:30.224 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:17:30.224 INFO kablam! Oct 27 12:17:30.354 INFO kablam! warning: unused variable: `start_symbol` Oct 27 12:17:30.354 INFO kablam! --> src/main.rs:70:12 Oct 27 12:17:30.354 INFO kablam! | Oct 27 12:17:30.354 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 27 12:17:30.354 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 27 12:17:30.354 INFO kablam! | Oct 27 12:17:30.356 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:17:30.356 INFO kablam! Oct 27 12:17:30.356 INFO kablam! warning: unused variable: `width` Oct 27 12:17:30.356 INFO kablam! --> src/main.rs:51:20 Oct 27 12:17:30.356 INFO kablam! | Oct 27 12:17:30.356 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:30.356 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 12:17:30.356 INFO kablam! Oct 27 12:17:30.356 INFO kablam! warning: unused variable: `height` Oct 27 12:17:30.356 INFO kablam! --> src/main.rs:51:31 Oct 27 12:17:30.356 INFO kablam! | Oct 27 12:17:30.356 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:30.356 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 12:17:30.356 INFO kablam! Oct 27 12:17:30.383 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 27 12:17:30.383 INFO kablam! --> src/main.rs:70:129 Oct 27 12:17:30.383 INFO kablam! | Oct 27 12:17:30.383 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 27 12:17:30.383 INFO kablam! | ^^^^^^^ Oct 27 12:17:30.383 INFO kablam! | Oct 27 12:17:30.384 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:17:30.384 INFO kablam! Oct 27 12:17:30.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.69s Oct 27 12:17:30.429 INFO kablam! su: No module specific data is present Oct 27 12:17:31.855 INFO running `"docker" "rm" "-f" "66ceafb4812d73b14b3441c5deca4aefe80e2410fa2c17823b98e0d91c429812"` Oct 27 12:17:32.275 INFO blam! 66ceafb4812d73b14b3441c5deca4aefe80e2410fa2c17823b98e0d91c429812