Sep 04 16:47:36.542 INFO checking gfx_glyph-0.8.3 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 16:47:36.542 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 16:47:36.543 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:47:36.724 INFO blam! e2ece2cfd67c3c643927c7d2fd09e5c939c8ace8cc7bcc592325d0ae21fb76ad Sep 04 16:47:36.724 INFO running `"docker" "start" "-a" "e2ece2cfd67c3c643927c7d2fd09e5c939c8ace8cc7bcc592325d0ae21fb76ad"` Sep 04 16:47:37.625 INFO kablam! Checking spin_sleep v0.3.6 Sep 04 16:47:37.630 INFO kablam! Checking gfx v0.17.1 Sep 04 16:47:37.631 INFO kablam! Checking gfx_window_glutin v0.20.0 Sep 04 16:47:47.834 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Sep 04 16:48:00.110 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:48:00.110 INFO kablam! --> examples/depth.rs:42:9 Sep 04 16:48:00.110 INFO kablam! | Sep 04 16:48:00.110 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 04 16:48:00.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.110 INFO kablam! Sep 04 16:48:00.110 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 04 16:48:00.110 INFO kablam! --> examples/depth.rs:46:46 Sep 04 16:48:00.110 INFO kablam! | Sep 04 16:48:00.110 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 04 16:48:00.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.110 INFO kablam! Sep 04 16:48:00.110 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 04 16:48:00.110 INFO kablam! --> examples/depth.rs:101:20 Sep 04 16:48:00.111 INFO kablam! | Sep 04 16:48:00.111 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 04 16:48:00.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.111 INFO kablam! Sep 04 16:48:00.111 INFO kablam! error: aborting due to 3 previous errors Sep 04 16:48:00.111 INFO kablam! Sep 04 16:48:00.128 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:48:00.128 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:48:00.315 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:48:00.315 INFO kablam! --> examples/paragraph.rs:55:56 Sep 04 16:48:00.315 INFO kablam! | Sep 04 16:48:00.315 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 04 16:48:00.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.315 INFO kablam! Sep 04 16:48:00.316 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 04 16:48:00.316 INFO kablam! --> examples/paragraph.rs:59:28 Sep 04 16:48:00.316 INFO kablam! | Sep 04 16:48:00.316 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 04 16:48:00.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.316 INFO kablam! Sep 04 16:48:00.319 INFO kablam! error: aborting due to 2 previous errors Sep 04 16:48:00.319 INFO kablam! Sep 04 16:48:00.329 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:48:00.329 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:48:00.407 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:48:00.407 INFO kablam! --> examples/varied.rs:53:45 Sep 04 16:48:00.407 INFO kablam! | Sep 04 16:48:00.407 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 04 16:48:00.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.407 INFO kablam! Sep 04 16:48:00.407 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 04 16:48:00.407 INFO kablam! --> examples/varied.rs:55:46 Sep 04 16:48:00.407 INFO kablam! | Sep 04 16:48:00.407 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 04 16:48:00.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.407 INFO kablam! Sep 04 16:48:00.407 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 04 16:48:00.407 INFO kablam! --> examples/varied.rs:56:45 Sep 04 16:48:00.407 INFO kablam! | Sep 04 16:48:00.407 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 04 16:48:00.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.408 INFO kablam! Sep 04 16:48:00.409 INFO kablam! error: aborting due to 3 previous errors Sep 04 16:48:00.409 INFO kablam! Sep 04 16:48:00.419 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:48:00.419 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:48:00.651 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:48:00.652 INFO kablam! --> examples/performance.rs:47:63 Sep 04 16:48:00.652 INFO kablam! | Sep 04 16:48:00.652 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 04 16:48:00.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.652 INFO kablam! Sep 04 16:48:00.652 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 04 16:48:00.653 INFO kablam! --> examples/performance.rs:52:28 Sep 04 16:48:00.653 INFO kablam! | Sep 04 16:48:00.653 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 04 16:48:00.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:48:00.653 INFO kablam! Sep 04 16:48:00.653 INFO kablam! error: aborting due to 2 previous errors Sep 04 16:48:00.653 INFO kablam! Sep 04 16:48:00.673 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:48:00.673 INFO kablam! Sep 04 16:48:00.673 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:48:00.675 INFO kablam! su: No module specific data is present Sep 04 16:48:01.118 INFO running `"docker" "rm" "-f" "e2ece2cfd67c3c643927c7d2fd09e5c939c8ace8cc7bcc592325d0ae21fb76ad"` Sep 04 16:48:01.251 INFO blam! e2ece2cfd67c3c643927c7d2fd09e5c939c8ace8cc7bcc592325d0ae21fb76ad