[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] b98c78ec722e3a6ce2872d4cdb649dfa63fcace6 [INFO] checking thunderseethe/type-inference-example against try#085826be830097e8e3b7832fbae1043acecd26ab for pr-148190-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthunderseethe%2Ftype-inference-example" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/thunderseethe/type-inference-example on toolchain 085826be830097e8e3b7832fbae1043acecd26ab [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+085826be830097e8e3b7832fbae1043acecd26ab" "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" "+085826be830097e8e3b7832fbae1043acecd26ab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+085826be830097e8e3b7832fbae1043acecd26ab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b49c983da4dc6b331298d38b8f560eaf1bd14ae7f0c1602ccafeeb03111ecde [INFO] running `Command { std: "docker" "start" "-a" "4b49c983da4dc6b331298d38b8f560eaf1bd14ae7f0c1602ccafeeb03111ecde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b49c983da4dc6b331298d38b8f560eaf1bd14ae7f0c1602ccafeeb03111ecde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b49c983da4dc6b331298d38b8f560eaf1bd14ae7f0c1602ccafeeb03111ecde", kill_on_drop: false }` [INFO] [stdout] 4b49c983da4dc6b331298d38b8f560eaf1bd14ae7f0c1602ccafeeb03111ecde [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+085826be830097e8e3b7832fbae1043acecd26ab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d2cbbfed2087cd9fd4cdf7651eda28fe431ba6e05a05f726a3d6f906f13d074 [INFO] running `Command { std: "docker" "start" "-a" "2d2cbbfed2087cd9fd4cdf7651eda28fe431ba6e05a05f726a3d6f906f13d074", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking typed-arena v2.0.2 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Checking hashbrown v0.16.1 [INFO] [stderr] Checking ena v0.14.3 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Checking leb128fmt v0.1.0 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling zmij v1.0.16 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.108 [INFO] [stderr] Checking rand_xoshiro v0.6.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking pretty v0.12.5 [INFO] [stderr] Compiling cranelift-srcgen v0.121.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking bumpalo v3.19.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling beef v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling cranelift-isle v0.121.2 [INFO] [stderr] Checking text-size v1.1.1 [INFO] [stderr] Compiling cranelift-assembler-x64-meta v0.121.2 [INFO] [stderr] Compiling cranelift-bitset v0.121.2 [INFO] [stderr] Compiling logos-codegen v0.15.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Checking countme v3.0.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling target-lexicon v0.13.4 [INFO] [stderr] Compiling cranelift-codegen-shared v0.121.2 [INFO] [stderr] Checking dissimilar v1.0.10 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Checking bitmaps v2.1.0 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking expect-test v1.5.1 [INFO] [stderr] Checking rowan v0.16.1 [INFO] [stderr] Checking itoa v1.0.17 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking sized-chunks v0.6.5 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling wasm-encoder v0.235.0 [INFO] [stderr] Checking slab v0.4.11 [INFO] [stderr] Compiling wasm-bindgen v0.2.108 [INFO] [stderr] Compiling wasmparser v0.233.0 [INFO] [stderr] Checking arbitrary v1.4.2 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Compiling wasmparser v0.238.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling cpp_demangle v0.4.5 [INFO] [stderr] Compiling wasm-encoder v0.233.0 [INFO] [stderr] Compiling cc v1.2.53 [INFO] [stderr] Checking wasmtime-math v34.0.2 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Compiling cranelift-assembler-x64 v0.121.2 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking cranelift-control v0.121.2 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling wasm-encoder v0.238.1 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Compiling id-arena v2.3.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking fluent-uri v0.1.4 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking types-base v0.1.0 (/opt/rustwide/workdir/types/base) [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking lowering-base v0.1.0 (/opt/rustwide/workdir/lowering/base) [INFO] [stderr] Checking name-resolution-base v0.1.0 (/opt/rustwide/workdir/name_resolution/base) [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking simplify-base v0.1.0 (/opt/rustwide/workdir/simplify/base) [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> simplify/base/src/lib.rs:264:6 [INFO] [stdout] | [INFO] [stdout] 264 | 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] 264 - Ty(&'a Type), [INFO] [stdout] 264 + Ty(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking closure-convert-base v0.1.0 (/opt/rustwide/workdir/closure_convert/base) [INFO] [stderr] Checking monomorph-base v0.1.0 (/opt/rustwide/workdir/monomorph/base) [INFO] [stderr] Checking wasm-encoder v0.244.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking indexmap v2.13.0 [INFO] [stderr] Checking emit-base v0.1.0 (/opt/rustwide/workdir/emit/base) [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling ittapi-sys v0.4.0 [INFO] [stderr] Compiling wasmtime-component-macro v34.0.2 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking bytes v1.11.0 [INFO] [stderr] Checking gimli v0.31.1 [INFO] [stderr] Checking wasmtime-component-util v34.0.2 [INFO] [stderr] Checking uuid v1.19.0 [INFO] [stderr] Compiling wasmtime-cache v34.0.2 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking wast v244.0.0 [INFO] [stderr] Checking debugid v0.8.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking directories-next v2.0.0 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking wasmtime-asm-macros v34.0.2 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Checking fixedbitset v0.5.7 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking ittapi v0.4.0 [INFO] [stderr] Checking rayon v1.11.0 [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 regex v1.12.2 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking wasmtime-jit-icache-coherence v34.0.2 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking wasmtime-slab v34.0.2 [INFO] [stderr] Checking jiff v0.2.18 [INFO] [stderr] Checking memfd v0.6.5 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking lowering-rows v0.1.0 (/opt/rustwide/workdir/lowering/rows) [INFO] [stderr] Checking env_filter v0.1.4 [INFO] [stderr] Checking lowering-items v0.1.0 (/opt/rustwide/workdir/lowering/items) [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.108 [INFO] [stderr] Checking wast v238.0.1 [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> simplify/base/src/lib.rs:264:6 [INFO] [stdout] | [INFO] [stdout] 264 | 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] 264 - Ty(&'a Type), [INFO] [stdout] 264 + Ty(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling pulley-macros v34.0.2 [INFO] [stderr] Compiling wasmtime-versioned-export-macros v34.0.2 [INFO] [stderr] Compiling logos-derive v0.15.1 [INFO] [stderr] Compiling enum-iterator-derive v1.5.0 [INFO] [stderr] Compiling pulley-interpreter v34.0.2 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Checking logos v0.15.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling wasmtime-jit-debug v34.0.2 [INFO] [stderr] Compiling wasmtime-fiber v34.0.2 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking enum-iterator v2.3.0 [INFO] [stderr] Compiling wasmtime v34.0.2 [INFO] [stderr] Checking addr2line v0.24.2 [INFO] [stderr] error: could not compile `wasmparser` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/085826be830097e8e3b7832fbae1043acecd26ab/bin/rustc --crate-name wasmparser --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmparser-0.233.0/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 '--allow=clippy::all' --warn=unused_import_braces --warn=unused_extern_crates --warn=unused-macro-rules --warn=unused-lifetimes --warn=unstable_features --deny=unsafe_code --warn=unsafe-op-in-unsafe-fn --warn=unsafe-attr-outside-unsafe '--warn=clippy::unnecessary_to_owned' '--warn=clippy::unnecessary_mut_passed' '--warn=clippy::unnecessary_fallible_conversions' '--warn=clippy::unnecessary_cast' '--warn=clippy::uninlined_format_args' --warn=unexpected_cfgs --warn=rust-2024-prelude-collisions --warn=rust-2024-incompatible-pat --warn=rust-2024-guarded-string-incompatible-syntax --warn=missing-unsafe-on-extern '--warn=clippy::map_clone' '--warn=clippy::manual_strip' --warn=keyword_idents_2024 --warn=deprecated-safe-2024 '--warn=clippy::clone_on_copy' '--warn=clippy::allow_attributes_without_reason' --check-cfg 'cfg(fuzzing)' --cfg 'feature="component-model"' --cfg 'feature="features"' --cfg 'feature="simd"' --cfg 'feature="std"' --cfg 'feature="validate"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("component-model", "default", "features", "hash-collections", "prefer-btree-collections", "serde", "simd", "std", "validate"))' -C metadata=736a0611abc6aeb7 -C extra-filename=-31de5bc197dbd256 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-d060648b4513e855.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-6962aa02f29e0a31.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "2d2cbbfed2087cd9fd4cdf7651eda28fe431ba6e05a05f726a3d6f906f13d074", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d2cbbfed2087cd9fd4cdf7651eda28fe431ba6e05a05f726a3d6f906f13d074", kill_on_drop: false }` [INFO] [stdout] 2d2cbbfed2087cd9fd4cdf7651eda28fe431ba6e05a05f726a3d6f906f13d074