[INFO] crate gfx_glyph 0.15.0 is already in cache [INFO] extracting crate gfx_glyph 0.15.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/gfx_glyph/0.15.0 [INFO] extracting crate gfx_glyph 0.15.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/gfx_glyph/0.15.0 [INFO] validating manifest of gfx_glyph-0.15.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gfx_glyph-0.15.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gfx_glyph-0.15.0 [INFO] finished frobbing gfx_glyph-0.15.0 [INFO] frobbed toml for gfx_glyph-0.15.0 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/gfx_glyph/0.15.0/Cargo.toml [INFO] started frobbing gfx_glyph-0.15.0 [INFO] finished frobbing gfx_glyph-0.15.0 [INFO] frobbed toml for gfx_glyph-0.15.0 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/gfx_glyph/0.15.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gfx_glyph-0.15.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-5/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/gfx_glyph/0.15.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 452f2ffc678d45df35d8de1a214ff778ad4c27380ce58594367786f906a4dbc4 [INFO] running `"docker" "start" "-a" "452f2ffc678d45df35d8de1a214ff778ad4c27380ce58594367786f906a4dbc4"` [INFO] [stderr] Checking spin_sleep v0.3.7 [INFO] [stderr] Compiling cgmath v0.17.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking gfx_core v0.9.1 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking glyph_brush_layout v0.1.7 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking glyph_brush v0.5.3 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] Checking gfx_device_gl v0.16.2 [INFO] [stderr] Checking gfx v0.18.1 [INFO] [stderr] Checking gfx_window_glutin v0.31.0 [INFO] [stderr] Checking gfx_glyph v0.15.0 (/opt/crater/workdir) [INFO] [stderr] error: couldn't read examples/../../fonts/OpenSans-Light.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/pre_positioned.rs:45:23 [INFO] [stderr] | [INFO] [stderr] 45 | let font: &[u8] = include_bytes!("../../fonts/OpenSans-Light.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gfx_glyph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read examples/../../fonts/DejaVuSans.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/depth.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | include_bytes!("../../fonts/DejaVuSans.ttf"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../../fonts/OpenSans-Italic.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/depth.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | include_bytes!("../../fonts/OpenSans-Italic.ttf"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `gfx_glyph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read examples/../../fonts/DejaVuSans.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/performance.rs:47:25 [INFO] [stderr] | [INFO] [stderr] 47 | let dejavu: &[u8] = include_bytes!("../../fonts/DejaVuSans.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gfx_glyph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read examples/../../fonts/OpenSans-Light.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/paragraph.rs:61:23 [INFO] [stderr] | [INFO] [stderr] 61 | let font: &[u8] = include_bytes!("../../fonts/OpenSans-Light.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../../fonts/DejaVuSans.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/varied.rs:50:45 [INFO] [stderr] | [INFO] [stderr] 50 | GlyphBrushBuilder::using_font_bytes(include_bytes!("../../fonts/DejaVuSans.ttf") as &[u8]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../../fonts/OpenSans-Italic.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/varied.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | builder.add_font_bytes(include_bytes!("../../fonts/OpenSans-Italic.ttf") as &[u8]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../../fonts/GaramondNo8-Reg.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/varied.rs:56:32 [INFO] [stderr] | [INFO] [stderr] 56 | builder.add_font_bytes(include_bytes!("../../fonts/GaramondNo8-Reg.ttf") as &[u8]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/varied.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | builder.add_font_bytes(include_bytes!("../../fonts/DejaVuSansMono.ttf") as &[u8]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `gfx_glyph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `gfx_glyph`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "452f2ffc678d45df35d8de1a214ff778ad4c27380ce58594367786f906a4dbc4"` [INFO] running `"docker" "rm" "-f" "452f2ffc678d45df35d8de1a214ff778ad4c27380ce58594367786f906a4dbc4"` [INFO] [stdout] 452f2ffc678d45df35d8de1a214ff778ad4c27380ce58594367786f906a4dbc4