Sep 04 16:47:36.063 INFO checking gfx_glyph-0.8.3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 16:47:36.063 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 16:47:36.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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.266 INFO blam! 35a7da2c0e7091e17b60cf53d916d14df07316b66153e3ac802f502803e25ac7 Sep 04 16:47:36.268 INFO running `"docker" "start" "-a" "35a7da2c0e7091e17b60cf53d916d14df07316b66153e3ac802f502803e25ac7"` Sep 04 16:47:37.132 INFO kablam! Checking spin_sleep v0.3.6 Sep 04 16:47:37.139 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Sep 04 16:47:48.177 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:47:48.177 INFO kablam! --> examples/performance.rs:47:63 Sep 04 16:47:48.177 INFO kablam! | Sep 04 16:47:48.177 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 04 16:47:48.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.177 INFO kablam! Sep 04 16:47:48.177 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 04 16:47:48.177 INFO kablam! --> examples/performance.rs:52:28 Sep 04 16:47:48.177 INFO kablam! | Sep 04 16:47:48.177 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 04 16:47:48.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.178 INFO kablam! Sep 04 16:47:48.179 INFO kablam! error: aborting due to 2 previous errors Sep 04 16:47:48.182 INFO kablam! Sep 04 16:47:48.195 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:47:48.195 INFO kablam! --> examples/paragraph.rs:55:56 Sep 04 16:47:48.195 INFO kablam! | Sep 04 16:47:48.195 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 04 16:47:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.195 INFO kablam! Sep 04 16:47:48.195 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 04 16:47:48.195 INFO kablam! --> examples/paragraph.rs:59:28 Sep 04 16:47:48.195 INFO kablam! | Sep 04 16:47:48.195 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 04 16:47:48.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.195 INFO kablam! Sep 04 16:47:48.198 INFO kablam! error: error: aborting due to 2 previous errors Sep 04 16:47:48.198 INFO kablam! Sep 04 16:47:48.199 INFO kablam! Could not compile `gfx_glyph`. Sep 04 16:47:48.200 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:47:48.207 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:47:48.207 INFO kablam! --> examples/depth.rs:42:9 Sep 04 16:47:48.207 INFO kablam! | Sep 04 16:47:48.207 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 04 16:47:48.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.207 INFO kablam! Sep 04 16:47:48.207 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 04 16:47:48.207 INFO kablam! --> examples/depth.rs:46:46 Sep 04 16:47:48.207 INFO kablam! | Sep 04 16:47:48.207 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 04 16:47:48.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.207 INFO kablam! Sep 04 16:47:48.207 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 04 16:47:48.207 INFO kablam! --> examples/depth.rs:101:20 Sep 04 16:47:48.207 INFO kablam! | Sep 04 16:47:48.207 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 04 16:47:48.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.208 INFO kablam! Sep 04 16:47:48.208 INFO kablam! error: aborting due to 3 previous errors Sep 04 16:47:48.214 INFO kablam! Sep 04 16:47:48.226 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:47:48.226 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:47:48.227 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:47:48.227 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:47:48.275 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 04 16:47:48.275 INFO kablam! --> examples/varied.rs:53:45 Sep 04 16:47:48.276 INFO kablam! | Sep 04 16:47:48.276 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 04 16:47:48.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.276 INFO kablam! Sep 04 16:47:48.276 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 04 16:47:48.276 INFO kablam! --> examples/varied.rs:55:46 Sep 04 16:47:48.276 INFO kablam! | Sep 04 16:47:48.276 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 04 16:47:48.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.276 INFO kablam! Sep 04 16:47:48.276 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 04 16:47:48.276 INFO kablam! --> examples/varied.rs:56:45 Sep 04 16:47:48.276 INFO kablam! | Sep 04 16:47:48.276 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 04 16:47:48.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 16:47:48.276 INFO kablam! Sep 04 16:47:48.278 INFO kablam! error: aborting due to 3 previous errors Sep 04 16:47:48.278 INFO kablam! Sep 04 16:47:48.306 INFO kablam! error: Could not compile `gfx_glyph`. Sep 04 16:47:48.306 INFO kablam! Sep 04 16:47:48.306 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:47:48.315 INFO kablam! su: No module specific data is present Sep 04 16:47:48.840 INFO running `"docker" "rm" "-f" "35a7da2c0e7091e17b60cf53d916d14df07316b66153e3ac802f502803e25ac7"` Sep 04 16:47:48.973 INFO blam! 35a7da2c0e7091e17b60cf53d916d14df07316b66153e3ac802f502803e25ac7