[INFO] crate blinds 0.1.0-alpha2 is already in cache [INFO] checking blinds-0.1.0-alpha2 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate blinds 0.1.0-alpha2 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate blinds 0.1.0-alpha2 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate blinds 0.1.0-alpha2 [INFO] finished tweaking crates.io crate blinds 0.1.0-alpha2 [INFO] tweaked toml for crates.io crate blinds 0.1.0-alpha2 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate blinds 0.1.0-alpha2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 03c99008480e4c55fc8725fe47b93b7d068276e1f950b18d73b13bc0452b7376 [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" "03c99008480e4c55fc8725fe47b93b7d068276e1f950b18d73b13bc0452b7376"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.18 [INFO] [stderr] Checking instant v0.1.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Checking rusttype v0.8.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking image v0.22.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking nix v0.11.1 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking num_cpus v1.10.1 [INFO] [stderr] Checking raw-window-handle v0.3.1 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Checking gilrs-core v0.2.4 [INFO] [stderr] Checking gilrs v0.7.2 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha4 [INFO] [stderr] Checking blinds v0.1.0-alpha2 (/opt/rustwide/workdir) [INFO] [stderr] warning: method is never used: `present` [INFO] [stderr] --> src/window.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | pub fn present(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `quick_lifecycle` [INFO] [stderr] --> examples/graphics.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use quick_lifecycle::traits::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `quick_lifecycle` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `present` [INFO] [stderr] --> src/window.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | pub fn present(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `quick_lifecycle` [INFO] [stderr] --> examples/graphics.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use quick_lifecycle::{EventStream, Window, Settings, run_gl}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `quick_lifecycle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Event` [INFO] [stderr] --> examples/graphics.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | if let Event::Draw = event { [INFO] [stderr] | ^^^^^ use of undeclared type or module `Event` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `run` in this scope [INFO] [stderr] --> examples/graphics.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | run(Settings::default(), app); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use blinds::run; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `blinds`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "03c99008480e4c55fc8725fe47b93b7d068276e1f950b18d73b13bc0452b7376"` [INFO] running `"docker" "rm" "-f" "03c99008480e4c55fc8725fe47b93b7d068276e1f950b18d73b13bc0452b7376"` [INFO] [stdout] 03c99008480e4c55fc8725fe47b93b7d068276e1f950b18d73b13bc0452b7376