[INFO] crate glyph_brush 0.6.3 is already in cache
[INFO] checking glyph_brush-0.6.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate glyph_brush 0.6.3 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate glyph_brush 0.6.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate glyph_brush 0.6.3
[INFO] finished tweaking crates.io crate glyph_brush 0.6.3
[INFO] tweaked toml for crates.io crate glyph_brush 0.6.3 written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate crates.io crate glyph_brush 0.6.3 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0e2806a88d0274550c3768725ae400522af5207fd7c978dd963776f469cdeaa2
[INFO] running `"docker" "start" "-a" "0e2806a88d0274550c3768725ae400522af5207fd7c978dd963776f469cdeaa2"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Checking spin_sleep v0.3.7
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking parking_lot_core v0.7.0
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking x11-dl v2.18.5
[INFO] [stderr]     Checking wayland-sys v0.23.6
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]     Checking crossbeam-epoch v0.8.0
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking twox-hash v1.5.0
[INFO] [stderr]     Checking parking_lot v0.10.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.2
[INFO] [stderr]     Checking rusttype v0.8.2
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.4
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.6
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking glyph_brush_layout v0.1.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking glyph_brush v0.6.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/glyph_brush.rs:562:25
[INFO] [stderr]     |
[INFO] [stderr] 562 |         write!(f, "{}", std::error::Error::description(self))
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking calloop v0.4.4
[INFO] [stderr]     Checking wayland-protocols v0.23.6
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.21.0
[INFO] [stderr]     Checking glutin v0.23.0
[INFO] [stderr] error: couldn't read src/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2)
[INFO] [stderr]    --> src/glyph_calculator.rs:545:26
[INFO] [stderr]     |
[INFO] [stderr] 545 |         Font::from_bytes(include_bytes!("../../fonts/DejaVuSansMono.ttf") as &[u8])
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../../fonts/OpenSans-Light.ttf: No such file or directory (os error 2)
[INFO] [stderr]    --> src/glyph_calculator.rs:549:26
[INFO] [stderr]     |
[INFO] [stderr] 549 |         Font::from_bytes(include_bytes!("../../fonts/OpenSans-Light.ttf") as &[u8])
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/glyph_brush.rs:562:25
[INFO] [stderr]     |
[INFO] [stderr] 562 |         write!(f, "{}", std::error::Error::description(self))
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read benches/../../fonts/DejaVuSansMono.ttf: No such file or directory (os error 2)
[INFO] [stderr]  --> benches/bench.rs:7:26
[INFO] [stderr]   |
[INFO] [stderr] 7 | const TEST_FONT: &[u8] = include_bytes!("../../fonts/DejaVuSansMono.ttf");
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `glyph_brush`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[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/opengl.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |     let dejavu: &[u8] = include_bytes!("../../fonts/OpenSans-Light.ttf");
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[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" "0e2806a88d0274550c3768725ae400522af5207fd7c978dd963776f469cdeaa2"`
[INFO] running `"docker" "rm" "-f" "0e2806a88d0274550c3768725ae400522af5207fd7c978dd963776f469cdeaa2"`
[INFO] [stdout] 0e2806a88d0274550c3768725ae400522af5207fd7c978dd963776f469cdeaa2
