[INFO] cloning repository https://github.com/moe-sekai/Moe-Sekai-API [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/moe-sekai/Moe-Sekai-API" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoe-sekai%2FMoe-Sekai-API", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoe-sekai%2FMoe-Sekai-API'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3548f48b04fee52fe20e6f6bf4ca0901e18de3fc [INFO] testing moe-sekai/Moe-Sekai-API against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoe-sekai%2FMoe-Sekai-API" "/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/moe-sekai/Moe-Sekai-API [INFO] finished tweaking git repo https://github.com/moe-sekai/Moe-Sekai-API [INFO] tweaked toml for git repo https://github.com/moe-sekai/Moe-Sekai-API written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/moe-sekai/Moe-Sekai-API on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/moe-sekai/Moe-Sekai-API 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfe6aa2a68a772e5d87547ef7e385d84583f0c3b920704839f38b5f081e0c4a3 [INFO] running `Command { std: "docker" "start" "-a" "dfe6aa2a68a772e5d87547ef7e385d84583f0c3b920704839f38b5f081e0c4a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfe6aa2a68a772e5d87547ef7e385d84583f0c3b920704839f38b5f081e0c4a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfe6aa2a68a772e5d87547ef7e385d84583f0c3b920704839f38b5f081e0c4a3", kill_on_drop: false }` [INFO] [stdout] dfe6aa2a68a772e5d87547ef7e385d84583f0c3b920704839f38b5f081e0c4a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d294e95d4efce6d5a19e9970b548d4afc66183b55130861707990f027c1482f9 [INFO] running `Command { std: "docker" "start" "-a" "d294e95d4efce6d5a19e9970b548d4afc66183b55130861707990f027c1482f9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling aws-lc-rs v1.15.3 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling cc v1.2.53 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling zmij v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling time-macros v0.2.25 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling rust_decimal v1.40.0 [INFO] [stderr] Compiling base64ct v1.8.3 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling webpki-roots v1.0.5 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling num-bigint-dig v0.8.6 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling openssl-src v300.5.5+3.5.5 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling brotli v8.0.2 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling aws-lc-sys v0.36.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling libz-sys v1.1.24 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling flate2 v1.1.8 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling compression-core v0.4.31 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling uuid v1.21.0 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling phf_shared v0.12.1 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling libgit2-sys v0.18.3+1.9.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling openssl-probe v0.2.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling chrono-tz v0.10.4 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling toml_edit v0.23.10+spec-1.0.0 [INFO] [stderr] Compiling time v0.3.45 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling phf v0.12.1 [INFO] [stderr] Compiling rmp v0.8.15 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling tokio-cron-scheduler v0.15.1 [INFO] [stderr] Compiling backon v1.6.0 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling arc-swap v1.8.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling sonic-number v0.1.0 [INFO] [stderr] Compiling sonic-simd v0.1.2 [INFO] [stderr] Compiling compression-codecs v0.4.36 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling pluralizer v0.5.0 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling arcstr v1.2.0 [INFO] [stderr] Compiling bumpalo v3.19.1 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling rmpv v1.3.1 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling inherent v1.0.13 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling sea-bae v0.2.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling sea-orm-macros v2.0.0-rc.35 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling axum-macros v0.5.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling ouroboros v0.18.5 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling num_enum_derive v0.7.5 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling sea-query-derive v1.0.0-rc.12 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling num_enum v0.7.5 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling faststr v0.2.32 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling sonic-rs v0.5.7 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling yaml_serde v0.10.3 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling rmp-serde v1.3.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling sea-query v1.0.0-rc.31 [INFO] [stderr] Compiling croner v3.0.1 [INFO] [stderr] Compiling rsa v0.9.10 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling async-compression v0.4.37 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] warning: aws-lc-sys@0.36.0: Environment Variable found 'CARGO_ENCODED_RUSTFLAGS': '--cap-lints=warn' [INFO] [stderr] warning: aws-lc-sys@0.36.0: Emitting configuration: cargo:rustc-cfg=universal [INFO] [stderr] warning: aws-lc-sys@0.36.0: Building with: CC [INFO] [stderr] warning: aws-lc-sys@0.36.0: Symbol Prefix: Some("aws_lc_0_36_0") [INFO] [stderr] warning: aws-lc-sys@0.36.0: Target platform: 'x86_64-unknown-linux-gnu' [INFO] [stderr] warning: aws-lc-sys@0.36.0: Compilation of 'c11.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-c11/7dfda64fdf5a526c-c11.o"]). [INFO] [stderr] warning: aws-lc-sys@0.36.0: Compilation of 'stdalign_check.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-stdalign_check/7dfda64fdf5a526c-stdalign_check.o"]). [INFO] [stderr] warning: aws-lc-sys@0.36.0: Compilation of 'builtin_swap_check.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-builtin_swap_check/7dfda64fdf5a526c-builtin_swap_check.o"]). [INFO] [stderr] warning: aws-lc-sys@0.36.0: Compilation of 'linux_random_h.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-linux_random_h/7dfda64fdf5a526c-linux_random_h.o"]). [INFO] [stderr] warning: aws-lc-sys@0.36.0: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/crypto/fipsmodule/bcm.c:444:1: fatal error: error writing to /tmp/cc3Ssmfw.s: No space left on device [INFO] [stderr] warning: aws-lc-sys@0.36.0: 444 | } [INFO] [stderr] warning: aws-lc-sys@0.36.0: | ^ [INFO] [stderr] warning: aws-lc-sys@0.36.0: compilation terminated. [INFO] [stderr] warning: aws-lc-sys@0.36.0: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/generated-include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/s2n-bignum/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/s2n-bignum/s2n-bignum-imported/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/jitterentropy/jitterentropy-library" "-Wall" "-Wextra" "-Wno-unused-parameter" "-pthread" "-D_XOPEN_SOURCE=700" "-DBORINGSSL_IMPLEMENTATION=1" "-DBORINGSSL_PREFIX=aws_lc_0_36_0" "-DAWS_LC_STDALIGN_AVAILABLE=1" "-DAWS_LC_BUILTIN_SWAP_SUPPORTED=1" "-DHAVE_LINUX_RANDOM_H=1" "-o" "/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/f8e4fd781484bd36-bcm.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/crypto/fipsmodule/bcm.c" [INFO] [stderr] error: failed to run custom build command for `aws-lc-sys v0.36.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/aws-lc-sys-7158a847b90f642a/build-script-main` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREFIX [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_PREGENERATING_BINDINGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_PREGENERATING_BINDINGS [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_EXTERNAL_BINDGEN_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_EXTERNAL_BINDGEN [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_ASM [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CFLAGS [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_PREBUILT_NASM_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_PREBUILT_NASM [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_C_STD_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_C_STD [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CMAKE_BUILDER [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREGENERATED_SRC_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_PREGENERATED_SRC [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_EFFECTIVE_TARGET_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_EFFECTIVE_TARGET [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_JITTER_ENTROPY_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_JITTER_ENTROPY [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_U1_BINDINGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_NO_U1_BINDINGS [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_ENCODED_RUSTFLAGS [INFO] [stderr] cargo:warning=Environment Variable found 'CARGO_ENCODED_RUSTFLAGS': '--cap-lints=warn' [INFO] [stderr] cargo:warning=Emitting configuration: cargo:rustc-cfg=universal [INFO] [stderr] cargo:rustc-cfg=universal [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_FEATURE_SSL [INFO] [stderr] cargo:warning=Building with: CC [INFO] [stderr] cargo:warning=Symbol Prefix: Some("aws_lc_0_36_0") [INFO] [stderr] cargo:rerun-if-env-changed=CARGO_FEATURE_SSL [INFO] [stderr] cargo:warning=Target platform: 'x86_64-unknown-linux-gnu' [INFO] [stderr] cargo:root=/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:warning=Compilation of 'c11.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-c11/7dfda64fdf5a526c-c11.o"]). [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CC_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CC [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CXX_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=AWS_LC_SYS_CXX [INFO] [stderr] cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=CXX [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:warning=Compilation of 'stdalign_check.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-stdalign_check/7dfda64fdf5a526c-stdalign_check.o"]). [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:warning=Compilation of 'builtin_swap_check.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-builtin_swap_check/7dfda64fdf5a526c-builtin_swap_check.o"]). [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:warning=Compilation of 'linux_random_h.c' succeeded - Ok(["/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/out-linux_random_h/7dfda64fdf5a526c-linux_random_h.o"]). [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out) [INFO] [stderr] OPT_LEVEL = Some(0) [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] HOST = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 0 [INFO] [stderr] cargo:warning=/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/crypto/fipsmodule/bcm.c:444:1: fatal error: error writing to /tmp/cc3Ssmfw.s: No space left on device [INFO] [stderr] cargo:warning= 444 | } [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 0 [INFO] [stderr] exit status: 1 [INFO] [stderr] cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/generated-include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/s2n-bignum/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/s2n-bignum/s2n-bignum-imported/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/jitterentropy/jitterentropy-library" "-Wall" "-Wextra" "-Wno-unused-parameter" "-pthread" "-D_XOPEN_SOURCE=700" "-DBORINGSSL_IMPLEMENTATION=1" "-DBORINGSSL_PREFIX=aws_lc_0_36_0" "-DAWS_LC_STDALIGN_AVAILABLE=1" "-DAWS_LC_BUILTIN_SWAP_SUPPORTED=1" "-DHAVE_LINUX_RANDOM_H=1" "-o" "/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/f8e4fd781484bd36-bcm.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/crypto/fipsmodule/bcm.c" [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/generated-include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/s2n-bignum/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/s2n-bignum/s2n-bignum-imported/include" "-I" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/third_party/jitterentropy/jitterentropy-library" "-Wall" "-Wextra" "-Wno-unused-parameter" "-pthread" "-D_XOPEN_SOURCE=700" "-DBORINGSSL_IMPLEMENTATION=1" "-DBORINGSSL_PREFIX=aws_lc_0_36_0" "-DAWS_LC_STDALIGN_AVAILABLE=1" "-DAWS_LC_BUILTIN_SWAP_SUPPORTED=1" "-DHAVE_LINUX_RANDOM_H=1" "-o" "/opt/rustwide/target/debug/build/aws-lc-sys-8a60c70699a919e7/out/f8e4fd781484bd36-bcm.o" "-c" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.36.0/aws-lc/crypto/fipsmodule/bcm.c" [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: openssl-sys@0.9.111: building OpenSSL: 'make' reported failure with exit status: 2 [INFO] [stderr] warning: openssl-sys@0.9.111: openssl-src: failed to build OpenSSL from source [INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.111` [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/openssl-sys-9516748bba441263/build-script-main` (exit status: 1) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-check-cfg=cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2")) [INFO] [stderr] cargo:rustc-check-cfg=cfg(openssl) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl) [INFO] [stderr] cargo:rustc-check-cfg=cfg(boringssl) [INFO] [stderr] cargo:rustc-check-cfg=cfg(awslc) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl250) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl251) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl252) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl261) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl270) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl271) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl273) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl280) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl281) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl291) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl310) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl321) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl332) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl340) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl350) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl360) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl361) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl370) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl380) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl381) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl382) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl390) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl400) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl410) [INFO] [stderr] cargo:rustc-check-cfg=cfg(libressl420) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl101) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl102) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl102f) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl102h) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl110) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl110f) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl110g) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl110h) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl111) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl111b) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl111c) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl111d) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl300) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl310) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl320) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl330) [INFO] [stderr] cargo:rustc-check-cfg=cfg(ossl340) [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR [INFO] [stderr] X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR [INFO] [stderr] OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_CONFIG_DIR [INFO] [stderr] X86_64_UNKNOWN_LINUX_GNU_OPENSSL_CONFIG_DIR unset [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_CONFIG_DIR [INFO] [stderr] OPENSSL_CONFIG_DIR unset [INFO] [stderr] TARGET = Some(x86_64-unknown-linux-gnu) [INFO] [stderr] OUT_DIR = Some(/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out) [INFO] [stderr] CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=warn) [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT [INFO] [stderr] RUSTC_WRAPPER = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some(true) [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2) [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu [INFO] [stderr] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_AR [INFO] [stderr] HOST_AR = None [INFO] [stderr] cargo:rerun-if-env-changed=AR [INFO] [stderr] AR = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS [INFO] [stderr] ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_ARFLAGS [INFO] [stderr] HOST_ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] ARFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] ARFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB_x86_64-unknown-linux-gnu [INFO] [stderr] RANLIB_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB_x86_64_unknown_linux_gnu [INFO] [stderr] RANLIB_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_RANLIB [INFO] [stderr] HOST_RANLIB = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB [INFO] [stderr] RANLIB = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS [INFO] [stderr] RANLIBFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_RANLIBFLAGS [INFO] [stderr] HOST_RANLIBFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] RANLIBFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] RANLIBFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-shared" "no-module" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-ssl3" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-w" [INFO] [stderr] Configuring OpenSSL version 3.5.5 for target linux-x86_64 [INFO] [stderr] Using os-specific seed configuration [INFO] [stderr] Created configdata.pm [INFO] [stderr] Running configdata.pm [INFO] [stderr] Created Makefile.in [INFO] [stderr] Created Makefile [INFO] [stderr] Created include/openssl/configuration.h [INFO] [stderr] [INFO] [stderr] ********************************************************************** [INFO] [stderr] *** *** [INFO] [stderr] *** OpenSSL has been successfully configured *** [INFO] [stderr] *** *** [INFO] [stderr] *** If you encounter a problem while building, please open an *** [INFO] [stderr] *** issue on GitHub *** [INFO] [stderr] *** and include the output from the following command: *** [INFO] [stderr] *** *** [INFO] [stderr] *** perl configdata.pm --dump *** [INFO] [stderr] *** *** [INFO] [stderr] *** (If you are new to OpenSSL, you might want to consult the *** [INFO] [stderr] *** 'Troubleshooting' section in the INSTALL.md file first) *** [INFO] [stderr] *** *** [INFO] [stderr] ********************************************************************** [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src" && "make" "depend" [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" "make" "build_libs" [INFO] [stderr] /usr/bin/perl util/mkinstallvars.pl PREFIX=. BINDIR=apps APPLINKDIR=ms LIBDIR= INCLUDEDIR=include "INCLUDEDIR=./include" ENGINESDIR=engines MODULESDIR=providers "VERSION=3.5.5" "LDLIBS=-ldl -pthread " > builddata.pm [INFO] [stderr] /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" crypto/params_idx.c.in > crypto/params_idx.c [INFO] [stderr] /usr/bin/perl util/mkinstallvars.pl "PREFIX=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install" BINDIR=bin "LIBDIR=lib" "libdir=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib" INCLUDEDIR=include APPLINKDIR=include/openssl "ENGINESDIR=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3" "MODULESDIR=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules" "PKGCONFIGDIR=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/pkgconfig" "CMAKECONFIGDIR=/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/cmake/OpenSSL" "LDLIBS=-ldl -pthread " "VERSION=3.5.5" > installdata.pm [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h [INFO] [stderr] /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/internal/param_names.h.in > include/internal/param_names.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1.h.in > include/openssl/asn1.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/asn1t.h.in > include/openssl/asn1t.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/bio.h.in > include/openssl/bio.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cmp.h.in > include/openssl/cmp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/cms.h.in > include/openssl/cms.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/comp.h.in > include/openssl/comp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/conf.h.in > include/openssl/conf.h [INFO] [stderr] /usr/bin/perl "-I." "-Iutil/perl" "-Mconfigdata" "-MOpenSSL::paramnames" "util/dofile.pl" "-oMakefile" include/openssl/core_names.h.in > include/openssl/core_names.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crmf.h.in > include/openssl/crmf.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/crypto.h.in > include/openssl/crypto.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ct.h.in > include/openssl/ct.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/err.h.in > include/openssl/err.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ess.h.in > include/openssl/ess.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/fipskey.h.in > include/openssl/fipskey.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/lhash.h.in > include/openssl/lhash.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ocsp.h.in > include/openssl/ocsp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/opensslv.h.in > include/openssl/opensslv.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/pkcs12.h.in > include/openssl/pkcs12.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/pkcs7.h.in > include/openssl/pkcs7.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/safestack.h.in > include/openssl/safestack.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/srp.h.in > include/openssl/srp.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ssl.h.in > include/openssl/ssl.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/ui.h.in > include/openssl/ui.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509.h.in > include/openssl/x509.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509_acert.h.in > include/openssl/x509_acert.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509_vfy.h.in > include/openssl/x509_vfy.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "util/dofile.pl" "-oMakefile" include/openssl/x509v3.h.in > include/openssl/x509v3.h [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mbuilddata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/libcrypto.pc.in > libcrypto.pc [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mbuilddata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/libssl.pc.in > libssl.pc [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mbuilddata" "util/dofile.pl" "-oMakefile" exporters/cmake/OpenSSLConfig.cmake.in > OpenSSLConfig.cmake [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Minstalldata" "util/dofile.pl" "-oMakefile" exporters/cmake/OpenSSLConfig.cmake.in > exporters/OpenSSLConfig.cmake [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Minstalldata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/libcrypto.pc.in > exporters/libcrypto.pc [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Minstalldata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/libssl.pc.in > exporters/libssl.pc [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mconfigdata" "-Mbuilddata" "util/dofile.pl" "-oMakefile" exporters/cmake/OpenSSLConfigVersion.cmake.in > OpenSSLConfigVersion.cmake [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mbuilddata" "-Mbuilddata" "-Mbuilddata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/openssl.pc.in > openssl.pc [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mconfigdata" "-Minstalldata" "util/dofile.pl" "-oMakefile" exporters/cmake/OpenSSLConfigVersion.cmake.in > exporters/OpenSSLConfigVersion.cmake [INFO] [stderr] /usr/bin/perl "-I." "-Mconfigdata" "-Mconfigdata" "-Mconfigdata" "-Minstalldata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/openssl.pc.in > exporters/openssl.pc [INFO] [stderr] "make" depend && "make" _build_libs [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src' [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src' [INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src' [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_libctx.d.tmp -c -o apps/lib/libapps-lib-app_libctx.o apps/lib/app_libctx.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_params.d.tmp -c -o apps/lib/libapps-lib-app_params.o apps/lib/app_params.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_provider.d.tmp -c -o apps/lib/libapps-lib-app_provider.o apps/lib/app_provider.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_rand.d.tmp -c -o apps/lib/libapps-lib-app_rand.o apps/lib/app_rand.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-app_x509.d.tmp -c -o apps/lib/libapps-lib-app_x509.o apps/lib/app_x509.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-apps.d.tmp -c -o apps/lib/libapps-lib-apps.o apps/lib/apps.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-apps_opt_printf.d.tmp -c -o apps/lib/libapps-lib-apps_opt_printf.o apps/lib/apps_opt_printf.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-apps_ui.d.tmp -c -o apps/lib/libapps-lib-apps_ui.o apps/lib/apps_ui.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-columns.d.tmp -c -o apps/lib/libapps-lib-columns.o apps/lib/columns.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-engine.d.tmp -c -o apps/lib/libapps-lib-engine.o apps/lib/engine.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-engine_loader.d.tmp -c -o apps/lib/libapps-lib-engine_loader.o apps/lib/engine_loader.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-fmt.d.tmp -c -o apps/lib/libapps-lib-fmt.o apps/lib/fmt.c [INFO] [stderr] cc -I. -Iinclude -Iapps/include -fPIC -pthread -m64 -Wa,--noexecstack -Wall -O3 -O2 -ffunction-sections -fdata-sections -fPIC -g -gdwarf-4 -fno-omit-frame-pointer -m64 -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSLDIR="\"/usr/local/ssl\"" -DENGINESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules\"" -DOPENSSL_BUILDING_OPENSSL -DNDEBUG -MMD -MF apps/lib/libapps-lib-http_server.d.tmp -c -o apps/lib/libapps-lib-http_server.o apps/lib/http_server.c [INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src' [INFO] [stderr] cargo:warning=building OpenSSL: 'make' reported failure with exit status: 2 [INFO] [stderr] cargo:warning=openssl-src: failed to build OpenSSL from source [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] DEBUG: all keys: APPLINKDIR, BINDIR, CMAKECONFIGDIR, ENGINESDIR, INCLUDEDIR, LDLIBS, LIBDIR, MODULESDIR, PKGCONFIGDIR, PREFIX, VERSION, libdir [INFO] [stderr] DEBUG: LIBDIR = lib, libdir = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib => LIBDIR = lib [INFO] [stderr] DEBUG: PREFIX = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install => PREFIX = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install [INFO] [stderr] DEBUG: libdir = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib => libdir = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib [INFO] [stderr] DEBUG: BINDIR = bin => BINDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/bin, BINDIR_REL_PREFIX = bin [INFO] [stderr] DEBUG: LIBDIR = lib => LIBDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib, LIBDIR_REL_PREFIX = lib [INFO] [stderr] DEBUG: INCLUDEDIR = include => INCLUDEDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/include, INCLUDEDIR_REL_PREFIX = include [INFO] [stderr] DEBUG: APPLINKDIR = include/openssl => APPLINKDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/include/openssl, APPLINKDIR_REL_PREFIX = include/openssl [INFO] [stderr] DEBUG: ENGINESDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3 => ENGINESDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/engines-3, ENGINESDIR_REL_LIBDIR = engines-3 [INFO] [stderr] DEBUG: MODULESDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules => MODULESDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/ossl-modules, MODULESDIR_REL_LIBDIR = ossl-modules [INFO] [stderr] DEBUG: PKGCONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/pkgconfig => PKGCONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/pkgconfig, PKGCONFIGDIR_REL_LIBDIR = pkgconfig [INFO] [stderr] DEBUG: CMAKECONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/cmake/OpenSSL => CMAKECONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/install/lib/cmake/OpenSSL, CMAKECONFIGDIR_REL_LIBDIR = cmake/OpenSSL [INFO] [stderr] DEBUG: all keys: APPLINKDIR, BINDIR, CMAKECONFIGDIR, ENGINESDIR, INCLUDEDIR, LDLIBS, LIBDIR, MODULESDIR, PKGCONFIGDIR, PREFIX, VERSION, libdir [INFO] [stderr] Use of uninitialized value in concatenation (.) or string at util/mkinstallvars.pl line 55. [INFO] [stderr] DEBUG: LIBDIR = , libdir = => Use of uninitialized value in concatenation (.) or string at util/mkinstallvars.pl line 57. [INFO] [stderr] LIBDIR = [INFO] [stderr] No value given for CMAKECONFIGDIR [INFO] [stderr] No value given for PKGCONFIGDIR [INFO] [stderr] No value given for libdir [INFO] [stderr] DEBUG: PREFIX = . => PREFIX = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src [INFO] [stderr] Use of uninitialized value in concatenation (.) or string at util/mkinstallvars.pl line 72. [INFO] [stderr] DEBUG: libdir = => Use of uninitialized value in concatenation (.) or string at util/mkinstallvars.pl line 75. [INFO] [stderr] libdir = [INFO] [stderr] DEBUG: BINDIR = apps => BINDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src/apps, BINDIR_REL_PREFIX = apps [INFO] [stderr] DEBUG: LIBDIR = Use of uninitialized value in print at util/mkinstallvars.pl line 91. [INFO] [stderr] => Use of uninitialized value in concatenation (.) or string at util/mkinstallvars.pl line 108. [INFO] [stderr] LIBDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src, LIBDIR_REL_PREFIX = [INFO] [stderr] DEBUG: INCLUDEDIR = [ include, ./include ] => INCLUDEDIR = [ /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src/include, /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src/include ], INCLUDEDIR_REL_PREFIX = [ include, ./include ] [INFO] [stderr] DEBUG: APPLINKDIR = ms => APPLINKDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src/ms, APPLINKDIR_REL_PREFIX = ms [INFO] [stderr] DEBUG: ENGINESDIR = engines => ENGINESDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src/engines, ENGINESDIR_REL_LIBDIR = engines [INFO] [stderr] DEBUG: MODULESDIR = providers => MODULESDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src/providers, MODULESDIR_REL_LIBDIR = providers [INFO] [stderr] DEBUG: PKGCONFIGDIR = . => PKGCONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src, PKGCONFIGDIR_REL_LIBDIR = . [INFO] [stderr] DEBUG: CMAKECONFIGDIR = . => CMAKECONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src, CMAKECONFIGDIR_REL_LIBDIR = . [INFO] [stderr] Use of uninitialized value in join or string at util/mkinstallvars.pl line 156. [INFO] [stderr] apps/lib/fmt.c:15:1: fatal error: error closing /tmp/ccmW98z5.s: No space left on device [INFO] [stderr] 15 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4124: apps/lib/libapps-lib-fmt.o] Error 1 [INFO] [stderr] make[1]: *** Waiting for unfinished jobs.... [INFO] [stderr] apps/lib/apps_opt_printf.c:24:1: fatal error: error writing to /tmp/ccySpJZK.s: No space left on device [INFO] [stderr] 24 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4084: apps/lib/libapps-lib-apps_opt_printf.o] Error 1 [INFO] [stderr] apps/lib/app_libctx.c:47:1: fatal error: error writing to /tmp/ccFCgey3.s: No space left on device [INFO] [stderr] 47 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4036: apps/lib/libapps-lib-app_libctx.o] Error 1 [INFO] [stderr] apps/lib/apps_ui.c:216:1: fatal error: error writing to /tmp/cc1Fjher.s: No space left on device [INFO] [stderr] 216 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4092: apps/lib/libapps-lib-apps_ui.o] Error 1 [INFO] [stderr] apps/lib/app_provider.c:167:1: fatal error: error writing to /tmp/ccEqXeOO.s: No space left on device [INFO] [stderr] 167 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4052: apps/lib/libapps-lib-app_provider.o] Error 1 [INFO] [stderr] apps/lib/app_rand.c:122:1: fatal error: error writing to /tmp/cctDhPn5.s: No space left on device [INFO] [stderr] 122 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4060: apps/lib/libapps-lib-app_rand.o] Error 1 [INFO] [stderr] apps/lib/engine.c:192:1: fatal error: error writing to /tmp/cctEiqjJ.s: No space left on device [INFO] [stderr] 192 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4108: apps/lib/libapps-lib-engine.o] Error 1 [INFO] [stderr] apps/lib/app_x509.c:135:1: fatal error: error writing to /tmp/ccHggnM7.s: No space left on device [INFO] [stderr] 135 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4068: apps/lib/libapps-lib-app_x509.o] Error 1 [INFO] [stderr] apps/lib/app_params.c:131:1: fatal error: error writing to /tmp/cci5pZ5a.s: No space left on device [INFO] [stderr] 131 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4044: apps/lib/libapps-lib-app_params.o] Error 1 [INFO] [stderr] apps/lib/engine_loader.c:187:1: fatal error: error writing to /tmp/cck8qPAX.s: No space left on device [INFO] [stderr] 187 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4116: apps/lib/libapps-lib-engine_loader.o] Error 1 [INFO] [stderr] apps/lib/columns.c:26:1: fatal error: error writing to /tmp/ccEfh32Y.s: No space left on device [INFO] [stderr] 26 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4100: apps/lib/libapps-lib-columns.o] Error 1 [INFO] [stderr] apps/lib/http_server.c:545:1: fatal error: error writing to /tmp/ccpzwSF0.s: No space left on device [INFO] [stderr] 545 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4132: apps/lib/libapps-lib-http_server.o] Error 1 [INFO] [stderr] apps/lib/apps.c:3500:1: fatal error: error writing to /tmp/ccytsO4S.s: No space left on device [INFO] [stderr] 3500 | } [INFO] [stderr] | ^ [INFO] [stderr] compilation terminated. [INFO] [stderr] make[1]: *** [Makefile:4076: apps/lib/libapps-lib-apps.o] Error 1 [INFO] [stderr] make: *** [Makefile:2485: build_libs] Error 2 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Error building OpenSSL: [INFO] [stderr] 'make' reported failure with exit status: 2 [INFO] [stderr] Command failed: cd "/opt/rustwide/target/debug/build/openssl-sys-24f52580bdf325fd/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=6,7 --jobserver-auth=6,7" "make" "build_libs" [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "d294e95d4efce6d5a19e9970b548d4afc66183b55130861707990f027c1482f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d294e95d4efce6d5a19e9970b548d4afc66183b55130861707990f027c1482f9", kill_on_drop: false }` [INFO] [stdout] d294e95d4efce6d5a19e9970b548d4afc66183b55130861707990f027c1482f9