[INFO] cloning repository https://github.com/guillemcordoba/zometest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guillemcordoba/zometest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Fzometest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Fzometest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e1b826a117f895a86e17415e1fc848c6662733e1 [INFO] documenting guillemcordoba/zometest against beta-2025-04-13 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Fzometest" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/guillemcordoba/zometest on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/guillemcordoba/zometest [INFO] finished tweaking git repo https://github.com/guillemcordoba/zometest [INFO] tweaked toml for git repo https://github.com/guillemcordoba/zometest written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/guillemcordoba/zometest 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-04-13" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e17134098105909c2e0a9ad2534b5834fc7bcda8a4f55a7f172322f8974f479f [INFO] running `Command { std: "docker" "start" "-a" "e17134098105909c2e0a9ad2534b5834fc7bcda8a4f55a7f172322f8974f479f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e17134098105909c2e0a9ad2534b5834fc7bcda8a4f55a7f172322f8974f479f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e17134098105909c2e0a9ad2534b5834fc7bcda8a4f55a7f172322f8974f479f", kill_on_drop: false }` [INFO] [stdout] e17134098105909c2e0a9ad2534b5834fc7bcda8a4f55a7f172322f8974f479f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 13c5d88719dbffe8867e10107d7ff789d460b0bd6b1c0e4e0ae6860ed13c5a99 [INFO] running `Command { std: "docker" "start" "-a" "13c5d88719dbffe8867e10107d7ff789d460b0bd6b1c0e4e0ae6860ed13c5a99", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling bytecheck v0.6.12 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling rend v0.4.2 [INFO] [stderr] Compiling rkyv v0.7.45 [INFO] [stderr] Compiling cranelift-isle v0.91.1 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling corosensei v0.1.4 [INFO] [stderr] Compiling cranelift-codegen-shared v0.91.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling cranelift-codegen-meta v0.91.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling test-fuzz-internal v3.0.4 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking half v2.4.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling wasmer-compiler-cranelift v4.3.1 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Checking rustix v0.38.37 [INFO] [stderr] Compiling test-fuzz-runtime v3.0.4 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling winnow v0.6.18 [INFO] [stderr] Checking dyn-clone v1.0.17 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling test-fuzz-macro v3.0.4 [INFO] [stderr] Checking simdutf8 v0.1.4 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling miniz_oxide v0.8.0 [INFO] [stderr] Compiling subprocess v0.2.9 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling test-fuzz v3.0.4 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking tempfile v3.12.0 [INFO] [stderr] Checking flate2 v1.0.33 [INFO] [stderr] Checking tar v0.4.41 [INFO] [stderr] Checking lock_api v0.4.12 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Checking leb128 v0.2.5 [INFO] [stderr] Checking gimli v0.31.0 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Checking cranelift-entity v0.91.1 [INFO] [stderr] Compiling fastrand v2.1.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking object v0.36.4 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling cranelift-codegen v0.91.1 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking slice-group-by v0.3.1 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking xxhash-rust v0.8.12 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking regalloc2 v0.5.1 [INFO] [stderr] Checking region v3.0.2 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking cranelift-bforest v0.91.1 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking crossbeam-queue v0.3.11 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling more-asserts v0.2.2 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking wasm-encoder v0.32.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Checking self_cell v1.0.4 [INFO] [stderr] Checking addr2line v0.24.1 [INFO] [stderr] Checking trilean v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking gcollections v1.5.0 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking wast v64.0.0 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=c3537daf355bc3f2 -C extra-filename=-ea21204f475c7674 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-642c62a5357907c3.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-ea77093d3280503a.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-22b7b0cc8d73ac3c.rmeta --cap-lints allow --cap-lints=warn --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "13c5d88719dbffe8867e10107d7ff789d460b0bd6b1c0e4e0ae6860ed13c5a99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13c5d88719dbffe8867e10107d7ff789d460b0bd6b1c0e4e0ae6860ed13c5a99", kill_on_drop: false }` [INFO] [stdout] 13c5d88719dbffe8867e10107d7ff789d460b0bd6b1c0e4e0ae6860ed13c5a99