[INFO] cloning repository https://github.com/wusyong/ohim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wusyong/ohim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwusyong%2Fohim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwusyong%2Fohim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 370065be8bb77d9fe7a1b6be1feb4bddcdd0a033
[INFO] checking wusyong/ohim against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwusyong%2Fohim" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wusyong/ohim
[INFO] finished tweaking git repo https://github.com/wusyong/ohim
[INFO] tweaked toml for git repo https://github.com/wusyong/ohim written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wusyong/ohim on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wusyong/ohim 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c
[INFO] running `Command { std: "docker" "start" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c", 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" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c", 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" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling wasmparser v0.235.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cranelift-srcgen v0.121.2
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.121.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking litemap v0.8.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking writeable v0.6.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling wasm-encoder v0.235.0
[INFO] [stderr]    Compiling cranelift-bitset v0.121.2
[INFO] [stderr]    Compiling cranelift-isle v0.121.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.121.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling io-lifetimes v2.0.4
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking wasmtime-math v34.0.2
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]    Compiling wasmparser v0.233.0
[INFO] [stderr]    Compiling io-extras v0.18.4
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling wasm-encoder v0.236.0
[INFO] [stderr]     Checking ambient-authority v0.0.2
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling wasm-encoder v0.233.0
[INFO] [stderr]    Compiling cap-primitives v3.4.4
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]     Checking cranelift-control v0.121.2
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling selectors v0.30.0 (https://github.com/servo/stylo?branch=2025-07-01#22df130e)
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.121.2
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking smallbitvec v2.6.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking maybe-owned v0.3.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling wasmtime-component-macro v34.0.2
[INFO] [stderr]    Compiling wasmtime-cache v34.0.2
[INFO] [stderr]    Compiling cap-std v3.4.4
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]     Checking wasmtime-component-util v34.0.2
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling ittapi-sys v0.4.0
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]     Checking wast v236.0.0
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling web_atoms v0.1.3
[INFO] [stderr]    Compiling stylo_atoms v0.5.0 (https://github.com/servo/stylo?branch=2025-07-01#22df130e)
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking wasmtime-asm-macros v34.0.2
[INFO] [stderr]    Compiling prettyplease v0.2.36
[INFO] [stderr]    Compiling icu_segmenter_data v1.5.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking ittapi v0.4.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v34.0.2
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking unicode-ccc v0.4.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking wasmtime-slab v34.0.2
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.4.0
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling wiggle-macro v34.0.2
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]    Compiling stylo v0.5.0 (https://github.com/servo/stylo?branch=2025-07-01#22df130e)
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking socket2 v0.6.0
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking data-url v0.3.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling cap-fs-ext v3.4.4
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]     Checking weezl v0.1.10
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[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/e5e97e3ef0ee95d34bea49cdac051ed1bbac01df/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=f1a0c7b2e6f9a458 -C extra-filename=-6e643834b6f49926 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e3d651804dbb5be8.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-97f9927e92dbf8b1.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" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c", kill_on_drop: false }`
[INFO] [stdout] b715f7476fd6a82f238c4286245f73e0c0220191a854407c80b9d4d084a3980c
