Oct 11 09:13:21.148 INFO testing unifont-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:13:21.148 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:13:21.148 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 11 09:13:21.308 INFO blam! 1588d0897f74e0157ef4f736ac19a6905034933f9e319a975cc01029a9a16bc9 Oct 11 09:13:21.310 INFO running `"docker" "start" "-a" "1588d0897f74e0157ef4f736ac19a6905034933f9e319a975cc01029a9a16bc9"` Oct 11 09:13:21.901 INFO kablam! usermod: no changes Oct 11 09:13:21.927 INFO kablam! Compiling unifont v0.1.0 (/source) Oct 11 09:13:40.663 INFO kablam! warning: constant item is never used: `GLYPH_A` Oct 11 09:13:40.663 INFO kablam! --> src/testutil.rs:5:1 Oct 11 09:13:40.663 INFO kablam! | Oct 11 09:13:40.663 INFO kablam! 5 | / pub const GLYPH_A: Glyph = Glyph::HalfWidth([ Oct 11 09:13:40.663 INFO kablam! 6 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x42, Oct 11 09:13:40.663 INFO kablam! 7 | | 0x02, 0x3E, 0x42, 0x42, 0x46, 0x3A, 0x00, 0x00, Oct 11 09:13:40.663 INFO kablam! 8 | | ]); Oct 11 09:13:40.663 INFO kablam! | |___^ Oct 11 09:13:40.663 INFO kablam! | Oct 11 09:13:40.663 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 09:13:40.663 INFO kablam! Oct 11 09:13:40.663 INFO kablam! warning: constant item is never used: `GLYPH_A_SHAPE` Oct 11 09:13:40.663 INFO kablam! --> src/testutil.rs:10:1 Oct 11 09:13:40.663 INFO kablam! | Oct 11 09:13:40.663 INFO kablam! 10 | / pub const GLYPH_A_SHAPE: [&str; 16] = [ Oct 11 09:13:40.663 INFO kablam! 11 | | "--------", Oct 11 09:13:40.663 INFO kablam! 12 | | "--------", Oct 11 09:13:40.663 INFO kablam! 13 | | "--------", Oct 11 09:13:40.663 INFO kablam! ... | Oct 11 09:13:40.663 INFO kablam! 26 | | "--------", Oct 11 09:13:40.663 INFO kablam! 27 | | ]; Oct 11 09:13:40.663 INFO kablam! | |__^ Oct 11 09:13:40.663 INFO kablam! Oct 11 09:13:40.663 INFO kablam! warning: constant item is never used: `GLYPH_JI` Oct 11 09:13:40.663 INFO kablam! --> src/testutil.rs:29:1 Oct 11 09:13:40.663 INFO kablam! | Oct 11 09:13:40.663 INFO kablam! 29 | / pub const GLYPH_JI: Glyph = Glyph::FullWidth([ Oct 11 09:13:40.663 INFO kablam! 30 | | 0x0200, 0x0100, 0x7FFE, 0x4002, 0x8004, 0x1FE0, 0x0040, 0x0080, Oct 11 09:13:40.663 INFO kablam! 31 | | 0x0100, 0xFFFE, 0x0100, 0x0100, 0x0100, 0x0100, 0x0500, 0x0200, Oct 11 09:13:40.663 INFO kablam! 32 | | ]); Oct 11 09:13:40.663 INFO kablam! | |___^ Oct 11 09:13:40.663 INFO kablam! Oct 11 09:13:40.663 INFO kablam! warning: constant item is never used: `GLYPH_JI_SHAPE` Oct 11 09:13:40.663 INFO kablam! --> src/testutil.rs:34:1 Oct 11 09:13:40.663 INFO kablam! | Oct 11 09:13:40.663 INFO kablam! 34 | / pub const GLYPH_JI_SHAPE: [&str; 16] = [ Oct 11 09:13:40.663 INFO kablam! 35 | | "------#---------", Oct 11 09:13:40.663 INFO kablam! 36 | | "-------#--------", Oct 11 09:13:40.663 INFO kablam! 37 | | "-##############-", Oct 11 09:13:40.663 INFO kablam! ... | Oct 11 09:13:40.663 INFO kablam! 50 | | "------#---------", Oct 11 09:13:40.663 INFO kablam! 51 | | ]; Oct 11 09:13:40.663 INFO kablam! | |__^ Oct 11 09:13:40.663 INFO kablam! Oct 11 09:13:40.663 INFO kablam! warning: function is never used: `render` Oct 11 09:13:40.663 INFO kablam! --> src/testutil.rs:53:1 Oct 11 09:13:40.663 INFO kablam! | Oct 11 09:13:40.663 INFO kablam! 53 | pub fn render(glyph: &Glyph) -> Vec { Oct 11 09:13:40.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:13:40.663 INFO kablam! Oct 11 09:13:40.664 INFO kablam! warning: function is never used: `vec_of_strings` Oct 11 09:13:40.664 INFO kablam! --> src/testutil.rs:62:1 Oct 11 09:13:40.664 INFO kablam! | Oct 11 09:13:40.664 INFO kablam! 62 | fn vec_of_strings(s: [&str; 16]) -> Vec { Oct 11 09:13:40.664 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:13:40.664 INFO kablam! Oct 11 09:13:43.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.60s Oct 11 09:13:43.520 INFO kablam! su: No module specific data is present Oct 11 09:13:43.788 INFO running `"docker" "rm" "-f" "1588d0897f74e0157ef4f736ac19a6905034933f9e319a975cc01029a9a16bc9"` Oct 11 09:13:43.862 INFO blam! 1588d0897f74e0157ef4f736ac19a6905034933f9e319a975cc01029a9a16bc9 Oct 11 09:13:43.864 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:13:43.867 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 11 09:13:44.067 INFO blam! ab78f0046aef9c55614f4715a72db094bf7d70263dc056dcf589de7e484b78c0 Oct 11 09:13:44.068 INFO running `"docker" "start" "-a" "ab78f0046aef9c55614f4715a72db094bf7d70263dc056dcf589de7e484b78c0"` Oct 11 09:13:44.433 INFO kablam! usermod: no changes Oct 11 09:13:44.454 INFO kablam! Compiling unifont v0.1.0 (/source) Oct 11 09:13:59.088 INFO kablam! warning: function is never used: `vec_of_strings` Oct 11 09:13:59.088 INFO kablam! --> src/testutil.rs:62:1 Oct 11 09:13:59.088 INFO kablam! | Oct 11 09:13:59.088 INFO kablam! 62 | fn vec_of_strings(s: [&str; 16]) -> Vec { Oct 11 09:13:59.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:13:59.088 INFO kablam! | Oct 11 09:13:59.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 09:13:59.088 INFO kablam! Oct 11 09:14:02.632 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.18s Oct 11 09:14:02.651 INFO kablam! su: No module specific data is present Oct 11 09:14:03.188 INFO running `"docker" "rm" "-f" "ab78f0046aef9c55614f4715a72db094bf7d70263dc056dcf589de7e484b78c0"` Oct 11 09:14:03.400 INFO blam! ab78f0046aef9c55614f4715a72db094bf7d70263dc056dcf589de7e484b78c0 Oct 11 09:14:03.402 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:14:03.402 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 11 09:14:03.677 INFO blam! 1d6f867d78d35993a164c21abdd828cd89659d16e2a06a2dc104e78417529697 Oct 11 09:14:03.682 INFO running `"docker" "start" "-a" "1d6f867d78d35993a164c21abdd828cd89659d16e2a06a2dc104e78417529697"` Oct 11 09:14:04.476 INFO kablam! usermod: no changes Oct 11 09:14:04.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 09:14:04.511 INFO kablam! Running /target/debug/deps/unifont-4123a5489a1023a4 Oct 11 09:14:04.512 INFO blam! Oct 11 09:14:04.512 INFO blam! running 5 tests Oct 11 09:14:04.512 INFO blam! test unifont::tests::glyph_ji ... ok Oct 11 09:14:04.512 INFO blam! test unifont::tests::glyph_a ... ok Oct 11 09:14:04.513 INFO blam! test glyph::tests::glyph_a ... ok Oct 11 09:14:04.516 INFO blam! test glyph::tests::glyph_ji ... ok Oct 11 09:14:04.522 INFO blam! test unifont::tests::enumeration ... ok Oct 11 09:14:04.522 INFO kablam! Doc-tests unifont Oct 11 09:14:04.522 INFO blam! Oct 11 09:14:04.522 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:14:04.522 INFO blam! Oct 11 09:14:09.720 INFO blam! Oct 11 09:14:09.720 INFO blam! running 0 tests Oct 11 09:14:09.720 INFO blam! Oct 11 09:14:09.720 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:14:09.720 INFO blam! Oct 11 09:14:09.790 INFO kablam! su: No module specific data is present Oct 11 09:14:10.322 INFO running `"docker" "rm" "-f" "1d6f867d78d35993a164c21abdd828cd89659d16e2a06a2dc104e78417529697"` Oct 11 09:14:10.504 INFO blam! 1d6f867d78d35993a164c21abdd828cd89659d16e2a06a2dc104e78417529697