[INFO] cloning repository https://github.com/dexcodehub/ordinals-ord
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dexcodehub/ordinals-ord" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdexcodehub%2Fordinals-ord", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdexcodehub%2Fordinals-ord'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bafa4faceb01cf2868c73d745338d0d0b64de3da
[INFO] checking dexcodehub/ordinals-ord against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdexcodehub%2Fordinals-ord" "/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/dexcodehub/ordinals-ord
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/dexcodehub/ordinals-ord
[INFO] tweaked toml for git repo https://github.com/dexcodehub/ordinals-ord written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dexcodehub/ordinals-ord on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dexcodehub/ordinals-ord 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" "+1.95.0-beta.7" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38c8158bda47f854b76e35c7b4bb17ab527f4e62a678a6c422c38b24aff7d072
[INFO] running `Command { std: "docker" "start" "-a" "38c8158bda47f854b76e35c7b4bb17ab527f4e62a678a6c422c38b24aff7d072", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38c8158bda47f854b76e35c7b4bb17ab527f4e62a678a6c422c38b24aff7d072", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38c8158bda47f854b76e35c7b4bb17ab527f4e62a678a6c422c38b24aff7d072", kill_on_drop: false }`
[INFO] [stdout] 38c8158bda47f854b76e35c7b4bb17ab527f4e62a678a6c422c38b24aff7d072
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7795c4b5e2bf191f07bde65307f58092697da4628b1734b10528c1552e0e078
[INFO] running `Command { std: "docker" "start" "-a" "e7795c4b5e2bf191f07bde65307f58092697da4628b1734b10528c1552e0e078", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling bitcoin-io v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]     Checking hex-conservative v0.2.1
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]    Compiling aws-lc-rs v1.13.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling bitcoin v0.32.6
[INFO] [stderr]     Checking bech32 v0.11.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling fs-err v3.1.1
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling bitcoin-internals v0.2.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling new_mime_guess v4.0.4
[INFO] [stderr]     Checking webpki-roots v1.0.2
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking asn1-rs v0.6.2
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]    Compiling snafu-derive v0.8.6
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]    Compiling minicbor v1.1.0
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]     Checking hex-conservative v0.1.2
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]    Compiling redb v2.6.0
[INFO] [stderr]     Checking array-init v0.0.4
[INFO] [stderr]     Checking bitcoin_hashes v0.13.0
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]     Checking der-parser v9.0.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking x509-parser v0.16.0
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-beta.7-x86_64-unknown-linux-gnu/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/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 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=45fead1ee5ade2b5 -C extra-filename=-dd963c6976f5b2c1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-c6ce7e84c6c58e41.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-b8eed62ee6c3d9da.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-aaad524ce2654c5f.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-88b8bc60977cc4cb.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-c4c0286ed56450b7.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-849c80bab94c9082.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-ed3a007fdb742d28.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-50fda406d193135d.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-a7ac6b195cb7a79a.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-34b1975c6074fb85.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/1.95.0-beta.7-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.46.1/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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-std"' --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-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=f67f753ba0614c87 -C extra-filename=-1b750a6cfb7720b8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-7f0471ae4eecb6cc.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-6823845a16a5c2f2.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-75535af0183ca8e9.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-50fda406d193135d.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-71d12dc66356b2b3.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-4e6e4e3b9dff581f.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e7795c4b5e2bf191f07bde65307f58092697da4628b1734b10528c1552e0e078", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7795c4b5e2bf191f07bde65307f58092697da4628b1734b10528c1552e0e078", kill_on_drop: false }`
[INFO] [stdout] e7795c4b5e2bf191f07bde65307f58092697da4628b1734b10528c1552e0e078
