[INFO] cloning repository https://github.com/PIVX-Labs/pivx-bridge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PIVX-Labs/pivx-bridge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPIVX-Labs%2Fpivx-bridge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPIVX-Labs%2Fpivx-bridge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9aeb3a762440c2e815798ff8bf13bc320586a418 [INFO] testing PIVX-Labs/pivx-bridge against 1.98.0-beta.1 for beta-1.98-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPIVX-Labs%2Fpivx-bridge" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/PIVX-Labs/pivx-bridge [INFO] finished tweaking git repo https://github.com/PIVX-Labs/pivx-bridge [INFO] tweaked toml for git repo https://github.com/PIVX-Labs/pivx-bridge written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/PIVX-Labs/pivx-bridge on toolchain 1.98.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/PIVX-Labs/pivx-bridge 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9 [INFO] running `Command { std: "docker" "start" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9", 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" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling indexmap v2.13.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling version-compare v0.2.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling cc v1.2.59 [INFO] [stderr] Compiling cfg-expr v0.15.8 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling bitcoin-internals v0.3.0 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bitcoin_hashes v0.14.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling zmq v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling net2 v0.2.39 [INFO] [stderr] Compiling tokio v1.51.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling bitcoin v0.32.8 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling jaq-core v3.0.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling bitcoin-units v0.1.2 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling compression-codecs v0.4.37 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling secp256k1-sys v0.10.1 [INFO] [stderr] Compiling base58ck v0.1.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling regex-bites v0.1.6 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling jiff v0.2.23 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling jwalk v0.8.1 [INFO] [stderr] Compiling dircpy v0.3.20 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling zeromq-src v0.2.6+4.3.4 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling hifijson v0.5.0 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling self_cell v1.2.2 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling secp256k1 v0.29.1 [INFO] [stderr] Compiling jaq-std v3.0.0 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling system-deps v6.2.2 [INFO] [stderr] Compiling jaq-json v2.0.0 [INFO] [stderr] Compiling rustls-webpki v0.103.10 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling async-compression v0.4.41 [INFO] [stderr] Compiling zmq-sys v0.12.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling ureq v2.12.1 [INFO] [stderr] error: could not compile `rustls` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name rustls --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=1f1fb1c4f2879466 -C extra-filename=-85d5aebb305d4269 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-f16ce4b64309590f.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-b5bdc597ed9676b3.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-ba242cdb63299530.rmeta --extern pki_types=/opt/rustwide/target/debug/deps/librustls_pki_types-a1ff9279e609de76.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-04a532225974801b.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-2ae6a7038b9a0630.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-7f213bea776ca5b6.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-3e6745ff2f939457/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bitcoin` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name bitcoin --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitcoin-0.32.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --deny=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(mutate)' --check-cfg 'cfg(rust_v_1_60)' --check-cfg 'cfg(rust_v_1_61)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actual-serde", "base64", "bitcoinconsensus", "bitcoinconsensus-std", "default", "ordered", "rand", "rand-std", "secp-lowmemory", "secp-recovery", "serde", "std"))' -C metadata=79f94a9cdba85c96 -C extra-filename=-0ee4a37e3cc3d2a8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base58=/opt/rustwide/target/debug/deps/libbase58ck-5b2dac8e12166294.rmeta --extern bech32=/opt/rustwide/target/debug/deps/libbech32-3178d5ece2c504d2.rmeta --extern internals=/opt/rustwide/target/debug/deps/libbitcoin_internals-abdcd0fbf382babb.rmeta --extern io=/opt/rustwide/target/debug/deps/libbitcoin_io-9bce9ef30012ff30.rmeta --extern units=/opt/rustwide/target/debug/deps/libbitcoin_units-30e0ad19d9b44004.rmeta --extern hashes=/opt/rustwide/target/debug/deps/libbitcoin_hashes-1a9e2cbe1fd73290.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex_conservative-fd6c1346f859eeef.rmeta --extern hex_lit=/opt/rustwide/target/debug/deps/libhex_lit-1059d25d59e581a8.rmeta --extern secp256k1=/opt/rustwide/target/debug/deps/libsecp256k1-d53fa97bc4ab4c1c.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/secp256k1-sys-dd9b3a4e418c15d2/out --cfg rust_v_1_56 --cfg rust_v_1_57 --cfg rust_v_1_58 --cfg rust_v_1_59 --cfg rust_v_1_60 --cfg rust_v_1_61 --cfg rust_v_1_62 --cfg rust_v_1_63 --cfg rust_v_1_64 --cfg rust_v_1_65 --cfg rust_v_1_66 --cfg rust_v_1_67 --cfg rust_v_1_68 --cfg rust_v_1_69 --cfg rust_v_1_70 --cfg rust_v_1_71 --cfg rust_v_1_72 --cfg rust_v_1_73 --cfg rust_v_1_74 --cfg rust_v_1_75 --cfg rust_v_1_76 --cfg rust_v_1_77 --cfg rust_v_1_78 --cfg rust_v_1_79 --cfg rust_v_1_80 --cfg rust_v_1_81 --cfg rust_v_1_82 --cfg rust_v_1_83 --cfg rust_v_1_84 --cfg rust_v_1_85 --cfg rust_v_1_86 --cfg rust_v_1_87 --cfg rust_v_1_88 --cfg rust_v_1_89 --cfg rust_v_1_90 --cfg rust_v_1_91 --cfg rust_v_1_92 --cfg rust_v_1_93 --cfg rust_v_1_94 --cfg rust_v_1_95 --cfg rust_v_1_96 --cfg rust_v_1_97 --cfg rust_v_1_98` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9", kill_on_drop: false }` [INFO] [stdout] 07cc119f3836f3fa9d4c13e07d9a96e35f0673e2cdf868c163d3970a1681e0a9