[INFO] cloning repository https://github.com/shpark/shuttlings-cch24 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shpark/shuttlings-cch24" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshpark%2Fshuttlings-cch24", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshpark%2Fshuttlings-cch24'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33761b2d01b2c5db0bc23b5bce8bb75a31846053 [INFO] checking shpark/shuttlings-cch24 against master#b2728d5426bab1d8c39709768c7e22b7f66dde5d for pr-135852 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshpark%2Fshuttlings-cch24" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shpark/shuttlings-cch24 on toolchain b2728d5426bab1d8c39709768c7e22b7f66dde5d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b2728d5426bab1d8c39709768c7e22b7f66dde5d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shpark/shuttlings-cch24 [INFO] finished tweaking git repo https://github.com/shpark/shuttlings-cch24 [INFO] tweaked toml for git repo https://github.com/shpark/shuttlings-cch24 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/shpark/shuttlings-cch24 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" "+b2728d5426bab1d8c39709768c7e22b7f66dde5d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jwt-simple v0.12.11 [INFO] [stderr] Downloaded hmac-sha256 v1.1.8 [INFO] [stderr] Downloaded coarsetime v0.1.35 [INFO] [stderr] Downloaded hmac-sha512 v1.1.6 [INFO] [stderr] Downloaded binstring v0.1.2 [INFO] [stderr] Downloaded ct-codecs v1.1.3 [INFO] [stderr] Downloaded hmac-sha1-compact v1.1.5 [INFO] [stderr] Downloaded cargo-manifest v0.17.0 [INFO] [stderr] Downloaded superboring v0.1.4 [INFO] [stderr] Downloaded boring v4.13.0 [INFO] [stderr] Downloaded boring-sys v4.13.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+b2728d5426bab1d8c39709768c7e22b7f66dde5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee24526b0cc1479cf4cc9ec195ae3d09d5320d33a5d25dfa7e15ec613a09d28b [INFO] running `Command { std: "docker" "start" "-a" "ee24526b0cc1479cf4cc9ec195ae3d09d5320d33a5d25dfa7e15ec613a09d28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee24526b0cc1479cf4cc9ec195ae3d09d5320d33a5d25dfa7e15ec613a09d28b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee24526b0cc1479cf4cc9ec195ae3d09d5320d33a5d25dfa7e15ec613a09d28b", kill_on_drop: false }` [INFO] [stdout] ee24526b0cc1479cf4cc9ec195ae3d09d5320d33a5d25dfa7e15ec613a09d28b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+b2728d5426bab1d8c39709768c7e22b7f66dde5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36e931eb3c7ce362b20af3a4c46ecbf62c8698b43a3bd3beaf2913961d2522ac [INFO] running `Command { std: "docker" "start" "-a" "36e931eb3c7ce362b20af3a4c46ecbf62c8698b43a3bd3beaf2913961d2522ac", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking bytes v1.9.0 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling cc v1.2.2 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking tracing-core v0.1.33 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking indexmap v2.7.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking tinyvec v1.8.0 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling unicase v2.8.0 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking unicode-bidi v0.3.17 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking iana-time-zone v0.1.61 [INFO] [stderr] Checking unicode-normalization v0.1.24 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling rustls v0.23.20 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking der v0.7.9 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling rustls-pki-types v1.10.1 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Checking webpki-roots v0.25.4 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling thiserror v2.0.8 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Checking hkdf v0.12.4 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Checking ordered-float v4.5.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking ipnet v2.10.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Compiling axum-core v0.3.4 [INFO] [stderr] Compiling libloading v0.8.6 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling bindgen v0.70.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling sqlformat v0.2.6 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling webpki-roots v0.26.7 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling axum v0.6.20 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Checking matchit v0.7.3 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Checking rustls-webpki v0.102.8 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling pin-project-internal v1.1.7 [INFO] [stderr] Compiling thiserror-impl v2.0.8 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Compiling typeshare-annotation v1.0.4 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking opentelemetry v0.21.0 [INFO] [stderr] Compiling tokio-stream v0.1.16 [INFO] [stderr] Checking pin-project v1.1.7 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Compiling cmake v0.1.52 [INFO] [stderr] Compiling fslock v0.2.1 [INFO] [stderr] Checking opentelemetry-http v0.10.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking strum v0.26.3 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking data-encoding v2.6.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Checking rmp v0.8.14 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking opentelemetry_sdk v0.21.2 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Checking task-local-extensions v0.1.4 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Checking strfmt v0.2.4 [INFO] [stderr] Checking headers v0.3.9 [INFO] [stderr] Compiling foreign-types-macros v0.2.3 [INFO] [stderr] Checking primeorder v0.13.6 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking foreign-types-shared v0.3.1 [INFO] [stderr] Checking winnow v0.6.20 [INFO] [stderr] Checking axum-core v0.4.5 [INFO] [stderr] Compiling shuttle-codegen v0.49.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking foreign-types v0.5.0 [INFO] [stderr] Compiling askama_parser v0.2.1 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking ct-codecs v1.1.3 [INFO] [stderr] Checking p384 v0.13.0 [INFO] [stderr] Checking blake2b_simd v1.0.2 [INFO] [stderr] Checking ed25519-compact v2.1.1 [INFO] [stderr] Checking p256 v0.13.2 [INFO] [stderr] Checking k256 v0.13.4 [INFO] [stderr] Checking hmac-sha512 v1.1.6 [INFO] [stderr] Checking hmac-sha256 v1.1.8 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking coarsetime v0.1.35 [INFO] [stderr] Checking binstring v0.1.2 [INFO] [stderr] Checking http-range-header v0.4.2 [INFO] [stderr] Checking askama_escape v0.10.3 [INFO] [stderr] Checking hmac-sha1-compact v1.1.5 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_path_to_error v0.1.16 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking crossterm v0.26.1 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking futures-intrusive v0.5.0 [INFO] [stderr] Checking tungstenite v0.20.1 [INFO] [stderr] Checking toml_edit v0.22.22 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking typeshare v1.0.4 [INFO] [stderr] Checking comfy-table v6.2.0 [INFO] [stderr] Compiling basic-toml v0.1.9 [INFO] [stderr] Checking tracing-opentelemetry v0.22.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling askama_derive v0.12.5 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking cargo-manifest v0.17.0 [INFO] [stderr] Compiling sqlx-core v0.8.2 [INFO] [stderr] Checking askama v0.12.1 [INFO] [stderr] Compiling prost-derive v0.12.6 [INFO] [stderr] Checking prost v0.12.6 [INFO] [stderr] Checking tokio-util v0.7.13 [INFO] [stderr] Checking tokio-rustls v0.24.1 [INFO] [stderr] Checking tokio-io-timeout v1.2.0 [INFO] [stderr] Checking hyper v1.5.1 [INFO] [stderr] Checking tower v0.5.1 [INFO] [stderr] Checking leaky-bucket v1.1.2 [INFO] [stderr] Checking tokio-tungstenite v0.20.1 [INFO] [stderr] Checking prost-types v0.12.6 [INFO] [stderr] Checking h2 v0.3.26 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking tower-http v0.6.2 [INFO] [stderr] Compiling sqlx-postgres v0.8.2 [INFO] [stderr] Checking hyper-util v0.1.10 [INFO] [stderr] Checking axum v0.7.9 [INFO] [stderr] Compiling boring-sys v4.13.0 [INFO] [stderr] Compiling sqlx-macros-core v0.8.2 [INFO] [stderr] Checking hyper v0.14.31 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `boring-sys v4.13.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/boring-sys-6c8a9209c2d3ef2c/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_PATH [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_PATH [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_INCLUDE_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_INCLUDE_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_INCLUDE_PATH [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_INCLUDE_PATH [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_SOURCE_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_SOURCE_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_SOURCE_PATH [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_SOURCE_PATH [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_PRECOMPILED_BCM_O_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_PRECOMPILED_BCM_O_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_PRECOMPILED_BCM_O [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_PRECOMPILED_BCM_O [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_ASSUME_PATCHED_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_ASSUME_PATCHED_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_ASSUME_PATCHED [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_ASSUME_PATCHED [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_SYSROOT_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_SYSROOT_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_SYSROOT [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_SYSROOT [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_COMPILER_EXTERNAL_TOOLCHAIN_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_COMPILER_EXTERNAL_TOOLCHAIN_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_BORING_BSSL_COMPILER_EXTERNAL_TOOLCHAIN [INFO] [stderr] cargo:rerun-if-env-changed=BORING_BSSL_COMPILER_EXTERNAL_TOOLCHAIN [INFO] [stderr] cargo:rerun-if-env-changed=DEBUG_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=DEBUG_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_DEBUG [INFO] [stderr] cargo:rerun-if-env-changed=DEBUG [INFO] [stderr] cargo:rerun-if-env-changed=OPT_LEVEL_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=OPT_LEVEL_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_OPT_LEVEL [INFO] [stderr] cargo:rerun-if-env-changed=OPT_LEVEL [INFO] [stderr] cargo:rerun-if-env-changed=ANDROID_NDK_HOME_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=ANDROID_NDK_HOME_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_ANDROID_NDK_HOME [INFO] [stderr] cargo:rerun-if-env-changed=ANDROID_NDK_HOME [INFO] [stderr] cargo:rerun-if-env-changed=CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CMAKE_TOOLCHAIN_FILE [INFO] [stderr] cargo:rerun-if-env-changed=CMAKE_TOOLCHAIN_FILE [INFO] [stderr] Initialized empty Git repository in /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/.git/ [INFO] [stderr] [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_TOOLCHAIN_FILE = None [INFO] [stderr] CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_GENERATOR = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_PREFIX_PATH = None [INFO] [stderr] CMAKE_x86_64-unknown-linux-gnu = None [INFO] [stderr] CMAKE_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CMAKE = None [INFO] [stderr] CMAKE = None [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/build" && CMAKE_PREFIX_PATH="" LC_ALL="C" "cmake" "/opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 11.4.0 [INFO] [stderr] -- The CXX compiler identification is GNU 11.4.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ - skipped [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- The ASM compiler identification is GNU [INFO] [stderr] -- Found assembler: /usr/bin/cc [INFO] [stderr] -- Looking for pthread.h [INFO] [stderr] -- Looking for pthread.h - found [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Configuring done [INFO] [stderr] -- Generating done [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/build [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/build" && LC_ALL="C" MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "/opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/build" "--target" "ssl" "--config" "Debug" [INFO] [stderr] Scanning dependencies of target crypto [INFO] [stderr] [ 0%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/chacha/chacha-armv8-apple.S.o [INFO] [stderr] [ 1%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/armv8-mont-apple.S.o [INFO] [stderr] [ 1%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S.o [INFO] [stderr] [ 1%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/aesv8-armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/ghashv8-armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/bn-armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/p256-armv8-asm-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/sha512-armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/sha1-armv8-apple.S.o [INFO] [stderr] [ 2%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/vpaes-armv8-apple.S.o [INFO] [stderr] [ 3%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/fipsmodule/sha256-armv8-apple.S.o [INFO] [stderr] [ 3%] Building ASM object CMakeFiles/crypto.dir/apple-aarch64/crypto/test/trampoline-armv8-apple.S.o [INFO] [stderr] [ 3%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/aesv8-armv7-apple.S.o [INFO] [stderr] [ 4%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/chacha/chacha-armv4-apple.S.o [INFO] [stderr] [ 4%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/bsaes-armv7-apple.S.o [INFO] [stderr] [ 4%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/armv4-mont-apple.S.o [INFO] [stderr] [ 4%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/sha256-armv4-apple.S.o [INFO] [stderr] [ 5%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/ghash-armv4-apple.S.o [INFO] [stderr] [ 5%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/ghashv8-armv7-apple.S.o [INFO] [stderr] [ 5%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/test/trampoline-armv4-apple.S.o [INFO] [stderr] [ 5%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/vpaes-armv7-apple.S.o [INFO] [stderr] [ 6%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/sha512-armv4-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/aesni-x86-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/chacha/chacha-x86-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-arm/crypto/fipsmodule/sha1-armv4-large-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/bn-586-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/co-586-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S.o [INFO] [stderr] [ 7%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/sha256-586-apple.S.o [INFO] [stderr] [ 8%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/ghash-x86-apple.S.o [INFO] [stderr] [ 8%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/sha1-586-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/sha512-586-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/md5-586-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/vpaes-x86-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/test/trampoline-x86-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/chacha/chacha-x86_64-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-apple.S.o [INFO] [stderr] [ 9%] Building ASM object CMakeFiles/crypto.dir/apple-x86/crypto/fipsmodule/x86-mont-apple.S.o [INFO] [stderr] [ 10%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-apple.S.o [INFO] [stderr] [ 10%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/aesni-x86_64-apple.S.o [INFO] [stderr] [ 10%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-apple.S.o [INFO] [stderr] [ 10%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/p256-x86_64-asm-apple.S.o [INFO] [stderr] [ 10%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/md5-x86_64-apple.S.o [INFO] [stderr] [ 11%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/ghash-x86_64-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/rsaz-avx2-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/vpaes-x86_64-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/sha512-x86_64-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/sha1-x86_64-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/rdrand-x86_64-apple.S.o [INFO] [stderr] [ 12%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/x86_64-mont-apple.S.o [INFO] [stderr] [ 14%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/sha256-x86_64-apple.S.o [INFO] [stderr] [ 13%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/fipsmodule/x86_64-mont5-apple.S.o [INFO] [stderr] [ 14%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/chacha/chacha-armv8-linux.S.o [INFO] [stderr] [ 14%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-linux.S.o [INFO] [stderr] [ 14%] Building ASM object CMakeFiles/crypto.dir/apple-x86_64/crypto/test/trampoline-x86_64-apple.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-linux.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-linux.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/armv8-mont-linux.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/bn-armv8-linux.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/sha1-armv8-linux.S.o [INFO] [stderr] [ 15%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/p256-armv8-asm-linux.S.o [INFO] [stderr] [ 16%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/aesv8-armv8-linux.S.o [INFO] [stderr] [ 16%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/ghashv8-armv8-linux.S.o [INFO] [stderr] [ 17%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/sha256-armv8-linux.S.o [INFO] [stderr] [ 17%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/sha512-armv8-linux.S.o [INFO] [stderr] [ 18%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/chacha/chacha-armv4-linux.S.o [INFO] [stderr] [ 18%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/armv4-mont-linux.S.o [INFO] [stderr] [ 17%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/fipsmodule/vpaes-armv8-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/ghash-armv4-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-aarch64/crypto/test/trampoline-armv8-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/sha1-armv4-large-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/bsaes-armv7-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/ghashv8-armv7-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/aesv8-armv7-linux.S.o [INFO] [stderr] [ 19%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/sha256-armv4-linux.S.o [INFO] [stderr] [ 20%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/sha512-armv4-linux.S.o [INFO] [stderr] [ 20%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/fipsmodule/vpaes-armv7-linux.S.o [INFO] [stderr] [ 20%] Building ASM object CMakeFiles/crypto.dir/linux-arm/crypto/test/trampoline-armv4-linux.S.o [INFO] [stderr] [ 20%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/chacha/chacha-x86-linux.S.o [INFO] [stderr] [ 21%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/aesni-x86-linux.S.o [INFO] [stderr] [ 22%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/ghash-x86-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/vpaes-x86-linux.S.o [INFO] [stderr] [ 22%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/co-586-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/sha1-586-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/sha512-586-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/bn-586-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/md5-586-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/sha256-586-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/x86-mont-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/test/trampoline-x86-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S.o [INFO] [stderr] [ 23%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/chacha/chacha-x86_64-linux.S.o [INFO] [stderr] [ 25%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/ghash-x86_64-linux.S.o [INFO] [stderr] [ 25%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S.o [INFO] [stderr] [ 26%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64-linux.S.o [INFO] [stderr] [ 26%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm-linux.S.o [INFO] [stderr] [ 26%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/aesni-x86_64-linux.S.o [INFO] [stderr] [ 26%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-linux.S.o [INFO] [stderr] [ 27%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-linux.S.o [INFO] [stderr] [ 27%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-linux.S.o [INFO] [stderr] [ 27%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/md5-x86_64-linux.S.o [INFO] [stderr] [ 27%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/rdrand-x86_64-linux.S.o [INFO] [stderr] [ 27%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/rsaz-avx2-linux.S.o [INFO] [stderr] [ 27%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/sha1-x86_64-linux.S.o [INFO] [stderr] [ 28%] Building ASM object CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/sha256-x86_64-linux.S.o [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name [INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all [INFO] [stderr] hint: of your new repositories, which will suppress this warning, call: [INFO] [stderr] hint: [INFO] [stderr] hint: git config --global init.defaultBranch [INFO] [stderr] hint: [INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and [INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command: [INFO] [stderr] hint: [INFO] [stderr] hint: git branch -m [INFO] [stderr] [INFO] [stderr] /tmp/ccBWEewg.s: Assembler messages: [INFO] [stderr] /tmp/ccBWEewg.s: Fatal error: can't write 150 bytes to section .text of CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S.o: 'No space left on device' [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm-linux.S:1: fatal error: when writing output to /tmp/ccXSN4Ue.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] /tmp/ccDXB6wu.s: Assembler messages: [INFO] [stderr] /tmp/ccDXB6wu.s: Fatal error: can't write 10 bytes to section .text of CMakeFiles/crypto.dir/linux-x86_64/crypto/chacha/chacha-x86_64-linux.S.o: 'No space left on device' [INFO] [stderr] /tmp/ccBWEewg.s: Fatal error: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S.o: No space left on device [INFO] [stderr] /tmp/ccDXB6wu.s: Fatal error: CMakeFiles/crypto.dir/linux-x86_64/crypto/chacha/chacha-x86_64-linux.S.o: No space left on device [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1336: CMakeFiles/crypto.dir/linux-x86_64/crypto/chacha/chacha-x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** Waiting for unfinished jobs.... [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1401: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1440: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm-linux.S.o] Error 1 [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-linux.S:1: fatal error: when writing output to /tmp/ccaGmowv.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] /tmp/ccDsfGJA.s: Assembler messages: [INFO] [stderr] /tmp/ccDsfGJA.s: Fatal error: can't write 124 bytes to section .text of CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-linux.S.o: 'No space left on device' [INFO] [stderr] /tmp/ccDsfGJA.s: Fatal error: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-linux.S.o: No space left on device [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/fipsmodule/md5-x86_64-linux.S:1: fatal error: when writing output to /tmp/ccnFD5XO.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] /tmp/ccTr3hqI.s: Assembler messages: [INFO] [stderr] /tmp/ccTr3hqI.s: Fatal error: can't write 39 bytes to section .text of CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/aesni-x86_64-linux.S.o: 'No space left on device' [INFO] [stderr] /tmp/ccTr3hqI.s: Fatal error: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/aesni-x86_64-linux.S.o: No space left on device [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1453: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1375: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1427: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/md5-x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1388: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/aesni-x86_64-linux.S.o] Error 1 [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/fipsmodule/sha1-x86_64-linux.S:1: fatal error: when writing output to /tmp/ccdxN8DW.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1492: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/sha1-x86_64-linux.S.o] Error 1 [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/fipsmodule/sha256-x86_64-linux.S:1: fatal error: when writing output to /tmp/ccay9Scd.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-linux.S:1: fatal error: when writing output to /tmp/ccvZ8Q5x.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] /opt/rustwide/target/debug/build/boring-sys-118ac5894a66e111/out/boringssl/linux-x86_64/crypto/fipsmodule/rsaz-avx2-linux.S:1: fatal error: when writing output to /tmp/cc1zmrw2.s: No space left on device [INFO] [stderr] 1 | // This file is generated from a similarly-named Perl script in the BoringSSL [INFO] [stderr] | [INFO] [stderr] compilation terminated. [INFO] [stderr] /tmp/cc9lMqFP.s: Assembler messages: [INFO] [stderr] /tmp/cc9lMqFP.s: Fatal error: can't write 15 bytes to section .text of CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/rdrand-x86_64-linux.S.o: 'No space left on device' [INFO] [stderr] /tmp/cc9lMqFP.s: Fatal error: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/rdrand-x86_64-linux.S.o: No space left on device [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1466: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/rdrand-x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1505: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/sha256-x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1479: CMakeFiles/crypto.dir/linux-x86_64/crypto/fipsmodule/rsaz-avx2-linux.S.o] Error 1 [INFO] [stderr] gmake[3]: *** [CMakeFiles/crypto.dir/build.make:1362: CMakeFiles/crypto.dir/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64-linux.S.o] Error 1 [INFO] [stderr] gmake[2]: *** [CMakeFiles/Makefile2:87: CMakeFiles/crypto.dir/all] Error 2 [INFO] [stderr] gmake[1]: *** [CMakeFiles/Makefile2:120: CMakeFiles/ssl.dir/rule] Error 2 [INFO] [stderr] gmake: *** [Makefile:137: ssl] Error 2 [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.52/src/lib.rs:1115:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 2 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5babcd05ff40 - std::backtrace_rs::backtrace::libunwind::trace::hd9e10fb9294c74db [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5babcd05ff40 - std::backtrace_rs::backtrace::trace_unsynchronized::hde6adccb3e1a76cf [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5babcd05ff40 - std::sys::backtrace::_print_fmt::h6a4b4e915194502d [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5babcd05ff40 - ::fmt::h5133c71605090462 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5babcd08b573 - core::fmt::rt::Argument::fmt::hdcf062d60ae25e49 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5babcd08b573 - core::fmt::write::hd4e8038657b5b222 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x5babcd05c393 - std::io::Write::write_fmt::ha3ae06d4e176cce5 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/io/mod.rs:1888:15 [INFO] [stderr] 7: 0x5babcd05fd92 - std::sys::backtrace::BacktraceLock::print::h4ef9de3131645a67 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5babcd060f1f - std::panicking::default_hook::{{closure}}::hfc4cbd074c949bad [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x5babcd060d8a - std::panicking::default_hook::h1063514f927af825 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x5babcd061942 - std::panicking::rust_panic_with_hook::hb1421cb35a77e0ca [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x5babcd0616ca - std::panicking::begin_panic_handler::{{closure}}::h3b5e9702a95983f6 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x5babcd060459 - std::sys::backtrace::__rust_end_short_backtrace::h7815fac844f0982a [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5babcd06135d - rust_begin_unwind [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x5babcd089830 - core::panicking::panic_fmt::h8c7dce5e793e479c [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5babccfdbe9f - cmake::fail::ha4008bc6b9b3a56e [INFO] [stderr] 16: 0x5babccfdb6e2 - cmake::run::h155170f35c97ac29 [INFO] [stderr] 17: 0x5babccfd81d5 - cmake::Config::build::h75a87891141af9a7 [INFO] [stderr] 18: 0x5babccad7194 - build_script_main::built_boring_source_path::{{closure}}::h61c34236fa554982 [INFO] [stderr] 19: 0x5babccae5627 - std::sync::once_lock::OnceLock::get_or_init::{{closure}}::h19c1e5da571e9028 [INFO] [stderr] 20: 0x5babccae5529 - std::sync::once_lock::OnceLock::initialize::{{closure}}::ha0fbd7294ac3eafc [INFO] [stderr] 21: 0x5babccae5320 - std::sync::poison::once::Once::call_once_force::{{closure}}::h31af8b28c005b16d [INFO] [stderr] 22: 0x5babcd06b4f4 - std::sys::sync::once::futex::Once::call::hb53c87726f320b23 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/sys/sync/once/futex.rs:176:21 [INFO] [stderr] 23: 0x5babccae516f - std::sync::poison::once::Once::call_once_force::h0ba01a201f5ec9e5 [INFO] [stderr] 24: 0x5babccae544e - std::sync::once_lock::OnceLock::initialize::hdef82236712dc2aa [INFO] [stderr] 25: 0x5babccae577c - std::sync::once_lock::OnceLock::get_or_try_init::hce5ed3fa4f1bea9f [INFO] [stderr] 26: 0x5babccae55b6 - std::sync::once_lock::OnceLock::get_or_init::h3e5ab88f96645dea [INFO] [stderr] 27: 0x5babccad6e54 - build_script_main::built_boring_source_path::hedb7a915a2f48d94 [INFO] [stderr] 28: 0x5babccad7d7f - build_script_main::main::hdf15bc00f3b649dd [INFO] [stderr] 29: 0x5babccae5b53 - core::ops::function::FnOnce::call_once::hcb988e50856a1da6 [INFO] [stderr] 30: 0x5babccad99f6 - std::sys::backtrace::__rust_begin_short_backtrace::h00ba07ab549ce710 [INFO] [stderr] 31: 0x5babccae4e59 - std::rt::lang_start::{{closure}}::h4235bf1502b49431 [INFO] [stderr] 32: 0x5babcd056d50 - core::ops::function::impls:: for &F>::call_once::h40e321d4479ae2cd [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 33: 0x5babcd056d50 - std::panicking::try::do_call::hb6f16b21819dd04b [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:587:40 [INFO] [stderr] 34: 0x5babcd056d50 - std::panicking::try::hde3d87febde72136 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:550:19 [INFO] [stderr] 35: 0x5babcd056d50 - std::panic::catch_unwind::h28a440045cc8c156 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panic.rs:358:14 [INFO] [stderr] 36: 0x5babcd056d50 - std::rt::lang_start_internal::{{closure}}::h87a9ab5bc80f3eb7 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/rt.rs:168:24 [INFO] [stderr] 37: 0x5babcd056d50 - std::panicking::try::do_call::h5ebe6b001162b2ee [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:587:40 [INFO] [stderr] 38: 0x5babcd056d50 - std::panicking::try::hd924d903106758e5 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panicking.rs:550:19 [INFO] [stderr] 39: 0x5babcd056d50 - std::panic::catch_unwind::h35df4317997e0dd0 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/panic.rs:358:14 [INFO] [stderr] 40: 0x5babcd056d50 - std::rt::lang_start_internal::hb5c9c18f082b6124 [INFO] [stderr] at /rustc/b2728d5426bab1d8c39709768c7e22b7f66dde5d/library/std/src/rt.rs:164:5 [INFO] [stderr] 41: 0x5babccae4e41 - std::rt::lang_start::ha8659472b437be69 [INFO] [stderr] 42: 0x5babccad9415 - main [INFO] [stderr] 43: 0x7d80481c1d90 - [INFO] [stderr] 44: 0x7d80481c1e40 - __libc_start_main [INFO] [stderr] 45: 0x5babccacf235 - _start [INFO] [stderr] 46: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sqlx-macros-core` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b2728d5426bab1d8c39709768c7e22b7f66dde5d/bin/rustc --crate-name sqlx_macros_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-macros-core-0.8.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 --warn=unexpected_cfgs --cfg 'feature="_rt-tokio"' --cfg 'feature="_tls-rustls-ring"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="json"' --cfg 'feature="macros"' --cfg 'feature="migrate"' --cfg 'feature="postgres"' --cfg 'feature="sqlx-postgres"' --cfg 'feature="tokio"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_rt-async-std", "_rt-tokio", "_tls-native-tls", "_tls-rustls-aws-lc-rs", "_tls-rustls-ring", "async-std", "bigdecimal", "bit-vec", "chrono", "default", "derive", "ipnetwork", "json", "mac_address", "macros", "migrate", "mysql", "postgres", "rust_decimal", "sqlite", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "time", "tokio", "uuid"))' -C metadata=137e2c93f942e931 -C extra-filename=-09a5953cc1c79fa4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-1cb7b2b84062732d.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-c5273a4c0c45f74b.rmeta --extern heck=/opt/rustwide/target/debug/deps/libheck-8e1f98ffb0a497ae.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-3f54ce1e18b83c0b.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-8c389f34fb60beb7.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-4791378b95cfd97e.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-8b1ffbb0eb952e77.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-c9988034c2982e75.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1d0d69f6ab66b481.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-d5af0c3e5235bb4b.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-a0ed5711758f3b89.rmeta --extern sqlx_postgres=/opt/rustwide/target/debug/deps/libsqlx_postgres-c88592f3494080c3.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-478f8d60f2bba3bb.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-93f225a013ac41e4.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d522cd1275a1bba0.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-b8e862c2b8eefba1.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-bbb0f6cfce9bbb66/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "36e931eb3c7ce362b20af3a4c46ecbf62c8698b43a3bd3beaf2913961d2522ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36e931eb3c7ce362b20af3a4c46ecbf62c8698b43a3bd3beaf2913961d2522ac", kill_on_drop: false }` [INFO] [stdout] 36e931eb3c7ce362b20af3a4c46ecbf62c8698b43a3bd3beaf2913961d2522ac