[INFO] cloning repository https://github.com/azriel91/disposition
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/azriel91/disposition" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazriel91%2Fdisposition", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazriel91%2Fdisposition'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a5c8d002fcd559750743e12dc5d8e40227b9da95
[INFO] checking azriel91/disposition against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazriel91%2Fdisposition" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/azriel91/disposition
[INFO] finished tweaking git repo https://github.com/azriel91/disposition
[INFO] tweaked toml for git repo https://github.com/azriel91/disposition written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/azriel91/disposition on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/azriel91/disposition 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd6919ae04b8ac80611afb73b71a45fe18037160909f4c56d7511fa795ed3f74
[INFO] running `Command { std: "docker" "start" "-a" "cd6919ae04b8ac80611afb73b71a45fe18037160909f4c56d7511fa795ed3f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd6919ae04b8ac80611afb73b71a45fe18037160909f4c56d7511fa795ed3f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd6919ae04b8ac80611afb73b71a45fe18037160909f4c56d7511fa795ed3f74", kill_on_drop: false }`
[INFO] [stdout] cd6919ae04b8ac80611afb73b71a45fe18037160909f4c56d7511fa795ed3f74
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d6f2134f243edc05d557b6bdcd3662f2eca99e1661c6fa0172c07b973c5698ac
[INFO] running `Command { std: "docker" "start" "-a" "d6f2134f243edc05d557b6bdcd3662f2eca99e1661c6fa0172c07b973c5698ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking grid v1.0.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]     Checking konst_macro_rules v0.2.19
[INFO] [stderr]     Checking dioxus-core-types v0.7.9
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking konst v0.2.20
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling quick-xml v0.39.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.9
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking const_format v0.2.36
[INFO] [stderr]     Checking annotate-snippets v0.12.16
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking jiff v0.2.24
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.7.9
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]    Compiling dioxus-document v0.7.9
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking sledgehammer_utils v0.3.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling dioxus-web v0.7.9
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling dioxus-config-macro v0.7.9
[INFO] [stderr]     Checking dioxus-config-macros v0.7.9
[INFO] [stderr]     Checking workspace_tests v0.1.0 (/opt/rustwide/workdir/workspace_tests)
[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/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=49db603589830fd9 -C extra-filename=-83bfe2aec826397a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-9ad543c207e06316.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-3f6d5c6354205501.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-af4dab7b77cddc19.rmeta --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" "d6f2134f243edc05d557b6bdcd3662f2eca99e1661c6fa0172c07b973c5698ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6f2134f243edc05d557b6bdcd3662f2eca99e1661c6fa0172c07b973c5698ac", kill_on_drop: false }`
[INFO] [stdout] d6f2134f243edc05d557b6bdcd3662f2eca99e1661c6fa0172c07b973c5698ac
