[INFO] cloning repository https://github.com/AtulMinz/Linera-Fungible
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AtulMinz/Linera-Fungible" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtulMinz%2FLinera-Fungible", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtulMinz%2FLinera-Fungible'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d9bed9a10dc62b8c7a7567e086f62966769350cd
[INFO] documenting AtulMinz/Linera-Fungible against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtulMinz%2FLinera-Fungible" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/AtulMinz/Linera-Fungible
[INFO] finished tweaking git repo https://github.com/AtulMinz/Linera-Fungible
[INFO] tweaked toml for git repo https://github.com/AtulMinz/Linera-Fungible written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AtulMinz/Linera-Fungible on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AtulMinz/Linera-Fungible 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" "+beta-2025-10-28" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8356b9ba12b9e4963bb6fa2a1515651613471848c2b46b0dd3bc37a534516c2c
[INFO] running `Command { std: "docker" "start" "-a" "8356b9ba12b9e4963bb6fa2a1515651613471848c2b46b0dd3bc37a534516c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8356b9ba12b9e4963bb6fa2a1515651613471848c2b46b0dd3bc37a534516c2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8356b9ba12b9e4963bb6fa2a1515651613471848c2b46b0dd3bc37a534516c2c", kill_on_drop: false }`
[INFO] [stdout] 8356b9ba12b9e4963bb6fa2a1515651613471848c2b46b0dd3bc37a534516c2c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea052dc8da48d2e05c286cecab0fe4c5579cada73e196a7566e471692847108c
[INFO] running `Command { std: "docker" "start" "-a" "ea052dc8da48d2e05c286cecab0fe4c5579cada73e196a7566e471692847108c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]     Checking zerocopy v0.7.34
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]    Compiling target-lexicon v0.12.14
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking winnow v0.6.9
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking miniz_oxide v0.7.3
[INFO] [stderr]     Checking rustix v0.38.34
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking simdutf8 v0.1.4
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking memmap2 v0.6.2
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling rkyv v0.7.44
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling cranelift-isle v0.91.1
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling corosensei v0.1.4
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.91.1
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]    Compiling document-features v0.2.8
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.91.1
[INFO] [stderr]     Checking object v0.35.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking more-asserts v0.2.2
[INFO] [stderr]     Checking xxhash-rust v0.8.10
[INFO] [stderr]     Checking cranelift-entity v0.91.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking cranelift-bforest v0.91.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling backtrace v0.3.72
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking wasm-encoder v0.32.0
[INFO] [stderr]     Checking regalloc2 v0.5.1
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=f383b60472251145 -C extra-filename=-9ad31e4d2aa1fb1f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ea052dc8da48d2e05c286cecab0fe4c5579cada73e196a7566e471692847108c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea052dc8da48d2e05c286cecab0fe4c5579cada73e196a7566e471692847108c", kill_on_drop: false }`
[INFO] [stdout] ea052dc8da48d2e05c286cecab0fe4c5579cada73e196a7566e471692847108c
