Sep 21 09:58:39.605 INFO checking gfx_glyph-0.9.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 09:58:39.605 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 09:58:39.605 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-2/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 09:58:39.800 INFO blam! 954c1f026b7439307247e2affe4dcfb86e94a0bce19d08b2792fe87205e79ead Sep 21 09:58:39.802 INFO running `"docker" "start" "-a" "954c1f026b7439307247e2affe4dcfb86e94a0bce19d08b2792fe87205e79ead"` Sep 21 09:58:41.023 INFO kablam! usermod: no changes Sep 21 09:58:41.258 INFO kablam! Checking spin_sleep v0.3.6 Sep 21 09:58:41.266 INFO kablam! Compiling gl_generator v0.9.0 Sep 21 09:58:41.266 INFO kablam! Checking gfx_core v0.8.2 Sep 21 09:58:43.319 INFO kablam! Compiling gfx_gl v0.5.0 Sep 21 09:58:43.319 INFO kablam! Compiling glutin v0.13.1 Sep 21 09:59:16.778 INFO kablam! Checking gfx v0.17.1 Sep 21 09:59:16.778 INFO kablam! Checking gfx_device_gl v0.15.3 Sep 21 09:59:19.234 INFO kablam! Checking gfx_window_glutin v0.21.0 Sep 21 09:59:24.516 INFO kablam! Checking gfx_glyph v0.9.1 (/source) Sep 21 09:59:26.162 INFO kablam! warning: unused `#[macro_use]` import Sep 21 09:59:26.163 INFO kablam! --> src/lib.rs:59:1 Sep 21 09:59:26.163 INFO kablam! | Sep 21 09:59:26.163 INFO kablam! 59 | #[macro_use] Sep 21 09:59:26.164 INFO kablam! | ^^^^^^^^^^^^ Sep 21 09:59:26.164 INFO kablam! | Sep 21 09:59:26.164 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 09:59:26.165 INFO kablam! Sep 21 09:59:26.818 INFO kablam! warning: unused `#[macro_use]` import Sep 21 09:59:26.818 INFO kablam! --> src/lib.rs:59:1 Sep 21 09:59:26.818 INFO kablam! | Sep 21 09:59:26.818 INFO kablam! 59 | #[macro_use] Sep 21 09:59:26.818 INFO kablam! | ^^^^^^^^^^^^ Sep 21 09:59:26.818 INFO kablam! | Sep 21 09:59:26.818 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 09:59:26.818 INFO kablam! Sep 21 09:59:34.120 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 21 09:59:34.120 INFO kablam! --> examples/varied.rs:53:45 Sep 21 09:59:34.120 INFO kablam! | Sep 21 09:59:34.120 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 21 09:59:34.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.120 INFO kablam! Sep 21 09:59:34.120 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 21 09:59:34.120 INFO kablam! --> examples/varied.rs:55:46 Sep 21 09:59:34.120 INFO kablam! | Sep 21 09:59:34.120 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 21 09:59:34.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.120 INFO kablam! Sep 21 09:59:34.121 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 21 09:59:34.121 INFO kablam! --> examples/varied.rs:56:45 Sep 21 09:59:34.121 INFO kablam! | Sep 21 09:59:34.121 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 21 09:59:34.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.121 INFO kablam! Sep 21 09:59:34.123 INFO kablam! error: aborting due to 3 previous errors Sep 21 09:59:34.123 INFO kablam! Sep 21 09:59:34.146 INFO kablam! error: Could not compile `gfx_glyph`. Sep 21 09:59:34.147 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 09:59:34.593 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 21 09:59:34.593 INFO kablam! --> examples/depth.rs:42:9 Sep 21 09:59:34.593 INFO kablam! | Sep 21 09:59:34.593 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 21 09:59:34.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.593 INFO kablam! Sep 21 09:59:34.593 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 21 09:59:34.593 INFO kablam! --> examples/depth.rs:46:46 Sep 21 09:59:34.593 INFO kablam! | Sep 21 09:59:34.594 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 21 09:59:34.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.594 INFO kablam! Sep 21 09:59:34.594 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 21 09:59:34.594 INFO kablam! --> examples/depth.rs:101:20 Sep 21 09:59:34.594 INFO kablam! | Sep 21 09:59:34.594 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 21 09:59:34.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.594 INFO kablam! Sep 21 09:59:34.596 INFO kablam! error: aborting due to 3 previous errors Sep 21 09:59:34.596 INFO kablam! Sep 21 09:59:34.612 INFO kablam! error: Could not compile `gfx_glyph`. Sep 21 09:59:34.612 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 09:59:34.646 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 21 09:59:34.646 INFO kablam! --> examples/paragraph.rs:55:56 Sep 21 09:59:34.646 INFO kablam! | Sep 21 09:59:34.646 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 21 09:59:34.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.647 INFO kablam! Sep 21 09:59:34.647 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 21 09:59:34.647 INFO kablam! --> examples/paragraph.rs:59:28 Sep 21 09:59:34.648 INFO kablam! | Sep 21 09:59:34.648 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 21 09:59:34.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.648 INFO kablam! Sep 21 09:59:34.651 INFO kablam! error: aborting due to 2 previous errors Sep 21 09:59:34.651 INFO kablam! Sep 21 09:59:34.666 INFO kablam! error: Could not compile `gfx_glyph`. Sep 21 09:59:34.666 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 09:59:34.862 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 21 09:59:34.862 INFO kablam! --> examples/performance.rs:47:63 Sep 21 09:59:34.862 INFO kablam! | Sep 21 09:59:34.862 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 21 09:59:34.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.862 INFO kablam! Sep 21 09:59:34.862 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 21 09:59:34.862 INFO kablam! --> examples/performance.rs:52:28 Sep 21 09:59:34.862 INFO kablam! | Sep 21 09:59:34.862 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 21 09:59:34.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 09:59:34.862 INFO kablam! Sep 21 09:59:34.862 INFO kablam! error: aborting due to 2 previous errors Sep 21 09:59:34.862 INFO kablam! Sep 21 09:59:34.878 INFO kablam! error: Could not compile `gfx_glyph`. Sep 21 09:59:34.879 INFO kablam! Sep 21 09:59:34.879 INFO kablam! To learn more, run the command again with --verbose. Sep 21 09:59:34.880 INFO kablam! su: No module specific data is present Sep 21 09:59:35.949 INFO running `"docker" "rm" "-f" "954c1f026b7439307247e2affe4dcfb86e94a0bce19d08b2792fe87205e79ead"` Sep 21 09:59:36.082 INFO blam! 954c1f026b7439307247e2affe4dcfb86e94a0bce19d08b2792fe87205e79ead