[INFO] crate glyph_brush_layout 0.1.7 is already in cache [INFO] testing glyph_brush_layout-0.1.7 against 1.38.0 for beta-1.39-1 [INFO] extracting crate glyph_brush_layout 0.1.7 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate glyph_brush_layout 0.1.7 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate glyph_brush_layout 0.1.7 [INFO] finished tweaking crates.io crate glyph_brush_layout 0.1.7 [INFO] tweaked toml for crates.io crate glyph_brush_layout 0.1.7 written to work/builds/worker-7/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 4d6393bdb0fab9b0198db6311348e8c69c9f7a72556beafeaf25334689386f44 [INFO] running `"docker" "start" "-a" "4d6393bdb0fab9b0198db6311348e8c69c9f7a72556beafeaf25334689386f44"` [INFO] [stderr] Compiling xi-unicode v0.2.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling glyph_brush_layout v0.1.7 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `"docker" "inspect" "4d6393bdb0fab9b0198db6311348e8c69c9f7a72556beafeaf25334689386f44"` [INFO] running `"docker" "rm" "-f" "4d6393bdb0fab9b0198db6311348e8c69c9f7a72556beafeaf25334689386f44"` [INFO] [stdout] 4d6393bdb0fab9b0198db6311348e8c69c9f7a72556beafeaf25334689386f44 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 109b632421d88c8c64f2c2f6341b3a955f7eb83eec795a4752e8dc078a3b639b [INFO] running `"docker" "start" "-a" "109b632421d88c8c64f2c2f6341b3a955f7eb83eec795a4752e8dc078a3b639b"` [INFO] [stderr] Compiling glyph_brush_layout v0.1.7 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2) [INFO] [stderr] --> src/builtin.rs:407:30 [INFO] [stderr] | [INFO] [stderr] 407 | Font::from_bytes(include_bytes!("../../fonts/DejaVuSansMono.ttf") as &[u8]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../fonts/WenQuanYiMicroHei.ttf: No such file or directory (os error 2) [INFO] [stderr] --> src/builtin.rs:410:30 [INFO] [stderr] | [INFO] [stderr] 410 | Font::from_bytes(include_bytes!("../../fonts/WenQuanYiMicroHei.ttf") as &[u8]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../fonts/DejaVuSans.ttf: No such file or directory (os error 2) [INFO] [stderr] --> src/font.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | Font::from_bytes(include_bytes!("../../fonts/DejaVuSans.ttf") as &[u8]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../fonts/GaramondNo8-Reg.ttf: No such file or directory (os error 2) [INFO] [stderr] --> src/font.rs:30:41 [INFO] [stderr] | [INFO] [stderr] 30 | let font = Font::from_bytes(include_bytes!("../../fonts/GaramondNo8-Reg.ttf") as &[u8]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `glyph_brush_layout`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "109b632421d88c8c64f2c2f6341b3a955f7eb83eec795a4752e8dc078a3b639b"` [INFO] running `"docker" "rm" "-f" "109b632421d88c8c64f2c2f6341b3a955f7eb83eec795a4752e8dc078a3b639b"` [INFO] [stdout] 109b632421d88c8c64f2c2f6341b3a955f7eb83eec795a4752e8dc078a3b639b