[INFO] fetching crate focuscast 0.0.7...
[INFO] checking focuscast-0.0.7 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] extracting crate focuscast 0.0.7 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate focuscast 0.0.7
[INFO] finished tweaking crates.io crate focuscast 0.0.7
[INFO] tweaked toml for crates.io crate focuscast 0.0.7 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate focuscast 0.0.7 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate focuscast 0.0.7 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:63:1
[INFO] [stderr]    |
[INFO] [stderr] 63 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `focuscast` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f
[INFO] running `Command { std: "docker" "start" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f", 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" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f", 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" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:63:1
[INFO] [stderr]    |
[INFO] [stderr] 63 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `focuscast` (manifest) generated 1 warning
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling zerocopy v0.8.34
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking uuid v1.20.0
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling xcb v1.7.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking zune-jpeg v0.5.11
[INFO] [stderr]     Checking notify-types v1.0.1
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking time v0.3.46
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking notify-debouncer-mini v0.5.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.34
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking crossterm v0.29.0
[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/a621e2b446eafb53c7a8569f225e0b8cc2429a68/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --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="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --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=badd8e1a3903df12 -C extra-filename=-df278d3535e21bca --out-dir /opt/rustwide/target/debug/build/tokio/df278d3535e21bca/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/errno/a4af7b170d02958e/out -L dependency=/opt/rustwide/target/debug/build/libc/3f7e59e525cb5b67/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/log/a469ce83c9b0fe3a/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/736521c741488723/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/smallvec/0ed15a39e79b0386/out --extern bytes=/opt/rustwide/target/debug/build/bytes/1733fcdb13354ed1/out/libbytes-1733fcdb13354ed1.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/3f7e59e525cb5b67/out/liblibc-3f7e59e525cb5b67.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/3d071b2c5753c528/out/libmio-3d071b2c5753c528.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/571d4a876bea63d8/out/libparking_lot-571d4a876bea63d8.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/d965d5f6bd2b8d29/out/libsignal_hook_registry-d965d5f6bd2b8d29.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/48886dc567f99fe5/out/libsocket2-48886dc567f99fe5.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/e1f79cf9b6f09b9b/out/libtokio_macros-e1f79cf9b6f09b9b.so --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f", kill_on_drop: false }`
[INFO] [stdout] 186ac2e728b53434caf2db72ae97e755797e5e3455e61c1a5efbdd714245333f
