Sep 01 19:50:59.033 INFO checking gfx_glyph-0.8.3 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 19:50:59.033 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 19:50:59.033 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:50:59.252 INFO blam! e323c7e48bf29b6859e5caf3f7aea8eadb3873c10fbd19130b74608fbf6b1c2a Sep 01 19:50:59.254 INFO running `"docker" "start" "-a" "e323c7e48bf29b6859e5caf3f7aea8eadb3873c10fbd19130b74608fbf6b1c2a"` Sep 01 19:51:00.277 INFO kablam! Checking spin_sleep v0.3.6 Sep 01 19:51:00.280 INFO kablam! Compiling gfx_gl v0.5.0 Sep 01 19:51:00.284 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Sep 01 19:51:12.272 INFO kablam! Checking gfx_device_gl v0.15.3 Sep 01 19:51:14.509 INFO kablam! Checking gfx_window_glutin v0.20.0 Sep 01 19:51:21.746 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:21.746 INFO kablam! --> examples/varied.rs:53:45 Sep 01 19:51:21.746 INFO kablam! | Sep 01 19:51:21.746 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 01 19:51:21.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.747 INFO kablam! Sep 01 19:51:21.747 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 01 19:51:21.747 INFO kablam! --> examples/varied.rs:55:46 Sep 01 19:51:21.747 INFO kablam! | Sep 01 19:51:21.747 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 01 19:51:21.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.747 INFO kablam! Sep 01 19:51:21.747 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 01 19:51:21.747 INFO kablam! --> examples/varied.rs:56:45 Sep 01 19:51:21.747 INFO kablam! | Sep 01 19:51:21.747 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 01 19:51:21.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.747 INFO kablam! Sep 01 19:51:21.749 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:51:21.749 INFO kablam! Sep 01 19:51:21.758 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:21.758 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:21.813 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:21.813 INFO kablam! --> examples/paragraph.rs:55:56 Sep 01 19:51:21.813 INFO kablam! | Sep 01 19:51:21.813 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 01 19:51:21.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.813 INFO kablam! Sep 01 19:51:21.813 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 01 19:51:21.813 INFO kablam! --> examples/paragraph.rs:59:28 Sep 01 19:51:21.813 INFO kablam! | Sep 01 19:51:21.813 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 01 19:51:21.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.813 INFO kablam! Sep 01 19:51:21.816 INFO kablam! error: aborting due to 2 previous errors Sep 01 19:51:21.816 INFO kablam! Sep 01 19:51:21.825 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:21.826 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:21.956 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:21.956 INFO kablam! --> examples/performance.rs:47:63 Sep 01 19:51:21.956 INFO kablam! | Sep 01 19:51:21.956 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 01 19:51:21.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.956 INFO kablam! Sep 01 19:51:21.956 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 01 19:51:21.956 INFO kablam! --> examples/performance.rs:52:28 Sep 01 19:51:21.956 INFO kablam! | Sep 01 19:51:21.956 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 01 19:51:21.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:21.956 INFO kablam! Sep 01 19:51:21.958 INFO kablam! error: aborting due to 2 previous errors Sep 01 19:51:21.958 INFO kablam! Sep 01 19:51:21.969 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:21.969 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:22.060 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:22.060 INFO kablam! --> examples/depth.rs:42:9 Sep 01 19:51:22.060 INFO kablam! | Sep 01 19:51:22.060 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 01 19:51:22.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:22.060 INFO kablam! Sep 01 19:51:22.061 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 01 19:51:22.061 INFO kablam! --> examples/depth.rs:46:46 Sep 01 19:51:22.061 INFO kablam! | Sep 01 19:51:22.061 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 01 19:51:22.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:22.061 INFO kablam! Sep 01 19:51:22.061 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 01 19:51:22.061 INFO kablam! --> examples/depth.rs:101:20 Sep 01 19:51:22.061 INFO kablam! | Sep 01 19:51:22.061 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 01 19:51:22.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:22.061 INFO kablam! Sep 01 19:51:22.061 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:51:22.061 INFO kablam! Sep 01 19:51:22.070 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:22.070 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:24.331 INFO kablam! error: build failed Sep 01 19:51:24.333 INFO kablam! su: No module specific data is present Sep 01 19:51:24.870 INFO running `"docker" "rm" "-f" "e323c7e48bf29b6859e5caf3f7aea8eadb3873c10fbd19130b74608fbf6b1c2a"` Sep 01 19:51:25.020 INFO blam! e323c7e48bf29b6859e5caf3f7aea8eadb3873c10fbd19130b74608fbf6b1c2a