Sep 02 13:24:55.974 INFO checking gfx_glyph-0.8.3 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 13:24:55.974 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 13:24:55.975 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/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:56.142 INFO blam! 01cfbd6c7befa9a21bf668bce2bcf3c102a0c34044ce77328892f7aa57eaf5c7 Sep 02 13:24:56.144 INFO running `"docker" "start" "-a" "01cfbd6c7befa9a21bf668bce2bcf3c102a0c34044ce77328892f7aa57eaf5c7"` Sep 02 13:24:57.205 INFO kablam! Checking spin_sleep v0.3.6 Sep 02 13:24:57.210 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Sep 02 13:25:12.531 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:12.531 INFO kablam! --> examples/depth.rs:42:9 Sep 02 13:25:12.531 INFO kablam! | Sep 02 13:25:12.531 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:12.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:12.531 INFO kablam! Sep 02 13:25:12.532 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 02 13:25:12.532 INFO kablam! --> examples/depth.rs:46:46 Sep 02 13:25:12.532 INFO kablam! | Sep 02 13:25:12.532 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 02 13:25:12.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:12.532 INFO kablam! Sep 02 13:25:12.532 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 02 13:25:12.532 INFO kablam! --> examples/depth.rs:101:20 Sep 02 13:25:12.532 INFO kablam! | Sep 02 13:25:12.532 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 02 13:25:12.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:12.532 INFO kablam! Sep 02 13:25:12.533 INFO kablam! error: aborting due to 3 previous errors Sep 02 13:25:12.538 INFO kablam! Sep 02 13:25:12.550 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:12.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:12.935 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:12.936 INFO kablam! --> examples/varied.rs:53:45 Sep 02 13:25:12.936 INFO kablam! | Sep 02 13:25:12.936 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 02 13:25:12.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:12.936 INFO kablam! Sep 02 13:25:12.936 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 02 13:25:12.936 INFO kablam! --> examples/varied.rs:55:46 Sep 02 13:25:12.936 INFO kablam! | Sep 02 13:25:12.936 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 02 13:25:12.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:12.937 INFO kablam! Sep 02 13:25:12.937 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 02 13:25:12.937 INFO kablam! --> examples/varied.rs:56:45 Sep 02 13:25:12.937 INFO kablam! | Sep 02 13:25:12.937 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 02 13:25:12.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:12.938 INFO kablam! Sep 02 13:25:12.941 INFO kablam! error: aborting due to 3 previous errors Sep 02 13:25:12.942 INFO kablam! Sep 02 13:25:12.953 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:12.954 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:13.098 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:13.098 INFO kablam! --> examples/paragraph.rs:55:56 Sep 02 13:25:13.098 INFO kablam! | Sep 02 13:25:13.099 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:13.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:13.099 INFO kablam! Sep 02 13:25:13.100 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 02 13:25:13.100 INFO kablam! --> examples/paragraph.rs:59:28 Sep 02 13:25:13.100 INFO kablam! | Sep 02 13:25:13.100 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 02 13:25:13.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:13.101 INFO kablam! Sep 02 13:25:13.104 INFO kablam! error: aborting due to 2 previous errors Sep 02 13:25:13.105 INFO kablam! Sep 02 13:25:13.118 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:13.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:25:13.333 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 02 13:25:13.333 INFO kablam! --> examples/performance.rs:47:63 Sep 02 13:25:13.333 INFO kablam! | Sep 02 13:25:13.333 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 02 13:25:13.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:13.333 INFO kablam! Sep 02 13:25:13.333 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 02 13:25:13.333 INFO kablam! --> examples/performance.rs:52:28 Sep 02 13:25:13.333 INFO kablam! | Sep 02 13:25:13.333 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 02 13:25:13.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 13:25:13.334 INFO kablam! Sep 02 13:25:13.334 INFO kablam! error: aborting due to 2 previous errors Sep 02 13:25:13.334 INFO kablam! Sep 02 13:25:13.354 INFO kablam! error: Could not compile `gfx_glyph`. Sep 02 13:25:13.354 INFO kablam! Sep 02 13:25:13.355 INFO kablam! To learn more, run the command again with --verbose. Sep 02 13:25:13.355 INFO kablam! su: No module specific data is present Sep 02 13:25:13.827 INFO running `"docker" "rm" "-f" "01cfbd6c7befa9a21bf668bce2bcf3c102a0c34044ce77328892f7aa57eaf5c7"` Sep 02 13:25:13.932 INFO blam! 01cfbd6c7befa9a21bf668bce2bcf3c102a0c34044ce77328892f7aa57eaf5c7