[INFO] cloning repository https://github.com/DanielLacina/todo_list
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DanielLacina/todo_list" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielLacina%2Ftodo_list", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDanielLacina%2Ftodo_list'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 346f3993bf7b554bdebc416bc4d5fc6f8bbc449c
[INFO] documenting DanielLacina/todo_list 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%2FDanielLacina%2Ftodo_list" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/DanielLacina/todo_list
[INFO] finished tweaking git repo https://github.com/DanielLacina/todo_list
[INFO] tweaked toml for git repo https://github.com/DanielLacina/todo_list written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/DanielLacina/todo_list 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/DanielLacina/todo_list 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 7404c9a4d83efeff036819a888853d5454df549cba7abdea76b2f671abe20fca
[INFO] running `Command { std: "docker" "start" "-a" "7404c9a4d83efeff036819a888853d5454df549cba7abdea76b2f671abe20fca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7404c9a4d83efeff036819a888853d5454df549cba7abdea76b2f671abe20fca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7404c9a4d83efeff036819a888853d5454df549cba7abdea76b2f671abe20fca", kill_on_drop: false }`
[INFO] [stdout] 7404c9a4d83efeff036819a888853d5454df549cba7abdea76b2f671abe20fca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] fb2761deb28c6d2c4fd64f727cd380e67ef0abb12c5b00ace62b8f1e17eb874a
[INFO] running `Command { std: "docker" "start" "-a" "fb2761deb28c6d2c4fd64f727cd380e67ef0abb12c5b00ace62b8f1e17eb874a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking sync_wrapper v0.1.2
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling tempfile v3.15.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling pin-project-internal v1.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking pin-project v1.1.8
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling tonic-build v0.11.0
[INFO] [stderr]    Compiling librocksdb-sys v0.16.0+8.10.0
[INFO] [stderr]    Compiling todo_list v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking tokio-io-timeout v1.2.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr] error: could not compile `axum` (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 axum --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.6.20/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("__private_docs", "default", "form", "headers", "http1", "http2", "json", "macros", "matched-path", "multipart", "original-uri", "query", "tokio", "tower-log", "tracing", "ws"))' -C metadata=b219aeda070f10e3 -C extra-filename=-ccf822e668aea262 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-fa86c11521f8d349.so --extern axum_core=/opt/rustwide/target/debug/deps/libaxum_core-0d8ad2a0ca223f3b.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6ee610895838fb9b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-0168f67983652f67.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-9b907be3af8c3d68.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-941753e056654d1b.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-4ae414a1dd3f932e.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-3d13289e1e630ed5.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-d995f6037115ce2e.rmeta --extern matchit=/opt/rustwide/target/debug/deps/libmatchit-66f194da83cf64e0.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-9c17ee6ffbfdbd99.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-ff2f463409d0fc16.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-ae2d82d381f90484.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-50fda406d193135d.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-8fe5333ddb10acaf.rmeta --extern sync_wrapper=/opt/rustwide/target/debug/deps/libsync_wrapper-108e38e97b351f17.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-847c4e797f83d2dd.rmeta --extern tower_layer=/opt/rustwide/target/debug/deps/libtower_layer-0c12fff725a39602.rmeta --extern tower_service=/opt/rustwide/target/debug/deps/libtower_service-fcb467c92c62be33.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "fb2761deb28c6d2c4fd64f727cd380e67ef0abb12c5b00ace62b8f1e17eb874a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb2761deb28c6d2c4fd64f727cd380e67ef0abb12c5b00ace62b8f1e17eb874a", kill_on_drop: false }`
[INFO] [stdout] fb2761deb28c6d2c4fd64f727cd380e67ef0abb12c5b00ace62b8f1e17eb874a
