[INFO] cloning repository https://github.com/MultiFuzz/MultiFuzz [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MultiFuzz/MultiFuzz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiFuzz%2FMultiFuzz", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiFuzz%2FMultiFuzz'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44d0cc5df781ccba0cfb805814abe60655eb3334 [INFO] checking MultiFuzz/MultiFuzz against try#79452e8441468c5568c20bfca2aa1fe75b645b2d for pr-152210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMultiFuzz%2FMultiFuzz" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/MultiFuzz/MultiFuzz [INFO] finished tweaking git repo https://github.com/MultiFuzz/MultiFuzz [INFO] tweaked toml for git repo https://github.com/MultiFuzz/MultiFuzz written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/MultiFuzz/MultiFuzz on toolchain 79452e8441468c5568c20bfca2aa1fe75b645b2d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/MultiFuzz/MultiFuzz 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" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c39174ac64f966726d668a700578a9edf91c8b89abbdc981dde548e1feb3c36d [INFO] running `Command { std: "docker" "start" "-a" "c39174ac64f966726d668a700578a9edf91c8b89abbdc981dde548e1feb3c36d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c39174ac64f966726d668a700578a9edf91c8b89abbdc981dde548e1feb3c36d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c39174ac64f966726d668a700578a9edf91c8b89abbdc981dde548e1feb3c36d", kill_on_drop: false }` [INFO] [stdout] c39174ac64f966726d668a700578a9edf91c8b89abbdc981dde548e1feb3c36d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70d10dd63b5cc0a5b16286aa5ef33251fe9181b93b9aee794217c0e87b6a1805 [INFO] running `Command { std: "docker" "start" "-a" "70d10dd63b5cc0a5b16286aa5ef33251fe9181b93b9aee794217c0e87b6a1805", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Checking foldhash v0.1.5 [INFO] [stderr] Compiling cranelift-srcgen v0.124.3 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling zerocopy v0.8.28 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling cranelift-isle v0.124.3 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling target-lexicon v0.13.3 [INFO] [stderr] Checking indexmap v2.12.1 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking twox-hash v2.1.2 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling cpp_demangle v0.4.5 [INFO] [stderr] Checking ruzstd v0.8.2 [INFO] [stderr] Compiling cranelift-codegen-shared v0.124.3 [INFO] [stderr] Checking memmap2 v0.9.9 [INFO] [stderr] Checking cranelift-bitset v0.124.3 [INFO] [stderr] Checking rustc-demangle v0.1.26 [INFO] [stderr] Compiling cranelift-assembler-x64-meta v0.124.3 [INFO] [stderr] Checking bumpalo v3.19.0 [INFO] [stderr] Checking arbitrary v1.4.2 [INFO] [stderr] Checking rustc-hash v2.1.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking cranelift-entity v0.124.3 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling cc v1.2.46 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking flate2 v1.1.5 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Checking cranelift-bforest v0.124.3 [INFO] [stderr] Checking pcode v0.2.0 (https://github.com/icicle-emu/icicle-emu#0ce707ed) [INFO] [stderr] Checking regalloc2 v0.13.3 [INFO] [stderr] Checking sleigh-parse v0.3.0 (https://github.com/icicle-emu/icicle-emu#0ce707ed) [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Checking cranelift-control v0.124.3 [INFO] [stderr] Checking region v3.0.2 [INFO] [stderr] Compiling cranelift-codegen-meta v0.124.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking wasmtime-internal-math v37.0.3 [INFO] [stderr] Checking xml v1.1.0 [INFO] [stderr] Checking sleigh-runtime v0.1.0 (https://github.com/icicle-emu/icicle-emu#0ce707ed) [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling icicle-linux v0.1.0 (https://github.com/icicle-emu/icicle-emu#0ce707ed) [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking unicode-ident v1.0.22 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling bindgen v0.69.5 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking ihex v3.0.0 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling cranelift-assembler-x64 v0.124.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking managed v0.8.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking xattr v1.6.1 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Checking filetime v0.2.26 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking tar v0.4.44 [INFO] [stderr] Checking gdbstub v0.7.6 (https://github.com/mchesser/gdbstub/#fc9702f4) [INFO] [stderr] Checking core_affinity v0.8.3 [INFO] [stderr] Checking serde_json v1.0.145 [INFO] [stderr] error: could not compile `gimli` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79452e8441468c5568c20bfca2aa1fe75b645b2d/bin/rustc --crate-name gimli --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="endian-reader"' --cfg 'feature="fallible-iterator"' --cfg 'feature="read"' --cfg 'feature="read-all"' --cfg 'feature="read-core"' --cfg 'feature="std"' --cfg 'feature="write"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=acc885706be0a910 -C extra-filename=-4f0419ae7c5a0773 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fallible_iterator=/opt/rustwide/target/debug/deps/libfallible_iterator-f87c6834e3164a59.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-f6fe2d10d74d75f5.rmeta --extern stable_deref_trait=/opt/rustwide/target/debug/deps/libstable_deref_trait-e814237486c15833.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" "70d10dd63b5cc0a5b16286aa5ef33251fe9181b93b9aee794217c0e87b6a1805", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70d10dd63b5cc0a5b16286aa5ef33251fe9181b93b9aee794217c0e87b6a1805", kill_on_drop: false }` [INFO] [stdout] 70d10dd63b5cc0a5b16286aa5ef33251fe9181b93b9aee794217c0e87b6a1805