Sep 14 16:05:58.453 INFO checking gfx_glyph-0.8.3 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 16:05:58.453 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 16:05:58.453 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 16:05:58.620 INFO blam! 9c054cc8b240ce664221271a9d8e10962bb69e003bf23d8b6dad6a82d4d0c86f Sep 14 16:05:58.631 INFO running `"docker" "start" "-a" "9c054cc8b240ce664221271a9d8e10962bb69e003bf23d8b6dad6a82d4d0c86f"` Sep 14 16:05:59.605 INFO kablam! usermod: no changes Sep 14 16:05:59.940 INFO kablam! Checking spin_sleep v0.3.6 Sep 14 16:05:59.943 INFO kablam! Checking gfx_core v0.8.2 Sep 14 16:05:59.944 INFO kablam! Compiling gfx_gl v0.5.0 Sep 14 16:06:33.092 INFO kablam! Checking gfx v0.17.1 Sep 14 16:06:33.092 INFO kablam! Checking gfx_device_gl v0.15.3 Sep 14 16:06:36.147 INFO kablam! Checking gfx_window_glutin v0.20.0 Sep 14 16:06:42.587 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Sep 14 16:06:43.987 INFO kablam! warning: unused `#[macro_use]` import Sep 14 16:06:43.987 INFO kablam! --> src/lib.rs:59:1 Sep 14 16:06:43.987 INFO kablam! | Sep 14 16:06:43.987 INFO kablam! 59 | #[macro_use] Sep 14 16:06:43.987 INFO kablam! | ^^^^^^^^^^^^ Sep 14 16:06:43.987 INFO kablam! | Sep 14 16:06:43.987 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:06:43.987 INFO kablam! Sep 14 16:06:44.442 INFO kablam! warning: unused `#[macro_use]` import Sep 14 16:06:44.442 INFO kablam! --> src/lib.rs:59:1 Sep 14 16:06:44.442 INFO kablam! | Sep 14 16:06:44.442 INFO kablam! 59 | #[macro_use] Sep 14 16:06:44.442 INFO kablam! | ^^^^^^^^^^^^ Sep 14 16:06:44.442 INFO kablam! | Sep 14 16:06:44.442 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 16:06:44.442 INFO kablam! Sep 14 16:06:51.106 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 14 16:06:51.107 INFO kablam! --> examples/depth.rs:42:9 Sep 14 16:06:51.107 INFO kablam! | Sep 14 16:06:51.107 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 14 16:06:51.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.107 INFO kablam! Sep 14 16:06:51.107 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 14 16:06:51.107 INFO kablam! --> examples/depth.rs:46:46 Sep 14 16:06:51.107 INFO kablam! | Sep 14 16:06:51.107 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 14 16:06:51.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.107 INFO kablam! Sep 14 16:06:51.107 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 14 16:06:51.107 INFO kablam! --> examples/depth.rs:101:20 Sep 14 16:06:51.107 INFO kablam! | Sep 14 16:06:51.107 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 14 16:06:51.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.107 INFO kablam! Sep 14 16:06:51.107 INFO kablam! error: aborting due to 3 previous errors Sep 14 16:06:51.107 INFO kablam! Sep 14 16:06:51.139 INFO kablam! error: Could not compile `gfx_glyph`. Sep 14 16:06:51.139 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:06:51.634 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 14 16:06:51.635 INFO kablam! --> examples/paragraph.rs:55:56 Sep 14 16:06:51.635 INFO kablam! | Sep 14 16:06:51.635 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 14 16:06:51.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.635 INFO kablam! Sep 14 16:06:51.635 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 14 16:06:51.635 INFO kablam! --> examples/paragraph.rs:59:28 Sep 14 16:06:51.635 INFO kablam! | Sep 14 16:06:51.635 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 14 16:06:51.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.635 INFO kablam! Sep 14 16:06:51.635 INFO kablam! error: aborting due to 2 previous errors Sep 14 16:06:51.635 INFO kablam! Sep 14 16:06:51.646 INFO kablam! error: Could not compile `gfx_glyph`. Sep 14 16:06:51.647 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:06:51.682 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 14 16:06:51.683 INFO kablam! --> examples/performance.rs:47:63 Sep 14 16:06:51.683 INFO kablam! | Sep 14 16:06:51.683 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 14 16:06:51.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.683 INFO kablam! Sep 14 16:06:51.683 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 14 16:06:51.683 INFO kablam! --> examples/performance.rs:52:28 Sep 14 16:06:51.683 INFO kablam! | Sep 14 16:06:51.683 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 14 16:06:51.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.683 INFO kablam! Sep 14 16:06:51.683 INFO kablam! error: aborting due to 2 previous errors Sep 14 16:06:51.683 INFO kablam! Sep 14 16:06:51.696 INFO kablam! error: Could not compile `gfx_glyph`. Sep 14 16:06:51.697 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 16:06:51.770 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 14 16:06:51.770 INFO kablam! --> examples/varied.rs:53:45 Sep 14 16:06:51.770 INFO kablam! | Sep 14 16:06:51.771 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 14 16:06:51.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.771 INFO kablam! Sep 14 16:06:51.771 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 14 16:06:51.771 INFO kablam! --> examples/varied.rs:55:46 Sep 14 16:06:51.771 INFO kablam! | Sep 14 16:06:51.771 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 14 16:06:51.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.771 INFO kablam! Sep 14 16:06:51.771 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 14 16:06:51.771 INFO kablam! --> examples/varied.rs:56:45 Sep 14 16:06:51.771 INFO kablam! | Sep 14 16:06:51.771 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 14 16:06:51.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 16:06:51.771 INFO kablam! Sep 14 16:06:51.773 INFO kablam! error: aborting due to 3 previous errors Sep 14 16:06:51.773 INFO kablam! Sep 14 16:06:51.791 INFO kablam! error: Could not compile `gfx_glyph`. Sep 14 16:06:51.792 INFO kablam! Sep 14 16:06:51.792 INFO kablam! To learn more, run the command again with --verbose. Sep 14 16:06:51.794 INFO kablam! su: No module specific data is present Sep 14 16:06:52.989 INFO running `"docker" "rm" "-f" "9c054cc8b240ce664221271a9d8e10962bb69e003bf23d8b6dad6a82d4d0c86f"` Sep 14 16:06:53.294 INFO blam! 9c054cc8b240ce664221271a9d8e10962bb69e003bf23d8b6dad6a82d4d0c86f