[INFO] cloning repository https://github.com/Ostrale/IsoDraw [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ostrale/IsoDraw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOstrale%2FIsoDraw", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOstrale%2FIsoDraw'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2a67bb4c1d7150dde296f7da907a02f7f58850b1 [INFO] checking Ostrale/IsoDraw against try#4907eac94165faff6c5e5e015670b1c584275f7b for pr-154149 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOstrale%2FIsoDraw" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Ostrale/IsoDraw [INFO] finished tweaking git repo https://github.com/Ostrale/IsoDraw [INFO] tweaked toml for git repo https://github.com/Ostrale/IsoDraw written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Ostrale/IsoDraw on toolchain 4907eac94165faff6c5e5e015670b1c584275f7b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4907eac94165faff6c5e5e015670b1c584275f7b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Ostrale/IsoDraw 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" "+4907eac94165faff6c5e5e015670b1c584275f7b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4907eac94165faff6c5e5e015670b1c584275f7b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2601cc4f91d8ad391c981fd461a91e22f88a7ea267dd094135b42d35cfaee2fd [INFO] running `Command { std: "docker" "start" "-a" "2601cc4f91d8ad391c981fd461a91e22f88a7ea267dd094135b42d35cfaee2fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2601cc4f91d8ad391c981fd461a91e22f88a7ea267dd094135b42d35cfaee2fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2601cc4f91d8ad391c981fd461a91e22f88a7ea267dd094135b42d35cfaee2fd", kill_on_drop: false }` [INFO] [stdout] 2601cc4f91d8ad391c981fd461a91e22f88a7ea267dd094135b42d35cfaee2fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+4907eac94165faff6c5e5e015670b1c584275f7b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f3df684903573ec3f10d45056f6fc5fb7280f83d357519cd64c4335f5b701a1 [INFO] running `Command { std: "docker" "start" "-a" "1f3df684903573ec3f10d45056f6fc5fb7280f83d357519cd64c4335f5b701a1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking unicode-ident v1.0.22 [INFO] [stderr] Compiling bumpalo v3.19.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.108 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Compiling zerocopy v0.8.36 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling wasm-bindgen v0.2.108 [INFO] [stderr] Checking longest-increasing-subsequence v0.1.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling slotmap v1.1.1 [INFO] [stderr] Checking dioxus-core-types v0.7.3 [INFO] [stderr] Compiling smallbox v0.8.8 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling zmij v1.0.17 [INFO] [stderr] Compiling lazy-js-bundle v0.7.3 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking bumpslab v0.2.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking generic-array v0.14.7 [INFO] [stderr] Compiling execute-command-tokens v0.1.9 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Checking syn v1.0.109 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling interprocess v1.2.1 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking memmap2 v0.9.9 [INFO] [stderr] Checking const_format v0.2.35 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking futures-lite v2.6.1 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking keyboard-types v0.7.0 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking inotify v0.9.6 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking filetime v0.2.27 [INFO] [stderr] Checking generic-array v1.3.5 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Compiling dioxus-interpreter-js v0.7.3 [INFO] [stderr] Compiling dioxus-document v0.7.3 [INFO] [stderr] Checking spinning v0.1.0 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking data-encoding v2.10.0 [INFO] [stderr] Checking intmap v0.7.1 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Checking to_method v1.1.0 [INFO] [stderr] Checking blocking v1.6.2 [INFO] [stderr] Checking chrono v0.4.43 [INFO] [stderr] Compiling dioxus-web v0.7.3 [INFO] [stderr] Checking sledgehammer_utils v0.3.1 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking notify v5.2.0 [INFO] [stderr] Checking send_wrapper v0.6.0 [INFO] [stderr] Compiling dioxus-config-macro v0.7.3 [INFO] [stderr] Checking dioxus-config-macros v0.7.3 [INFO] [stderr] Compiling dioxus-core v0.3.3 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.108 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling macro-string v0.1.4 [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/4907eac94165faff6c5e5e015670b1c584275f7b/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.114/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="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=344ed1c70c71798a -C extra-filename=-2b0a85732a3c0c36 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-1128c583579f39ea.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-d0610d059c1b20ed.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-9533002ac35f5809.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" "1f3df684903573ec3f10d45056f6fc5fb7280f83d357519cd64c4335f5b701a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f3df684903573ec3f10d45056f6fc5fb7280f83d357519cd64c4335f5b701a1", kill_on_drop: false }` [INFO] [stdout] 1f3df684903573ec3f10d45056f6fc5fb7280f83d357519cd64c4335f5b701a1