Sep 20 01:18:31.887 INFO checking gfx_glyph-0.12.2 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 01:18:31.887 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 01:18:31.887 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 01:18:32.130 INFO blam! 29f7bcb710113222f92f42f4cf1f7eeafbd96aedc299aa5e0b865a2842d04dd7 Sep 20 01:18:32.131 INFO running `"docker" "start" "-a" "29f7bcb710113222f92f42f4cf1f7eeafbd96aedc299aa5e0b865a2842d04dd7"` Sep 20 01:18:33.279 INFO kablam! usermod: no changes Sep 20 01:18:33.572 INFO kablam! Checking seahash v3.0.5 Sep 20 01:18:33.572 INFO kablam! Checking spin_sleep v0.3.6 Sep 20 01:18:33.623 INFO kablam! Compiling glutin v0.18.0 Sep 20 01:18:33.623 INFO kablam! Checking ordered-float v0.5.2 Sep 20 01:18:33.623 INFO kablam! Checking rusttype v0.7.2 Sep 20 01:18:33.623 INFO kablam! Checking winit v0.17.2 Sep 20 01:18:38.643 INFO kablam! Checking gfx_glyph v0.12.2 (/source) Sep 20 01:18:40.367 INFO kablam! warning: unused `#[macro_use]` import Sep 20 01:18:40.367 INFO kablam! --> src/lib.rs:57:1 Sep 20 01:18:40.367 INFO kablam! | Sep 20 01:18:40.367 INFO kablam! 57 | #[macro_use] Sep 20 01:18:40.367 INFO kablam! | ^^^^^^^^^^^^ Sep 20 01:18:40.367 INFO kablam! | Sep 20 01:18:40.367 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:18:40.367 INFO kablam! Sep 20 01:18:47.550 INFO kablam! Checking gfx_window_glutin v0.26.0 Sep 20 01:18:53.457 INFO kablam! warning: unused `#[macro_use]` import Sep 20 01:18:53.457 INFO kablam! --> src/lib.rs:57:1 Sep 20 01:18:53.457 INFO kablam! | Sep 20 01:18:53.457 INFO kablam! 57 | #[macro_use] Sep 20 01:18:53.457 INFO kablam! | ^^^^^^^^^^^^ Sep 20 01:18:53.457 INFO kablam! | Sep 20 01:18:53.457 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 01:18:53.457 INFO kablam! Sep 20 01:18:55.734 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 20 01:18:55.734 INFO kablam! --> examples/performance.rs:55:45 Sep 20 01:18:55.734 INFO kablam! | Sep 20 01:18:55.734 INFO kablam! 55 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 20 01:18:55.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:55.734 INFO kablam! Sep 20 01:18:55.734 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Sep 20 01:18:55.734 INFO kablam! --> examples/performance.rs:60:28 Sep 20 01:18:55.734 INFO kablam! | Sep 20 01:18:55.734 INFO kablam! 60 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Sep 20 01:18:55.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:55.734 INFO kablam! Sep 20 01:18:55.734 INFO kablam! error: aborting due to 2 previous errors Sep 20 01:18:55.734 INFO kablam! Sep 20 01:18:55.763 INFO kablam! error: Could not compile `gfx_glyph`. Sep 20 01:18:55.763 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:18:55.995 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 20 01:18:55.995 INFO kablam! --> examples/paragraph.rs:69:56 Sep 20 01:18:55.995 INFO kablam! | Sep 20 01:18:55.995 INFO kablam! 69 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 20 01:18:55.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.003 INFO kablam! Sep 20 01:18:56.003 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 20 01:18:56.003 INFO kablam! --> examples/paragraph.rs:73:28 Sep 20 01:18:56.003 INFO kablam! | Sep 20 01:18:56.003 INFO kablam! 73 | let mut text: String = include_str!("lipsum.txt").into(); Sep 20 01:18:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.003 INFO kablam! Sep 20 01:18:56.007 INFO kablam! error: aborting due to 2 previous errors Sep 20 01:18:56.007 INFO kablam! Sep 20 01:18:56.023 INFO kablam! error: Could not compile `gfx_glyph`. Sep 20 01:18:56.023 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:18:56.259 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 20 01:18:56.259 INFO kablam! --> examples/depth.rs:53:45 Sep 20 01:18:56.259 INFO kablam! | Sep 20 01:18:56.259 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 20 01:18:56.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.259 INFO kablam! Sep 20 01:18:56.266 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 20 01:18:56.267 INFO kablam! --> examples/depth.rs:58:46 Sep 20 01:18:56.267 INFO kablam! | Sep 20 01:18:56.267 INFO kablam! 58 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 20 01:18:56.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.267 INFO kablam! Sep 20 01:18:56.267 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Sep 20 01:18:56.267 INFO kablam! --> examples/depth.rs:113:20 Sep 20 01:18:56.267 INFO kablam! | Sep 20 01:18:56.267 INFO kablam! 113 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Sep 20 01:18:56.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.267 INFO kablam! Sep 20 01:18:56.267 INFO kablam! error: aborting due to 3 previous errors Sep 20 01:18:56.275 INFO kablam! Sep 20 01:18:56.286 INFO kablam! error: Could not compile `gfx_glyph`. Sep 20 01:18:56.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:18:56.942 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Sep 20 01:18:56.943 INFO kablam! --> examples/varied.rs:58:45 Sep 20 01:18:56.943 INFO kablam! | Sep 20 01:18:56.943 INFO kablam! 58 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Sep 20 01:18:56.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.943 INFO kablam! Sep 20 01:18:56.943 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Sep 20 01:18:56.943 INFO kablam! --> examples/varied.rs:61:46 Sep 20 01:18:56.943 INFO kablam! | Sep 20 01:18:56.943 INFO kablam! 61 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Sep 20 01:18:56.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.943 INFO kablam! Sep 20 01:18:56.943 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Sep 20 01:18:56.943 INFO kablam! --> examples/varied.rs:62:45 Sep 20 01:18:56.943 INFO kablam! | Sep 20 01:18:56.943 INFO kablam! 62 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Sep 20 01:18:56.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 01:18:56.943 INFO kablam! Sep 20 01:18:56.943 INFO kablam! error: aborting due to 3 previous errors Sep 20 01:18:56.943 INFO kablam! Sep 20 01:18:56.948 INFO kablam! error: Could not compile `gfx_glyph`. Sep 20 01:18:56.948 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 01:18:58.599 INFO kablam! error: build failed Sep 20 01:18:58.601 INFO kablam! su: No module specific data is present Sep 20 01:18:59.527 INFO running `"docker" "rm" "-f" "29f7bcb710113222f92f42f4cf1f7eeafbd96aedc299aa5e0b865a2842d04dd7"` Sep 20 01:18:59.791 INFO blam! 29f7bcb710113222f92f42f4cf1f7eeafbd96aedc299aa5e0b865a2842d04dd7