Sep 01 19:50:59.886 INFO checking gfx_glyph-0.8.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 19:50:59.887 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:50:59.887 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:51:00.034 INFO blam! fd5bb1244695ef64b5ab7adff3a1544c25e11b7d1f3d05e0cddb2c42be341cb3 Sep 01 19:51:00.043 INFO running `"docker" "start" "-a" "fd5bb1244695ef64b5ab7adff3a1544c25e11b7d1f3d05e0cddb2c42be341cb3"` Sep 01 19:51:01.087 INFO kablam! Checking spin_sleep v0.3.6 Sep 01 19:51:01.090 INFO kablam! Checking gfx_core v0.8.2 Sep 01 19:51:01.092 INFO kablam! Compiling gfx_gl v0.5.0 Sep 01 19:51:37.212 INFO kablam! Checking gfx v0.17.1 Sep 01 19:51:37.213 INFO kablam! Checking gfx_device_gl v0.15.3 Sep 01 19:51:40.914 INFO kablam! Checking gfx_window_glutin v0.20.0 Sep 01 19:51:46.744 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Sep 01 19:51:57.361 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:57.361 INFO kablam! --> examples/varied.rs:53:45 Sep 01 19:51:57.361 INFO kablam! | Sep 01 19:51:57.361 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Sep 01 19:51:57.361 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.362 INFO kablam! Sep 01 19:51:57.362 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 01 19:51:57.362 INFO kablam! --> examples/varied.rs:55:46 Sep 01 19:51:57.362 INFO kablam! | Sep 01 19:51:57.362 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 01 19:51:57.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.362 INFO kablam! Sep 01 19:51:57.362 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 01 19:51:57.362 INFO kablam! --> examples/varied.rs:56:45 Sep 01 19:51:57.362 INFO kablam! | Sep 01 19:51:57.362 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 01 19:51:57.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.363 INFO kablam! Sep 01 19:51:57.364 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:51:57.364 INFO kablam! Sep 01 19:51:57.385 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:57.385 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:57.398 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:57.398 INFO kablam! --> examples/depth.rs:42:9 Sep 01 19:51:57.398 INFO kablam! | Sep 01 19:51:57.399 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 01 19:51:57.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.399 INFO kablam! Sep 01 19:51:57.399 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 01 19:51:57.399 INFO kablam! --> examples/depth.rs:46:46 Sep 01 19:51:57.399 INFO kablam! | Sep 01 19:51:57.399 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 01 19:51:57.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.400 INFO kablam! Sep 01 19:51:57.400 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 01 19:51:57.400 INFO kablam! --> examples/depth.rs:101:20 Sep 01 19:51:57.400 INFO kablam! | Sep 01 19:51:57.400 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 01 19:51:57.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.400 INFO kablam! Sep 01 19:51:57.400 INFO kablam! error: aborting due to 3 previous errors Sep 01 19:51:57.400 INFO kablam! Sep 01 19:51:57.417 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:57.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:57.451 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:57.451 INFO kablam! --> examples/performance.rs:47:63 Sep 01 19:51:57.451 INFO kablam! | Sep 01 19:51:57.451 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 01 19:51:57.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.451 INFO kablam! Sep 01 19:51:57.452 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 01 19:51:57.452 INFO kablam! --> examples/performance.rs:52:28 Sep 01 19:51:57.452 INFO kablam! | Sep 01 19:51:57.452 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 01 19:51:57.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.452 INFO kablam! Sep 01 19:51:57.453 INFO kablam! error: aborting due to 2 previous errors Sep 01 19:51:57.453 INFO kablam! Sep 01 19:51:57.461 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:57.462 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:51:57.504 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 01 19:51:57.504 INFO kablam! --> examples/paragraph.rs:55:56 Sep 01 19:51:57.504 INFO kablam! | Sep 01 19:51:57.504 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 01 19:51:57.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.504 INFO kablam! Sep 01 19:51:57.504 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 01 19:51:57.504 INFO kablam! --> examples/paragraph.rs:59:28 Sep 01 19:51:57.504 INFO kablam! | Sep 01 19:51:57.504 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Sep 01 19:51:57.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:51:57.504 INFO kablam! Sep 01 19:51:57.506 INFO kablam! error: aborting due to 2 previous errors Sep 01 19:51:57.506 INFO kablam! Sep 01 19:51:57.532 INFO kablam! error: Could not compile `gfx_glyph`. Sep 01 19:51:57.532 INFO kablam! Sep 01 19:51:57.532 INFO kablam! To learn more, run the command again with --verbose. Sep 01 19:51:57.534 INFO kablam! su: No module specific data is present Sep 01 19:51:58.106 INFO running `"docker" "rm" "-f" "fd5bb1244695ef64b5ab7adff3a1544c25e11b7d1f3d05e0cddb2c42be341cb3"` Sep 01 19:51:58.251 INFO blam! fd5bb1244695ef64b5ab7adff3a1544c25e11b7d1f3d05e0cddb2c42be341cb3