[INFO] fetching crate stellar-access 0.7.1...
[INFO] testing stellar-access-0.7.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate stellar-access 0.7.1 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate stellar-access 0.7.1
[INFO] finished tweaking crates.io crate stellar-access 0.7.1
[INFO] tweaked toml for crates.io crate stellar-access 0.7.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate stellar-access 0.7.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate stellar-access 0.7.1 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" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded soroban-sdk-macros v25.3.1
[INFO] [stderr]   Downloaded dtor v0.1.1
[INFO] [stderr]   Downloaded ctor-proc-macro v0.0.6
[INFO] [stderr]   Downloaded soroban-env-guest v25.0.1
[INFO] [stderr]   Downloaded ctor v0.5.0
[INFO] [stderr]   Downloaded soroban-spec v25.3.1
[INFO] [stderr]   Downloaded soroban-env-common v25.0.1
[INFO] [stderr]   Downloaded soroban-builtin-sdk-macros v25.0.1
[INFO] [stderr]   Downloaded soroban-sdk v25.3.1
[INFO] [stderr]   Downloaded soroban-ledger-snapshot v25.3.1
[INFO] [stderr]   Downloaded soroban-spec-rust v25.3.1
[INFO] [stderr]   Downloaded soroban-env-host v25.0.1
[INFO] [stderr]   Downloaded stellar-xdr v25.0.0
[INFO] [stderr]   Downloaded stellar-strkey v0.0.16
[INFO] [stderr]   Downloaded soroban-env-macros v25.0.1
[INFO] [stderr]   Downloaded stellar-strkey v0.0.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b456d0b2266a036a8f3bb9573d150bb22e1c7c027ec2069838309cdebfd62f5b
[INFO] running `Command { std: "docker" "start" "-a" "b456d0b2266a036a8f3bb9573d150bb22e1c7c027ec2069838309cdebfd62f5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b456d0b2266a036a8f3bb9573d150bb22e1c7c027ec2069838309cdebfd62f5b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b456d0b2266a036a8f3bb9573d150bb22e1c7c027ec2069838309cdebfd62f5b", kill_on_drop: false }`
[INFO] [stdout] b456d0b2266a036a8f3bb9573d150bb22e1c7c027ec2069838309cdebfd62f5b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e1d12d6c4428369ccfc9efef5d279dba8bdfe06687cbdd06d486387157f3d19
[INFO] running `Command { std: "docker" "start" "-a" "0e1d12d6c4428369ccfc9efef5d279dba8bdfe06687cbdd06d486387157f3d19", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling ethnum v1.5.2
[INFO] [stderr]    Compiling cfg_eval v0.1.2
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling soroban-env-host v25.0.1
[INFO] [stderr]    Compiling soroban-builtin-sdk-macros v25.0.1
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling visibility v0.1.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling ark-std v0.4.0
[INFO] [stderr]    Compiling ark-serialize v0.4.2
[INFO] [stderr]    Compiling ark-ff v0.4.2
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]    Compiling stellar-strkey v0.0.13
[INFO] [stderr]    Compiling stellar-xdr v25.0.0
[INFO] [stderr]    Compiling soroban-env-common v25.0.1
[INFO] [stderr]    Compiling stellar-strkey v0.0.16
[INFO] [stderr]    Compiling soroban-sdk v25.3.1
[INFO] [stderr]    Compiling serde_with v3.18.0
[INFO] [stderr]    Compiling ark-poly v0.4.2
[INFO] [stderr]    Compiling ark-ec v0.4.2
[INFO] [stderr]    Compiling ark-bn254 v0.4.0
[INFO] [stderr]    Compiling ark-bls12-381 v0.4.0
[INFO] [stderr]    Compiling soroban-spec v25.3.1
[INFO] [stderr]    Compiling soroban-spec-rust v25.3.1
[INFO] [stderr]    Compiling soroban-env-macros v25.0.1
[INFO] [stderr]    Compiling soroban-sdk-macros v25.3.1
[INFO] [stderr]    Compiling stellar-access v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.21s
[INFO] running `Command { std: "docker" "inspect" "0e1d12d6c4428369ccfc9efef5d279dba8bdfe06687cbdd06d486387157f3d19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e1d12d6c4428369ccfc9efef5d279dba8bdfe06687cbdd06d486387157f3d19", kill_on_drop: false }`
[INFO] [stdout] 0e1d12d6c4428369ccfc9efef5d279dba8bdfe06687cbdd06d486387157f3d19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a7b9106cd3d8c5a9eea57a3cce4113e126a854a6627d15b65fe4c0722c67773
[INFO] running `Command { std: "docker" "start" "-a" "9a7b9106cd3d8c5a9eea57a3cce4113e126a854a6627d15b65fe4c0722c67773", kill_on_drop: false }`
[INFO] [stderr]    Compiling stellar-strkey v0.0.13
[INFO] [stderr]    Compiling stellar-xdr v25.0.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling derive_arbitrary v1.3.2
[INFO] [stderr]    Compiling soroban-env-common v25.0.1
[INFO] [stderr]    Compiling soroban-env-host v25.0.1
[INFO] [stderr]    Compiling stellar-strkey v0.0.16
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling soroban-sdk v25.3.1
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.6
[INFO] [stderr]    Compiling dtor v0.1.1
[INFO] [stderr]    Compiling ctor v0.5.0
[INFO] [stderr]    Compiling arbitrary v1.3.2
[INFO] [stderr]    Compiling serde_with v3.18.0
[INFO] [stderr] error: could not compile `stellar-xdr` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.95.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name stellar_xdr --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-25.0.0/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 --cfg 'feature="alloc"' --cfg 'feature="curr"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "cli", "curr", "default", "hex", "next", "rand", "schemars", "serde", "serde_json", "std"))' -C metadata=d38b349d59a119cf -C extra-filename=-4d4baaa9388e7a19 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_eval=/opt/rustwide/target/debug/deps/libcfg_eval-b4a2f4cfd63be5dd.so --extern escape_bytes=/opt/rustwide/target/debug/deps/libescape_bytes-1e41a25d35444354.rmeta --extern ethnum=/opt/rustwide/target/debug/deps/libethnum-05a6cc966afdc20d.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-8a75aa270291420e.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4a7ca611ab65ea47.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-f18338462c989ecc.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-b4c609277b85428e.rmeta --extern stellar_strkey=/opt/rustwide/target/debug/deps/libstellar_strkey-800c7145a26eacaa.rmeta --cap-lints allow --cap-lints=warn --check-cfg 'cfg(docs)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9a7b9106cd3d8c5a9eea57a3cce4113e126a854a6627d15b65fe4c0722c67773", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a7b9106cd3d8c5a9eea57a3cce4113e126a854a6627d15b65fe4c0722c67773", kill_on_drop: false }`
[INFO] [stdout] 9a7b9106cd3d8c5a9eea57a3cce4113e126a854a6627d15b65fe4c0722c67773
