[INFO] crate glyph_brush 0.5.3 is already in cache [INFO] testing glyph_brush-0.5.3 against 1.38.0 for beta-1.39-1 [INFO] extracting crate glyph_brush 0.5.3 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate glyph_brush 0.5.3 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 0.5.3 [INFO] finished tweaking crates.io crate glyph_brush 0.5.3 [INFO] tweaked toml for crates.io crate glyph_brush 0.5.3 written to work/builds/worker-6/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-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 17aad67954b3ab1a214a87331487c858dd5c8353a8015f473598178a3ab33e26 [INFO] running `"docker" "start" "-a" "17aad67954b3ab1a214a87331487c858dd5c8353a8015f473598178a3ab33e26"` [INFO] [stderr] Compiling hashbrown v0.5.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling rusttype v0.8.1 [INFO] [stderr] Compiling glyph_brush_layout v0.1.8 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling glyph_brush v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.15s [INFO] running `"docker" "inspect" "17aad67954b3ab1a214a87331487c858dd5c8353a8015f473598178a3ab33e26"` [INFO] running `"docker" "rm" "-f" "17aad67954b3ab1a214a87331487c858dd5c8353a8015f473598178a3ab33e26"` [INFO] [stdout] 17aad67954b3ab1a214a87331487c858dd5c8353a8015f473598178a3ab33e26 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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] 3e0152fc3739d2b43483c72dc84c257d32ff5e52fe99daf2c3b089360b480418 [INFO] running `"docker" "start" "-a" "3e0152fc3739d2b43483c72dc84c257d32ff5e52fe99daf2c3b089360b480418"` [INFO] [stderr] Compiling spin_sleep v0.3.7 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling gl v0.12.0 [INFO] [stderr] Compiling winit v0.19.3 [INFO] [stderr] Compiling glutin v0.21.1 [INFO] [stderr] Compiling glyph_brush v0.5.3 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2) [INFO] [stderr] --> src/glyph_calculator.rs:537:30 [INFO] [stderr] | [INFO] [stderr] 537 | Font::from_bytes(include_bytes!("../../fonts/DejaVuSansMono.ttf") as &[u8]) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../../fonts/OpenSans-Light.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/opengl.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | let dejavu: &[u8] = include_bytes!("../../fonts/OpenSans-Light.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/opengl.rs:20:29 [INFO] [stderr] | [INFO] [stderr] 20 | type Res = Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `glyph_brush`. [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 `glyph_brush`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3e0152fc3739d2b43483c72dc84c257d32ff5e52fe99daf2c3b089360b480418"` [INFO] running `"docker" "rm" "-f" "3e0152fc3739d2b43483c72dc84c257d32ff5e52fe99daf2c3b089360b480418"` [INFO] [stdout] 3e0152fc3739d2b43483c72dc84c257d32ff5e52fe99daf2c3b089360b480418