[INFO] cloning repository https://github.com/thunderseethe/type-inference-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thunderseethe/type-inference-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderseethe%2Ftype-inference-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderseethe%2Ftype-inference-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d5f92dffe9d05155084b31a0de82a79ccbb30408 [INFO] checking thunderseethe/type-inference-example against try#f3d95de532264a1215023baa665c0028aecf74b1 for pr-148477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderseethe%2Ftype-inference-example" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/thunderseethe/type-inference-example [INFO] finished tweaking git repo https://github.com/thunderseethe/type-inference-example [INFO] tweaked toml for git repo https://github.com/thunderseethe/type-inference-example written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thunderseethe/type-inference-example on toolchain f3d95de532264a1215023baa665c0028aecf74b1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/thunderseethe/type-inference-example 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" "+f3d95de532264a1215023baa665c0028aecf74b1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c104773da3b7794fa5ff8074270dc3a9e50ab82e66d176481083f9f2dbeb7241 [INFO] running `Command { std: "docker" "start" "-a" "c104773da3b7794fa5ff8074270dc3a9e50ab82e66d176481083f9f2dbeb7241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c104773da3b7794fa5ff8074270dc3a9e50ab82e66d176481083f9f2dbeb7241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c104773da3b7794fa5ff8074270dc3a9e50ab82e66d176481083f9f2dbeb7241", kill_on_drop: false }` [INFO] [stdout] c104773da3b7794fa5ff8074270dc3a9e50ab82e66d176481083f9f2dbeb7241 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e03127d54a7c6ef1fb4a461973d5999f37c646b9248be576597ee8f5997cfd58 [INFO] running `Command { std: "docker" "start" "-a" "e03127d54a7c6ef1fb4a461973d5999f37c646b9248be576597ee8f5997cfd58", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking typed-arena v2.0.2 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Compiling cranelift-assembler-x64-meta v0.118.0 [INFO] [stderr] Compiling pulley-interpreter v31.0.0 [INFO] [stderr] Compiling cranelift-bitset v0.118.0 [INFO] [stderr] Checking leb128fmt v0.1.0 [INFO] [stderr] Compiling cranelift-isle v0.118.0 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Compiling jobserver v0.1.33 [INFO] [stderr] Checking bumpalo v3.18.1 [INFO] [stderr] Compiling cranelift-codegen-shared v0.118.0 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Checking ena v0.14.3 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking dissimilar v1.0.9 [INFO] [stderr] Compiling cc v1.2.27 [INFO] [stderr] Checking expect-test v1.5.1 [INFO] [stderr] Checking wasmtime-math v31.0.0 [INFO] [stderr] Compiling wasmparser v0.226.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking pretty v0.12.3 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling wasm-encoder v0.234.0 [INFO] [stderr] Checking sized-chunks v0.6.5 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling wasm-encoder v0.226.0 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Checking cobs v0.2.3 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling id-arena v2.2.1 [INFO] [stderr] Compiling cranelift-assembler-x64 v0.118.0 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking cranelift-control v0.118.0 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Compiling wasmtime-component-macro v31.0.0 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking wasmtime-component-util v31.0.0 [INFO] [stderr] Compiling wasmparser v0.227.1 [INFO] [stderr] Compiling wasmtime-cache v31.0.0 [INFO] [stderr] Checking rustc-demangle v0.1.25 [INFO] [stderr] Compiling wasm-encoder v0.227.1 [INFO] [stderr] Checking debugid v0.8.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking wast v234.0.0 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking wasmtime-asm-macros v31.0.0 [INFO] [stderr] Checking types-base v0.1.0 (/opt/rustwide/workdir/types/base) [INFO] [stderr] Checking anstream v0.6.19 [INFO] [stderr] Checking types-items v0.1.0 (/opt/rustwide/workdir/types/items) [INFO] [stderr] Checking types-rows v0.1.0 (/opt/rustwide/workdir/types/rows) [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking lowering-base v0.1.0 (/opt/rustwide/workdir/lowering/base) [INFO] [stderr] Checking simplify-base v0.1.0 (/opt/rustwide/workdir/simplify/base) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> simplify/base/src/lib.rs:266:6 [INFO] [stdout] | [INFO] [stdout] 266 | Ty(&'a Type), [INFO] [stdout] | -- ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 266 - Ty(&'a Type), [INFO] [stdout] 266 + Ty(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking monomorph-base v0.1.0 (/opt/rustwide/workdir/monomorph/base) [INFO] [stderr] Checking closure-convert-base v0.1.0 (/opt/rustwide/workdir/closure_convert/base) [INFO] [stderr] Checking ittapi v0.4.0 [INFO] [stderr] Checking wasmtime-jit-icache-coherence v31.0.0 [INFO] [stderr] Checking jiff v0.2.14 [INFO] [stderr] Checking wasmtime-slab v31.0.0 [INFO] [stderr] Checking sptr v0.3.2 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking lowering-rows v0.1.0 (/opt/rustwide/workdir/lowering/rows) [INFO] [stderr] Compiling cranelift-codegen-meta v0.118.0 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking lowering-items v0.1.0 (/opt/rustwide/workdir/lowering/items) [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/f3d95de532264a1215023baa665c0028aecf74b1/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.103/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-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=6cdccf73fba8f507 -C extra-filename=-bc68c861693c37b6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-09040b10b620fa15.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-bff949ffe258c67d.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-b3925cc8f83e9ac1.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" "e03127d54a7c6ef1fb4a461973d5999f37c646b9248be576597ee8f5997cfd58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e03127d54a7c6ef1fb4a461973d5999f37c646b9248be576597ee8f5997cfd58", kill_on_drop: false }` [INFO] [stdout] e03127d54a7c6ef1fb4a461973d5999f37c646b9248be576597ee8f5997cfd58