Oct 10 18:43:32.863 INFO testing maxbeutel/rust-ascii-art against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:43:32.863 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:43:32.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:43:33.243 INFO blam! 4e2d4f8a9702a5c6d4c997c63c6c03846b764b013116ad2692e810c58b166d39 Oct 10 18:43:33.247 INFO running `"docker" "start" "-a" "4e2d4f8a9702a5c6d4c997c63c6c03846b764b013116ad2692e810c58b166d39"` Oct 10 18:43:34.254 INFO kablam! usermod: no changes Oct 10 18:43:34.308 INFO kablam! Compiling ascii-art v0.1.0 (/source) Oct 10 18:43:35.009 INFO kablam! warning: variant is never constructed: `Canvas` Oct 10 18:43:35.010 INFO kablam! --> src/main.rs:10:5 Oct 10 18:43:35.010 INFO kablam! | Oct 10 18:43:35.010 INFO kablam! 10 | Canvas, Oct 10 18:43:35.011 INFO kablam! | ^^^^^^ Oct 10 18:43:35.011 INFO kablam! | Oct 10 18:43:35.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:43:35.013 INFO kablam! Oct 10 18:43:35.013 INFO kablam! warning: method is never used: `from_dimensions` Oct 10 18:43:35.013 INFO kablam! --> src/main.rs:22:5 Oct 10 18:43:35.013 INFO kablam! | Oct 10 18:43:35.013 INFO kablam! 22 | fn from_dimensions(dimensions: Dimensions) -> Vec { Oct 10 18:43:35.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.013 INFO kablam! Oct 10 18:43:35.013 INFO kablam! warning: function is never used: `coords_from_index` Oct 10 18:43:35.013 INFO kablam! --> src/main.rs:23:9 Oct 10 18:43:35.013 INFO kablam! | Oct 10 18:43:35.013 INFO kablam! 23 | fn coords_from_index(i: u32, dimensions: Dimensions) -> Coords { Oct 10 18:43:35.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.013 INFO kablam! Oct 10 18:43:35.013 INFO kablam! warning: method is never used: `from_coords` Oct 10 18:43:35.013 INFO kablam! --> src/main.rs:41:5 Oct 10 18:43:35.013 INFO kablam! | Oct 10 18:43:35.013 INFO kablam! 41 | fn from_coords(coords: &Vec) -> Dimensions { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: method is never used: `get_max_coord_from_coords` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:49:5 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 49 | fn get_max_coord_from_coords<'a, I: Iterator>(coords: I, pluck_fn: &Fn(&Coords) -> u32) -> u32 { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: struct is never constructed: `CombinedObject` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:66:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 66 | struct CombinedObject(Dimensions, Vec>); Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: method is never used: `rotate` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:120:5 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 120 | fn rotate(line: Line, rotation_center: Coords) -> Line { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: method is never used: `new` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:174:5 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 174 | fn new(start: Coords, end: Coords) -> Line { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: struct is never constructed: `Circle` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:244:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 244 | struct Circle(Dimensions, Vec); Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: method is never used: `new` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:247:5 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 247 | fn new(point: Coords, radius: u32) -> Circle { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: struct is never constructed: `Canvas` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:296:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 296 | struct Canvas(Dimensions, Vec); Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `combine` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:299:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 299 | fn combine(a: Box, b: Box) -> CombinedObject { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `plot` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:312:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 312 | fn plot(a: Box) -> Canvas { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `draw` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:327:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `fixtures_diagonal_line_ltr` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:345:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 345 | fn fixtures_diagonal_line_ltr() -> Line { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `fixtures_horizontal_line` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:349:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 349 | fn fixtures_horizontal_line() -> Line { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `fixtures_vertical_line` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:353:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 353 | fn fixtures_vertical_line() -> Line { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.014 INFO kablam! warning: function is never used: `fixtures_circle` Oct 10 18:43:35.014 INFO kablam! --> src/main.rs:357:1 Oct 10 18:43:35.014 INFO kablam! | Oct 10 18:43:35.014 INFO kablam! 357 | fn fixtures_circle() -> Circle { Oct 10 18:43:35.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:35.014 INFO kablam! Oct 10 18:43:35.434 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 10 18:43:35.434 INFO kablam! su: No module specific data is present Oct 10 18:43:36.025 INFO running `"docker" "rm" "-f" "4e2d4f8a9702a5c6d4c997c63c6c03846b764b013116ad2692e810c58b166d39"` Oct 10 18:43:36.360 INFO blam! 4e2d4f8a9702a5c6d4c997c63c6c03846b764b013116ad2692e810c58b166d39 Oct 10 18:43:36.366 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:43:36.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:43:36.904 INFO blam! 0b5a6f63508959afe895637903dcd383e4e9f8f56bb28bafca44c444be719583 Oct 10 18:43:36.909 INFO running `"docker" "start" "-a" "0b5a6f63508959afe895637903dcd383e4e9f8f56bb28bafca44c444be719583"` Oct 10 18:43:37.846 INFO kablam! usermod: no changes Oct 10 18:43:37.893 INFO kablam! Compiling ascii-art v0.1.0 (/source) Oct 10 18:43:39.004 INFO kablam! warning: function is never used: `draw` Oct 10 18:43:39.004 INFO kablam! --> src/main.rs:327:1 Oct 10 18:43:39.004 INFO kablam! | Oct 10 18:43:39.004 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 10 18:43:39.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:43:39.004 INFO kablam! | Oct 10 18:43:39.004 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:43:39.004 INFO kablam! Oct 10 18:43:40.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.53s Oct 10 18:43:40.409 INFO kablam! su: No module specific data is present Oct 10 18:43:41.092 INFO running `"docker" "rm" "-f" "0b5a6f63508959afe895637903dcd383e4e9f8f56bb28bafca44c444be719583"` Oct 10 18:43:41.532 INFO blam! 0b5a6f63508959afe895637903dcd383e4e9f8f56bb28bafca44c444be719583 Oct 10 18:43:41.534 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:43:41.534 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 18:43:41.928 INFO blam! a7f765ea71802391f1060858aa73b0bebee71ce56b5786db03b59b8c79c1a1c6 Oct 10 18:43:41.930 INFO running `"docker" "start" "-a" "a7f765ea71802391f1060858aa73b0bebee71ce56b5786db03b59b8c79c1a1c6"` Oct 10 18:43:43.219 INFO kablam! usermod: no changes Oct 10 18:43:43.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 18:43:43.272 INFO kablam! Running /target/debug/deps/ascii_art-830016530e952d6c Oct 10 18:43:43.288 INFO blam! Oct 10 18:43:43.288 INFO blam! running 15 tests Oct 10 18:43:43.330 INFO blam! test test_new_diagonal_line_left_to_right ... ok Oct 10 18:43:43.331 INFO blam! test test_get_dimension_from_coords ... ok Oct 10 18:43:43.331 INFO blam! test test_combine_expands_dimensions_to_fit_largest_object_circle ... ok Oct 10 18:43:43.331 INFO blam! test test_new_diagonal_line_right_to_left ... ok Oct 10 18:43:43.332 INFO blam! test test_new_vertical_line ... ok Oct 10 18:43:43.332 INFO blam! test test_plot_circle ... ok Oct 10 18:43:43.332 INFO blam! test test_rotate_line_horizontal_to_vertical ... ok Oct 10 18:43:43.333 INFO blam! test test_plot_merged_object ... ok Oct 10 18:43:43.333 INFO blam! test test_rotate_line_vertical_to_horizontal ... ok Oct 10 18:43:43.333 INFO blam! test test_plot_horizontal_line ... ok Oct 10 18:43:43.333 INFO blam! test test_plot_line ... ok Oct 10 18:43:43.335 INFO blam! test test_new_circle ... ok Oct 10 18:43:43.335 INFO blam! test test_new_horizontal_line_1 ... ok Oct 10 18:43:43.335 INFO blam! test test_combine_expands_dimensions_to_fit_largest_object_line ... ok Oct 10 18:43:43.336 INFO blam! test test_new_horizontal_line_2 ... ok Oct 10 18:43:43.336 INFO blam! Oct 10 18:43:43.336 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:43:43.336 INFO blam! Oct 10 18:43:43.337 INFO kablam! su: No module specific data is present Oct 10 18:43:44.223 INFO running `"docker" "rm" "-f" "a7f765ea71802391f1060858aa73b0bebee71ce56b5786db03b59b8c79c1a1c6"` Oct 10 18:43:44.492 INFO blam! a7f765ea71802391f1060858aa73b0bebee71ce56b5786db03b59b8c79c1a1c6