[INFO] cloning repository https://github.com/NicholasPilotto/RustyPages
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicholasPilotto/RustyPages" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholasPilotto%2FRustyPages", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholasPilotto%2FRustyPages'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ac5a95fc09b14026d74a657d8091e3692b6b4f16
[INFO] documenting NicholasPilotto/RustyPages against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicholasPilotto%2FRustyPages" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NicholasPilotto/RustyPages
[INFO] finished tweaking git repo https://github.com/NicholasPilotto/RustyPages
[INFO] tweaked toml for git repo https://github.com/NicholasPilotto/RustyPages written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NicholasPilotto/RustyPages on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NicholasPilotto/RustyPages 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded utoipa-scalar v0.3.0
[INFO] [stderr]   Downloaded rust_decimal v1.40.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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] 5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7
[INFO] running `Command { std: "docker" "start" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7", 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" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7", 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" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking unicode-bidi v0.3.18
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling inherent v1.0.13
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking whoami v1.6.1
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling ouroboros_macro v0.18.5
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling sea-bae v0.2.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling sea-query-derive v0.4.3
[INFO] [stderr]     Checking icu_properties v2.1.2
[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/824336ad4127ce295849937a24c08a4aeff6ada7/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.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-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7cfdc1448b01af6b -C extra-filename=-ed7001ce40618aaf --out-dir /opt/rustwide/target/debug/build/tokio/ed7001ce40618aaf/out -L dependency=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out -L dependency=/opt/rustwide/target/debug/build/libc/6f65a897ddedb32c/out -L dependency=/opt/rustwide/target/debug/build/mio/46f64652e77ffaca/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/socket2/c0ba1ba8b4b3a90a/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/5245f75f1c433b38/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/6f65a897ddedb32c/out/liblibc-6f65a897ddedb32c.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/46f64652e77ffaca/out/libmio-46f64652e77ffaca.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/c0ba1ba8b4b3a90a/out/libsocket2-c0ba1ba8b4b3a90a.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/5245f75f1c433b38/out/libtokio_macros-5245f75f1c433b38.so --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" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7", kill_on_drop: false }`
[INFO] [stdout] 5c1f2c6be970c2b5b289d20d069662d220ab56aa276ccbddd9f59634f3ab02a7
