[INFO] cloning repository https://github.com/thickkoezz/rust-calculator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thickkoezz/rust-calculator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthickkoezz%2Frust-calculator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthickkoezz%2Frust-calculator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 50aef9d8842eeee5915e96c0738aeded40954734
[INFO] checking thickkoezz/rust-calculator against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthickkoezz%2Frust-calculator" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thickkoezz/rust-calculator
[INFO] finished tweaking git repo https://github.com/thickkoezz/rust-calculator
[INFO] tweaked toml for git repo https://github.com/thickkoezz/rust-calculator written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thickkoezz/rust-calculator on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thickkoezz/rust-calculator 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e
[INFO] running `Command { std: "docker" "start" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling wayland-client v0.31.10
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling palette v0.6.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]     Checking cursor-icon v1.1.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking khronos-egl v4.1.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking wgpu-types v0.15.2
[INFO] [stderr]    Compiling crossfont v0.5.2
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking wayland-client v0.29.5
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking glam v0.21.3
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking raw-window-handle v0.3.4
[INFO] [stderr]     Checking svg_fmt v0.4.5
[INFO] [stderr]     Checking const_panic v0.2.12
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking lyon_geom v1.0.6
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking clap_builder v4.5.37
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling wayland-backend v0.3.10
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking lyon_path v1.0.7
[INFO] [stderr]     Checking wayland-protocols v0.29.5
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking lyon_tessellation v1.0.15
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking lyon_algorithms v1.0.5
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr] error: could not compile `x11rb-protocol` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/165655a2f1981fef27b31c547ad7631979fc5139/bin/rustc --crate-name x11rb_protocol --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/x11rb-protocol-0.13.1/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-extensions", "composite", "damage", "dbe", "default", "dpms", "dri2", "dri3", "extra-traits", "glx", "present", "randr", "record", "render", "request-parsing", "res", "resource_manager", "screensaver", "serde", "shape", "shm", "std", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc"))' -C metadata=6be36c13c760cf3b -C extra-filename=-9804ff8d11e5efb7 --out-dir /opt/rustwide/target/debug/build/x11rb-protocol/9804ff8d11e5efb7/out --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e", kill_on_drop: false }`
[INFO] [stdout] 30c115338ca345a4ad32b4f5c1963ea3540b73fa849a1a1d09500a5a746ecc9e
