[INFO] cloning repository https://github.com/enclava-ai/cap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/enclava-ai/cap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenclava-ai%2Fcap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenclava-ai%2Fcap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 645c370a40e66abb3261e961609aede75470d5eb
[INFO] checking enclava-ai/cap against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenclava-ai%2Fcap" "/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/enclava-ai/cap
[INFO] finished tweaking git repo https://github.com/enclava-ai/cap
[INFO] tweaked toml for git repo https://github.com/enclava-ai/cap written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/enclava-ai/cap on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/enclava-ai/cap 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5
[INFO] running `Command { std: "docker" "start" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5", 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" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]     Checking curve25519-dalek v4.1.3
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking compression-codecs v0.4.37
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking enclava-common v0.1.0 (/opt/rustwide/workdir/crates/enclava-common)
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling k8s-openapi v0.27.1
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking jsonptr v0.7.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking async-compression v0.4.41
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking json-patch v4.1.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking jsonpath-rust v1.0.4
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]    Compiling kube-derive v3.1.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling der_derive v0.7.3
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling axum-macros v0.5.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]    Compiling bitcoin-io v0.1.4
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling tls_codec_derive v0.4.2
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking tls_codec v0.4.2
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking x509-cert v0.2.5
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nostr v0.44.6
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]    Compiling bitfield-macros v0.19.4
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling sev v7.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]     Checking bitfield v0.19.4
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking kube-core v3.1.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking rdrand v0.8.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking serde-big-array v0.5.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]     Checking iocuddle v0.1.1
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking prost v0.14.3
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking inout v0.2.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking prost-types v0.14.3
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking cipher v0.5.2
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking olpc-cjson v0.1.4
[INFO] [stderr]     Checking phc v0.6.1
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking prefix-trie v0.8.3
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking serde_plain v1.0.2
[INFO] [stderr]    Compiling prost-reflect-derive v0.16.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking prost-reflect v0.16.3
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking oci-spec v0.9.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking hickory-proto v0.26.1
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking password-hash v0.6.1
[INFO] [stderr]     Checking pbkdf2 v0.13.0
[INFO] [stderr]     Checking salsa20 v0.11.0
[INFO] [stderr]     Checking rand v0.9.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking oauth2 v5.0.0
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling sigstore-protobuf-specs-derive v0.0.1
[INFO] [stderr]     Checking http-auth v0.1.10
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking typed-path v0.9.3
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking nonempty v0.7.0
[INFO] [stderr]     Checking ryu-js v1.0.2
[INFO] [stderr]     Checking forwarded-header-value v0.1.1
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking serde_json_canonicalizer v0.3.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking openidconnect v4.0.1
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]     Checking sigstore_protobuf_specs v0.5.1
[INFO] [stderr]     Checking scrypt v0.12.0
[INFO] [stderr]     Checking hickory-net v0.26.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking tonic v0.14.5
[INFO] [stderr]     Checking crypto_secretbox v0.1.1
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking hex-literal v1.1.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking hickory-resolver v0.26.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling typetag v0.2.21
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking tower_governor v0.8.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling typetag-impl v0.2.21
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]    Compiling libcryptsetup-rs v0.15.1
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]    Compiling expect-json-macros v1.10.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking rust-multipart-rfc7578_2 v0.9.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking per-thread-mutex v0.1.4
[INFO] [stderr]     Checking reserve-port v2.4.0
[INFO] [stderr]     Checking bytesize v2.3.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking expect-json v1.10.1
[INFO] [stderr]     Checking enclava-wait-exec v0.1.0 (/opt/rustwide/workdir/crates/enclava-wait-exec)
[INFO] [stderr]     Checking axum-test v20.0.0
[INFO] [stderr]    Compiling libcryptsetup-rs-sys v0.6.1
[INFO] [stderr]     Checking rcgen v0.14.7
[INFO] [stderr]     Checking jsonwebtoken v10.4.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking tough v0.22.0
[INFO] [stderr]     Checking hyper-rustls v0.27.8
[INFO] [stderr]     Checking kube-client v3.1.0
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking instant-acme v0.8.5
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking enclava-init v0.1.0 (/opt/rustwide/workdir/crates/enclava-init)
[INFO] [stderr]     Checking oci-client v0.17.0
[INFO] [stderr]     Checking kube-runtime v3.1.0
[INFO] [stderr]     Checking sigstore v0.14.0
[INFO] [stderr]     Checking kube v3.1.0
[INFO] [stderr]     Checking enclava-engine v0.1.0 (/opt/rustwide/workdir/crates/enclava-engine)
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking enclava-cli v0.1.0 (/opt/rustwide/workdir/crates/enclava-cli)
[INFO] [stderr]     Checking enclava-api v0.1.0 (/opt/rustwide/workdir/crates/enclava-api)
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(InternalAuth, axum::extract::State<state::AppState>, axum::extract::Path<std::string::String>, HeaderMap, Json<Value>) -> _ {create_paas_generic_deployment}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:193:18
[INFO] [stdout]     |
[INFO] [stdout] 193 |                 .post(routes::internal::create_paas_generic_deployment),
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `MethodRouter::<S>::post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:326:16
[INFO] [stdout]     |
[INFO] [stdout] 326 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `MethodRouter::<S>::post`
[INFO] [stdout] ...
[INFO] [stdout] 649 |     chained_handler_fn!(post, POST);
[INFO] [stdout]     |     -------------------------------
[INFO] [stdout]     |     |                   |
[INFO] [stdout]     |     |                   required by a bound in this associated function
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(InternalAuth, axum::extract::State<state::AppState>, axum::extract::Path<(std::string::String, String)>, _, Json<_>) -> _ {deploy_paas_app}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |             axum::routing::post(routes::internal::deploy_paas_app),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `post`
[INFO] [stdout] ...
[INFO] [stdout] 445 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ---------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(auth::middleware::AuthContext, axum::extract::State<state::AppState>, axum::Json<GenericDeploymentRequest>) -> impl futures::Future<Output = _> {create_generic_deployment}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:395:33
[INFO] [stdout]     |
[INFO] [stdout] 395 |             axum::routing::post(routes::deployments::create_generic_deployment),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `post`
[INFO] [stdout] ...
[INFO] [stdout] 445 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ---------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(auth::middleware::AuthContext, axum::extract::State<state::AppState>, axum::extract::Path<std::string::String>, axum::Json<_>) -> _ {deploy}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:407:33
[INFO] [stdout]     |
[INFO] [stdout] 407 |             axum::routing::post(routes::deployments::deploy),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `post`
[INFO] [stdout] ...
[INFO] [stdout] 445 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ---------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `enclava-api` (lib) due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name enclava_api --edition=2024 crates/enclava-api/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("prod-strict"))' -C metadata=8e4fafd0ccc51254 -C extra-filename=-207bbf93cff96d55 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c1f5c88c1afdfac1.rmeta --extern argon2=/opt/rustwide/target/debug/deps/libargon2-0d988192967d27bc.rmeta --extern axum=/opt/rustwide/target/debug/deps/libaxum-6145ffdbd309ecd5.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-adb9226e450c7e02.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-46e23225db2a3cf6.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-7f27b4f3790987fd.rmeta --extern enclava_common=/opt/rustwide/target/debug/deps/libenclava_common-d8f0a7cf6d588fe7.rmeta --extern enclava_engine=/opt/rustwide/target/debug/deps/libenclava_engine-5119e4c41712b7ae.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-ad30f8ad7082b59b.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-5793a712d11d49cd.rmeta --extern hickory_resolver=/opt/rustwide/target/debug/deps/libhickory_resolver-3f84d8501e026850.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-520348cefa540456.rmeta --extern instant_acme=/opt/rustwide/target/debug/deps/libinstant_acme-c043c17f59692f80.rmeta --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-d9f2e676c7c87ec4.rmeta --extern k8s_openapi=/opt/rustwide/target/debug/deps/libk8s_openapi-56399e18dd3a4ffe.rmeta --extern kube=/opt/rustwide/target/debug/deps/libkube-fb6ee4dda5078d17.rmeta --extern nostr=/opt/rustwide/target/debug/deps/libnostr-b508424595d00b72.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-3409af5b1b4c6759.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-6ffe773738660206.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-1119cb76e21c8474.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-58951b894840d848.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a1c8245d6aea392b.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-246379ab9cb7981d.rmeta --extern sigstore=/opt/rustwide/target/debug/deps/libsigstore-b1b2787999678766.rmeta --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-22cfbfa3d9ac4b9c.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-1139c163d0bdfd0a.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-06222b11579db239.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8be98bcf5e15053b.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-3b066a1f0bae7bab.rmeta --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-38270bd1ad83af05.rmeta --extern tower_governor=/opt/rustwide/target/debug/deps/libtower_governor-374453906684c1e3.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c72cc50dc78d396f.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-153301e20c6be8ac.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-d7b61549e4ab4138.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-b2069f4718e2c233/out -L native=/opt/rustwide/target/debug/build/ring-b82368013e479c86/out -L native=/opt/rustwide/target/debug/build/secp256k1-sys-39ead16fee321ee1/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(internal::InternalAuth, axum::extract::State<state::AppState>, axum::extract::Path<std::string::String>, axum::http::HeaderMap, Json<Value>) -> _ {internal::create_paas_generic_deployment}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:193:18
[INFO] [stdout]     |
[INFO] [stdout] 193 |                 .post(routes::internal::create_paas_generic_deployment),
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `MethodRouter::<S>::post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:326:16
[INFO] [stdout]     |
[INFO] [stdout] 326 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `MethodRouter::<S>::post`
[INFO] [stdout] ...
[INFO] [stdout] 649 |     chained_handler_fn!(post, POST);
[INFO] [stdout]     |     -------------------------------
[INFO] [stdout]     |     |                   |
[INFO] [stdout]     |     |                   required by a bound in this associated function
[INFO] [stdout]     |     in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `chained_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(internal::InternalAuth, axum::extract::State<state::AppState>, axum::extract::Path<(std::string::String, String)>, _, Json<_>) -> _ {deploy_paas_app}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:201:33
[INFO] [stdout]     |
[INFO] [stdout] 201 |             axum::routing::post(routes::internal::deploy_paas_app),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `post`
[INFO] [stdout] ...
[INFO] [stdout] 445 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ---------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(auth::middleware::AuthContext, axum::extract::State<state::AppState>, axum::Json<generic::GenericDeploymentRequest>) -> impl futures::Future<Output = _> {create_generic_deployment}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:395:33
[INFO] [stdout]     |
[INFO] [stdout] 395 |             axum::routing::post(routes::deployments::create_generic_deployment),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `post`
[INFO] [stdout] ...
[INFO] [stdout] 445 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ---------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `fn(auth::middleware::AuthContext, axum::extract::State<state::AppState>, axum::extract::Path<std::string::String>, axum::Json<_>) -> _ {deployments::deploy}: Handler<_, _>`
[INFO] [stdout]    --> crates/enclava-api/src/lib.rs:407:33
[INFO] [stdout]     |
[INFO] [stdout] 407 |             axum::routing::post(routes::deployments::deploy),
[INFO] [stdout]     |             ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`enclava_api`)
[INFO] [stdout] note: required by a bound in `post`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/routing/method_routing.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |             H: Handler<T, S>,
[INFO] [stdout]     |                ^^^^^^^^^^^^^ required by this bound in `post`
[INFO] [stdout] ...
[INFO] [stdout] 445 | top_level_handler_fn!(post, POST);
[INFO] [stdout]     | ---------------------------------
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |                     required by a bound in this function
[INFO] [stdout]     | in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `enclava-api` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5", kill_on_drop: false }`
[INFO] [stdout] 314d20f4feb907e7e9070c4e4a726451474e76c0356a58c3973c5809e6c451d5
