[INFO] cloning repository https://github.com/arlohb/lime_wm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arlohb/lime_wm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farlohb%2Flime_wm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farlohb%2Flime_wm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f669910a10f417153d72404ef6a1d422416da0a2 [INFO] checking arlohb/lime_wm against try#3652eaba14e5de752eaa5a8ffcac7132f9244f07 for pr-139272 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farlohb%2Flime_wm" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/arlohb/lime_wm on toolchain 3652eaba14e5de752eaa5a8ffcac7132f9244f07 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/arlohb/lime_wm [INFO] finished tweaking git repo https://github.com/arlohb/lime_wm [INFO] tweaked toml for git repo https://github.com/arlohb/lime_wm written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/arlohb/lime_wm already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 450c79b2e3e7d76571403a1129ed4dc12ffbbe460f315082698f330e48653558 [INFO] running `Command { std: "docker" "start" "-a" "450c79b2e3e7d76571403a1129ed4dc12ffbbe460f315082698f330e48653558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "450c79b2e3e7d76571403a1129ed4dc12ffbbe460f315082698f330e48653558", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "450c79b2e3e7d76571403a1129ed4dc12ffbbe460f315082698f330e48653558", kill_on_drop: false }` [INFO] [stdout] 450c79b2e3e7d76571403a1129ed4dc12ffbbe460f315082698f330e48653558 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+3652eaba14e5de752eaa5a8ffcac7132f9244f07" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2e56ff40b35a7b5d2d333d7dcf90ce9e887b5463aab354965328502bd78b9df [INFO] running `Command { std: "docker" "start" "-a" "c2e56ff40b35a7b5d2d333d7dcf90ce9e887b5463aab354965328502bd78b9df", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Checking libloading v0.7.3 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Compiling drm-sys v0.1.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling wayland-sys v0.30.0-beta.8 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling drm-fourcc v2.2.0 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling slotmap v1.0.6 [INFO] [stderr] Compiling libdbus-sys v0.2.2 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling gbm-sys v0.2.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling input-sys v1.16.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-backend v0.1.0-beta.8 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking arc-swap v1.5.1 [INFO] [stderr] Compiling cgmath v0.18.0 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Checking approx v0.4.0 [INFO] [stderr] Checking nix v0.24.2 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Checking nix v0.22.3 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Compiling smithay v0.3.0 (https://github.com/Smithay/smithay?rev=32d9be7#32d9be78) [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking udev v0.6.3 [INFO] [stderr] Checking slog-scope v4.4.0 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking deflate v1.0.0 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking num_threads v0.1.6 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling slog-async v2.7.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking png v0.17.5 [INFO] [stderr] Checking dbus v0.9.6 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling wayland-scanner v0.30.0-beta.8 [INFO] [stderr] Checking thiserror v1.0.31 [INFO] [stderr] Checking time v0.3.11 [INFO] [stderr] Checking input v0.7.1 [INFO] [stderr] Checking slog-stdlog v4.1.1 [INFO] [stderr] Checking drm-ffi v0.2.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking drm v0.6.2 [INFO] [stderr] Checking term v0.7.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking xkbcommon v0.4.0 [INFO] [stderr] Checking x11rb-protocol v0.10.0 [INFO] [stderr] Checking calloop v0.10.1 [INFO] [stderr] Checking bytemuck v1.11.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking scan_fmt v0.2.6 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling lime_wm v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking appendlist v1.4.0 [INFO] [stderr] Checking slog-term v2.9.0 [INFO] [stderr] Checking image v0.24.3 [INFO] [stderr] Checking gbm v0.8.0 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking fps_ticker v1.0.0 [INFO] [stderr] Checking wayland-server v0.30.0-beta.8 [INFO] [stderr] Checking wayland-protocols v0.30.0-beta.8 [INFO] [stderr] Checking x11rb v0.10.1 [INFO] [stderr] Checking wayland-protocols-wlr v0.1.0-beta.8 [INFO] [stdout] error[E0277]: `<::Device as ApiDevice>::Renderer` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/smithay-312425d48e59d8c8/32d9be7/src/backend/renderer/multigpu/mod.rs:609:5 [INFO] [stdout] | [INFO] [stdout] 606 | #[derive(Debug)] [INFO] [stdout] | ----- in this derive macro expansion [INFO] [stdout] ... [INFO] [stdout] 609 | render: RenderDevice<'a, R>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `<::Device as ApiDevice>::Renderer` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::fmt::Debug` is not implemented for `<::Device as ApiDevice>::Renderer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `smithay` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c2e56ff40b35a7b5d2d333d7dcf90ce9e887b5463aab354965328502bd78b9df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2e56ff40b35a7b5d2d333d7dcf90ce9e887b5463aab354965328502bd78b9df", kill_on_drop: false }` [INFO] [stdout] c2e56ff40b35a7b5d2d333d7dcf90ce9e887b5463aab354965328502bd78b9df