[INFO] cloning repository https://github.com/josefjura/aequitas-command-and-control
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/josefjura/aequitas-command-and-control" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefjura%2Faequitas-command-and-control", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefjura%2Faequitas-command-and-control'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34bcb20f6629ce5587717c9d4732fe146fd1f539
[INFO] documenting josefjura/aequitas-command-and-control against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjosefjura%2Faequitas-command-and-control" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/josefjura/aequitas-command-and-control
[INFO] finished tweaking git repo https://github.com/josefjura/aequitas-command-and-control
[INFO] tweaked toml for git repo https://github.com/josefjura/aequitas-command-and-control written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/josefjura/aequitas-command-and-control on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/josefjura/aequitas-command-and-control 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 781db00cf53f48fe231330f601867814a388b492b3271e8f7cf7b7832ba9e4be
[INFO] running `Command { std: "docker" "start" "-a" "781db00cf53f48fe231330f601867814a388b492b3271e8f7cf7b7832ba9e4be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "781db00cf53f48fe231330f601867814a388b492b3271e8f7cf7b7832ba9e4be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "781db00cf53f48fe231330f601867814a388b492b3271e8f7cf7b7832ba9e4be", kill_on_drop: false }`
[INFO] [stdout] 781db00cf53f48fe231330f601867814a388b492b3271e8f7cf7b7832ba9e4be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 925f60bf4b47120d2c00655cef9cac45d61d0cd9a621e22b85fe12c03360bd19
[INFO] running `Command { std: "docker" "start" "-a" "925f60bf4b47120d2c00655cef9cac45d61d0cd9a621e22b85fe12c03360bd19", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking const-random v0.1.17
[INFO] [stderr]     Checking miniz_oxide v0.7.2
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]     Checking anstyle-parse v0.2.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]     Checking anstyle-query v1.0.2
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling portable-atomic v1.6.0
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]     Checking uuid v1.7.0
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking ordered-multimap v0.6.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking clap_builder v4.5.20
[INFO] [stderr]     Checking indicatif v0.17.8
[INFO] [stderr]     Checking rust-ini v0.19.0
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking encoding_rs v0.8.34
[INFO] [stderr]     Checking connection-string v0.2.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking pathdiff v0.2.1
[INFO] [stderr]     Checking pretty-hex v0.3.0
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking directories v5.0.1
[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-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.58/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="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", "test", "visit", "visit-mut"))' -C metadata=044819b9cae989e1 -C extra-filename=-63e20b6fc37c4e7c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-c997ad04a86824bf.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-516a5c760847784a.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-772f13ecc3fc189a.rmeta --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" "925f60bf4b47120d2c00655cef9cac45d61d0cd9a621e22b85fe12c03360bd19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "925f60bf4b47120d2c00655cef9cac45d61d0cd9a621e22b85fe12c03360bd19", kill_on_drop: false }`
[INFO] [stdout] 925f60bf4b47120d2c00655cef9cac45d61d0cd9a621e22b85fe12c03360bd19
