Oct 27 12:16:34.583 INFO checking DaOnlyOwner/l-Systems against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:16:34.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.481 INFO blam! 4c97992968e80e95926c8c93a654833ac5d7315da0617cd82c3f15d09539761b Oct 27 12:16:36.484 INFO running `"docker" "start" "-a" "4c97992968e80e95926c8c93a654833ac5d7315da0617cd82c3f15d09539761b"` Oct 27 12:16:36.843 INFO kablam! usermod: no changes Oct 27 12:16:36.995 INFO kablam! Checking memchr v0.1.11 Oct 27 12:16:36.999 INFO kablam! Checking itertools v0.6.1 Oct 27 12:16:36.999 INFO kablam! Checking deflate v0.7.14 Oct 27 12:16:37.027 INFO kablam! Checking rayon-core v1.2.1 Oct 27 12:16:37.027 INFO kablam! Checking num-bigint v0.1.40 Oct 27 12:16:37.027 INFO kablam! Checking alga v0.5.1 Oct 27 12:16:37.027 INFO kablam! Checking thread-id v2.0.0 Oct 27 12:16:38.611 INFO kablam! Checking aho-corasick v0.5.3 Oct 27 12:16:39.002 INFO kablam! Checking thread_local v0.2.7 Oct 27 12:16:39.355 INFO kablam! Checking rayon v0.8.2 Oct 27 12:16:39.355 INFO kablam! Checking rayon v0.7.1 Oct 27 12:16:41.116 INFO kablam! Checking num-rational v0.1.39 Oct 27 12:16:41.389 INFO kablam! Checking png v0.8.0 Oct 27 12:16:41.887 INFO kablam! Checking regex v0.1.80 Oct 27 12:16:44.483 INFO kablam! Checking num v0.1.40 Oct 27 12:16:47.907 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 12:16:47.979 INFO kablam! Checking env_logger v0.3.5 Oct 27 12:16:49.291 INFO kablam! Checking nalgebra v0.11.2 Oct 27 12:16:49.699 INFO kablam! Checking quickcheck v0.2.27 Oct 27 12:16:50.737 INFO kablam! Checking image v0.14.0 Oct 27 12:17:20.450 INFO kablam! Checking imageproc v0.9.0 Oct 27 12:17:25.108 INFO kablam! Checking l-systems v0.1.0 (/source) Oct 27 12:17:30.744 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:17:30.744 INFO kablam! --> src/main.rs:109:43 Oct 27 12:17:30.744 INFO kablam! | Oct 27 12:17:30.744 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 27 12:17:30.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:17:30.744 INFO kablam! | Oct 27 12:17:30.744 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:17:30.744 INFO kablam! Oct 27 12:17:31.003 INFO kablam! warning: unused variable: `start_symbol` Oct 27 12:17:31.003 INFO kablam! --> src/main.rs:70:12 Oct 27 12:17:31.003 INFO kablam! | Oct 27 12:17:31.003 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:31.003 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 27 12:17:31.003 INFO kablam! | Oct 27 12:17:31.003 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:17:31.003 INFO kablam! Oct 27 12:17:31.003 INFO kablam! warning: unused variable: `width` Oct 27 12:17:31.003 INFO kablam! --> src/main.rs:51:20 Oct 27 12:17:31.003 INFO kablam! | Oct 27 12:17:31.003 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:31.003 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 12:17:31.003 INFO kablam! Oct 27 12:17:31.003 INFO kablam! warning: unused variable: `height` Oct 27 12:17:31.003 INFO kablam! --> src/main.rs:51:31 Oct 27 12:17:31.003 INFO kablam! | Oct 27 12:17:31.003 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:31.003 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 12:17:31.003 INFO kablam! Oct 27 12:17:31.051 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 27 12:17:31.051 INFO kablam! --> src/main.rs:70:129 Oct 27 12:17:31.051 INFO kablam! | Oct 27 12:17:31.051 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:31.051 INFO kablam! | ^^^^^^^ Oct 27 12:17:31.051 INFO kablam! | Oct 27 12:17:31.051 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:17:31.051 INFO kablam! Oct 27 12:17:31.471 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 12:17:31.471 INFO kablam! --> src/main.rs:109:43 Oct 27 12:17:31.471 INFO kablam! | Oct 27 12:17:31.471 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 27 12:17:31.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 12:17:31.471 INFO kablam! | Oct 27 12:17:31.471 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 12:17:31.471 INFO kablam! Oct 27 12:17:31.643 INFO kablam! warning: unused variable: `start_symbol` Oct 27 12:17:31.643 INFO kablam! --> src/main.rs:70:12 Oct 27 12:17:31.643 INFO kablam! | Oct 27 12:17:31.643 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:31.643 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 27 12:17:31.643 INFO kablam! | Oct 27 12:17:31.643 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:17:31.643 INFO kablam! Oct 27 12:17:31.643 INFO kablam! warning: unused variable: `width` Oct 27 12:17:31.643 INFO kablam! --> src/main.rs:51:20 Oct 27 12:17:31.643 INFO kablam! | Oct 27 12:17:31.643 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:31.643 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 27 12:17:31.643 INFO kablam! Oct 27 12:17:31.643 INFO kablam! warning: unused variable: `height` Oct 27 12:17:31.643 INFO kablam! --> src/main.rs:51:31 Oct 27 12:17:31.643 INFO kablam! | Oct 27 12:17:31.643 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 27 12:17:31.643 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 27 12:17:31.643 INFO kablam! Oct 27 12:17:31.669 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 27 12:17:31.669 INFO kablam! --> src/main.rs:70:129 Oct 27 12:17:31.669 INFO kablam! | Oct 27 12:17:31.669 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:31.669 INFO kablam! | ^^^^^^^ Oct 27 12:17:31.669 INFO kablam! | Oct 27 12:17:31.669 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 12:17:31.669 INFO kablam! Oct 27 12:17:31.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.85s Oct 27 12:17:31.716 INFO kablam! su: No module specific data is present Oct 27 12:17:32.586 INFO running `"docker" "rm" "-f" "4c97992968e80e95926c8c93a654833ac5d7315da0617cd82c3f15d09539761b"` Oct 27 12:17:32.867 INFO blam! 4c97992968e80e95926c8c93a654833ac5d7315da0617cd82c3f15d09539761b