Sep 02 13:24:58.941 INFO checking gfx_glyph-0.12.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:24:58.941 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:24:58.941 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:24:59.162 INFO blam! eea87e8815dbc98e6ec5d55ef06fc3db75c5ffe04c8428582274dac44bd9ae0e Sep 02 13:24:59.164 INFO running `"docker" "start" "-a" "eea87e8815dbc98e6ec5d55ef06fc3db75c5ffe04c8428582274dac44bd9ae0e"` Sep 02 13:25:00.151 INFO kablam! Checking spin_sleep v0.3.6 Sep 02 13:25:00.158 INFO kablam! Compiling glutin v0.18.0 Sep 02 13:25:00.161 INFO kablam! Checking rusttype v0.7.0 Sep 02 13:25:04.451 INFO kablam! Checking gfx_glyph v0.12.2 (file:///source) Sep 02 13:25:18.761 INFO kablam! Checking gfx_window_glutin v0.26.0 Sep 02 13:25:28.493 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:28.493 INFO kablam! --> examples/paragraph.rs:69:56 Sep 02 13:25:28.493 INFO kablam! | Sep 02 13:25:28.493 INFO kablam! 69 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:28.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:28.493 INFO kablam! Sep 02 13:25:28.494 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 02 13:25:28.494 INFO kablam! --> examples/paragraph.rs:73:28 Sep 02 13:25:28.494 INFO kablam! | Sep 02 13:25:28.494 INFO kablam! 73 | let mut text: String = include_str!("lipsum.txt").into(); Sep 02 13:25:28.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:28.494 INFO kablam! Sep 02 13:25:28.495 INFO kablam! error: aborting due to 2 previous errors Sep 02 13:25:28.510 INFO kablam! Sep 02 13:25:28.521 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:28.521 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:28.872 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:28.874 INFO kablam! --> examples/depth.rs:53:45 Sep 02 13:25:28.874 INFO kablam! | Sep 02 13:25:28.874 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:28.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:28.874 INFO kablam! Sep 02 13:25:28.874 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 02 13:25:28.874 INFO kablam! --> examples/depth.rs:58:46 Sep 02 13:25:28.874 INFO kablam! | Sep 02 13:25:28.874 INFO kablam! 58 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 02 13:25:28.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:28.874 INFO kablam! Sep 02 13:25:28.874 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 02 13:25:28.874 INFO kablam! --> examples/depth.rs:113:20 Sep 02 13:25:28.874 INFO kablam! | Sep 02 13:25:28.874 INFO kablam! 113 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 02 13:25:28.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:28.875 INFO kablam! Sep 02 13:25:28.875 INFO kablam! error: aborting due to 3 previous errors Sep 02 13:25:28.875 INFO kablam! Sep 02 13:25:28.884 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:28.885 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:29.019 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:29.019 INFO kablam! --> examples/performance.rs:55:45 Sep 02 13:25:29.019 INFO kablam! | Sep 02 13:25:29.019 INFO kablam! 55 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:29.019 INFO kablam! Sep 02 13:25:29.019 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 02 13:25:29.019 INFO kablam! --> examples/performance.rs:60:28 Sep 02 13:25:29.019 INFO kablam! | Sep 02 13:25:29.019 INFO kablam! 60 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 02 13:25:29.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:29.019 INFO kablam! Sep 02 13:25:29.020 INFO kablam! error: aborting due to 2 previous errors Sep 02 13:25:29.020 INFO kablam! Sep 02 13:25:29.030 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:29.030 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:29.098 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:29.098 INFO kablam! --> examples/varied.rs:58:45 Sep 02 13:25:29.098 INFO kablam! | Sep 02 13:25:29.098 INFO kablam! 58 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:29.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:29.098 INFO kablam! Sep 02 13:25:29.098 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 02 13:25:29.098 INFO kablam! --> examples/varied.rs:61:46 Sep 02 13:25:29.098 INFO kablam! | Sep 02 13:25:29.098 INFO kablam! 61 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 02 13:25:29.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:29.098 INFO kablam! Sep 02 13:25:29.098 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 02 13:25:29.098 INFO kablam! --> examples/varied.rs:62:45 Sep 02 13:25:29.098 INFO kablam! | Sep 02 13:25:29.098 INFO kablam! 62 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 02 13:25:29.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:29.098 INFO kablam! Sep 02 13:25:29.100 INFO kablam! error: aborting due to 3 previous errors Sep 02 13:25:29.100 INFO kablam! Sep 02 13:25:29.108 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:29.108 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:30.410 INFO kablam! error: build failed Sep 02 13:25:30.411 INFO kablam! su: No module specific data is present Sep 02 13:25:30.829 INFO running `"docker" "rm" "-f" "eea87e8815dbc98e6ec5d55ef06fc3db75c5ffe04c8428582274dac44bd9ae0e"` Sep 02 13:25:30.964 INFO blam! eea87e8815dbc98e6ec5d55ef06fc3db75c5ffe04c8428582274dac44bd9ae0e