[INFO] cloning repository https://github.com/knutwalker/danger-noodle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/knutwalker/danger-noodle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknutwalker%2Fdanger-noodle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknutwalker%2Fdanger-noodle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2ca50ffaa12ddd8047d0e59f154112068ffeaf96 [INFO] checking knutwalker/danger-noodle against master#2ad5292aea6328113b55968b4322528d48261316 for pr-80243 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fknutwalker%2Fdanger-noodle" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/knutwalker/danger-noodle on toolchain 2ad5292aea6328113b55968b4322528d48261316 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2ad5292aea6328113b55968b4322528d48261316" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/knutwalker/danger-noodle [INFO] finished tweaking git repo https://github.com/knutwalker/danger-noodle [INFO] tweaked toml for git repo https://github.com/knutwalker/danger-noodle written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/knutwalker/danger-noodle already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2ad5292aea6328113b55968b4322528d48261316" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+2ad5292aea6328113b55968b4322528d48261316" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5eb616648ddfa739b47a372ea72115ed02a9d8dcf6f610dea4260ff9704b88df [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" "5eb616648ddfa739b47a372ea72115ed02a9d8dcf6f610dea4260ff9704b88df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5eb616648ddfa739b47a372ea72115ed02a9d8dcf6f610dea4260ff9704b88df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eb616648ddfa739b47a372ea72115ed02a9d8dcf6f610dea4260ff9704b88df", kill_on_drop: false }` [INFO] [stdout] 5eb616648ddfa739b47a372ea72115ed02a9d8dcf6f610dea4260ff9704b88df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+2ad5292aea6328113b55968b4322528d48261316" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01e8bbd7c220d8f1aaa07a0602e6e49dc123b27f2fbffe9c5e77aa8ed3f4642b [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" "01e8bbd7c220d8f1aaa07a0602e6e49dc123b27f2fbffe9c5e77aa8ed3f4642b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking futures-core v0.3.7 [INFO] [stderr] Checking futures-io v0.3.7 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking fastrand v1.4.0 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Compiling glam v0.9.5 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking vec-arena v1.0.0 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling bevy-glsl-to-spirv v0.2.0 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking futures-sink v0.3.7 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Checking rectangle-pack v0.2.0 [INFO] [stderr] Checking futures-task v0.3.7 [INFO] [stdout] error: at least one of the "x11"/"wayland" features must be enabled [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/winit-0.23.0/build.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | compile_error!("at least one of the \"x11\"/\"wayland\" features must be enabled"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winit` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "01e8bbd7c220d8f1aaa07a0602e6e49dc123b27f2fbffe9c5e77aa8ed3f4642b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01e8bbd7c220d8f1aaa07a0602e6e49dc123b27f2fbffe9c5e77aa8ed3f4642b", kill_on_drop: false }` [INFO] [stdout] 01e8bbd7c220d8f1aaa07a0602e6e49dc123b27f2fbffe9c5e77aa8ed3f4642b