[INFO] cloning repository https://github.com/stringhandler/txmanifest-wallet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stringhandler/txmanifest-wallet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstringhandler%2Ftxmanifest-wallet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstringhandler%2Ftxmanifest-wallet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1cbb5101833f35156f3581a9666a4b12236cd5d2
[INFO] checking stringhandler/txmanifest-wallet against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstringhandler%2Ftxmanifest-wallet" "/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/stringhandler/txmanifest-wallet
[INFO] finished tweaking git repo https://github.com/stringhandler/txmanifest-wallet
[INFO] tweaked toml for git repo https://github.com/stringhandler/txmanifest-wallet written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/stringhandler/txmanifest-wallet on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/stringhandler/txmanifest-wallet 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4
[INFO] running `Command { std: "docker" "start" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4", 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" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4", 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" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking arrayvec v0.7.7
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling bitcoin v0.32.101
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling secp256k1-zkp-sys v0.10.1
[INFO] [stderr]    Compiling bitcoin-private v0.1.0
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking bitcoin_hashes v0.14.101
[INFO] [stderr]     Checking bitcoin-units v0.1.101
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]     Checking base58ck v0.1.101
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking rustls v0.23.41
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]     Checking bmp-monochrome v1.1.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking qr_code v2.0.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling simplicity-sys v0.7.0
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking minreq v2.14.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]     Checking pbkdf2 v0.12.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/65b20a97de33e9e59992793a144aef2950c48c76/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/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="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=f4f560f25b171bf3 -C extra-filename=-2decc2f0e0378b91 --out-dir /opt/rustwide/target/debug/build/tokio/2decc2f0e0378b91/out -L dependency=/opt/rustwide/target/debug/build/bytes/c38626212d5d479c/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/mio/24357868ea6ec5f7/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/socket2/dfdbce0a7bcef759/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/c806c5ddbf4a8e27/out --extern bytes=/opt/rustwide/target/debug/build/bytes/c38626212d5d479c/out/libbytes-c38626212d5d479c.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out/liblibc-7d2af120e89c619c.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/24357868ea6ec5f7/out/libmio-24357868ea6ec5f7.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/dfdbce0a7bcef759/out/libsocket2-dfdbce0a7bcef759.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/c806c5ddbf4a8e27/out/libtokio_macros-c806c5ddbf4a8e27.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" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4", kill_on_drop: false }`
[INFO] [stdout] 9664050b524044df7ad5e5d0d1ae9953a876882102c53dcf20b685cff674e9b4
