[INFO] cloning repository https://github.com/Zanehisako/dnd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Zanehisako/dnd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZanehisako%2Fdnd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZanehisako%2Fdnd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 83cda322e40e7e8e3c80e3e2fb15b1e607e5ce91 [INFO] checking Zanehisako/dnd against try#c0a9760914bada211f4924ee16d41ae1a366d2ba for pr-148545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZanehisako%2Fdnd" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Zanehisako/dnd [INFO] finished tweaking git repo https://github.com/Zanehisako/dnd [INFO] tweaked toml for git repo https://github.com/Zanehisako/dnd written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Zanehisako/dnd on toolchain c0a9760914bada211f4924ee16d41ae1a366d2ba [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0a9760914bada211f4924ee16d41ae1a366d2ba" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Zanehisako/dnd 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" "+c0a9760914bada211f4924ee16d41ae1a366d2ba" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c0a9760914bada211f4924ee16d41ae1a366d2ba" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 26cb078709de7e3bfbc49d6e174707c398d7a948cca68043b1366b26e6e210a8 [INFO] running `Command { std: "docker" "start" "-a" "26cb078709de7e3bfbc49d6e174707c398d7a948cca68043b1366b26e6e210a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "26cb078709de7e3bfbc49d6e174707c398d7a948cca68043b1366b26e6e210a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26cb078709de7e3bfbc49d6e174707c398d7a948cca68043b1366b26e6e210a8", kill_on_drop: false }` [INFO] [stdout] 26cb078709de7e3bfbc49d6e174707c398d7a948cca68043b1366b26e6e210a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c0a9760914bada211f4924ee16d41ae1a366d2ba" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9bba7440f4623bcb7da1f6cef6d59a5d72349e2df044a6143c7df980db1448c1 [INFO] running `Command { std: "docker" "start" "-a" "9bba7440f4623bcb7da1f6cef6d59a5d72349e2df044a6143c7df980db1448c1", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cc v1.1.10 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling indexmap v2.3.0 [INFO] [stderr] Compiling serde v1.0.207 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking ahash v0.7.8 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking cpufeatures v0.2.13 [INFO] [stderr] Checking flate2 v1.0.31 [INFO] [stderr] Checking fontconfig-parser v0.5.7 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking ttf-parser v0.24.1 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking lru v0.12.4 [INFO] [stderr] Compiling const_fn v0.4.10 [INFO] [stderr] Checking fontdb v0.16.2 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking async-executor v1.13.0 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Compiling winit v0.30.1 (https://github.com/iced-rs/winit.git?rev=254d6b3420ce4e674f516f7a2bd440665e05484d#254d6b34) [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Compiling pulldown-cmark v0.11.2 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking gif v0.11.4 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking euclid v0.22.10 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking dpi v0.1.1 (https://github.com/iced-rs/winit.git?rev=254d6b3420ce4e674f516f7a2bd440665e05484d#254d6b34) [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking pulldown-cmark-escape v0.11.0 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling serde_json v1.0.125 [INFO] [stderr] Compiling case v0.1.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Compiling wayland-backend v0.3.6 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking etagere v0.2.13 [INFO] [stderr] Checking guillotiere v0.6.2 [INFO] [stderr] Checking bstr v1.10.0 [INFO] [stderr] Checking owned_ttf_parser v0.24.0 [INFO] [stderr] Checking ab_glyph v0.2.28 [INFO] [stderr] Compiling derive-error v0.0.4 [INFO] [stderr] Checking pom v3.4.0 [INFO] [stderr] Checking wayland-client v0.31.5 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Checking wayland-cursor v0.31.5 [INFO] [stderr] Checking wayland-protocols v0.32.3 [INFO] [stderr] Checking wayland-protocols v0.31.2 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling bytemuck_derive v1.7.0 [INFO] [stderr] Compiling serde_derive v1.0.207 [INFO] [stderr] Compiling enumflags2_derive v0.7.10 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling zvariant_derive v4.2.0 [INFO] [stderr] Compiling zbus_macros v4.4.0 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking thiserror v1.0.63 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking clipboard_x11 v0.4.2 [INFO] [stderr] Checking bytemuck v1.16.3 [INFO] [stderr] Checking palette v0.7.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking font-types v0.6.0 [INFO] [stderr] Checking rustybuzz v0.14.1 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking drm v0.12.0 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking polling v3.7.3 [INFO] [stderr] Checking tiny-xlib v0.2.3 [INFO] [stderr] Checking read-fonts v0.20.0 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking async-io v2.3.4 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking calloop v0.12.4 [INFO] [stderr] Checking naga v0.19.2 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking softbuffer v0.4.5 [INFO] [stderr] Checking calloop-wayland-source v0.2.0 [INFO] [stderr] error: could not compile `wayland-protocols` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0a9760914bada211f4924ee16d41ae1a366d2ba/bin/rustc --crate-name wayland_protocols --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="staging"' --cfg 'feature="unstable"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging", "unstable", "wayland-client", "wayland-server"))' -C metadata=78d039701ab63b18 -C extra-filename=-c2f5d0b4159f9d9f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-2b23c89994425946.rmeta --extern wayland_backend=/opt/rustwide/target/debug/deps/libwayland_backend-a61d987a69fc1781.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-8de950a5da160242.rmeta --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-cd8090a9e53a7146.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `wayland-protocols` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0a9760914bada211f4924ee16d41ae1a366d2ba/bin/rustc --crate-name wayland_protocols --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="staging"' --cfg 'feature="unstable"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging", "unstable", "wayland-client", "wayland-server"))' -C metadata=c14e581a698d55fe -C extra-filename=-772ee431fa66e288 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-2b23c89994425946.rmeta --extern wayland_backend=/opt/rustwide/target/debug/deps/libwayland_backend-a61d987a69fc1781.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-8de950a5da160242.rmeta --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-cd8090a9e53a7146.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "9bba7440f4623bcb7da1f6cef6d59a5d72349e2df044a6143c7df980db1448c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bba7440f4623bcb7da1f6cef6d59a5d72349e2df044a6143c7df980db1448c1", kill_on_drop: false }` [INFO] [stdout] 9bba7440f4623bcb7da1f6cef6d59a5d72349e2df044a6143c7df980db1448c1