[INFO] cloning repository https://github.com/jochasinga/chum-runtime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jochasinga/chum-runtime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjochasinga%2Fchum-runtime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjochasinga%2Fchum-runtime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cde8469ee26c6ff69b613c61b0c08b9f62f2c9cf
[INFO] testing jochasinga/chum-runtime against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjochasinga%2Fchum-runtime" "/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/jochasinga/chum-runtime
[INFO] finished tweaking git repo https://github.com/jochasinga/chum-runtime
[INFO] tweaked toml for git repo https://github.com/jochasinga/chum-runtime written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jochasinga/chum-runtime on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jochasinga/chum-runtime 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" "+1.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502
[INFO] running `Command { std: "docker" "start" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502", 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" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling semver v1.0.19
[INFO] [stderr]    Compiling rustix v0.38.15
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.8
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling target-lexicon v0.12.11
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cranelift-isle v0.100.0
[INFO] [stderr]    Compiling jobserver v0.1.26
[INFO] [stderr]    Compiling hashbrown v0.14.1
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.100.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.100.0
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling io-lifetimes v2.0.2
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling slice-group-by v0.3.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling arbitrary v1.3.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling zstd-sys v2.0.8+zstd.1.5.5
[INFO] [stderr]    Compiling regalloc2 v0.9.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling cranelift-control v0.100.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling io-extras v0.18.0
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cranelift-codegen v0.100.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling wasm-encoder v0.32.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling wasmtime-component-util v13.0.0
[INFO] [stderr]    Compiling ambient-authority v0.0.2
[INFO] [stderr]    Compiling pulldown-cmark v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling cap-primitives v2.0.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ittapi-sys v0.3.4
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling ipnet v2.8.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling maybe-owned v0.3.4
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v13.0.0
[INFO] [stderr]    Compiling wasmtime-fiber v13.0.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling wasmtime-runtime v13.0.0
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling wasmtime-asm-macros v13.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling cap-std v2.0.0
[INFO] [stderr]    Compiling cpp_demangle v0.3.5
[INFO] [stderr]    Compiling fs-set-times v0.20.0
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]    Compiling memfd v0.6.4
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling wasm-encoder v0.33.2
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling wasmtime-wmemcheck v13.0.0
[INFO] [stderr]    Compiling sptr v0.3.2
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling wasmtime-cache v13.0.0
[INFO] [stderr]    Compiling wast v65.0.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling witx v0.9.1
[INFO] [stderr]    Compiling directories-next v2.0.0
[INFO] [stderr]    Compiling shellexpand v2.1.2
[INFO] [stderr]    Compiling wasmtime-jit-icache-coherence v13.0.0
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling rayon v1.8.0
[INFO] [stderr]    Compiling indexmap v2.0.2
[INFO] [stderr]    Compiling cranelift-entity v0.100.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling cranelift-bforest v0.100.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling wasmparser v0.112.0
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling wasmparser v0.113.2
[INFO] [stderr]    Compiling wit-parser v0.11.3
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling wasmtime-types v13.0.0
[INFO] [stderr]    Compiling wasmtime-wit-bindgen v13.0.0
[INFO] [stderr]    Compiling wasmprinter v0.2.67
[INFO] [stderr]    Compiling wasmtime-jit-debug v13.0.0
[INFO] [stderr]    Compiling fxprof-processed-profile v0.6.0
[INFO] [stderr]    Compiling wasmtime-component-macro v13.0.0
[INFO] [stderr]    Compiling wasmtime-environ v13.0.0
[INFO] [stderr]    Compiling wat v1.0.74
[INFO] [stderr]    Compiling wiggle-generate v13.0.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling wasi-common v13.0.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling wiggle-macro v13.0.0
[INFO] [stderr]    Compiling cap-fs-ext v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling system-interface v0.26.0
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling cap-rand v2.0.0
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling cap-time-ext v2.0.0
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr] error: could not compile `wasmtime-environ` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name wasmtime_environ --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wasmtime-environ-13.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="component-model"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("component-model"))' -C metadata=b2214293ea8f38e1 -C extra-filename=-6390ce973acdb105 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern anyhow=/opt/rustwide/target/release/deps/libanyhow-e0174ee20635ba0d.rmeta --extern cranelift_entity=/opt/rustwide/target/release/deps/libcranelift_entity-c294e016131d3a8a.rmeta --extern gimli=/opt/rustwide/target/release/deps/libgimli-0b3185f0e73d0a46.rmeta --extern indexmap=/opt/rustwide/target/release/deps/libindexmap-3b0ea91d2dfa9f13.rmeta --extern log=/opt/rustwide/target/release/deps/liblog-647a8ae8fa5a15a1.rmeta --extern object=/opt/rustwide/target/release/deps/libobject-c09eb7223c4747d4.rmeta --extern serde=/opt/rustwide/target/release/deps/libserde-e14e6fe0afec4ea5.rmeta --extern serde_derive=/opt/rustwide/target/release/deps/libserde_derive-550147c38da4f4be.so --extern target_lexicon=/opt/rustwide/target/release/deps/libtarget_lexicon-e8eef4f385226d4f.rmeta --extern thiserror=/opt/rustwide/target/release/deps/libthiserror-fbfea3842deb8fdc.rmeta --extern wasm_encoder=/opt/rustwide/target/release/deps/libwasm_encoder-ab47d7814fa3d1dd.rmeta --extern wasmparser=/opt/rustwide/target/release/deps/libwasmparser-5886ddb4b1ced00e.rmeta --extern wasmprinter=/opt/rustwide/target/release/deps/libwasmprinter-9fb90fa83494c864.rmeta --extern wasmtime_component_util=/opt/rustwide/target/release/deps/libwasmtime_component_util-1dd3d55ce9cf5f0c.rmeta --extern wasmtime_types=/opt/rustwide/target/release/deps/libwasmtime_types-5fbf7bfcc9b10923.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: cranelift-codegen@0.100.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.100.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.100.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.100.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] warning: cranelift-codegen@0.100.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
[INFO] [stderr] error: could not compile `cranelift-codegen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name cranelift_codegen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cranelift-codegen-0.100.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="gimli"' --cfg 'feature="host-arch"' --cfg 'feature="std"' --cfg 'feature="unwind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-arch", "anyhow", "arm64", "bincode", "capstone", "core", "default", "disas", "enable-serde", "gimli", "host-arch", "incremental-cache", "isle-errors", "isle-in-source-tree", "riscv64", "s390x", "serde", "serde_derive", "sha2", "souper-harvest", "souper-ir", "std", "trace-log", "unwind", "x86"))' -C metadata=d1ede1cc4044179d -C extra-filename=-cf3038413ad84241 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern bumpalo=/opt/rustwide/target/release/deps/libbumpalo-d2a2543e800c77b3.rmeta --extern cranelift_bforest=/opt/rustwide/target/release/deps/libcranelift_bforest-dc20042e86c9f9fd.rmeta --extern cranelift_codegen_shared=/opt/rustwide/target/release/deps/libcranelift_codegen_shared-339590da6ffb73af.rmeta --extern cranelift_control=/opt/rustwide/target/release/deps/libcranelift_control-3a82964f1f416bfb.rmeta --extern cranelift_entity=/opt/rustwide/target/release/deps/libcranelift_entity-c294e016131d3a8a.rmeta --extern gimli=/opt/rustwide/target/release/deps/libgimli-0b3185f0e73d0a46.rmeta --extern hashbrown=/opt/rustwide/target/release/deps/libhashbrown-c329833123e7d3db.rmeta --extern log=/opt/rustwide/target/release/deps/liblog-647a8ae8fa5a15a1.rmeta --extern regalloc2=/opt/rustwide/target/release/deps/libregalloc2-c9cc1ecaededf066.rmeta --extern smallvec=/opt/rustwide/target/release/deps/libsmallvec-9c1ed755bd11b45c.rmeta --extern target_lexicon=/opt/rustwide/target/release/deps/libtarget_lexicon-e8eef4f385226d4f.rmeta --cap-lints allow --cap-lints=warn --cfg 'feature="x86"'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502", kill_on_drop: false }`
[INFO] [stdout] 9b95bae1aa048fbbd2e346f5650d971fc08964a45779285f34e0730e5af76502
