[INFO] cloning repository https://github.com/illef/illef-wm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/illef/illef-wm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillef%2Fillef-wm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillef%2Fillef-wm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 301839b23e1abd6093fd23c4b3014578f87370d4
[INFO] checking illef/illef-wm against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillef%2Fillef-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/illef/illef-wm on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/illef/illef-wm
[INFO] finished tweaking git repo https://github.com/illef/illef-wm
[INFO] tweaked toml for git repo https://github.com/illef/illef-wm written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/illef/illef-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" "+5fee451ebd94296ea05214e819c311e164b30af6" "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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 800f33b96bf1300618c9eba13ff9ac3b4c38cc9b905a510c7642f2acd219cda7
[INFO] running `Command { std: "docker" "start" "-a" "800f33b96bf1300618c9eba13ff9ac3b4c38cc9b905a510c7642f2acd219cda7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "800f33b96bf1300618c9eba13ff9ac3b4c38cc9b905a510c7642f2acd219cda7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "800f33b96bf1300618c9eba13ff9ac3b4c38cc9b905a510c7642f2acd219cda7", kill_on_drop: false }`
[INFO] [stdout] 800f33b96bf1300618c9eba13ff9ac3b4c38cc9b905a510c7642f2acd219cda7
[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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 756d3cdfefe6adec7a11ae1f530959e3a0b8c3503853374d1638e52438351ce3
[INFO] running `Command { std: "docker" "start" "-a" "756d3cdfefe6adec7a11ae1f530959e3a0b8c3503853374d1638e52438351ce3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling x11rb v0.12.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking anymap v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking const-cstr v0.3.0
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v4.0.1
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/yeslogic-fontconfig-sys-6d63a770c2c5516e/build_script_build-6d63a770c2c5516e.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/yeslogic-fontconfig-sys-6d63a770c2c5516e/dep-build-script-build-script-build`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/x11-e67b141639b09aad/output`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaBWdoCD"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `tracing-log` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "756d3cdfefe6adec7a11ae1f530959e3a0b8c3503853374d1638e52438351ce3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "756d3cdfefe6adec7a11ae1f530959e3a0b8c3503853374d1638e52438351ce3", kill_on_drop: false }`
[INFO] [stdout] 756d3cdfefe6adec7a11ae1f530959e3a0b8c3503853374d1638e52438351ce3
