[INFO] cloning repository https://github.com/oofdog/wlgreet [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/oofdog/wlgreet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foofdog%2Fwlgreet", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foofdog%2Fwlgreet'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4425d296b81550cce01f044fbd7ff083e37550f4 [INFO] checking oofdog/wlgreet against master#339e19697a39a78f4d669c217b7d21109215de41 for pr-81213 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foofdog%2Fwlgreet" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oofdog/wlgreet on toolchain 339e19697a39a78f4d669c217b7d21109215de41 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/oofdog/wlgreet [INFO] finished tweaking git repo https://github.com/oofdog/wlgreet [INFO] tweaked toml for git repo https://github.com/oofdog/wlgreet written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/oofdog/wlgreet already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 50fc7f3a5b2c8920e9dd704e71807daf7f9597fdbc264996d31a5de7e8c62ca7 [INFO] running `Command { std: "docker" "start" "-a" "50fc7f3a5b2c8920e9dd704e71807daf7f9597fdbc264996d31a5de7e8c62ca7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50fc7f3a5b2c8920e9dd704e71807daf7f9597fdbc264996d31a5de7e8c62ca7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50fc7f3a5b2c8920e9dd704e71807daf7f9597fdbc264996d31a5de7e8c62ca7", kill_on_drop: false }` [INFO] [stdout] 50fc7f3a5b2c8920e9dd704e71807daf7f9597fdbc264996d31a5de7e8c62ca7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:21f1ed92105a0ef9b0d27ad8bdeb7f36f9f01ac17fffe3a3f3dc5241fc25d8f4" "/opt/rustwide/cargo-home/bin/cargo" "+339e19697a39a78f4d669c217b7d21109215de41" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6a160ce425aaed63d61524ebea4d2dfb707443b5f8a4dc76f593b463223d9d9c [INFO] running `Command { std: "docker" "start" "-a" "6a160ce425aaed63d61524ebea4d2dfb707443b5f8a4dc76f593b463223d9d9c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking getopts v0.2.21 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking rusttype v0.8.2 [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 time v0.1.42 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling thiserror-impl v1.0.14 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking os_pipe v0.8.2 [INFO] [stderr] Checking thiserror v1.0.14 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking serde_json v1.0.50 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking greetd_ipc v0.6.0 [INFO] [stderr] Checking wlgreet v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.95s [INFO] running `Command { std: "docker" "inspect" "6a160ce425aaed63d61524ebea4d2dfb707443b5f8a4dc76f593b463223d9d9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a160ce425aaed63d61524ebea4d2dfb707443b5f8a4dc76f593b463223d9d9c", kill_on_drop: false }` [INFO] [stdout] 6a160ce425aaed63d61524ebea4d2dfb707443b5f8a4dc76f593b463223d9d9c