Oct 10 13:46:29.571 INFO testing tcsc/firkin against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:46:29.571 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:46:29.571 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 13:46:29.966 INFO blam! 4df7cc2ee0b460c14e0b6cce8fba1896a202b5adcb638086179d68cb8b20d9d5 Oct 10 13:46:29.968 INFO running `"docker" "start" "-a" "4df7cc2ee0b460c14e0b6cce8fba1896a202b5adcb638086179d68cb8b20d9d5"` Oct 10 13:46:31.556 INFO kablam! usermod: no changes Oct 10 13:46:31.693 INFO kablam! Compiling dimensioned v0.6.0 Oct 10 13:46:31.693 INFO kablam! Compiling thread-id v3.1.0 Oct 10 13:46:31.693 INFO kablam! Compiling memmap v0.5.2 Oct 10 13:46:31.694 INFO kablam! Compiling nodrop v0.1.9 Oct 10 13:46:31.694 INFO kablam! Compiling clap v2.24.2 Oct 10 13:46:31.694 INFO kablam! Compiling num-bigint v0.1.37 Oct 10 13:46:31.700 INFO kablam! Compiling tempfile v2.1.5 Oct 10 13:46:33.232 INFO kablam! Compiling generic-array v0.5.1 Oct 10 13:46:34.248 INFO kablam! Compiling thread_local v0.3.3 Oct 10 13:46:37.512 INFO kablam! Compiling regex v0.2.1 Oct 10 13:46:40.116 INFO kablam! Compiling num-rational v0.1.36 Oct 10 13:46:43.360 INFO kablam! Compiling num v0.1.37 Oct 10 13:46:55.696 INFO kablam! Compiling env_logger v0.4.2 Oct 10 13:47:13.786 INFO kablam! Compiling firkin v0.1.0 (/source) Oct 10 13:47:15.783 INFO kablam! warning: unused import: `Path` Oct 10 13:47:15.783 INFO kablam! --> src/cli.rs:3:17 Oct 10 13:47:15.783 INFO kablam! | Oct 10 13:47:15.783 INFO kablam! 3 | use std::path::{Path, PathBuf}; Oct 10 13:47:15.783 INFO kablam! | ^^^^ Oct 10 13:47:15.783 INFO kablam! | Oct 10 13:47:15.783 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:47:15.783 INFO kablam! Oct 10 13:47:15.783 INFO kablam! warning: unused import: `DistPxFrac` Oct 10 13:47:15.783 INFO kablam! --> src/cli.rs:6:21 Oct 10 13:47:15.783 INFO kablam! | Oct 10 13:47:15.783 INFO kablam! 6 | use units::{DistPx, DistPxFrac, PX}; Oct 10 13:47:15.783 INFO kablam! | ^^^^^^^^^^ Oct 10 13:47:15.783 INFO kablam! Oct 10 13:47:15.783 INFO kablam! warning: unused import: `image::Image` Oct 10 13:47:15.783 INFO kablam! --> src/main.rs:21:5 Oct 10 13:47:15.783 INFO kablam! | Oct 10 13:47:15.783 INFO kablam! 21 | use image::Image; Oct 10 13:47:15.783 INFO kablam! | ^^^^^^^^^^^^ Oct 10 13:47:15.783 INFO kablam! Oct 10 13:47:16.860 INFO kablam! warning: unused variable: `u` Oct 10 13:47:16.860 INFO kablam! --> src/distort.rs:7:18 Oct 10 13:47:16.860 INFO kablam! | Oct 10 13:47:16.860 INFO kablam! 7 | fn map_dst_pixel(u: DistPx, y: DistPx) -> (DistPxFrac, DistPxFrac) { Oct 10 13:47:16.860 INFO kablam! | ^ help: consider using `_u` instead Oct 10 13:47:16.860 INFO kablam! | Oct 10 13:47:16.860 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:47:16.860 INFO kablam! Oct 10 13:47:16.860 INFO kablam! warning: unused variable: `y` Oct 10 13:47:16.860 INFO kablam! --> src/distort.rs:7:29 Oct 10 13:47:16.860 INFO kablam! | Oct 10 13:47:16.860 INFO kablam! 7 | fn map_dst_pixel(u: DistPx, y: DistPx) -> (DistPxFrac, DistPxFrac) { Oct 10 13:47:16.860 INFO kablam! | ^ help: consider using `_y` instead Oct 10 13:47:16.860 INFO kablam! Oct 10 13:47:16.860 INFO kablam! warning: unused variable: `i` Oct 10 13:47:16.861 INFO kablam! --> src/main.rs:30:9 Oct 10 13:47:16.861 INFO kablam! | Oct 10 13:47:16.861 INFO kablam! 30 | let i = image::MemoryMappedImage::::map_file(f.input.as_path(), Oct 10 13:47:16.861 INFO kablam! | ^ help: consider using `_i` instead Oct 10 13:47:16.861 INFO kablam! Oct 10 13:47:17.185 INFO kablam! warning: type alias is never used: `DistPxFrac` Oct 10 13:47:17.185 INFO kablam! --> src/units.rs:55:1 Oct 10 13:47:17.186 INFO kablam! | Oct 10 13:47:17.186 INFO kablam! 55 | pub type DistPxFrac = Pixel; Oct 10 13:47:17.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:47:17.186 INFO kablam! | Oct 10 13:47:17.187 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:47:17.187 INFO kablam! Oct 10 13:47:17.187 INFO kablam! warning: struct is never constructed: `OwnedImage` Oct 10 13:47:17.187 INFO kablam! --> src/image.rs:63:1 Oct 10 13:47:17.188 INFO kablam! | Oct 10 13:47:17.188 INFO kablam! 63 | pub struct OwnedImage { Oct 10 13:47:17.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:47:17.189 INFO kablam! Oct 10 13:47:17.189 INFO kablam! warning: method is never used: `new` Oct 10 13:47:17.189 INFO kablam! --> src/image.rs:70:5 Oct 10 13:47:17.189 INFO kablam! | Oct 10 13:47:17.190 INFO kablam! 70 | pub fn new(width: DistPx, height: DistPx) -> OwnedImage { Oct 10 13:47:17.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:47:17.190 INFO kablam! Oct 10 13:47:17.191 INFO kablam! warning: field is never used: `mem` Oct 10 13:47:17.191 INFO kablam! --> src/image.rs:162:5 Oct 10 13:47:17.191 INFO kablam! | Oct 10 13:47:17.191 INFO kablam! 162 | mem: Mmap, Oct 10 13:47:17.192 INFO kablam! | ^^^^^^^^^ Oct 10 13:47:17.192 INFO kablam! Oct 10 13:47:17.192 INFO kablam! warning: function is never used: `map_dst_pixel` Oct 10 13:47:17.193 INFO kablam! --> src/distort.rs:7:1 Oct 10 13:47:17.193 INFO kablam! | Oct 10 13:47:17.193 INFO kablam! 7 | fn map_dst_pixel(u: DistPx, y: DistPx) -> (DistPxFrac, DistPxFrac) { Oct 10 13:47:17.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:47:17.194 INFO kablam! Oct 10 13:47:17.194 INFO kablam! warning: function is never used: `sample_image` Oct 10 13:47:17.194 INFO kablam! --> src/distort.rs:13:1 Oct 10 13:47:17.194 INFO kablam! | Oct 10 13:47:17.195 INFO kablam! 13 | / fn sample_image(i: &ImageType, u: DistPxFrac, v: DistPxFrac) -> i16 Oct 10 13:47:17.195 INFO kablam! 14 | | where ImageType: Image Oct 10 13:47:17.195 INFO kablam! 15 | | { Oct 10 13:47:17.196 INFO kablam! 16 | | let one = DistPx::new(1); Oct 10 13:47:17.196 INFO kablam! ... | Oct 10 13:47:17.196 INFO kablam! 57 | | num::clamp(new_pixel, 0.0, max_value).round() as i16 Oct 10 13:47:17.196 INFO kablam! 58 | | } Oct 10 13:47:17.197 INFO kablam! | |_^ Oct 10 13:47:17.197 INFO kablam! Oct 10 13:47:17.197 INFO kablam! warning: function is never used: `pixel_or_black` Oct 10 13:47:17.197 INFO kablam! --> src/distort.rs:61:1 Oct 10 13:47:17.198 INFO kablam! | Oct 10 13:47:17.198 INFO kablam! 61 | / fn pixel_or_black(i: &ImageType, x: DistPx, y: DistPx) -> f64 Oct 10 13:47:17.198 INFO kablam! 62 | | where ImageType: Image Oct 10 13:47:17.198 INFO kablam! 63 | | { Oct 10 13:47:17.199 INFO kablam! 64 | | let zero = DistPx::new(0isize); Oct 10 13:47:17.199 INFO kablam! ... | Oct 10 13:47:17.199 INFO kablam! 70 | | } Oct 10 13:47:17.200 INFO kablam! 71 | | } Oct 10 13:47:17.200 INFO kablam! | |_^ Oct 10 13:47:17.200 INFO kablam! Oct 10 13:47:19.294 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.71s Oct 10 13:47:19.304 INFO kablam! su: No module specific data is present Oct 10 13:47:19.799 INFO running `"docker" "rm" "-f" "4df7cc2ee0b460c14e0b6cce8fba1896a202b5adcb638086179d68cb8b20d9d5"` Oct 10 13:47:20.088 INFO blam! 4df7cc2ee0b460c14e0b6cce8fba1896a202b5adcb638086179d68cb8b20d9d5 Oct 10 13:47:20.098 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:47:20.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 13:47:20.437 INFO blam! b075dd4e012c0de6f15dd2276e40bd5262fdd8c674714d65a8a80ce8feec8fd3 Oct 10 13:47:20.444 INFO running `"docker" "start" "-a" "b075dd4e012c0de6f15dd2276e40bd5262fdd8c674714d65a8a80ce8feec8fd3"` Oct 10 13:47:21.964 INFO kablam! usermod: no changes Oct 10 13:47:22.120 INFO kablam! Compiling firkin v0.1.0 (/source) Oct 10 13:47:24.327 INFO kablam! warning: unused import: `Path` Oct 10 13:47:24.328 INFO kablam! --> src/cli.rs:3:17 Oct 10 13:47:24.328 INFO kablam! | Oct 10 13:47:24.328 INFO kablam! 3 | use std::path::{Path, PathBuf}; Oct 10 13:47:24.329 INFO kablam! | ^^^^ Oct 10 13:47:24.329 INFO kablam! | Oct 10 13:47:24.329 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:47:24.329 INFO kablam! Oct 10 13:47:24.330 INFO kablam! warning: unused import: `DistPxFrac` Oct 10 13:47:24.330 INFO kablam! --> src/cli.rs:6:21 Oct 10 13:47:24.330 INFO kablam! | Oct 10 13:47:24.332 INFO kablam! 6 | use units::{DistPx, DistPxFrac, PX}; Oct 10 13:47:24.333 INFO kablam! | ^^^^^^^^^^ Oct 10 13:47:24.333 INFO kablam! Oct 10 13:47:24.333 INFO kablam! warning: unused import: `self` Oct 10 13:47:24.333 INFO kablam! --> src/distort.rs:76:17 Oct 10 13:47:24.334 INFO kablam! | Oct 10 13:47:24.334 INFO kablam! 76 | use image::{self, OwnedImage, MutableImage}; Oct 10 13:47:24.334 INFO kablam! | ^^^^ Oct 10 13:47:24.334 INFO kablam! Oct 10 13:47:24.335 INFO kablam! warning: unused import: `self` Oct 10 13:47:24.335 INFO kablam! --> src/distort.rs:77:17 Oct 10 13:47:24.335 INFO kablam! | Oct 10 13:47:24.336 INFO kablam! 77 | use units::{self, PX, DistPx}; Oct 10 13:47:24.336 INFO kablam! | ^^^^ Oct 10 13:47:24.336 INFO kablam! Oct 10 13:47:24.336 INFO kablam! warning: unused import: `image::Image` Oct 10 13:47:24.337 INFO kablam! --> src/main.rs:21:5 Oct 10 13:47:24.337 INFO kablam! | Oct 10 13:47:24.337 INFO kablam! 21 | use image::Image; Oct 10 13:47:24.338 INFO kablam! | ^^^^^^^^^^^^ Oct 10 13:47:24.338 INFO kablam! Oct 10 13:47:25.448 INFO kablam! warning: unused variable: `u` Oct 10 13:47:25.448 INFO kablam! --> src/distort.rs:7:18 Oct 10 13:47:25.448 INFO kablam! | Oct 10 13:47:25.448 INFO kablam! 7 | fn map_dst_pixel(u: DistPx, y: DistPx) -> (DistPxFrac, DistPxFrac) { Oct 10 13:47:25.448 INFO kablam! | ^ help: consider using `_u` instead Oct 10 13:47:25.448 INFO kablam! | Oct 10 13:47:25.448 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:47:25.448 INFO kablam! Oct 10 13:47:25.448 INFO kablam! warning: unused variable: `y` Oct 10 13:47:25.448 INFO kablam! --> src/distort.rs:7:29 Oct 10 13:47:25.448 INFO kablam! | Oct 10 13:47:25.448 INFO kablam! 7 | fn map_dst_pixel(u: DistPx, y: DistPx) -> (DistPxFrac, DistPxFrac) { Oct 10 13:47:25.448 INFO kablam! | ^ help: consider using `_y` instead Oct 10 13:47:25.448 INFO kablam! Oct 10 13:47:25.448 INFO kablam! warning: unused variable: `i` Oct 10 13:47:25.448 INFO kablam! --> src/main.rs:30:9 Oct 10 13:47:25.448 INFO kablam! | Oct 10 13:47:25.448 INFO kablam! 30 | let i = image::MemoryMappedImage::::map_file(f.input.as_path(), Oct 10 13:47:25.448 INFO kablam! | ^ help: consider using `_i` instead Oct 10 13:47:25.448 INFO kablam! Oct 10 13:47:25.788 INFO kablam! warning: field is never used: `mem` Oct 10 13:47:25.788 INFO kablam! --> src/image.rs:162:5 Oct 10 13:47:25.788 INFO kablam! | Oct 10 13:47:25.788 INFO kablam! 162 | mem: Mmap, Oct 10 13:47:25.788 INFO kablam! | ^^^^^^^^^ Oct 10 13:47:25.788 INFO kablam! | Oct 10 13:47:25.788 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:47:25.788 INFO kablam! Oct 10 13:47:25.788 INFO kablam! warning: function is never used: `map_dst_pixel` Oct 10 13:47:25.788 INFO kablam! --> src/distort.rs:7:1 Oct 10 13:47:25.788 INFO kablam! | Oct 10 13:47:25.788 INFO kablam! 7 | fn map_dst_pixel(u: DistPx, y: DistPx) -> (DistPxFrac, DistPxFrac) { Oct 10 13:47:25.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:47:25.788 INFO kablam! Oct 10 13:47:27.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.81s Oct 10 13:47:27.800 INFO kablam! su: No module specific data is present Oct 10 13:47:28.891 INFO running `"docker" "rm" "-f" "b075dd4e012c0de6f15dd2276e40bd5262fdd8c674714d65a8a80ce8feec8fd3"` Oct 10 13:47:29.332 INFO blam! b075dd4e012c0de6f15dd2276e40bd5262fdd8c674714d65a8a80ce8feec8fd3 Oct 10 13:47:29.337 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:47:29.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 13:47:29.805 INFO blam! aa5b6544a2b6f77e70852e3651eb10bbe1e6f5ab7aec74ff5a965d8e90b890b7 Oct 10 13:47:29.812 INFO running `"docker" "start" "-a" "aa5b6544a2b6f77e70852e3651eb10bbe1e6f5ab7aec74ff5a965d8e90b890b7"` Oct 10 13:47:31.027 INFO kablam! usermod: no changes Oct 10 13:47:31.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 13:47:31.168 INFO kablam! Running /target/debug/deps/firkin-70d4e5c82cc3134c Oct 10 13:47:31.174 INFO blam! Oct 10 13:47:31.174 INFO blam! running 13 tests Oct 10 13:47:31.174 INFO blam! test distort::test_sampling::identity_sample ... ok Oct 10 13:47:31.174 INFO blam! test distort::test_sampling::x_axis_averaging ... ok Oct 10 13:47:31.174 INFO blam! test distort::test_sampling::bounds_check ... ok Oct 10 13:47:31.174 INFO blam! test image::test_memory_mapped_image::mapping_a_non_existant_file_is_an_error ... ok Oct 10 13:47:31.180 INFO blam! test units::test::create_float_values ... ok Oct 10 13:47:31.184 INFO blam! test cli::test_expand_filename::rooted_paths_are_not_expanded ... ok Oct 10 13:47:31.184 INFO blam! test image::test_owned_image::create ... ok Oct 10 13:47:31.192 INFO blam! test units::test::create_integer_values ... ok Oct 10 13:47:31.192 INFO blam! test distort::test_sampling::y_axis_averaging ... ok Oct 10 13:47:31.224 INFO blam! test image::test_owned_image::indexing ... ok Oct 10 13:47:31.360 INFO blam! test image::test_memory_mapped_image::mapping_an_i32_file ... ok Oct 10 13:47:31.360 INFO blam! test image::test_memory_mapped_image::mapping_an_f32_file ... ok Oct 10 13:47:31.412 INFO blam! test image::test_memory_mapped_image::mapping_an_image_with_bad_dimensions_is_an_error ... ok Oct 10 13:47:31.412 INFO blam! Oct 10 13:47:31.412 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:47:31.412 INFO blam! Oct 10 13:47:31.414 INFO kablam! su: No module specific data is present Oct 10 13:47:32.030 INFO running `"docker" "rm" "-f" "aa5b6544a2b6f77e70852e3651eb10bbe1e6f5ab7aec74ff5a965d8e90b890b7"` Oct 10 13:47:32.260 INFO blam! aa5b6544a2b6f77e70852e3651eb10bbe1e6f5ab7aec74ff5a965d8e90b890b7