Jul 12 08:54:37.976 INFO checking gfx_glyph-0.8.3 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 08:54:37.977 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:54:37.977 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:54:37.977 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 08:54:38.225 INFO blam! 8d190da5e087ead10d7542fdfba4f112f8c206917e9e1d1955a4254cd6761394 Jul 12 08:54:38.228 INFO running `"docker" "start" "-a" "8d190da5e087ead10d7542fdfba4f112f8c206917e9e1d1955a4254cd6761394"` Jul 12 08:54:39.286 INFO kablam! Blocking waiting for file lock on the registry index Jul 12 08:54:39.752 INFO kablam! Checking spin_sleep v0.3.5 Jul 12 08:54:39.796 INFO kablam! Checking gfx_core v0.8.2 Jul 12 08:54:39.796 INFO kablam! Compiling gfx_gl v0.5.0 Jul 12 08:55:46.913 INFO kablam! Checking gfx_device_gl v0.15.3 Jul 12 08:55:46.916 INFO kablam! Checking gfx v0.17.1 Jul 12 08:55:54.309 INFO kablam! Checking gfx_window_glutin v0.20.0 Jul 12 08:56:03.932 INFO kablam! Checking gfx_glyph v0.8.3 (file:///source) Jul 12 08:56:19.221 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Jul 12 08:56:19.221 INFO kablam! --> examples/paragraph.rs:55:56 Jul 12 08:56:19.221 INFO kablam! | Jul 12 08:56:19.222 INFO kablam! 55 | gfx_glyph::GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Jul 12 08:56:19.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.222 INFO kablam! Jul 12 08:56:19.222 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Jul 12 08:56:19.222 INFO kablam! --> examples/paragraph.rs:59:28 Jul 12 08:56:19.222 INFO kablam! | Jul 12 08:56:19.222 INFO kablam! 59 | let mut text: String = include_str!("lipsum.txt").into(); Jul 12 08:56:19.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.230 INFO kablam! Jul 12 08:56:19.233 INFO kablam! error: aborting due to 2 previous errors Jul 12 08:56:19.233 INFO kablam! Jul 12 08:56:19.243 INFO kablam! error: Could not compile `gfx_glyph`. Jul 12 08:56:19.243 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 08:56:19.537 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Jul 12 08:56:19.537 INFO kablam! --> examples/varied.rs:53:45 Jul 12 08:56:19.537 INFO kablam! | Jul 12 08:56:19.537 INFO kablam! 53 | GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]); Jul 12 08:56:19.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.537 INFO kablam! Jul 12 08:56:19.537 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Jul 12 08:56:19.537 INFO kablam! --> examples/varied.rs:55:46 Jul 12 08:56:19.537 INFO kablam! | Jul 12 08:56:19.537 INFO kablam! 55 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Jul 12 08:56:19.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.537 INFO kablam! Jul 12 08:56:19.537 INFO kablam! error: couldn't read examples/GaramondNo8-Reg.ttf: No such file or directory (os error 2) Jul 12 08:56:19.538 INFO kablam! --> examples/varied.rs:56:45 Jul 12 08:56:19.538 INFO kablam! | Jul 12 08:56:19.538 INFO kablam! 56 | let serif_font = builder.add_font_bytes(include_bytes!("GaramondNo8-Reg.ttf") as &[u8]); Jul 12 08:56:19.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.538 INFO kablam! Jul 12 08:56:19.540 INFO kablam! error: aborting due to 3 previous errors Jul 12 08:56:19.540 INFO kablam! Jul 12 08:56:19.567 INFO kablam! error: Could not compile `gfx_glyph`. Jul 12 08:56:19.570 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 08:56:19.685 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Jul 12 08:56:19.685 INFO kablam! --> examples/performance.rs:47:63 Jul 12 08:56:19.685 INFO kablam! | Jul 12 08:56:19.685 INFO kablam! 47 | let mut glyph_brush = GlyphBrushBuilder::using_font_bytes(include_bytes!("DejaVuSans.ttf") as &[u8]) Jul 12 08:56:19.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.686 INFO kablam! Jul 12 08:56:19.686 INFO kablam! error: couldn't read examples/loads-of-unicode.txt: No such file or directory (os error 2) Jul 12 08:56:19.686 INFO kablam! --> examples/performance.rs:52:28 Jul 12 08:56:19.686 INFO kablam! | Jul 12 08:56:19.687 INFO kablam! 52 | let mut text: String = include_str!("loads-of-unicode.txt").into(); Jul 12 08:56:19.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:19.687 INFO kablam! Jul 12 08:56:19.689 INFO kablam! error: aborting due to 2 previous errors Jul 12 08:56:19.690 INFO kablam! Jul 12 08:56:19.701 INFO kablam! error: Could not compile `gfx_glyph`. Jul 12 08:56:19.702 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 08:56:20.322 INFO kablam! error: couldn't read examples/DejaVuSans.ttf: No such file or directory (os error 2) Jul 12 08:56:20.322 INFO kablam! --> examples/depth.rs:42:9 Jul 12 08:56:20.322 INFO kablam! | Jul 12 08:56:20.322 INFO kablam! 42 | include_bytes!("DejaVuSans.ttf") as &[u8]) Jul 12 08:56:20.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:20.322 INFO kablam! Jul 12 08:56:20.322 INFO kablam! error: couldn't read examples/OpenSans-Italic.ttf: No such file or directory (os error 2) Jul 12 08:56:20.323 INFO kablam! --> examples/depth.rs:46:46 Jul 12 08:56:20.323 INFO kablam! | Jul 12 08:56:20.323 INFO kablam! 46 | let italic_font = builder.add_font_bytes(include_bytes!("OpenSans-Italic.ttf") as &[u8]); Jul 12 08:56:20.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:20.323 INFO kablam! Jul 12 08:56:20.323 INFO kablam! error: couldn't read examples/lipsum.txt: No such file or directory (os error 2) Jul 12 08:56:20.323 INFO kablam! --> examples/depth.rs:101:20 Jul 12 08:56:20.323 INFO kablam! | Jul 12 08:56:20.323 INFO kablam! 101 | text: &include_str!("lipsum.txt").replace("\n\n", "").repeat(10), Jul 12 08:56:20.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 08:56:20.323 INFO kablam! Jul 12 08:56:20.323 INFO kablam! error: aborting due to 3 previous errors Jul 12 08:56:20.323 INFO kablam! Jul 12 08:56:20.345 INFO kablam! error: Could not compile `gfx_glyph`. Jul 12 08:56:20.346 INFO kablam! Jul 12 08:56:20.346 INFO kablam! To learn more, run the command again with --verbose. Jul 12 08:56:20.348 INFO kablam! su: No module specific data is present Jul 12 08:56:20.903 INFO running `"docker" "rm" "-f" "8d190da5e087ead10d7542fdfba4f112f8c206917e9e1d1955a4254cd6761394"` Jul 12 08:56:21.068 INFO blam! 8d190da5e087ead10d7542fdfba4f112f8c206917e9e1d1955a4254cd6761394