[INFO] cloning repository https://github.com/igorkrasik609-prog/Thronglets
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/igorkrasik609-prog/Thronglets" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figorkrasik609-prog%2FThronglets", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figorkrasik609-prog%2FThronglets'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7c36b46a7cf038bd4a26958d7d34b752d308278b
[INFO] documenting igorkrasik609-prog/Thronglets against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figorkrasik609-prog%2FThronglets" "/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/igorkrasik609-prog/Thronglets
[INFO] finished tweaking git repo https://github.com/igorkrasik609-prog/Thronglets
[INFO] tweaked toml for git repo https://github.com/igorkrasik609-prog/Thronglets written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/igorkrasik609-prog/Thronglets on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/igorkrasik609-prog/Thronglets 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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] ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245
[INFO] running `Command { std: "docker" "start" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245", 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" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245", 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" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking unsigned-varint v0.8.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking quick-protobuf v0.8.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling match-lookup v0.1.2
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking const-str v0.4.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking multihash v0.19.3
[INFO] [stderr]     Checking base-x v0.2.11
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking unsigned-varint v0.7.2
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking base256emoji v1.0.2
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling libp2p-swarm-derive v0.35.0
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking netlink-packet-core v0.8.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.17
[INFO] [stderr]     Checking netlink-packet-route v0.28.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]     Checking xml-rs v0.8.28
[INFO] [stderr]     Checking data-encoding-macro v0.1.19
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling prometheus-client v0.22.3
[INFO] [stderr]     Checking multibase v0.9.2
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling prometheus-client-derive-encode v0.4.2
[INFO] [stderr]     Checking dtoa v1.0.11
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking hex_fmt v0.3.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking xmltree v0.10.3
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr] error: could not compile `netlink-packet-route` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da3f5c31e5535b3dc210067de660a45784ae1e9c/bin/rustc --crate-name netlink_packet_route --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/netlink-packet-route-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rich_nlas"))' -C metadata=6296932b62d9d583 -C extra-filename=-45e39b1cf92ef6ce --out-dir /opt/rustwide/target/debug/build/netlink-packet-route/45e39b1cf92ef6ce/out -L dependency=/opt/rustwide/target/debug/build/bitflags/321b45f90a488b9f/out -L dependency=/opt/rustwide/target/debug/build/libc/c746263dbbbb441f/out -L dependency=/opt/rustwide/target/debug/build/log/243a4081f8655140/out -L dependency=/opt/rustwide/target/debug/build/netlink-packet-core/62436d658cad38da/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/321b45f90a488b9f/out/libbitflags-321b45f90a488b9f.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/c746263dbbbb441f/out/liblibc-c746263dbbbb441f.rmeta --extern log=/opt/rustwide/target/debug/build/log/243a4081f8655140/out/liblog-243a4081f8655140.rmeta --extern netlink_packet_core=/opt/rustwide/target/debug/build/netlink-packet-core/62436d658cad38da/out/libnetlink_packet_core-62436d658cad38da.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245", kill_on_drop: false }`
[INFO] [stdout] ed583ac6d7f6d868d7a57c72b582e8fb7cc439167febf8bcd7e61444630b1245
