[INFO] fetching crate skytool 0.1.0-pre.2...
[INFO] documenting skytool-0.1.0-pre.2 against try#a394c9cd9ec93787f09a7ac445b14cc674a94549 for pr-151918
[INFO] extracting crate skytool 0.1.0-pre.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate skytool 0.1.0-pre.2
[INFO] finished tweaking crates.io crate skytool 0.1.0-pre.2
[INFO] tweaked toml for crates.io crate skytool 0.1.0-pre.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate skytool 0.1.0-pre.2 on toolchain a394c9cd9ec93787f09a7ac445b14cc674a94549
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate skytool 0.1.0-pre.2 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" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af3f72785c5c80622ffa8a9781ed6d5d7d758e7541daec8039203fa3e7aa666c
[INFO] running `Command { std: "docker" "start" "-a" "af3f72785c5c80622ffa8a9781ed6d5d7d758e7541daec8039203fa3e7aa666c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af3f72785c5c80622ffa8a9781ed6d5d7d758e7541daec8039203fa3e7aa666c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af3f72785c5c80622ffa8a9781ed6d5d7d758e7541daec8039203fa3e7aa666c", kill_on_drop: false }`
[INFO] [stdout] af3f72785c5c80622ffa8a9781ed6d5d7d758e7541daec8039203fa3e7aa666c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+a394c9cd9ec93787f09a7ac445b14cc674a94549" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6731fc96f35d02df29cfab2dc59efc1ff957c1f8399cc9687c4be2593835e605
[INFO] running `Command { std: "docker" "start" "-a" "6731fc96f35d02df29cfab2dc59efc1ff957c1f8399cc9687c4be2593835e605", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking der v0.7.9
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[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 generic-array v0.14.7
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking data-encoding v2.6.0
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]     Checking unsigned-varint v0.8.0
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]    Compiling deunicode v1.6.0
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking object v0.36.5
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking inventory v0.3.15
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling thiserror v2.0.6
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]     Checking shared_child v1.0.1
[INFO] [stderr]     Checking os_pipe v1.2.1
[INFO] [stderr]     Checking itertools v0.9.0
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling fs-err v3.0.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking cookie-factory v0.3.2
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking psl-types v2.0.11
[INFO] [stderr]     Checking unicase v2.8.0
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking psl v2.1.66
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking terminal_size v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking duct v0.13.7
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking unic-emoji-char v0.9.0
[INFO] [stderr]     Checking redis-protocol v6.0.0
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking supports-unicode v3.0.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking supports-hyperlinks v3.1.0
[INFO] [stderr]     Checking which v7.0.0
[INFO] [stderr]     Checking duct_sh v0.13.7
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking keyring v3.6.1
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking constcat v0.5.1
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking cruet v0.14.0
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.13
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking data-encoding-macro v0.1.15
[INFO] [stderr]     Checking backtrace-ext v0.2.1
[INFO] [stderr]     Checking multibase v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[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 displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling trait-variant v0.1.2
[INFO] [stderr]    Compiling random-number-macro-impl v0.1.8
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling serde_json_path_macros_internal v0.1.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.6
[INFO] [stderr]    Compiling veil-macros v0.2.0
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling jmespath v0.3.0
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling fred-macros v0.1.0
[INFO] [stderr]    Compiling miette-derive v7.4.0
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking veil v0.2.0
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]    Compiling remain v0.2.14
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling rand v0.7.3
[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/a394c9cd9ec93787f09a7ac445b14cc674a94549/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="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-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=5c828bd7c0c2c62b -C extra-filename=-9d90fb881e8ac358 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-1d1989d9e2c5ec54.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-e00d89002908ee60.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-c762159d39526e35.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-b58cf7a87ddc172f.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-61fd4e4df647da40.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-3f018f51cf217ec5.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a61ee0e0a3c17962.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-cf6c5d04e80adf3d.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" "6731fc96f35d02df29cfab2dc59efc1ff957c1f8399cc9687c4be2593835e605", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6731fc96f35d02df29cfab2dc59efc1ff957c1f8399cc9687c4be2593835e605", kill_on_drop: false }`
[INFO] [stdout] 6731fc96f35d02df29cfab2dc59efc1ff957c1f8399cc9687c4be2593835e605
