Oct 27 14:02:04.332 INFO checking unifont-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:02:04.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 14:02:04.505 INFO blam! d1f5af02656e50f5306770ff65b97cea0ae1fbb8059febf27988aa689b0fd2ee Oct 27 14:02:04.509 INFO running `"docker" "start" "-a" "d1f5af02656e50f5306770ff65b97cea0ae1fbb8059febf27988aa689b0fd2ee"` Oct 27 14:02:05.209 INFO kablam! usermod: no changes Oct 27 14:02:05.267 INFO kablam! Compiling unifont v0.1.0 (/source) Oct 27 14:02:31.005 INFO kablam! warning: function is never used: `vec_of_strings` Oct 27 14:02:31.005 INFO kablam! --> src/testutil.rs:62:1 Oct 27 14:02:31.005 INFO kablam! | Oct 27 14:02:31.005 INFO kablam! 62 | fn vec_of_strings(s: [&str; 16]) -> Vec { Oct 27 14:02:31.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:02:31.005 INFO kablam! | Oct 27 14:02:31.005 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:02:31.005 INFO kablam! Oct 27 14:02:31.008 INFO kablam! warning: constant item is never used: `GLYPH_A` Oct 27 14:02:31.008 INFO kablam! --> src/testutil.rs:5:1 Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! 5 | / pub const GLYPH_A: Glyph = Glyph::HalfWidth([ Oct 27 14:02:31.008 INFO kablam! 6 | | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x42, Oct 27 14:02:31.008 INFO kablam! 7 | | 0x02, 0x3E, 0x42, 0x42, 0x46, 0x3A, 0x00, 0x00, Oct 27 14:02:31.008 INFO kablam! 8 | | ]); Oct 27 14:02:31.008 INFO kablam! | |___^ Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:02:31.008 INFO kablam! Oct 27 14:02:31.008 INFO kablam! warning: constant item is never used: `GLYPH_A_SHAPE` Oct 27 14:02:31.008 INFO kablam! --> src/testutil.rs:10:1 Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! 10 | / pub const GLYPH_A_SHAPE: [&str; 16] = [ Oct 27 14:02:31.008 INFO kablam! 11 | | "--------", Oct 27 14:02:31.008 INFO kablam! 12 | | "--------", Oct 27 14:02:31.008 INFO kablam! 13 | | "--------", Oct 27 14:02:31.008 INFO kablam! ... | Oct 27 14:02:31.008 INFO kablam! 26 | | "--------", Oct 27 14:02:31.008 INFO kablam! 27 | | ]; Oct 27 14:02:31.008 INFO kablam! | |__^ Oct 27 14:02:31.008 INFO kablam! Oct 27 14:02:31.008 INFO kablam! warning: constant item is never used: `GLYPH_JI` Oct 27 14:02:31.008 INFO kablam! --> src/testutil.rs:29:1 Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! 29 | / pub const GLYPH_JI: Glyph = Glyph::FullWidth([ Oct 27 14:02:31.008 INFO kablam! 30 | | 0x0200, 0x0100, 0x7FFE, 0x4002, 0x8004, 0x1FE0, 0x0040, 0x0080, Oct 27 14:02:31.008 INFO kablam! 31 | | 0x0100, 0xFFFE, 0x0100, 0x0100, 0x0100, 0x0100, 0x0500, 0x0200, Oct 27 14:02:31.008 INFO kablam! 32 | | ]); Oct 27 14:02:31.008 INFO kablam! | |___^ Oct 27 14:02:31.008 INFO kablam! Oct 27 14:02:31.008 INFO kablam! warning: constant item is never used: `GLYPH_JI_SHAPE` Oct 27 14:02:31.008 INFO kablam! --> src/testutil.rs:34:1 Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! 34 | / pub const GLYPH_JI_SHAPE: [&str; 16] = [ Oct 27 14:02:31.008 INFO kablam! 35 | | "------#---------", Oct 27 14:02:31.008 INFO kablam! 36 | | "-------#--------", Oct 27 14:02:31.008 INFO kablam! 37 | | "-##############-", Oct 27 14:02:31.008 INFO kablam! ... | Oct 27 14:02:31.008 INFO kablam! 50 | | "------#---------", Oct 27 14:02:31.008 INFO kablam! 51 | | ]; Oct 27 14:02:31.008 INFO kablam! | |__^ Oct 27 14:02:31.008 INFO kablam! Oct 27 14:02:31.008 INFO kablam! warning: function is never used: `render` Oct 27 14:02:31.008 INFO kablam! --> src/testutil.rs:53:1 Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! 53 | pub fn render(glyph: &Glyph) -> Vec { Oct 27 14:02:31.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:02:31.008 INFO kablam! Oct 27 14:02:31.008 INFO kablam! warning: function is never used: `vec_of_strings` Oct 27 14:02:31.008 INFO kablam! --> src/testutil.rs:62:1 Oct 27 14:02:31.008 INFO kablam! | Oct 27 14:02:31.008 INFO kablam! 62 | fn vec_of_strings(s: [&str; 16]) -> Vec { Oct 27 14:02:31.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:02:31.008 INFO kablam! Oct 27 14:02:34.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.83s Oct 27 14:02:34.072 INFO kablam! su: No module specific data is present Oct 27 14:02:34.406 INFO running `"docker" "rm" "-f" "d1f5af02656e50f5306770ff65b97cea0ae1fbb8059febf27988aa689b0fd2ee"` Oct 27 14:02:34.481 INFO blam! d1f5af02656e50f5306770ff65b97cea0ae1fbb8059febf27988aa689b0fd2ee