[INFO] crate rusttype 0.7.9 is already in cache [INFO] checking rusttype-0.7.9 against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] extracting crate rusttype 0.7.9 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rusttype 0.7.9 on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rusttype 0.7.9 [INFO] removed 3 missing examples [INFO] finished tweaking crates.io crate rusttype 0.7.9 [INFO] tweaked toml for crates.io crate rusttype 0.7.9 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate rusttype 0.7.9 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 65a734e0b4174103aced2d154f29dbfc1bab2d914f9d13c435c23ea1c05fcde5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "65a734e0b4174103aced2d154f29dbfc1bab2d914f9d13c435c23ea1c05fcde5"` [INFO] [stderr] Compiling cc v1.0.42 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking rusttype v0.8.0 [INFO] [stderr] Checking backtrace v0.3.37 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking rusttype v0.7.9 (/opt/rustwide/workdir) [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Checking glutin v0.21.1 [INFO] [stderr] error: couldn't read tests/../fonts/Roboto-Regular.ttf: No such file or directory (os error 2) [INFO] [stderr] --> tests/issues.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | static ROBOTO_REGULAR: &[u8] = include_bytes!("../fonts/Roboto-Regular.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rusttype`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read examples/../fonts/wqy-microhei/WenQuanYiMicroHei.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/simple.rs:5:21 [INFO] [stderr] | [INFO] [stderr] 5 | let font_data = include_bytes!("../fonts/wqy-microhei/WenQuanYiMicroHei.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rusttype`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read benches/../fonts/dejavu/DejaVuSansMono.ttf: No such file or directory (os error 2) [INFO] [stderr] --> benches/draw.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | Font::from_bytes(include_bytes!("../fonts/dejavu/DejaVuSansMono.ttf") as &[u8]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read benches/../fonts/opensans/OpenSans-Italic.ttf: No such file or directory (os error 2) [INFO] [stderr] --> benches/draw.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | Font::from_bytes(include_bytes!("../fonts/opensans/OpenSans-Italic.ttf") as &[u8]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read examples/../fonts/wqy-microhei/WenQuanYiMicroHei.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/image.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | let font_data = include_bytes!("../fonts/wqy-microhei/WenQuanYiMicroHei.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/../fonts/dejavu/DejaVuSansMono.ttf: No such file or directory (os error 2) [INFO] [stderr] --> tests/render_reference.rs:7:26 [INFO] [stderr] | [INFO] [stderr] 7 | Font::from_bytes(include_bytes!("../fonts/dejavu/DejaVuSansMono.ttf") as &[u8]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/../fonts/opensans/OpenSans-Italic.ttf: No such file or directory (os error 2) [INFO] [stderr] --> tests/render_reference.rs:9:26 [INFO] [stderr] | [INFO] [stderr] 9 | Font::from_bytes(include_bytes!("../fonts/opensans/OpenSans-Italic.ttf") as &[u8]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `rusttype`. [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 `rusttype`. [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 `rusttype`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: couldn't read examples/../fonts/wqy-microhei/WenQuanYiMicroHei.ttf: No such file or directory (os error 2) [INFO] [stderr] --> examples/gpu_cache.rs:50:21 [INFO] [stderr] | [INFO] [stderr] 50 | let font_data = include_bytes!("../fonts/wqy-microhei/WenQuanYiMicroHei.ttf"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rusttype::gpu_cache` [INFO] [stderr] --> examples/gpu_cache.rs:2:15 [INFO] [stderr] | [INFO] [stderr] 2 | use rusttype::gpu_cache::Cache; [INFO] [stderr] | ^^^^^^^^^ could not find `gpu_cache` in `rusttype` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rusttype`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "65a734e0b4174103aced2d154f29dbfc1bab2d914f9d13c435c23ea1c05fcde5"` [INFO] running `"docker" "rm" "-f" "65a734e0b4174103aced2d154f29dbfc1bab2d914f9d13c435c23ea1c05fcde5"` [INFO] [stdout] 65a734e0b4174103aced2d154f29dbfc1bab2d914f9d13c435c23ea1c05fcde5