[INFO] cloning repository https://github.com/Kevrollin/xendly-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Kevrollin/xendly-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevrollin%2Fxendly-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevrollin%2Fxendly-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cce9352517d0a95dc12d35c9b91cef7a86876cce
[INFO] testing Kevrollin/xendly-backend against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKevrollin%2Fxendly-backend" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Kevrollin/xendly-backend
[INFO] finished tweaking git repo https://github.com/Kevrollin/xendly-backend
[INFO] tweaked toml for git repo https://github.com/Kevrollin/xendly-backend written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Kevrollin/xendly-backend on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Kevrollin/xendly-backend 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" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded validator v0.18.1
[INFO] [stderr]   Downloaded multer v3.1.0
[INFO] [stderr]   Downloaded validator_derive v0.18.2
[INFO] [stderr]   Downloaded base32 v0.5.1
[INFO] [stderr]   Downloaded quoted_printable v0.5.1
[INFO] [stderr]   Downloaded webpki-roots v0.26.11
[INFO] [stderr]   Downloaded email-encoding v0.4.1
[INFO] [stderr]   Downloaded crc16 v0.4.0
[INFO] [stderr]   Downloaded hostname v0.4.1
[INFO] [stderr]   Downloaded gif v0.13.3
[INFO] [stderr]   Downloaded stellar-strkey v0.0.13
[INFO] [stderr]   Downloaded email_address v0.2.9
[INFO] [stderr]   Downloaded chumsky v0.9.3
[INFO] [stderr]   Downloaded ed25519-dalek v2.2.0
[INFO] [stderr]   Downloaded json v0.12.4
[INFO] [stderr]   Downloaded ureq v2.12.1
[INFO] [stderr]   Downloaded h2 v0.4.11
[INFO] [stderr]   Downloaded webpki-roots v1.0.1
[INFO] [stderr]   Downloaded lettre v0.11.17
[INFO] [stderr]   Downloaded stellar-base v0.5.0
[INFO] [stderr]   Downloaded qrcode v0.14.1
[INFO] [stderr]   Downloaded ethnum v1.5.2
[INFO] [stderr]   Downloaded stellar_sdk v0.1.4
[INFO] [stderr]   Downloaded cfg_eval v0.1.2
[INFO] [stderr]   Downloaded utoipa-redoc v2.0.0
[INFO] [stderr]   Downloaded xdr-rs-serialize v0.2.5
[INFO] [stderr]   Downloaded curve25519-dalek v4.2.0
[INFO] [stderr]   Downloaded xdr-rs-serialize-derive v0.2.5
[INFO] [stderr]   Downloaded rustls v0.23.29
[INFO] [stderr]   Downloaded nacl v0.5.3
[INFO] [stderr]   Downloaded sodiumoxide v0.2.6
[INFO] [stderr]   Downloaded stellar-xdr v23.0.0-rc.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a8dcfa6cc13f4217ff4e7cd147e545885f686116f50222cebf81f6cc6e075d31
[INFO] running `Command { std: "docker" "start" "-a" "a8dcfa6cc13f4217ff4e7cd147e545885f686116f50222cebf81f6cc6e075d31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8dcfa6cc13f4217ff4e7cd147e545885f686116f50222cebf81f6cc6e075d31", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8dcfa6cc13f4217ff4e7cd147e545885f686116f50222cebf81f6cc6e075d31", kill_on_drop: false }`
[INFO] [stdout] a8dcfa6cc13f4217ff4e7cd147e545885f686116f50222cebf81f6cc6e075d31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c2e0ccb6a0a9ad96490b6539da12cfb8e74b2b113173db7ae25d4e1d7ef79ae
[INFO] running `Command { std: "docker" "start" "-a" "9c2e0ccb6a0a9ad96490b6539da12cfb8e74b2b113173db7ae25d4e1d7ef79ae", kill_on_drop: false }`
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling crate-git-revision v0.0.6
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling libsodium-sys v0.2.7
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling crc16 v0.4.0
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling hyper-util v0.1.15
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling curve25519-dalek v4.2.0
[INFO] [stderr]    Compiling zip v0.6.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling stellar-strkey v0.0.13
[INFO] [stderr]    Compiling webpki-roots v1.0.1
[INFO] [stderr]    Compiling utoipa-gen v4.3.1
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling weezl v0.1.10
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling xdr-rs-serialize v0.2.5
[INFO] [stderr]    Compiling xdr-rs-serialize-derive v0.2.5
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling utoipa v4.2.3
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling utoipa-swagger-ui v6.0.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling stellar-xdr v23.0.0-rc.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling base32 v0.4.0
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling exr v1.73.0
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling image v0.25.6
[INFO] [stderr]    Compiling gif v0.13.3
[INFO] [stderr]    Compiling serde_with v3.14.0
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling rust-embed v8.7.2
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling validator_derive v0.18.2
[INFO] [stderr]    Compiling email-encoding v0.4.1
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling cfg_eval v0.1.2
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling quoted_printable v0.5.1
[INFO] [stderr]    Compiling ethnum v1.5.2
[INFO] [stderr]    Compiling nacl v0.5.3
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling validator v0.18.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling lettre v0.11.17
[INFO] [stderr]    Compiling qrcode v0.14.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling utoipa-redoc v2.0.0
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling base32 v0.5.1
[INFO] [stderr]    Compiling sodiumoxide v0.2.6
[INFO] [stderr]    Compiling stellar-base v0.5.0
[INFO] [stderr]    Compiling stellar_sdk v0.1.4
[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/1ef7943ee607160a564655b6596f83670ef95df5/bin/rustc --crate-name stellar_xdr --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stellar-xdr-23.0.0-rc.2/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 --cfg 'feature="alloc"' --cfg 'feature="curr"' --cfg 'feature="default"' --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=5fc6d3334817831b -C extra-filename=-8b90df0f7ed1d983 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_eval=/opt/rustwide/target/debug/deps/libcfg_eval-409baa61047a6747.so --extern escape_bytes=/opt/rustwide/target/debug/deps/libescape_bytes-9551911006a12df7.rmeta --extern ethnum=/opt/rustwide/target/debug/deps/libethnum-0fe0d15c4deb6ac7.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-8379048075c879ee.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-b5eb83f4e6b9615b.rmeta --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-1c02751d608a8ebc.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-2fe5eac3182a4a44.rmeta --extern stellar_strkey=/opt/rustwide/target/debug/deps/libstellar_strkey-5980ccf2ab648c31.rmeta --cap-lints allow --cap-lints=forbid --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" "9c2e0ccb6a0a9ad96490b6539da12cfb8e74b2b113173db7ae25d4e1d7ef79ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c2e0ccb6a0a9ad96490b6539da12cfb8e74b2b113173db7ae25d4e1d7ef79ae", kill_on_drop: false }`
[INFO] [stdout] 9c2e0ccb6a0a9ad96490b6539da12cfb8e74b2b113173db7ae25d4e1d7ef79ae
