[INFO] cloning repository https://github.com/TebosBrime/BlitzerNotifier
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TebosBrime/BlitzerNotifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTebosBrime%2FBlitzerNotifier", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTebosBrime%2FBlitzerNotifier'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3bf5d808d795e34c04ea8cea07f597572bae42a7
[INFO] documenting TebosBrime/BlitzerNotifier 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%2FTebosBrime%2FBlitzerNotifier" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TebosBrime/BlitzerNotifier
[INFO] finished tweaking git repo https://github.com/TebosBrime/BlitzerNotifier
[INFO] tweaked toml for git repo https://github.com/TebosBrime/BlitzerNotifier written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TebosBrime/BlitzerNotifier 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/TebosBrime/BlitzerNotifier 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 9be484b0662989f5ddf3f9b72463afc6690ceb8810c3dc31c7d8d0b60b83ade1
[INFO] running `Command { std: "docker" "start" "-a" "9be484b0662989f5ddf3f9b72463afc6690ceb8810c3dc31c7d8d0b60b83ade1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9be484b0662989f5ddf3f9b72463afc6690ceb8810c3dc31c7d8d0b60b83ade1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9be484b0662989f5ddf3f9b72463afc6690ceb8810c3dc31c7d8d0b60b83ade1", kill_on_drop: false }`
[INFO] [stdout] 9be484b0662989f5ddf3f9b72463afc6690ceb8810c3dc31c7d8d0b60b83ade1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 1307522c599feab311ccae6e119afd4f9e763a75efb2661bd4101f5100999dd4
[INFO] running `Command { std: "docker" "start" "-a" "1307522c599feab311ccae6e119afd4f9e763a75efb2661bd4101f5100999dd4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling aws-lc-rs v1.11.1
[INFO] [stderr]    Compiling thiserror v2.0.5
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling rustls v0.23.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling bindgen v0.71.0
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling frunk_core v0.4.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking webpki-roots v0.26.7
[INFO] [stderr]    Compiling erasable v1.2.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling bigdecimal v0.4.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling subprocess v0.2.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]     Checking crossbeam-queue v0.3.11
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking rc-box v1.2.0
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking btoi v0.4.3
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]    Compiling mysql v25.0.1
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]     Checking takecell v0.1.1
[INFO] [stderr]     Checking saturating v0.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking pem v3.0.4
[INFO] [stderr]     Checking bufstream v0.1.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling cmake v0.1.52
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling frunk_proc_macro_helpers v0.1.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling derive_utils v0.14.2
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling aws-lc-sys v0.23.1
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling thiserror-impl v2.0.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling frunk_derives v0.4.3
[INFO] [stderr]    Compiling frunk_proc_macros v0.1.3
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking frunk v0.4.3
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling mysql-common-derive v0.31.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr] error: could not compile `tokio` (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 tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.42.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 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=637ef2cc21b7c26d -C extra-filename=-a07d351cf8e34e64 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-0168f67983652f67.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-8b724e6003d2feda.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-3c376ff9c6d6f380.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7fb51180f2edc8cf.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a65595c1baf59ae4.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-81ec21e6fb195e40.so --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" "1307522c599feab311ccae6e119afd4f9e763a75efb2661bd4101f5100999dd4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1307522c599feab311ccae6e119afd4f9e763a75efb2661bd4101f5100999dd4", kill_on_drop: false }`
[INFO] [stdout] 1307522c599feab311ccae6e119afd4f9e763a75efb2661bd4101f5100999dd4
