[INFO] crate glyph_brush 0.6.3 is already in cache [INFO] checking glyph_brush-0.6.3 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate glyph_brush 0.6.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate glyph_brush 0.6.3 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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-1/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "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] a853b31df039815e94a5e5bbfcaec468441d9cb0845818988ce578a8fd760b91 [INFO] running `"docker" "start" "-a" "a853b31df039815e94a5e5bbfcaec468441d9cb0845818988ce578a8fd760b91"` [INFO] [stderr] Checking rustc-hash v1.1.0 [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 shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking x11-dl v2.18.5 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking twox-hash v1.5.0 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking rusttype v0.8.2 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking glyph_brush_layout v0.1.9 [INFO] [stderr] Compiling gl v0.14.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking glyph_brush v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [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 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 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: 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] 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] 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 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 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: 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" "a853b31df039815e94a5e5bbfcaec468441d9cb0845818988ce578a8fd760b91"` [INFO] running `"docker" "rm" "-f" "a853b31df039815e94a5e5bbfcaec468441d9cb0845818988ce578a8fd760b91"` [INFO] [stdout] a853b31df039815e94a5e5bbfcaec468441d9cb0845818988ce578a8fd760b91