Oct 11 07:09:48.765 INFO testing DaOnlyOwner/l-Systems against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:09:48.765 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:09:48.765 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 11 07:09:48.938 INFO blam! c46099001f2c744e0a5164b3f44f50d758c465c85c81fdd79263bb2ed7a105e0 Oct 11 07:09:48.940 INFO running `"docker" "start" "-a" "c46099001f2c744e0a5164b3f44f50d758c465c85c81fdd79263bb2ed7a105e0"` Oct 11 07:09:49.458 INFO kablam! usermod: no changes Oct 11 07:09:49.692 INFO kablam! Compiling memchr v0.1.11 Oct 11 07:09:49.692 INFO kablam! Compiling itertools v0.6.1 Oct 11 07:09:49.693 INFO kablam! Compiling rayon-core v1.2.1 Oct 11 07:09:49.693 INFO kablam! Compiling num-bigint v0.1.40 Oct 11 07:09:49.693 INFO kablam! Compiling alga v0.5.1 Oct 11 07:09:49.693 INFO kablam! Compiling thread-id v2.0.0 Oct 11 07:09:50.763 INFO kablam! Compiling thread_local v0.2.7 Oct 11 07:09:51.254 INFO kablam! Compiling aho-corasick v0.5.3 Oct 11 07:09:53.325 INFO kablam! Compiling regex v0.1.80 Oct 11 07:09:53.389 INFO kablam! Compiling rayon v0.8.2 Oct 11 07:09:53.389 INFO kablam! Compiling rayon v0.7.1 Oct 11 07:09:54.985 INFO kablam! Compiling num-rational v0.1.39 Oct 11 07:09:57.479 INFO kablam! Compiling num v0.1.40 Oct 11 07:09:57.832 INFO kablam! Compiling nalgebra v0.11.2 Oct 11 07:10:01.313 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 07:10:01.627 INFO kablam! Compiling env_logger v0.3.5 Oct 11 07:10:03.075 INFO kablam! Compiling quickcheck v0.2.27 Oct 11 07:10:05.198 INFO kablam! Compiling image v0.14.0 Oct 11 07:10:30.100 INFO kablam! Compiling imageproc v0.9.0 Oct 11 07:10:37.684 INFO kablam! Compiling l-systems v0.1.0 (/source) Oct 11 07:10:41.872 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:10:41.872 INFO kablam! --> src/main.rs:109:43 Oct 11 07:10:41.872 INFO kablam! | Oct 11 07:10:41.872 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 11 07:10:41.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:10:41.872 INFO kablam! | Oct 11 07:10:41.872 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:10:41.872 INFO kablam! Oct 11 07:10:42.016 INFO kablam! warning: unused variable: `start_symbol` Oct 11 07:10:42.017 INFO kablam! --> src/main.rs:70:12 Oct 11 07:10:42.017 INFO kablam! | Oct 11 07:10:42.017 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 11 07:10:42.017 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 11 07:10:42.017 INFO kablam! | Oct 11 07:10:42.018 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:10:42.018 INFO kablam! Oct 11 07:10:42.018 INFO kablam! warning: unused variable: `width` Oct 11 07:10:42.018 INFO kablam! --> src/main.rs:51:20 Oct 11 07:10:42.019 INFO kablam! | Oct 11 07:10:42.019 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 11 07:10:42.019 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 07:10:42.019 INFO kablam! Oct 11 07:10:42.019 INFO kablam! warning: unused variable: `height` Oct 11 07:10:42.019 INFO kablam! --> src/main.rs:51:31 Oct 11 07:10:42.019 INFO kablam! | Oct 11 07:10:42.019 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 11 07:10:42.019 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 11 07:10:42.019 INFO kablam! Oct 11 07:10:42.040 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 11 07:10:42.040 INFO kablam! --> src/main.rs:70:129 Oct 11 07:10:42.040 INFO kablam! | Oct 11 07:10:42.040 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 11 07:10:42.040 INFO kablam! | ^^^^^^^ Oct 11 07:10:42.040 INFO kablam! | Oct 11 07:10:42.040 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:10:42.040 INFO kablam! Oct 11 07:10:44.322 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.82s Oct 11 07:10:44.322 INFO kablam! su: No module specific data is present Oct 11 07:10:44.892 INFO running `"docker" "rm" "-f" "c46099001f2c744e0a5164b3f44f50d758c465c85c81fdd79263bb2ed7a105e0"` Oct 11 07:10:45.140 INFO blam! c46099001f2c744e0a5164b3f44f50d758c465c85c81fdd79263bb2ed7a105e0 Oct 11 07:10:45.141 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:10:45.141 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 11 07:10:45.561 INFO blam! c67960692f4ffd994505c30699ab14c31beb6e719f44145cf751068f6c831ece Oct 11 07:10:45.563 INFO running `"docker" "start" "-a" "c67960692f4ffd994505c30699ab14c31beb6e719f44145cf751068f6c831ece"` Oct 11 07:10:46.945 INFO kablam! usermod: no changes Oct 11 07:10:47.132 INFO kablam! Compiling l-systems v0.1.0 (/source) Oct 11 07:10:51.919 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 07:10:51.919 INFO kablam! --> src/main.rs:109:43 Oct 11 07:10:51.919 INFO kablam! | Oct 11 07:10:51.919 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 11 07:10:51.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 07:10:51.919 INFO kablam! | Oct 11 07:10:51.919 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 07:10:51.919 INFO kablam! Oct 11 07:10:52.068 INFO kablam! warning: unused variable: `start_symbol` Oct 11 07:10:52.069 INFO kablam! --> src/main.rs:70:12 Oct 11 07:10:52.069 INFO kablam! | Oct 11 07:10:52.069 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 11 07:10:52.070 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 11 07:10:52.070 INFO kablam! | Oct 11 07:10:52.070 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:10:52.070 INFO kablam! Oct 11 07:10:52.071 INFO kablam! warning: unused variable: `width` Oct 11 07:10:52.071 INFO kablam! --> src/main.rs:51:20 Oct 11 07:10:52.071 INFO kablam! | Oct 11 07:10:52.072 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 11 07:10:52.072 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 11 07:10:52.072 INFO kablam! Oct 11 07:10:52.072 INFO kablam! warning: unused variable: `height` Oct 11 07:10:52.073 INFO kablam! --> src/main.rs:51:31 Oct 11 07:10:52.073 INFO kablam! | Oct 11 07:10:52.073 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 11 07:10:52.073 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 11 07:10:52.074 INFO kablam! Oct 11 07:10:52.083 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 11 07:10:52.083 INFO kablam! --> src/main.rs:70:129 Oct 11 07:10:52.083 INFO kablam! | Oct 11 07:10:52.083 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 11 07:10:52.083 INFO kablam! | ^^^^^^^ Oct 11 07:10:52.083 INFO kablam! | Oct 11 07:10:52.083 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 07:10:52.083 INFO kablam! Oct 11 07:10:52.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.57s Oct 11 07:10:52.543 INFO kablam! su: No module specific data is present Oct 11 07:10:52.993 INFO running `"docker" "rm" "-f" "c67960692f4ffd994505c30699ab14c31beb6e719f44145cf751068f6c831ece"` Oct 11 07:10:53.256 INFO blam! c67960692f4ffd994505c30699ab14c31beb6e719f44145cf751068f6c831ece Oct 11 07:10:53.260 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:10:53.260 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 11 07:10:53.632 INFO blam! 1281e3fe3cb3349f2dac47f0c875bccc54e8a216d397f8f44fa4de90bbfad774 Oct 11 07:10:53.636 INFO running `"docker" "start" "-a" "1281e3fe3cb3349f2dac47f0c875bccc54e8a216d397f8f44fa4de90bbfad774"` Oct 11 07:10:54.656 INFO kablam! usermod: no changes Oct 11 07:10:54.752 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 07:10:54.768 INFO kablam! Running /target/debug/deps/l_systems-a11706faca95471a Oct 11 07:10:54.775 INFO blam! Oct 11 07:10:54.775 INFO blam! running 0 tests Oct 11 07:10:54.775 INFO blam! Oct 11 07:10:54.776 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:10:54.776 INFO blam! Oct 11 07:10:54.777 INFO kablam! su: No module specific data is present Oct 11 07:10:55.132 INFO running `"docker" "rm" "-f" "1281e3fe3cb3349f2dac47f0c875bccc54e8a216d397f8f44fa4de90bbfad774"` Oct 11 07:10:55.260 INFO blam! 1281e3fe3cb3349f2dac47f0c875bccc54e8a216d397f8f44fa4de90bbfad774