Oct 15 11:41:26.569 INFO testing DaOnlyOwner/l-Systems against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:41:26.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 11:41:26.849 INFO blam! f2ee12d688a079009d8b3b96a64eafb6b711c46f4df15d6269f4c6e273f8a1c3 Oct 15 11:41:26.855 INFO running `"docker" "start" "-a" "f2ee12d688a079009d8b3b96a64eafb6b711c46f4df15d6269f4c6e273f8a1c3"` Oct 15 11:41:27.393 INFO kablam! usermod: no changes Oct 15 11:41:27.603 INFO kablam! Compiling memchr v0.1.11 Oct 15 11:41:27.603 INFO kablam! Compiling deflate v0.7.14 Oct 15 11:41:27.611 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 11:41:27.611 INFO kablam! Compiling num-bigint v0.1.40 Oct 15 11:41:27.611 INFO kablam! Compiling alga v0.5.1 Oct 15 11:41:27.611 INFO kablam! Compiling thread-id v2.0.0 Oct 15 11:41:28.318 INFO kablam! Compiling thread_local v0.2.7 Oct 15 11:41:28.718 INFO kablam! Compiling aho-corasick v0.5.3 Oct 15 11:41:31.295 INFO kablam! Compiling regex v0.1.80 Oct 15 11:41:31.422 INFO kablam! Compiling rayon v0.8.2 Oct 15 11:41:32.691 INFO kablam! Compiling rayon v0.7.1 Oct 15 11:41:32.815 INFO kablam! Compiling png v0.8.0 Oct 15 11:41:34.571 INFO kablam! Compiling num-rational v0.1.39 Oct 15 11:41:38.531 INFO kablam! Compiling num v0.1.40 Oct 15 11:41:38.775 INFO kablam! Compiling nalgebra v0.11.2 Oct 15 11:41:45.299 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 11:41:46.127 INFO kablam! Compiling env_logger v0.3.5 Oct 15 11:41:48.479 INFO kablam! Compiling quickcheck v0.2.27 Oct 15 11:41:51.691 INFO kablam! Compiling image v0.14.0 Oct 15 11:42:24.383 INFO kablam! Compiling imageproc v0.9.0 Oct 15 11:42:30.195 INFO kablam! Compiling l-systems v0.1.0 (/source) Oct 15 11:42:32.611 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 11:42:32.612 INFO kablam! --> src/main.rs:109:43 Oct 15 11:42:32.612 INFO kablam! | Oct 15 11:42:32.612 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 15 11:42:32.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:42:32.613 INFO kablam! | Oct 15 11:42:32.613 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:42:32.613 INFO kablam! Oct 15 11:42:32.751 INFO kablam! warning: unused variable: `start_symbol` Oct 15 11:42:32.752 INFO kablam! --> src/main.rs:70:12 Oct 15 11:42:32.752 INFO kablam! | Oct 15 11:42:32.752 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 15 11:42:32.752 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 15 11:42:32.753 INFO kablam! | Oct 15 11:42:32.753 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:42:32.753 INFO kablam! Oct 15 11:42:32.754 INFO kablam! warning: unused variable: `width` Oct 15 11:42:32.754 INFO kablam! --> src/main.rs:51:20 Oct 15 11:42:32.754 INFO kablam! | Oct 15 11:42:32.755 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 15 11:42:32.755 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 11:42:32.755 INFO kablam! Oct 15 11:42:32.755 INFO kablam! warning: unused variable: `height` Oct 15 11:42:32.756 INFO kablam! --> src/main.rs:51:31 Oct 15 11:42:32.756 INFO kablam! | Oct 15 11:42:32.756 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 15 11:42:32.757 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 11:42:32.757 INFO kablam! Oct 15 11:42:32.775 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 15 11:42:32.775 INFO kablam! --> src/main.rs:70:129 Oct 15 11:42:32.776 INFO kablam! | Oct 15 11:42:32.776 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 15 11:42:32.776 INFO kablam! | ^^^^^^^ Oct 15 11:42:32.776 INFO kablam! | Oct 15 11:42:32.777 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:42:32.777 INFO kablam! Oct 15 11:42:35.462 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 15 11:42:35.474 INFO kablam! su: No module specific data is present Oct 15 11:42:35.963 INFO running `"docker" "rm" "-f" "f2ee12d688a079009d8b3b96a64eafb6b711c46f4df15d6269f4c6e273f8a1c3"` Oct 15 11:42:36.235 INFO blam! f2ee12d688a079009d8b3b96a64eafb6b711c46f4df15d6269f4c6e273f8a1c3 Oct 15 11:42:36.243 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 11:42:36.680 INFO blam! 957afa69b970dc91222b893a256219dcaf672ab5ae2a533fc5395c46323778cb Oct 15 11:42:36.682 INFO running `"docker" "start" "-a" "957afa69b970dc91222b893a256219dcaf672ab5ae2a533fc5395c46323778cb"` Oct 15 11:42:37.954 INFO kablam! usermod: no changes Oct 15 11:42:38.159 INFO kablam! Compiling l-systems v0.1.0 (/source) Oct 15 11:42:41.131 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 11:42:41.131 INFO kablam! --> src/main.rs:109:43 Oct 15 11:42:41.132 INFO kablam! | Oct 15 11:42:41.132 INFO kablam! 109 | draw("S", descr,25f32, |n| f32::round((700f32 / f32::powf(2f32,n as f32))) as u32); Oct 15 11:42:41.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 11:42:41.133 INFO kablam! | Oct 15 11:42:41.133 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 11:42:41.133 INFO kablam! Oct 15 11:42:41.292 INFO kablam! warning: unused variable: `start_symbol` Oct 15 11:42:41.292 INFO kablam! --> src/main.rs:70:12 Oct 15 11:42:41.292 INFO kablam! | Oct 15 11:42:41.292 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 15 11:42:41.292 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_start_symbol` instead Oct 15 11:42:41.292 INFO kablam! | Oct 15 11:42:41.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:42:41.292 INFO kablam! Oct 15 11:42:41.292 INFO kablam! warning: unused variable: `width` Oct 15 11:42:41.292 INFO kablam! --> src/main.rs:51:20 Oct 15 11:42:41.292 INFO kablam! | Oct 15 11:42:41.292 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 15 11:42:41.292 INFO kablam! | ^^^^^ help: consider using `_width` instead Oct 15 11:42:41.293 INFO kablam! Oct 15 11:42:41.293 INFO kablam! warning: unused variable: `height` Oct 15 11:42:41.293 INFO kablam! --> src/main.rs:51:31 Oct 15 11:42:41.293 INFO kablam! | Oct 15 11:42:41.293 INFO kablam! 51 | fn show(&self, width:u32, height:u32) Oct 15 11:42:41.293 INFO kablam! | ^^^^^^ help: consider using `_height` instead Oct 15 11:42:41.293 INFO kablam! Oct 15 11:42:41.326 INFO kablam! warning: variable `scaleFn` should have a snake case name such as `scale_fn` Oct 15 11:42:41.326 INFO kablam! --> src/main.rs:70:129 Oct 15 11:42:41.326 INFO kablam! | Oct 15 11:42:41.326 INFO kablam! 70 | fn draw(start_symbol : &'static str, production_rules : HashMap<&'static str, Vec<(f32,&'static str)>>, angle_degrees : f32, scaleFn : F) Oct 15 11:42:41.326 INFO kablam! | ^^^^^^^ Oct 15 11:42:41.326 INFO kablam! | Oct 15 11:42:41.326 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 11:42:41.326 INFO kablam! Oct 15 11:42:41.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.99s Oct 15 11:42:41.958 INFO kablam! su: No module specific data is present Oct 15 11:42:42.627 INFO running `"docker" "rm" "-f" "957afa69b970dc91222b893a256219dcaf672ab5ae2a533fc5395c46323778cb"` Oct 15 11:42:43.028 INFO blam! 957afa69b970dc91222b893a256219dcaf672ab5ae2a533fc5395c46323778cb Oct 15 11:42:43.030 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 11:42:43.425 INFO blam! 6f60d6b9753fd10b9e1f5c99c6f10fdb71bb1769010912954d71b05e0bade58b Oct 15 11:42:43.431 INFO running `"docker" "start" "-a" "6f60d6b9753fd10b9e1f5c99c6f10fdb71bb1769010912954d71b05e0bade58b"` Oct 15 11:42:44.620 INFO kablam! usermod: no changes Oct 15 11:42:44.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 11:42:44.835 INFO kablam! Running /target/debug/deps/l_systems-a11706faca95471a Oct 15 11:42:44.839 INFO blam! Oct 15 11:42:44.839 INFO blam! running 0 tests Oct 15 11:42:44.839 INFO blam! Oct 15 11:42:44.839 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:42:44.839 INFO blam! Oct 15 11:42:44.847 INFO kablam! su: No module specific data is present Oct 15 11:42:45.485 INFO running `"docker" "rm" "-f" "6f60d6b9753fd10b9e1f5c99c6f10fdb71bb1769010912954d71b05e0bade58b"` Oct 15 11:42:45.779 INFO blam! 6f60d6b9753fd10b9e1f5c99c6f10fdb71bb1769010912954d71b05e0bade58b