Oct 11 00:23:57.158 INFO testing defpearlpilot/frust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:23:57.158 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:23:57.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 00:23:57.360 INFO blam! c0fbc638a63f865c3197ad1db3ceebdae2b2b6feff63d372545bd83852f5434f Oct 11 00:23:57.365 INFO running `"docker" "start" "-a" "c0fbc638a63f865c3197ad1db3ceebdae2b2b6feff63d372545bd83852f5434f"` Oct 11 00:23:57.936 INFO kablam! usermod: no changes Oct 11 00:23:58.122 INFO kablam! Compiling png v0.7.0 Oct 11 00:23:58.122 INFO kablam! Compiling hyper v0.10.13 Oct 11 00:24:00.856 INFO kablam! Compiling image v0.13.0 Oct 11 00:24:10.624 INFO kablam! Compiling iron v0.5.1 Oct 11 00:24:16.006 INFO kablam! Compiling persistent v0.3.0 Oct 11 00:24:16.006 INFO kablam! Compiling router v0.5.1 Oct 11 00:24:23.544 INFO kablam! Compiling bodyparser v0.5.0 Oct 11 00:24:28.127 INFO kablam! Compiling urlencoded v0.5.0 Oct 11 00:24:31.341 INFO kablam! Compiling frust v0.1.0 (/source) Oct 11 00:24:33.944 INFO kablam! warning: function is never used: `escape_time` Oct 11 00:24:33.944 INFO kablam! --> src/main.rs:7:1 Oct 11 00:24:33.944 INFO kablam! | Oct 11 00:24:33.944 INFO kablam! 7 | fn escape_time(c: Complex, limit: u32) -> Option { Oct 11 00:24:33.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:24:33.945 INFO kablam! | Oct 11 00:24:33.945 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:24:33.945 INFO kablam! Oct 11 00:24:33.945 INFO kablam! warning: function is never used: `parse_pair` Oct 11 00:24:33.945 INFO kablam! --> src/main.rs:19:1 Oct 11 00:24:33.945 INFO kablam! | Oct 11 00:24:33.945 INFO kablam! 19 | fn parse_pair(s: &str, separator: char) -> Option<(T, T)> { Oct 11 00:24:33.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:24:33.945 INFO kablam! Oct 11 00:24:33.945 INFO kablam! warning: function is never used: `parse_complex` Oct 11 00:24:33.945 INFO kablam! --> src/main.rs:31:1 Oct 11 00:24:33.945 INFO kablam! | Oct 11 00:24:33.945 INFO kablam! 31 | fn parse_complex(s: &str) -> Option> { Oct 11 00:24:33.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:24:33.945 INFO kablam! Oct 11 00:24:33.945 INFO kablam! warning: function is never used: `pixel_to_point` Oct 11 00:24:33.945 INFO kablam! --> src/main.rs:38:1 Oct 11 00:24:33.945 INFO kablam! | Oct 11 00:24:33.945 INFO kablam! 38 | / fn pixel_to_point(bounds: (usize, usize), Oct 11 00:24:33.945 INFO kablam! 39 | | pixel: (usize, usize), Oct 11 00:24:33.945 INFO kablam! 40 | | upper_left: Complex, Oct 11 00:24:33.945 INFO kablam! 41 | | lower_right: Complex) -> Complex { Oct 11 00:24:33.945 INFO kablam! ... | Oct 11 00:24:33.945 INFO kablam! 47 | | } Oct 11 00:24:33.945 INFO kablam! 48 | | } Oct 11 00:24:33.945 INFO kablam! | |_^ Oct 11 00:24:33.945 INFO kablam! Oct 11 00:24:33.945 INFO kablam! warning: function is never used: `render` Oct 11 00:24:33.945 INFO kablam! --> src/main.rs:50:1 Oct 11 00:24:33.945 INFO kablam! | Oct 11 00:24:33.945 INFO kablam! 50 | / fn render(pixels: &mut [u8], Oct 11 00:24:33.945 INFO kablam! 51 | | bounds: (usize, usize), Oct 11 00:24:33.945 INFO kablam! 52 | | upper_left: Complex, Oct 11 00:24:33.945 INFO kablam! 53 | | lower_right: Complex) { Oct 11 00:24:33.945 INFO kablam! ... | Oct 11 00:24:33.945 INFO kablam! 65 | | } Oct 11 00:24:33.945 INFO kablam! 66 | | } Oct 11 00:24:33.945 INFO kablam! | |_^ Oct 11 00:24:33.945 INFO kablam! Oct 11 00:24:34.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.41s Oct 11 00:24:34.392 INFO kablam! su: No module specific data is present Oct 11 00:24:35.265 INFO running `"docker" "rm" "-f" "c0fbc638a63f865c3197ad1db3ceebdae2b2b6feff63d372545bd83852f5434f"` Oct 11 00:24:35.536 INFO blam! c0fbc638a63f865c3197ad1db3ceebdae2b2b6feff63d372545bd83852f5434f Oct 11 00:24:35.538 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:24:35.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 00:24:36.052 INFO blam! c45f1ee273f4265c3e14035afe2f63eb24343133bb881bcbfaffbd91dd3dad77 Oct 11 00:24:36.057 INFO running `"docker" "start" "-a" "c45f1ee273f4265c3e14035afe2f63eb24343133bb881bcbfaffbd91dd3dad77"` Oct 11 00:24:37.093 INFO kablam! usermod: no changes Oct 11 00:24:37.296 INFO kablam! Compiling frust v0.1.0 (/source) Oct 11 00:24:40.356 INFO kablam! warning: function is never used: `escape_time` Oct 11 00:24:40.356 INFO kablam! --> src/main.rs:7:1 Oct 11 00:24:40.356 INFO kablam! | Oct 11 00:24:40.356 INFO kablam! 7 | fn escape_time(c: Complex, limit: u32) -> Option { Oct 11 00:24:40.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:24:40.356 INFO kablam! | Oct 11 00:24:40.356 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:24:40.356 INFO kablam! Oct 11 00:24:40.356 INFO kablam! warning: function is never used: `render` Oct 11 00:24:40.356 INFO kablam! --> src/main.rs:50:1 Oct 11 00:24:40.356 INFO kablam! | Oct 11 00:24:40.356 INFO kablam! 50 | / fn render(pixels: &mut [u8], Oct 11 00:24:40.356 INFO kablam! 51 | | bounds: (usize, usize), Oct 11 00:24:40.356 INFO kablam! 52 | | upper_left: Complex, Oct 11 00:24:40.356 INFO kablam! 53 | | lower_right: Complex) { Oct 11 00:24:40.356 INFO kablam! ... | Oct 11 00:24:40.357 INFO kablam! 65 | | } Oct 11 00:24:40.357 INFO kablam! 66 | | } Oct 11 00:24:40.357 INFO kablam! | |_^ Oct 11 00:24:40.357 INFO kablam! Oct 11 00:24:41.361 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.22s Oct 11 00:24:41.372 INFO kablam! su: No module specific data is present Oct 11 00:24:41.946 INFO running `"docker" "rm" "-f" "c45f1ee273f4265c3e14035afe2f63eb24343133bb881bcbfaffbd91dd3dad77"` Oct 11 00:24:42.296 INFO blam! c45f1ee273f4265c3e14035afe2f63eb24343133bb881bcbfaffbd91dd3dad77 Oct 11 00:24:42.304 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:24:42.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 00:24:42.644 INFO blam! 6d1de6ed8a77d4d21a8c541eb098cbc30e33398ec567ab871d35a2f48fe7a61f Oct 11 00:24:42.647 INFO running `"docker" "start" "-a" "6d1de6ed8a77d4d21a8c541eb098cbc30e33398ec567ab871d35a2f48fe7a61f"` Oct 11 00:24:44.147 INFO kablam! usermod: no changes Oct 11 00:24:44.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 00:24:44.357 INFO kablam! Running /target/debug/deps/frust-9b433dced4d8526d Oct 11 00:24:44.359 INFO blam! Oct 11 00:24:44.359 INFO blam! running 3 tests Oct 11 00:24:44.368 INFO blam! test test_parse_pair ... ok Oct 11 00:24:44.369 INFO blam! test test_pixel_to_point ... ok Oct 11 00:24:44.369 INFO blam! test test_parse_complex ... ok Oct 11 00:24:44.369 INFO blam! Oct 11 00:24:44.369 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:24:44.369 INFO blam! Oct 11 00:24:44.371 INFO kablam! su: No module specific data is present Oct 11 00:24:45.600 INFO running `"docker" "rm" "-f" "6d1de6ed8a77d4d21a8c541eb098cbc30e33398ec567ab871d35a2f48fe7a61f"` Oct 11 00:24:45.844 INFO blam! 6d1de6ed8a77d4d21a8c541eb098cbc30e33398ec567ab871d35a2f48fe7a61f