[INFO] cloning repository https://github.com/shuttle-hq/ecs-shuttle-mirror
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shuttle-hq/ecs-shuttle-mirror" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuttle-hq%2Fecs-shuttle-mirror", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshuttle-hq%2Fecs-shuttle-mirror'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d6443fa89ec18188be277df9ad9ddaa92378e9f7
[INFO] testing shuttle-hq/ecs-shuttle-mirror 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%2Fshuttle-hq%2Fecs-shuttle-mirror" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shuttle-hq/ecs-shuttle-mirror
[INFO] finished tweaking git repo https://github.com/shuttle-hq/ecs-shuttle-mirror
[INFO] tweaked toml for git repo https://github.com/shuttle-hq/ecs-shuttle-mirror written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shuttle-hq/ecs-shuttle-mirror 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/shuttle-hq/ecs-shuttle-mirror 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd
[INFO] running `Command { std: "docker" "start" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd", 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" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd" "/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" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd", 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" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling aws-lc-sys v0.33.0
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling aws-lc-rs v1.15.0
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling vsimd v0.8.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling outref v0.5.2
[INFO] [stderr]    Compiling base64-simd v0.8.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling rustls-native-certs v0.8.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling openssl-src v300.5.4+3.5.4
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bytes-utils v0.1.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling aws-types v1.3.10
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling p256 v0.11.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling regex-lite v0.1.8
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling aws-smithy-async v1.2.6
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling aws-smithy-types v1.3.4
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.9.2
[INFO] [stderr]    Compiling aws-smithy-eventstream v0.60.13
[INFO] [stderr]    Compiling aws-smithy-json v0.61.7
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling aws-smithy-http v0.62.5
[INFO] [stderr]    Compiling aws-credential-types v1.2.9
[INFO] [stderr]    Compiling aws-smithy-observability v0.1.4
[INFO] [stderr]    Compiling aws-sigv4 v1.3.6
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling data-encoding v2.9.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling opentelemetry v0.27.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling axum-core v0.5.5
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling xmlparser v0.13.6
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling axum v0.8.6
[INFO] [stderr]    Compiling aws-smithy-xml v0.60.12
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling utoipa-gen v5.4.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling opentelemetry_sdk v0.27.1
[INFO] [stderr]    Compiling utoipa v5.4.0
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling aws-smithy-query v0.60.8
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling trackable_derive v1.0.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling libz-ng-sys v1.1.23
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling tokio-openssl v0.6.5
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling tonic v0.12.3
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling trackable v1.3.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling neli-proc-macros v0.1.4
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling typeshare-annotation v1.0.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling pingora-error v0.6.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling neli v0.6.5
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling pingora-http v0.6.0
[INFO] [stderr]    Compiling typeshare v1.0.4
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling opentelemetry-proto v0.27.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling pingora-timeout v0.6.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling lru v0.14.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling shuttle-common v0.57.0 (https://github.com/shuttle-hq/shuttle?rev=a95d4138#a95d4138)
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling pingora-pool v0.6.0
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling sfv v0.10.4
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling aws-smithy-http-client v1.1.4
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling cf-rustracing v1.2.1
[INFO] [stderr]    Compiling tracing-opentelemetry v0.28.0
[INFO] [stderr]    Compiling local-ip-address v0.6.5
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling aws-smithy-runtime v1.9.4
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling thrift_codec v0.3.2
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling pingora-runtime v0.6.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling daemonize v0.5.0
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling aws-runtime v1.5.14
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling cf-rustracing-jaeger v1.2.2
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling aws-sdk-sso v1.89.0
[INFO] [stderr]    Compiling aws-sdk-sts v1.92.0
[INFO] [stderr]    Compiling aws-sdk-ssooidc v1.91.0
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling aws-sdk-servicediscovery v1.89.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling aws-config v1.8.10
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling pingora-header-serde v0.6.0
[INFO] [stderr]    Compiling pingora-lru v0.6.0
[INFO] [stderr]    Compiling crc-fast v1.6.0
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling async-stripe v0.40.2
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling aws-smithy-checksums v0.63.11
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling snafu v0.8.9
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]    Compiling posthog-core v0.1.0 (https://github.com/shuttle-hq/posthog-rs?rev=160e609#160e6094)
[INFO] [stderr]    Compiling serde_qs v0.10.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling smol_str v0.1.24
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling finl_unicode v1.4.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling octocrab v0.46.0 (https://github.com/shuttle-hq/octocrab?branch=shuttle-fixes#cdd3e2a7)
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling aws-sdk-s3 v1.112.0
[INFO] [stderr]    Compiling rustrict v0.7.12
[INFO] [stderr]    Compiling oci-spec v0.8.3
[INFO] [stderr]    Compiling async-lock v3.4.1
[INFO] [stderr] error: could not compile `aws-sdk-servicediscovery` (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 aws_sdk_servicediscovery --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-servicediscovery-1.89.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="default-https-client"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "default-https-client", "gated-tests", "rt-tokio", "rustls", "test-util"))' -C metadata=a6f7beb7814fa8d4 -C extra-filename=-406db81ce604cf41 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-8ed3e7e9155196d1.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-714c1e9f9646e4b6.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-e935f4dda7d8d3e2.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-d76ee93627c9e2d0.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-07b05f851dad2b51.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-6cf46d425b932d9b.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-38ee4109e12abf5b.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-6035fb976c8eab7b.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-e0cebd9cc4565935.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-751bcde24b8aa073.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-f7e42874eabb68a3.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-1cf24464b2d33537.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-cf1daa7d06404d83.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-059414474607ae67/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-d7136db00db23380/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aws-sdk-s3` (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 aws_sdk_s3 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-s3-1.112.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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="default-https-client"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --cfg 'feature="sigv4a"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "default-https-client", "gated-tests", "http-1x", "rt-tokio", "rustls", "sigv4a", "test-util"))' -C metadata=3aca75aee9bdee71 -C extra-filename=-eb697fa420146d45 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-8ed3e7e9155196d1.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-714c1e9f9646e4b6.rmeta --extern aws_sigv4=/opt/rustwide/target/debug/deps/libaws_sigv4-bbcb619d989b0d60.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-e935f4dda7d8d3e2.rmeta --extern aws_smithy_checksums=/opt/rustwide/target/debug/deps/libaws_smithy_checksums-d999ce48cedc17fa.rmeta --extern aws_smithy_eventstream=/opt/rustwide/target/debug/deps/libaws_smithy_eventstream-ec9b26842f3d385f.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-d76ee93627c9e2d0.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-07b05f851dad2b51.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-6cf46d425b932d9b.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-38ee4109e12abf5b.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-6035fb976c8eab7b.rmeta --extern aws_smithy_xml=/opt/rustwide/target/debug/deps/libaws_smithy_xml-520bdb5134319dde.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-e0cebd9cc4565935.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-82ad4f0211bdc963.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-751bcde24b8aa073.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-13e08b3b00984ab7.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-c19cfa1ea3ced6f4.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-f7e42874eabb68a3.rmeta --extern http_1x=/opt/rustwide/target/debug/deps/libhttp-2d03230cfda7aff1.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-32978a92019d505a.rmeta --extern lru=/opt/rustwide/target/debug/deps/liblru-3af40d5519ef5719.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-fa055ecaa1e57cfa.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-1cf24464b2d33537.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-9f495b50faf30d9e.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-cf1daa7d06404d83.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-69472a1d4067b4c7.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-059414474607ae67/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-d7136db00db23380/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `async-stripe` (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 stripe --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/async-stripe-0.40.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="async"' --cfg 'feature="billing"' --cfg 'feature="checkout"' --cfg 'feature="futures-util"' --cfg 'feature="hyper"' --cfg 'feature="hyper-client"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-rustls-native"' --cfg 'feature="runtime-tokio-hyper-rustls"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async-std", "billing", "blocking", "checkout", "chrono", "connect", "default", "events", "fraud", "full", "futures-util", "hex", "hmac", "hyper", "hyper-client", "hyper-rustls", "hyper-rustls-native", "hyper-rustls-webpki", "hyper-tls", "issuing", "orders", "products", "rocket", "runtime-async-std-surf", "runtime-blocking", "runtime-blocking-rustls", "runtime-blocking-rustls-webpki", "runtime-tokio-hyper", "runtime-tokio-hyper-rustls", "runtime-tokio-hyper-rustls-webpki", "sha2", "sigma", "stream", "surf", "tax-calculation", "terminal", "tokio", "uuid", "webhook-endpoints", "webhook-events"))' -C metadata=d5ae16b12c7faf66 -C extra-filename=-a725752cc9e053c0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-ee73c6f23c2265a8.rmeta --extern http_types=/opt/rustwide/target/debug/deps/libhttp_types-15afa6a48a608646.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-9c15379518bd75f3.rmeta --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-d7387114640056e5.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-0113b89aaf984fdc.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9da2823d1e7cd1f4.rmeta --extern serde_path_to_error=/opt/rustwide/target/debug/deps/libserde_path_to_error-a41e9e25fb8ae38b.rmeta --extern serde_qs=/opt/rustwide/target/debug/deps/libserde_qs-f2fd0d40095e1bc6.rmeta --extern smart_default=/opt/rustwide/target/debug/deps/libsmart_default-3d95092591d651fe.so --extern smol_str=/opt/rustwide/target/debug/deps/libsmol_str-516146ad8ad35278.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3f9a495558d64776.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cb9ed160a368b0b3.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-059414474607ae67/out` (signal: 9, SIGKILL: kill)
[ERROR] error running command: command timed out after 900 seconds
[INFO] running `Command { std: "docker" "inspect" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd", kill_on_drop: false }`
[INFO] [stdout] afb62dc6f069981fb1c9ff36eb2bbb66c402d69b62dfff33721e91a7261129bd
