[INFO] cloning repository https://github.com/UberMetroid/trance
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/UberMetroid/trance" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUberMetroid%2Ftrance", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUberMetroid%2Ftrance'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ba5aa7624104850fe41f7bed1e12df31d789fe40
[INFO] checking UberMetroid/trance against 49a6044d37d694890450f52ceaceb66277a36b1e for pr-161154
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUberMetroid%2Ftrance" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/UberMetroid/trance
[INFO] finished tweaking git repo https://github.com/UberMetroid/trance
[INFO] tweaked toml for git repo https://github.com/UberMetroid/trance written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/UberMetroid/trance on toolchain 49a6044d37d694890450f52ceaceb66277a36b1e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/UberMetroid/trance 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" "+49a6044d37d694890450f52ceaceb66277a36b1e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: idle-daemon/Cargo.toml: file `/workspace/builds/worker-4-tc2/source/idle-daemon/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `idle-daemon`
[INFO] [stderr]   * `bin` target `idlescreen-daemon`
[INFO] [stderr] warning: `idle-daemon` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909
[INFO] running `Command { std: "docker" "start" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909", 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" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909", 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" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909" "/opt/rustwide/cargo-home/bin/cargo" "+49a6044d37d694890450f52ceaceb66277a36b1e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: idle-daemon/Cargo.toml: file `/opt/rustwide/workdir/idle-daemon/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `idle-daemon`
[INFO] [stderr]   * `bin` target `idlescreen-daemon`
[INFO] [stderr] warning: `idle-daemon` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]    Compiling wayland-client v0.31.15
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling wayland-backend v0.3.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling naga v28.0.0
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling wgpu-hal v28.0.1
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.10
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling wgpu-core v28.0.1
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking syn v2.0.119
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling wgpu v28.0.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling wayland-scanner v0.31.11
[INFO] [stderr]     Checking inotify v0.11.4
[INFO] [stderr]    Compiling toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking sysinfo v0.39.6
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking idle-plugins-all v3.2.0 (/opt/rustwide/workdir/idle-plugins-all)
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr] error: could not compile `serde_core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name serde_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.229/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="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=71c6056f0e4a9a79 -C extra-filename=-f93df072facdd6a4 --out-dir /opt/rustwide/target/debug/build/serde_core/f93df072facdd6a4/out --cap-lints allow --cap-lints=forbid --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/49a6044d37d694890450f52ceaceb66277a36b1e/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/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="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=be734a1d7acca22c -C extra-filename=-7820bd67844a5b61 --out-dir /opt/rustwide/target/debug/build/ash/7820bd67844a5b61/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out --extern libloading=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out/liblibloading-d21983df834c79db.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909", kill_on_drop: false }`
[INFO] [stdout] 28ee7f95bb16e5f7d938494080d63f9e864c3fd5f3ce225639f313d44d5f3909
