Oct 14 11:49:32.194 INFO testing maxbeutel/rust-ascii-art against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:49:32.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:32.796 INFO blam! bbe693e2b79c2587328f110e824172096838eb0b2daf8bc86bca224d4d56031f Oct 14 11:49:32.799 INFO running `"docker" "start" "-a" "bbe693e2b79c2587328f110e824172096838eb0b2daf8bc86bca224d4d56031f"` Oct 14 11:49:34.199 INFO kablam! usermod: no changes Oct 14 11:49:34.247 INFO kablam! Compiling ascii-art v0.1.0 (/source) Oct 14 11:49:34.635 INFO kablam! warning: variant is never constructed: `Canvas` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:10:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 10 | Canvas, Oct 14 11:49:34.635 INFO kablam! | ^^^^^^ Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: method is never used: `from_dimensions` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:22:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 22 | fn from_dimensions(dimensions: Dimensions) -> Vec { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: function is never used: `coords_from_index` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:23:9 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 23 | fn coords_from_index(i: u32, dimensions: Dimensions) -> Coords { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: method is never used: `from_coords` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:41:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 41 | fn from_coords(coords: &Vec) -> Dimensions { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: method is never used: `get_max_coord_from_coords` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:49:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 49 | fn get_max_coord_from_coords<'a, I: Iterator>(coords: I, pluck_fn: &Fn(&Coords) -> u32) -> u32 { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: struct is never constructed: `CombinedObject` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:66:1 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 66 | struct CombinedObject(Dimensions, Vec>); Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: method is never used: `rotate` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:120:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 120 | fn rotate(line: Line, rotation_center: Coords) -> Line { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: method is never used: `new` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:174:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 174 | fn new(start: Coords, end: Coords) -> Line { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: struct is never constructed: `Circle` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:244:1 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 244 | struct Circle(Dimensions, Vec); Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: method is never used: `new` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:247:5 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 247 | fn new(point: Coords, radius: u32) -> Circle { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: struct is never constructed: `Canvas` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:296:1 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 296 | struct Canvas(Dimensions, Vec); Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: function is never used: `combine` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:299:1 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.635 INFO kablam! 299 | fn combine(a: Box, b: Box) -> CombinedObject { Oct 14 11:49:34.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.635 INFO kablam! Oct 14 11:49:34.635 INFO kablam! warning: function is never used: `plot` Oct 14 11:49:34.635 INFO kablam! --> src/main.rs:312:1 Oct 14 11:49:34.635 INFO kablam! | Oct 14 11:49:34.636 INFO kablam! 312 | fn plot(a: Box) -> Canvas { Oct 14 11:49:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.636 INFO kablam! Oct 14 11:49:34.636 INFO kablam! warning: function is never used: `draw` Oct 14 11:49:34.636 INFO kablam! --> src/main.rs:327:1 Oct 14 11:49:34.636 INFO kablam! | Oct 14 11:49:34.636 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 14 11:49:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.636 INFO kablam! Oct 14 11:49:34.636 INFO kablam! warning: function is never used: `fixtures_diagonal_line_ltr` Oct 14 11:49:34.636 INFO kablam! --> src/main.rs:345:1 Oct 14 11:49:34.636 INFO kablam! | Oct 14 11:49:34.636 INFO kablam! 345 | fn fixtures_diagonal_line_ltr() -> Line { Oct 14 11:49:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.636 INFO kablam! Oct 14 11:49:34.636 INFO kablam! warning: function is never used: `fixtures_horizontal_line` Oct 14 11:49:34.636 INFO kablam! --> src/main.rs:349:1 Oct 14 11:49:34.636 INFO kablam! | Oct 14 11:49:34.636 INFO kablam! 349 | fn fixtures_horizontal_line() -> Line { Oct 14 11:49:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.636 INFO kablam! Oct 14 11:49:34.636 INFO kablam! warning: function is never used: `fixtures_vertical_line` Oct 14 11:49:34.636 INFO kablam! --> src/main.rs:353:1 Oct 14 11:49:34.636 INFO kablam! | Oct 14 11:49:34.636 INFO kablam! 353 | fn fixtures_vertical_line() -> Line { Oct 14 11:49:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.636 INFO kablam! Oct 14 11:49:34.636 INFO kablam! warning: function is never used: `fixtures_circle` Oct 14 11:49:34.636 INFO kablam! --> src/main.rs:357:1 Oct 14 11:49:34.636 INFO kablam! | Oct 14 11:49:34.636 INFO kablam! 357 | fn fixtures_circle() -> Circle { Oct 14 11:49:34.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:34.636 INFO kablam! Oct 14 11:49:35.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 14 11:49:35.075 INFO kablam! su: No module specific data is present Oct 14 11:49:35.992 INFO running `"docker" "rm" "-f" "bbe693e2b79c2587328f110e824172096838eb0b2daf8bc86bca224d4d56031f"` Oct 14 11:49:36.439 INFO blam! bbe693e2b79c2587328f110e824172096838eb0b2daf8bc86bca224d4d56031f Oct 14 11:49:36.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:37.044 INFO blam! 4ee2ff5389cb2b1deb4ac2d3f3a30bd5116ebe2fa925d07366164b74999551dc Oct 14 11:49:37.047 INFO running `"docker" "start" "-a" "4ee2ff5389cb2b1deb4ac2d3f3a30bd5116ebe2fa925d07366164b74999551dc"` Oct 14 11:49:38.461 INFO kablam! usermod: no changes Oct 14 11:49:38.543 INFO kablam! Compiling ascii-art v0.1.0 (/source) Oct 14 11:49:39.287 INFO kablam! warning: function is never used: `draw` Oct 14 11:49:39.287 INFO kablam! --> src/main.rs:327:1 Oct 14 11:49:39.287 INFO kablam! | Oct 14 11:49:39.287 INFO kablam! 327 | fn draw(canvas: Canvas) { Oct 14 11:49:39.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 11:49:39.287 INFO kablam! | Oct 14 11:49:39.287 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 11:49:39.287 INFO kablam! Oct 14 11:49:40.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.47s Oct 14 11:49:40.976 INFO kablam! su: No module specific data is present Oct 14 11:49:42.175 INFO running `"docker" "rm" "-f" "4ee2ff5389cb2b1deb4ac2d3f3a30bd5116ebe2fa925d07366164b74999551dc"` Oct 14 11:49:42.513 INFO blam! 4ee2ff5389cb2b1deb4ac2d3f3a30bd5116ebe2fa925d07366164b74999551dc Oct 14 11:49:42.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:43.048 INFO blam! fa8ceb9d2725b8e962b93351030891d8b6ccffb0c46eef53a37beeae0829da7a Oct 14 11:49:43.050 INFO running `"docker" "start" "-a" "fa8ceb9d2725b8e962b93351030891d8b6ccffb0c46eef53a37beeae0829da7a"` Oct 14 11:49:44.950 INFO kablam! usermod: no changes Oct 14 11:49:45.039 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 11:49:45.039 INFO kablam! Running /target/debug/deps/ascii_art-18efb359eedd49a3 Oct 14 11:49:45.040 INFO blam! Oct 14 11:49:45.040 INFO blam! running 15 tests Oct 14 11:49:45.055 INFO blam! test test_combine_expands_dimensions_to_fit_largest_object_line ... ok Oct 14 11:49:45.055 INFO blam! test test_new_circle ... ok Oct 14 11:49:45.055 INFO blam! test test_get_dimension_from_coords ... ok Oct 14 11:49:45.055 INFO blam! test test_new_diagonal_line_right_to_left ... ok Oct 14 11:49:45.067 INFO blam! test test_combine_expands_dimensions_to_fit_largest_object_circle ... ok Oct 14 11:49:45.067 INFO blam! test test_new_horizontal_line_2 ... ok Oct 14 11:49:45.067 INFO blam! test test_plot_horizontal_line ... ok Oct 14 11:49:45.067 INFO blam! test test_new_diagonal_line_left_to_right ... ok Oct 14 11:49:45.067 INFO blam! test test_plot_circle ... ok Oct 14 11:49:45.068 INFO blam! test test_new_vertical_line ... ok Oct 14 11:49:45.075 INFO blam! test test_new_horizontal_line_1 ... ok Oct 14 11:49:45.075 INFO blam! test test_rotate_line_horizontal_to_vertical ... ok Oct 14 11:49:45.075 INFO blam! test test_rotate_line_vertical_to_horizontal ... ok Oct 14 11:49:45.075 INFO blam! test test_plot_merged_object ... ok Oct 14 11:49:45.075 INFO blam! test test_plot_line ... ok Oct 14 11:49:45.075 INFO blam! Oct 14 11:49:45.075 INFO blam! test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:49:45.075 INFO blam! Oct 14 11:49:45.077 INFO kablam! su: No module specific data is present Oct 14 11:49:46.255 INFO running `"docker" "rm" "-f" "fa8ceb9d2725b8e962b93351030891d8b6ccffb0c46eef53a37beeae0829da7a"` Oct 14 11:49:46.603 INFO blam! fa8ceb9d2725b8e962b93351030891d8b6ccffb0c46eef53a37beeae0829da7a