Oct 14 11:49:41.400 INFO testing maxbeutel/rust-ascii-art against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:49:41.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:49:41.904 INFO blam! 17fa7505e8fc837ed7f74e8b9ae0be5360341363f0c1d5898a41a3c1cf3bb332 Oct 14 11:49:41.906 INFO running `"docker" "start" "-a" "17fa7505e8fc837ed7f74e8b9ae0be5360341363f0c1d5898a41a3c1cf3bb332"` Oct 14 11:49:43.314 INFO kablam! usermod: no changes Oct 14 11:49:43.371 INFO kablam! Compiling ascii-art v0.1.0 (/source) Oct 14 11:49:43.871 INFO kablam! warning: variant is never constructed: `Canvas` Oct 14 11:49:43.871 INFO kablam! --> src/main.rs:10:5 Oct 14 11:49:43.871 INFO kablam! | Oct 14 11:49:43.871 INFO kablam! 10 | Canvas, Oct 14 11:49:43.871 INFO kablam! | ^^^^^^ Oct 14 11:49:43.871 INFO kablam! | Oct 14 11:49:43.871 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:49:43.871 INFO kablam! Oct 14 11:49:43.871 INFO kablam! warning: method is never used: `from_dimensions` Oct 14 11:49:43.871 INFO kablam! --> src/main.rs:22:5 Oct 14 11:49:43.871 INFO kablam! | Oct 14 11:49:43.871 INFO kablam! 22 | fn from_dimensions(dimensions: Dimensions) -> Vec { Oct 14 11:49:43.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.871 INFO kablam! Oct 14 11:49:43.871 INFO kablam! warning: function is never used: `coords_from_index` Oct 14 11:49:43.871 INFO kablam! --> src/main.rs:23:9 Oct 14 11:49:43.871 INFO kablam! | Oct 14 11:49:43.871 INFO kablam! 23 | fn coords_from_index(i: u32, dimensions: Dimensions) -> Coords { Oct 14 11:49:43.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.871 INFO kablam! Oct 14 11:49:43.871 INFO kablam! warning: method is never used: `from_coords` Oct 14 11:49:43.871 INFO kablam! --> src/main.rs:41:5 Oct 14 11:49:43.871 INFO kablam! | Oct 14 11:49:43.871 INFO kablam! 41 | fn from_coords(coords: &Vec) -> Dimensions { Oct 14 11:49:43.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.871 INFO kablam! Oct 14 11:49:43.871 INFO kablam! warning: method is never used: `get_max_coord_from_coords` Oct 14 11:49:43.871 INFO kablam! --> src/main.rs:49:5 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 49 | fn get_max_coord_from_coords<'a, I: Iterator>(coords: I, pluck_fn: &Fn(&Coords) -> u32) -> u32 { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: struct is never constructed: `CombinedObject` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:66:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 66 | struct CombinedObject(Dimensions, Vec>); Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: method is never used: `rotate` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:120:5 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 120 | fn rotate(line: Line, rotation_center: Coords) -> Line { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: method is never used: `new` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:174:5 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 174 | fn new(start: Coords, end: Coords) -> Line { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: struct is never constructed: `Circle` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:244:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 244 | struct Circle(Dimensions, Vec); Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: method is never used: `new` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:247:5 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 247 | fn new(point: Coords, radius: u32) -> Circle { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: struct is never constructed: `Canvas` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:296:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 296 | struct Canvas(Dimensions, Vec); Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `combine` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:299:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 299 | fn combine(a: Box, b: Box) -> CombinedObject { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `plot` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:312:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 312 | fn plot(a: Box) -> Canvas { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `draw` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:327:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `fixtures_diagonal_line_ltr` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:345:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 345 | fn fixtures_diagonal_line_ltr() -> Line { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `fixtures_horizontal_line` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:349:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 349 | fn fixtures_horizontal_line() -> Line { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `fixtures_vertical_line` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:353:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 353 | fn fixtures_vertical_line() -> Line { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:43.872 INFO kablam! warning: function is never used: `fixtures_circle` Oct 14 11:49:43.872 INFO kablam! --> src/main.rs:357:1 Oct 14 11:49:43.872 INFO kablam! | Oct 14 11:49:43.872 INFO kablam! 357 | fn fixtures_circle() -> Circle { Oct 14 11:49:43.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:43.872 INFO kablam! Oct 14 11:49:44.392 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 14 11:49:44.404 INFO kablam! su: No module specific data is present Oct 14 11:49:45.830 INFO running `"docker" "rm" "-f" "17fa7505e8fc837ed7f74e8b9ae0be5360341363f0c1d5898a41a3c1cf3bb332"` Oct 14 11:49:46.157 INFO blam! 17fa7505e8fc837ed7f74e8b9ae0be5360341363f0c1d5898a41a3c1cf3bb332 Oct 14 11:49:46.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:49:46.663 INFO blam! cab7ebdeceebad0881e286dc1ea78418a5e859c822b4d07b8c8536258cf1ae30 Oct 14 11:49:46.665 INFO running `"docker" "start" "-a" "cab7ebdeceebad0881e286dc1ea78418a5e859c822b4d07b8c8536258cf1ae30"` Oct 14 11:49:48.431 INFO kablam! usermod: no changes Oct 14 11:49:48.515 INFO kablam! Compiling ascii-art v0.1.0 (/source) Oct 14 11:49:49.371 INFO kablam! warning: function is never used: `draw` Oct 14 11:49:49.371 INFO kablam! --> src/main.rs:327:1 Oct 14 11:49:49.371 INFO kablam! | Oct 14 11:49:49.371 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 14 11:49:49.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:49.379 INFO kablam! | Oct 14 11:49:49.379 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:49:49.379 INFO kablam! Oct 14 11:49:51.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.78s Oct 14 11:49:51.233 INFO kablam! su: No module specific data is present Oct 14 11:49:52.735 INFO running `"docker" "rm" "-f" "cab7ebdeceebad0881e286dc1ea78418a5e859c822b4d07b8c8536258cf1ae30"` Oct 14 11:49:53.019 INFO blam! cab7ebdeceebad0881e286dc1ea78418a5e859c822b4d07b8c8536258cf1ae30 Oct 14 11:49:53.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 11:49:53.507 INFO blam! a5158ced497283c82c09739070fcbadfc97bdaaaf135b8e38c99c1c720918827 Oct 14 11:49:53.509 INFO running `"docker" "start" "-a" "a5158ced497283c82c09739070fcbadfc97bdaaaf135b8e38c99c1c720918827"` Oct 14 11:49:56.590 INFO kablam! usermod: no changes Oct 14 11:49:56.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 11:49:56.647 INFO kablam! Running /target/debug/deps/ascii_art-830016530e952d6c Oct 14 11:49:56.651 INFO blam! Oct 14 11:49:56.651 INFO blam! running 15 tests Oct 14 11:49:56.659 INFO blam! test test_combine_expands_dimensions_to_fit_largest_object_circle ... ok Oct 14 11:49:56.659 INFO blam! test test_combine_expands_dimensions_to_fit_largest_object_line ... ok Oct 14 11:49:56.659 INFO blam! test test_get_dimension_from_coords ... ok Oct 14 11:49:56.659 INFO blam! test test_new_horizontal_line_1 ... ok Oct 14 11:49:56.659 INFO blam! test test_plot_circle ... ok Oct 14 11:49:56.659 INFO blam! test test_new_horizontal_line_2 ... ok Oct 14 11:49:56.659 INFO blam! test test_new_diagonal_line_right_to_left ... ok Oct 14 11:49:56.659 INFO blam! test test_plot_horizontal_line ... ok Oct 14 11:49:56.659 INFO blam! test test_new_vertical_line ... ok Oct 14 11:49:56.659 INFO blam! test test_new_diagonal_line_left_to_right ... ok Oct 14 11:49:56.659 INFO blam! test test_new_circle ... ok Oct 14 11:49:56.659 INFO blam! test test_plot_line ... ok Oct 14 11:49:56.659 INFO blam! test test_plot_merged_object ... ok Oct 14 11:49:56.659 INFO blam! test test_rotate_line_horizontal_to_vertical ... ok Oct 14 11:49:56.659 INFO blam! test test_rotate_line_vertical_to_horizontal ... ok Oct 14 11:49:56.659 INFO blam! Oct 14 11:49:56.659 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:49:56.659 INFO blam! Oct 14 11:49:56.663 INFO kablam! su: No module specific data is present Oct 14 11:49:58.528 INFO running `"docker" "rm" "-f" "a5158ced497283c82c09739070fcbadfc97bdaaaf135b8e38c99c1c720918827"` Oct 14 11:49:58.903 INFO blam! a5158ced497283c82c09739070fcbadfc97bdaaaf135b8e38c99c1c720918827