[INFO] fetching crate phil-core 0.4.0...
[INFO] checking phil-core-0.4.0 against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] extracting crate phil-core 0.4.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate phil-core 0.4.0
[INFO] finished tweaking crates.io crate phil-core 0.4.0
[INFO] tweaked toml for crates.io crate phil-core 0.4.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate phil-core 0.4.0 on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 312 packages to latest compatible versions
[INFO] [stderr]       Adding bytes v1.1.0 (available: v1.12.1)
[INFO] [stderr]       Adding form_urlencoded v1.0.1 (available: v1.2.2)
[INFO] [stderr]       Adding mongodb v1.2.5 (available: v3.8.0)
[INFO] [stderr]       Adding percent-encoding v2.1.0 (available: v2.3.2)
[INFO] [stderr]       Adding rand v0.7.3 (available: v0.10.2)
[INFO] [stderr]       Adding subtle v2.4.1 (available: v2.6.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.19)
[INFO] [stderr]       Adding typed-builder v0.7.1 (available: v0.23.2)
[INFO] [stderr]       Adding unicase v2.6.0 (available: v2.9.0)
[INFO] [stderr]       Adding url v2.3.0 (available: v2.5.8)
[INFO] [stderr]       Adding uuid v0.8.2 (available: v1.24.0)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4
[INFO] running `Command { std: "docker" "start" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4", 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" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4", 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" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking value-bag v1.13.2
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling autocfg v0.1.8
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]    Compiling siphasher v0.2.3
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling string_cache_shared v0.3.0
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling phf_shared v0.7.24
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]     Checking percent-encoding v2.1.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking event-listener v5.4.2
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling cfg_aliases v0.2.2
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking base64 v0.12.3
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking phf v0.7.24
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking aho-corasick v1.1.5
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]     Checking subtle v2.4.1
[INFO] [stderr]     Checking url v2.3.0
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking ucd-trie v0.1.7
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling err-derive v0.2.4
[INFO] [stderr]     Checking pest v2.8.8
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking base64 v0.11.0
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling hyperx v1.4.0
[INFO] [stderr]     Checking async-compression v0.3.15
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling phf_generator v0.7.24
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]    Compiling phf_codegen v0.7.24
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_pcg v0.2.1
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]    Compiling string_cache v0.7.5
[INFO] [stderr]    Compiling markup5ever v0.7.5
[INFO] [stderr]     Checking semver-parser v0.10.3
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a10470d530d55f1e -C extra-filename=-6587438261da4486 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-97307b84563a2c10.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/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="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d4e65beaf604c684 -C extra-filename=-3fc45be5d58fa2f1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-12164dedcc9c97c0.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-d4bc5dcbcaabc690.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4", kill_on_drop: false }`
[INFO] [stdout] a53a24c78bdf378c7c5b040b9f647a508799351f6365ebe08b33da00e4155dc4
