[INFO] cloning repository https://github.com/morpheum-labs/agentscript-compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/morpheum-labs/agentscript-compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorpheum-labs%2Fagentscript-compiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorpheum-labs%2Fagentscript-compiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d012879e0cc75206af413d8022ddbdb503bd6f24
[INFO] checking morpheum-labs/agentscript-compiler against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorpheum-labs%2Fagentscript-compiler" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/morpheum-labs/agentscript-compiler
[INFO] finished tweaking git repo https://github.com/morpheum-labs/agentscript-compiler
[INFO] tweaked toml for git repo https://github.com/morpheum-labs/agentscript-compiler written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/morpheum-labs/agentscript-compiler on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/morpheum-labs/agentscript-compiler 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" "+011c518242557d21690f7936b5812318dc2fec47" "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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd
[INFO] running `Command { std: "docker" "start" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd", 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" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd", 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" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]    Compiling cranelift-isle v0.111.6
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.111.6
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.111.6
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling stacker v0.1.23
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v24.0.6
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling wasm-encoder v0.240.0
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]    Compiling wasmparser v0.240.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking wasm-encoder v0.215.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking cranelift-bitset v0.111.6
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking cranelift-entity v0.111.6
[INFO] [stderr]     Checking wasmparser v0.215.0
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking cranelift-control v0.111.6
[INFO] [stderr]     Checking regalloc2 v0.9.3
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking cranelift-bforest v0.111.6
[INFO] [stderr]     Checking supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling wasmtime v24.0.6
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/011c518242557d21690f7936b5812318dc2fec47/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=880aff11d55b1175 -C extra-filename=-d77765505aef9643 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-ab0a0affe7ea740d.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" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd", kill_on_drop: false }`
[INFO] [stdout] 4541de1b3d790251326fcab4b1d5300c99e8190c4d83f64d233ffb8fcc7cd0dd
