[INFO] cloning repository https://github.com/keithyin/asts
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keithyin/asts" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithyin%2Fasts", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithyin%2Fasts'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a957392303a8789cf812f885b4e2dddc9090977a
[INFO] checking keithyin/asts against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeithyin%2Fasts" "/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/keithyin/asts
[INFO] finished tweaking git repo https://github.com/keithyin/asts
[INFO] tweaked toml for git repo https://github.com/keithyin/asts written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/keithyin/asts on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/keithyin/asts 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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab7700ae5ad6cb4df2dcddc50c79236492b6dd42608a7e01bdb1ba4692b60cd9
[INFO] running `Command { std: "docker" "start" "-a" "ab7700ae5ad6cb4df2dcddc50c79236492b6dd42608a7e01bdb1ba4692b60cd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab7700ae5ad6cb4df2dcddc50c79236492b6dd42608a7e01bdb1ba4692b60cd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab7700ae5ad6cb4df2dcddc50c79236492b6dd42608a7e01bdb1ba4692b60cd9", kill_on_drop: false }`
[INFO] [stdout] ab7700ae5ad6cb4df2dcddc50c79236492b6dd42608a7e01bdb1ba4692b60cd9
[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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c5d993176697bd64c6677c7be89e183ae05095209078581c32aac01762b6b2c
[INFO] running `Command { std: "docker" "start" "-a" "3c5d993176697bd64c6677c7be89e183ae05095209078581c32aac01762b6b2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.15
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling cmake v0.1.52
[INFO] [stderr]    Compiling openssl-src v300.4.1+3.4.0
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling curl-sys v0.4.78+curl-8.11.0
[INFO] [stderr]    Compiling newtype_derive v0.1.6
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling feature-probe v0.1.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling fs-utils v1.1.4
[INFO] [stderr]    Compiling bv v0.11.1
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling derive-new v0.6.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking custom_derive v0.1.7
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking nalgebra v0.32.6
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]    Compiling hts-sys v2.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking bio-types v1.0.4
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking itertools-num v0.1.3
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking triple_accel v0.4.0
[INFO] [stderr]     Checking editdistancek v1.0.2
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking console v0.15.10
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking multimap v0.10.0
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]    Compiling minimap2-sys v0.1.21+minimap2.2.28
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking simba v0.6.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking ieee754 v0.2.6
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking linear-map v1.2.0
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking indicatif v0.17.9
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking uuid v1.12.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.14
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking buffer-redux v1.0.2
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking statrs v0.17.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaVN971T"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clap_lex` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustcYlphRZ/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcYlphRZ/symbols.o" "<2 object files omitted>" "/tmp/rustcYlphRZ/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-0c4f7b35f3bfa91d,libquote-69ef74dbfef5b4bf,libproc_macro2-f1151034e54936e6,libunicode_ident-7e99a91c9b7e4c20}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcYlphRZ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libnalgebra_macros-b50f99f76ed43e6f.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nalgebra-macros` (lib) due to 1 previous error
[INFO] [stderr] warning: openssl-sys@0.9.104: building OpenSSL: 'make' reported failure with exit status: 2
[INFO] [stderr] warning: openssl-sys@0.9.104: openssl-src: failed to build OpenSSL from source
[INFO] [stderr] error: failed to run custom build command for `openssl-sys v0.9.104`
[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-103a98630f3d5ae4/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_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))
[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(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(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-6f07e747714e2239/out)
[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,x87)
[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=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid)
[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_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=HOST_ARFLAGS
[INFO] [stderr]   HOST_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = 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_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]   cargo:rerun-if-env-changed=HOST_RANLIBFLAGS
[INFO] [stderr]   HOST_RANLIBFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=RANLIBFLAGS
[INFO] [stderr]   RANLIBFLAGS = None
[INFO] [stderr]   running cd "/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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-6f07e747714e2239/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-shared" "no-module" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64"
[INFO] [stderr]   Configuring OpenSSL version 3.4.0 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 <https://github.com/openssl/openssl/issues>  ***
[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-6f07e747714e2239/out/openssl-build/build/src" && "make" "depend"
[INFO] [stderr]   running cd "/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "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.4.0" "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-6f07e747714e2239/out/openssl-build/install" BINDIR=bin "LIBDIR=lib" "libdir=/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib" INCLUDEDIR=include APPLINKDIR=include/openssl "ENGINESDIR=/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/engines-3" "MODULESDIR=/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/ossl-modules" "PKGCONFIGDIR=/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/pkgconfig" "CMAKECONFIGDIR=/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/cmake/OpenSSL" "LDLIBS=-ldl -pthread " "VERSION=3.4.0" > 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" "-Mbuilddata" "-Mbuilddata" "-Mbuilddata" "util/dofile.pl" "-oMakefile" exporters/pkg-config/openssl.pc.in > openssl.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" "-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-6f07e747714e2239/out/openssl-build/build/src'
[INFO] [stderr]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src'
[INFO] [stderr]   make[1]: Entering directory '/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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 -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-6f07e747714e2239/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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 -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-6f07e747714e2239/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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 -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-6f07e747714e2239/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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 -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-6f07e747714e2239/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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 -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-6f07e747714e2239/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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 -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-6f07e747714e2239/out/openssl-build/install/lib/engines-3\"" -DMODULESDIR="\"/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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]   make[1]: Leaving directory '/opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/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]   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-6f07e747714e2239/out/openssl-build/build/src
[INFO] [stderr]   DEBUG: libdir = . => libdir = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src
[INFO] [stderr]   DEBUG: BINDIR = apps => BINDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src/apps, BINDIR_REL_PREFIX = apps
[INFO] [stderr]   DEBUG: LIBDIR =  => LIBDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src, LIBDIR_REL_PREFIX = 
[INFO] [stderr]   DEBUG: INCLUDEDIR = [ include, ./include ] => INCLUDEDIR = [ /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src/include, /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src/include ], INCLUDEDIR_REL_PREFIX = [ include, ./include ]
[INFO] [stderr]   DEBUG: APPLINKDIR = ms => APPLINKDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src/ms, APPLINKDIR_REL_PREFIX = ms
[INFO] [stderr]   DEBUG: ENGINESDIR = engines => ENGINESDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src/engines, ENGINESDIR_REL_LIBDIR = engines
[INFO] [stderr]   DEBUG: MODULESDIR = providers => MODULESDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src/providers, MODULESDIR_REL_LIBDIR = providers
[INFO] [stderr]   DEBUG: PKGCONFIGDIR = . => PKGCONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src, PKGCONFIGDIR_REL_LIBDIR = .
[INFO] [stderr]   DEBUG: CMAKECONFIGDIR = . => CMAKECONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/build/src, CMAKECONFIGDIR_REL_LIBDIR = .
[INFO] [stderr]   DEBUG: all keys: APPLINKDIR, BINDIR, CMAKECONFIGDIR, ENGINESDIR, INCLUDEDIR, LDLIBS, LIBDIR, MODULESDIR, PKGCONFIGDIR, PREFIX, VERSION, libdir
[INFO] [stderr]   DEBUG: PREFIX = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install => PREFIX = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install
[INFO] [stderr]   DEBUG: libdir = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib => libdir = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib
[INFO] [stderr]   DEBUG: BINDIR = bin => BINDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/bin, BINDIR_REL_PREFIX = bin
[INFO] [stderr]   DEBUG: LIBDIR = lib => LIBDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib, LIBDIR_REL_PREFIX = lib
[INFO] [stderr]   DEBUG: INCLUDEDIR = include => INCLUDEDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/include, INCLUDEDIR_REL_PREFIX = include
[INFO] [stderr]   DEBUG: APPLINKDIR = include/openssl => APPLINKDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/include/openssl, APPLINKDIR_REL_PREFIX = include/openssl
[INFO] [stderr]   DEBUG: ENGINESDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/engines-3 => ENGINESDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/engines-3, ENGINESDIR_REL_LIBDIR = engines-3
[INFO] [stderr]   DEBUG: MODULESDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/ossl-modules => MODULESDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/ossl-modules, MODULESDIR_REL_LIBDIR = ossl-modules
[INFO] [stderr]   DEBUG: PKGCONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/pkgconfig => PKGCONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/pkgconfig, PKGCONFIGDIR_REL_LIBDIR = pkgconfig
[INFO] [stderr]   DEBUG: CMAKECONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/cmake/OpenSSL => CMAKECONFIGDIR = /opt/rustwide/target/debug/build/openssl-sys-6f07e747714e2239/out/openssl-build/install/lib/cmake/OpenSSL, CMAKECONFIGDIR_REL_LIBDIR = cmake/OpenSSL
[INFO] [stderr]   apps/lib/apps.c: In function 'load_key_certs_crls':
[INFO] [stderr]   apps/lib/apps.c:979:51: error: 'OSSL_STORE_PARAM_INPUT_TYPE' undeclared (first use in this function)
[INFO] [stderr]     979 |         itp[0] = OSSL_PARAM_construct_utf8_string(OSSL_STORE_PARAM_INPUT_TYPE,
[INFO] [stderr]         |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   apps/lib/apps.c:979:51: note: each undeclared identifier is reported only once for each function it appears in
[INFO] [stderr]   make[1]: *** [Makefile:3917: apps/lib/libapps-lib-apps.o] Error 1
[INFO] [stderr]   make[1]: *** Waiting for unfinished jobs....
[INFO] [stderr]   make: *** [Makefile:2377: 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-6f07e747714e2239/out/openssl-build/build/src" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "make" "build_libs"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "3c5d993176697bd64c6677c7be89e183ae05095209078581c32aac01762b6b2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c5d993176697bd64c6677c7be89e183ae05095209078581c32aac01762b6b2c", kill_on_drop: false }`
[INFO] [stdout] 3c5d993176697bd64c6677c7be89e183ae05095209078581c32aac01762b6b2c
