[INFO] fetching crate wayland-client 0.28.5... [INFO] checking wayland-client-0.28.5 against master#195ad4830e11a544391abe296b146450dea8411b for pr-82781 [INFO] extracting crate wayland-client 0.28.5 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate wayland-client 0.28.5 on toolchain 195ad4830e11a544391abe296b146450dea8411b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wayland-client 0.28.5 [INFO] finished tweaking crates.io crate wayland-client 0.28.5 [INFO] tweaked toml for crates.io crate wayland-client 0.28.5 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate wayland-client 0.28.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef75a3cd8b318e4c4913e0802206d32162f270d2468e0fd4669a81cf3aa7c134 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ef75a3cd8b318e4c4913e0802206d32162f270d2468e0fd4669a81cf3aa7c134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef75a3cd8b318e4c4913e0802206d32162f270d2468e0fd4669a81cf3aa7c134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef75a3cd8b318e4c4913e0802206d32162f270d2468e0fd4669a81cf3aa7c134", kill_on_drop: false }` [INFO] [stdout] ef75a3cd8b318e4c4913e0802206d32162f270d2468e0fd4669a81cf3aa7c134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+195ad4830e11a544391abe296b146450dea8411b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5a4cc4930aa7f694e6f2642d77060e4c6cef1e5c9aee13d55a4877ace84c174 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f5a4cc4930aa7f694e6f2642d77060e4c6cef1e5c9aee13d55a4877ace84c174", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Checking once_cell v1.7.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling wayland-client v0.28.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking wayland-commons v0.28.5 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wayland_protocols` [INFO] [stdout] --> examples/simple_window.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use wayland_protocols::xdg_shell::client::{xdg_surface, xdg_toplevel, xdg_wm_base}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `wayland_protocols` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xdg_wm_base` [INFO] [stdout] --> examples/simple_window.rs:83:30 [INFO] [stdout] | [INFO] [stdout] 83 | .instantiate_exact::(2) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `xdg_wm_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xdg_wm_base` [INFO] [stdout] --> examples/simple_window.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | if let xdg_wm_base::Event::Ping { serial } = event { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `xdg_wm_base` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xdg_surface` [INFO] [stdout] --> examples/simple_window.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | xdg_surface::Event::Configure { serial } => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `xdg_surface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xdg_toplevel` [INFO] [stdout] --> examples/simple_window.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | xdg_toplevel::Event::Close => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `xdg_toplevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xdg_toplevel` [INFO] [stdout] --> examples/simple_window.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | xdg_toplevel::Event::Configure { width, height, states } => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `xdg_toplevel` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-client` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "f5a4cc4930aa7f694e6f2642d77060e4c6cef1e5c9aee13d55a4877ace84c174", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5a4cc4930aa7f694e6f2642d77060e4c6cef1e5c9aee13d55a4877ace84c174", kill_on_drop: false }` [INFO] [stdout] f5a4cc4930aa7f694e6f2642d77060e4c6cef1e5c9aee13d55a4877ace84c174