Package Details: xwin 0.5.1-1

Git Clone URL: https://aur.archlinux.org/xwin.git (read-only, click to copy)
Package Base: xwin
Description: Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation
Upstream URL: https://crates.io/crates/xwin
Licenses: MIT, Apache
Submitter: andrewkoz
Maintainer: andrewkoz
Last Packager: andrewkoz
Votes: 1
Popularity: 0.000152
First Submitted: 2022-06-11 03:21 (UTC)
Last Updated: 2024-04-12 01:14 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

andrewkoz commented on 2023-09-27 06:31 (UTC) (edited on 2023-09-27 06:47 (UTC) by andrewkoz)

As per @Xevnar building does indeed fail if LTO is enabled as the environment defaults to BFD for linking and GCC for the C objects (which don't play nicely with Rust LTO on final linking due to undefined symbol errors).

Rather than disabling LTO I've switched CC to Clang and linker to LLD which allows the build to succeed even with LTO enabled.

Xevnar commented on 2023-04-10 21:20 (UTC) (edited on 2023-04-10 21:22 (UTC) by Xevnar)

Using aurutils to build this package in a chroot and I have been running into linkage errors when building. Consider adding options=('!lto') to the PKGBUILD. Adding that fixed my issue.

See Cannot build on x86_64 (Arch Linux) when LTO is enabled and RFC: LTO by Default

Here is the build log:

AUR_PAGER=lfrun aur sync -c xwin
==> Using [aur] repository
  -> xwin (none) -> 0.2.10-1
==> Retrieving package files
Already up to date.
[sudo] password for sal:
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community                                                                               7.2 MiB  1787 KiB/s 00:04 [---------------------------------------------------------------------] 100%
 multilib is up to date
 aur                                                                                   110.0 KiB   107 MiB/s 00:00 [---------------------------------------------------------------------] 100%
:: Starting full system upgrade...
 there is nothing to do
==> Synchronizing chroot copy [/var/lib/aurbuild/x86_64/root] -> [sal]...done
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 aur is up to date
:: Starting full system upgrade...
 there is nothing to do
==> Making package: xwin 0.2.10-1 (Mon Apr 10 23:40:10 2023)
==> Retrieving sources...
  -> Found xwin-0.2.10.tar.gz
==> Validating source files with sha256sums...
    xwin-0.2.10.tar.gz ... Passed
==> Making package: xwin 0.2.10-1 (Mon Apr 10 23:40:14 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found xwin-0.2.10.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting xwin-0.2.10.tar.gz with bsdtar
==> Starting prepare()...
info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
info: latest update on 2023-03-28, rust version 1.68.2 (9eb3afe9e 2023-03-27)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'

  stable-x86_64-unknown-linux-gnu installed - rustc 1.68.2 (9eb3afe9e 2023-03-27)

info: note that the toolchain 'stable-x86_64-unknown-linux-gnu' is currently in use (environment override by RUSTUP_TOOLCHAIN)
    Updating crates.io index
 Downloading crates ...
  Downloaded ureq v2.5.0
  Downloaded versions v4.1.0
  Downloaded terminal_size v0.2.1
  Downloaded lzxd v0.1.4
  Downloaded linked-hash-map v0.5.6
  Downloaded encoding_index_tests v0.1.4
  Downloaded tracing-serde v0.1.3
  Downloaded openssl-macros v0.1.0
  Downloaded tracing-attributes v0.1.23
  Downloaded cli-table v0.4.7
  Downloaded chunked_transfer v1.4.0
  Downloaded similar-asserts v1.4.2
  Downloaded encoding-index-singlebyte v1.20141219.5
  Downloaded clap_lex v0.3.0
  Downloaded twox-hash v1.6.3
  Downloaded itoa v1.0.4
  Downloaded native-tls v0.2.10
  Downloaded either v1.8.0
  Downloaded console v0.15.2
  Downloaded cab v0.4.1
  Downloaded tempfile v3.3.0
  Downloaded io-lifetimes v0.7.3
  Downloaded clap_derive v4.0.13
  Downloaded number_prefix v0.4.0
  Downloaded smallvec v1.10.0
  Downloaded crossbeam-utils v0.8.12
  Downloaded proc-macro2 v1.0.46
  Downloaded crossbeam-epoch v0.9.11
  Downloaded typenum v1.15.0
  Downloaded atty v0.2.14
  Downloaded crossbeam-deque v0.8.2
  Downloaded os_str_bytes v6.3.0
  Downloaded openssl-sys v0.9.76
  Downloaded msi v0.5.0
  Downloaded indicatif v0.17.1
  Downloaded cc v1.0.73
  Downloaded foreign-types-shared v0.1.1
  Downloaded percent-encoding v2.2.0
  Downloaded cfg-if v1.0.0
  Downloaded spin v0.5.2
  Downloaded proc-macro-error v1.0.4
  Downloaded same-file v1.0.6
  Downloaded tracing-core v0.1.30
  Downloaded uuid v1.2.1
  Downloaded zip v0.6.3
  Downloaded static_assertions v1.1.0
  Downloaded autocfg v1.1.0
  Downloaded pkg-config v0.3.25
  Downloaded walkdir v2.3.2
  Downloaded tracing v0.1.37
  Downloaded pin-project-lite v0.2.9
  Downloaded getrandom v0.2.7
  Downloaded log v0.4.17
  Downloaded time v0.3.15
  Downloaded tinyvec_macros v0.1.0
  Downloaded cfb v0.7.3
  Downloaded minimal-lexical v0.2.1
  Downloaded form_urlencoded v1.1.0
  Downloaded terminal_size v0.1.17
  Downloaded openssl-probe v0.1.5
  Downloaded foreign-types v0.3.2
  Downloaded num_threads v0.1.6
  Downloaded rand_chacha v0.3.1
  Downloaded matchers v0.1.0
  Downloaded miniz_oxide v0.5.4
  Downloaded base64 v0.13.0
  Downloaded block-buffer v0.10.3
  Downloaded memoffset v0.6.5
  Downloaded fastrand v1.8.0
  Downloaded version_check v0.9.4
  Downloaded remove_dir_all v0.5.3
  Downloaded cpufeatures v0.2.5
  Downloaded byteorder v1.4.3
  Downloaded crypto-common v0.1.6
  Downloaded thread_local v1.1.4
  Downloaded nom v7.1.1
  Downloaded encoding v0.2.33
  Downloaded encoding-index-korean v1.20141219.5
  Downloaded encoding-index-japanese v1.20141219.5
  Downloaded sct v0.7.0
  Downloaded bitflags v1.3.2
  Downloaded untrusted v0.7.1
  Downloaded digest v0.10.5
  Downloaded lazy_static v1.4.0
  Downloaded ppv-lite86 v0.2.16
  Downloaded sha2 v0.10.6
  Downloaded unicode-width v0.1.10
  Downloaded heck v0.4.0
  Downloaded scopeguard v1.1.0
  Downloaded adler v1.0.2
  Downloaded rand_core v0.6.4
  Downloaded fnv v1.0.7
  Downloaded anyhow v1.0.65
  Downloaded termcolor v1.1.3
  Downloaded num_cpus v1.13.1
  Downloaded rand v0.8.5
  Downloaded once_cell v1.15.0
  Downloaded tinyvec v1.6.0
  Downloaded camino v1.1.1
  Downloaded strsim v0.10.0
  Downloaded generic-array v0.14.6
  Downloaded quote v1.0.21
  Downloaded lock_api v0.4.9
  Downloaded ryu v1.0.11
  Downloaded crossbeam-channel v0.5.6
  Downloaded itertools v0.10.5
  Downloaded serde v1.0.145
  Downloaded encoding-index-simpchinese v1.20141219.5
  Downloaded encoding-index-tradchinese v1.20141219.5
  Downloaded serde_json v1.0.86
  Downloaded unicode-bidi v0.3.8
  Downloaded bytes v1.2.1
  Downloaded sharded-slab v0.1.4
  Downloaded crc32fast v1.3.2
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded webpki v0.22.0
  Downloaded parking_lot v0.12.1
  Downloaded url v2.3.1
  Downloaded rayon-core v1.9.3
  Downloaded memchr v2.5.0
  Downloaded unicode-normalization v0.1.22
  Downloaded unicode-segmentation v1.10.0
  Downloaded tracing-subscriber v0.3.16
  Downloaded clap v4.0.15
  Downloaded aho-corasick v0.7.19
  Downloaded regex-automata v0.1.10
  Downloaded syn v1.0.102
  Downloaded webpki-roots v0.22.5
  Downloaded openssl v0.10.42
  Downloaded rustix v0.35.11
  Downloaded rayon v1.5.3
  Downloaded regex-syntax v0.6.27
  Downloaded unicode-ident v1.0.5
  Downloaded idna v0.3.0
  Downloaded bstr v0.2.17
  Downloaded insta v1.21.0
  Downloaded libc v0.2.135
  Downloaded yaml-rust v0.4.5
  Downloaded linux-raw-sys v0.0.46
  Downloaded similar v2.2.0
  Downloaded rustls v0.20.6
  Downloaded regex v1.6.0
  Downloaded parking_lot_core v0.9.3
  Downloaded flate2 v1.0.24
  Downloaded serde_derive v1.0.145
  Downloaded openssl-src v111.22.0+1.1.1q
  Downloaded ring v0.16.20
==> Entering fakeroot environment...
==> Starting package()...
info: using existing install for 'stable-x86_64-unknown-linux-gnu'
info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'

  stable-x86_64-unknown-linux-gnu unchanged - rustc 1.68.2 (9eb3afe9e 2023-03-27)

info: note that the toolchain 'stable-x86_64-unknown-linux-gnu' is currently in use (environment override by RUSTUP_TOOLCHAIN)
  Installing xwin v0.2.10 (/build/xwin/src/xwin-0.2.10)
    Updating crates.io index
warning: package `crossbeam-channel v0.5.6` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
   Compiling libc v0.2.135
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.1.0
   Compiling proc-macro2 v1.0.46
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.5
   Compiling cc v1.0.73
   Compiling syn v1.0.102
   Compiling version_check v0.9.4
   Compiling once_cell v1.15.0
   Compiling ring v0.16.20
   Compiling openssl-src v111.22.0+1.1.1q
   Compiling pkg-config v0.3.25
   Compiling encoding_index_tests v0.1.4
   Compiling memchr v2.5.0
   Compiling typenum v1.15.0
   Compiling openssl-sys v0.9.76
   Compiling crossbeam-utils v0.8.12
   Compiling generic-array v0.14.6
   Compiling memoffset v0.6.5
   Compiling scopeguard v1.1.0
   Compiling untrusted v0.7.1
   Compiling bitflags v1.3.2
   Compiling crc32fast v1.3.2
   Compiling spin v0.5.2
   Compiling serde_derive v1.0.145
   Compiling proc-macro-error-attr v1.0.4
   Compiling crossbeam-epoch v0.9.11
   Compiling adler v1.0.2
   Compiling io-lifetimes v0.7.3
   Compiling tinyvec_macros v0.1.0
   Compiling serde v1.0.145
   Compiling log v0.4.17
   Compiling tinyvec v1.6.0
   Compiling miniz_oxide v0.5.4
   Compiling proc-macro-error v1.0.4
   Compiling getrandom v0.2.7
   Compiling foreign-types-shared v0.1.1
   Compiling rustix v0.35.11
   Compiling lazy_static v1.4.0
   Compiling byteorder v1.4.3
   Compiling openssl v0.10.42
   Compiling rayon-core v1.9.3
   Compiling regex-syntax v0.6.27
   Compiling foreign-types v0.3.2
   Compiling rand_core v0.6.4
   Compiling flate2 v1.0.24
   Compiling unicode-normalization v0.1.22
   Compiling openssl-macros v0.1.0
   Compiling webpki v0.22.0
   Compiling tracing-core v0.1.30
   Compiling lock_api v0.4.9
   Compiling linux-raw-sys v0.0.46
   Compiling parking_lot_core v0.9.3
   Compiling unicode-bidi v0.3.8
   Compiling rustls v0.20.6
   Compiling native-tls v0.2.10
   Compiling either v1.8.0
   Compiling unicode-width v0.1.10
   Compiling serde_json v1.0.86
   Compiling percent-encoding v2.2.0
   Compiling ppv-lite86 v0.2.16
   Compiling form_urlencoded v1.1.0
   Compiling rand_chacha v0.3.1
   Compiling idna v0.3.0
   Compiling crossbeam-deque v0.8.2
   Compiling regex-automata v0.1.10
   Compiling block-buffer v0.10.3
   Compiling crypto-common v0.1.6
   Compiling tracing-attributes v0.1.23
   Compiling aho-corasick v0.7.19
   Compiling sct v0.7.0
   Compiling crossbeam-channel v0.5.6
   Compiling encoding-index-singlebyte v1.20141219.5
   Compiling encoding-index-japanese v1.20141219.5
   Compiling encoding-index-korean v1.20141219.5
   Compiling encoding-index-simpchinese v1.20141219.5
   Compiling encoding-index-tradchinese v1.20141219.5
   Compiling num_cpus v1.13.1
   Compiling terminal_size v0.1.17
   Compiling rayon v1.5.3
   Compiling minimal-lexical v0.2.1
   Compiling openssl-probe v0.1.5
   Compiling fnv v1.0.7
   Compiling anyhow v1.0.65
   Compiling heck v0.4.0
   Compiling smallvec v1.10.0
   Compiling uuid v1.2.1
   Compiling termcolor v1.1.3
   Compiling pin-project-lite v0.2.9
   Compiling os_str_bytes v6.3.0
   Compiling num_threads v0.1.6
   Compiling camino v1.1.1
   Compiling ryu v1.0.11
   Compiling itoa v1.0.4
   Compiling time v0.3.15
   Compiling clap_lex v0.3.0
   Compiling tracing v0.1.37
   Compiling cfb v0.7.3
   Compiling clap_derive v4.0.13
   Compiling nom v7.1.1
   Compiling console v0.15.2
   Compiling encoding v0.2.33
   Compiling regex v1.6.0
   Compiling matchers v0.1.0
   Compiling digest v0.10.5
   Compiling terminal_size v0.2.1
   Compiling url v2.3.1
   Compiling rand v0.8.5
   Compiling itertools v0.10.5
   Compiling tracing-serde v0.1.3
   Compiling webpki-roots v0.22.5
   Compiling sharded-slab v0.1.4
   Compiling thread_local v1.1.4
   Compiling atty v0.2.14
   Compiling strsim v0.10.0
   Compiling number_prefix v0.4.0
   Compiling fastrand v1.8.0
   Compiling static_assertions v1.1.0
   Compiling chunked_transfer v1.4.0
   Compiling lzxd v0.1.4
   Compiling remove_dir_all v0.5.3
   Compiling base64 v0.13.0
   Compiling cpufeatures v0.2.5
   Compiling sha2 v0.10.6
   Compiling tempfile v3.3.0
   Compiling cab v0.4.1
   Compiling twox-hash v1.6.3
   Compiling indicatif v0.17.1
   Compiling clap v4.0.15
   Compiling tracing-subscriber v0.3.16
   Compiling versions v4.1.0
   Compiling parking_lot v0.12.1
   Compiling msi v0.5.0
   Compiling cli-table v0.4.7
   Compiling zip v0.6.3
   Compiling bytes v1.2.1
   Compiling ureq v2.5.0
   Compiling xwin v0.2.10 (/build/xwin/src/xwin-0.2.10)
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/build/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" VSLANG="1033" "cc" "-m64" "/tmp/rustcXil8sA/symbols.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.0.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.1.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.10.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.11.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.12.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.13.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.14.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.15.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.2.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.3.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.4.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.5.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.6.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.7.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.8.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.xwin.a53d0d34-cgu.9.rcgu.o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf.b1k1yykvyiisr6p.rcgu.o" "-Wl,--as-needed" "-L" "/build/xwin/src/xwin-0.2.10/target/release/deps" "-L" "/build/xwin/src/xwin-0.2.10/target/release/build/openssl-sys-304d45148870738a/out/openssl-build/install/lib" "-L" "/build/xwin/src/xwin-0.2.10/target/release/build/ring-621b533782a9914f/out" "-L" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/build/xwin/src/xwin-0.2.10/target/release/deps/libxwin-15145b2a46014dc5.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libversions-487199bcd52d3930.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libnom-5293449b374e3124.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libitertools-9ab775f902df2da6.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libparking_lot-8a532b007a785211.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libparking_lot_core-37a0be0d17e49295.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libsmallvec-cfb5dbf1c59bcbfc.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liblock_api-81388d0022bba73f.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcab-7cdf96299c0531ed.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liblzxd-347b6d896426d6aa.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtime-e93c17fbd053fe13.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libzip-25b07105c99f9bed.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtwox_hash-613a950fc3d4a1cf.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librand-2e033532c88218ae.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librand_chacha-f160690dba0e5529.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libppv_lite86-abadabae609dba39.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librand_core-cfe92abcb3a18302.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libgetrandom-3f6c6a58530ee5dd.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libstatic_assertions-4034930c24432309.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libmsi-ae1e3fb8026d20eb.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libencoding-22a233c470e43fc5.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libencoding_index_tradchinese-5b5c8f959dc2a19a.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libencoding_index_simpchinese-451854c0a694369e.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libencoding_index_japanese-df95aefdd63c3dae.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libencoding_index_korean-ededd8fc240262fb.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libencoding_index_singlebyte-d9c31004803a1585.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcfb-53b6c98dbbea4c1d.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libuuid-0737c0510b99d956.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libfnv-bb951fd3b5912ca8.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libbyteorder-caabb44180139e96.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_probe-544af1e9ddb002c7.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libforeign_types-ab4ff65ce149b1c0.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libforeign_types_shared-0388b944859a5bc8.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libwebpki_roots-0e4ebe13f3561b91.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libbase64-6039425359215cdb.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librustls-15cf69b08dfd83a7.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libsct-6e2b7eb00fee04cf.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libwebpki-edfb24c9343a08cb.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libspin-89164ad65fc80821.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libuntrusted-b271aa5fb5899ee6.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libflate2-b8353a30791994bd.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libminiz_oxide-b8a36999e757d666.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libadler-ec0fd9845e020f37.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcrc32fast-e5c7478c114e6ce4.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liblog-06af93b05d47b720.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libchunked_transfer-068c9274b6651c80.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liburl-bb5e8e3a56e70e0b.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libidna-f4f4af7674c7f8bb.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libunicode_normalization-0c0563f649d6164a.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtinyvec-5b5f8a5343f7c96e.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtinyvec_macros-d6491a7eae39df11.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libunicode_bidi-173eeb64742a42ae.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libform_urlencoded-51823256b58fdab2.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libpercent_encoding-e2ca8dc84d28439e.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtempfile-c73f9d5546fd9d52.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libfastrand-51c6342ee91e4574.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libremove_dir_all-bbea9b3245b020bd.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libsha2-715cf3d82052afe2.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcpufeatures-fb4f6727eb2465e6.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libdigest-b129cd9e312105ae.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libblock_buffer-d417d7586ce38d37.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcrypto_common-3b40dec80cd397e6.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libgeneric_array-0e957d276ef922dd.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtypenum-6a66c2ae3e709f6c.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librayon-c49d7235ffe12737.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librayon_core-aa1e936fbbc2f0f2.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libnum_cpus-0d04da165d10594e.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcrossbeam_deque-f1730b3f4fe64551.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcrossbeam_epoch-b592b58ac9068cc0.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libmemoffset-2cc69c807853499f.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libscopeguard-227eadc7e6168e55.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcrossbeam_channel-3938f70964c05615.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcrossbeam_utils-01240644e8333187.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libeither-c35491ad997cf133.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libbytes-ea52fae06d4fcf9b.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcli_table-3b08e39c58fe4c70.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtracing_subscriber-fa86bd22d1afd5e3.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtracing_serde-9fd7669312ca298e.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libserde_json-c9d29407b2006bee.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libryu-d1065715928eb262.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libitoa-09d7464ccb73be78.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libserde-9bba09f69e945f59.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libsharded_slab-e9ccf54f357f1dfa.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libmatchers-7db2f7721abbbf26.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libregex_automata-dc7822569e1ce69c.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libregex-0cc216ab7cb8ed88.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libaho_corasick-3520cedc466556c4.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libmemchr-2cbe141a73b58ecf.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libregex_syntax-a1b9b698f98e22bc.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtracing-1b7bab004c5ddc77.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcfg_if-f2340c58ea21a555.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libpin_project_lite-4b0d50712bfeda41.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libthread_local-92c95401f3de8cc8.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtracing_core-6a1fbe5d05c7ed27.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libindicatif-0415534586393ac5.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libnumber_prefix-57ba3902bb671415.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libconsole-47e751a6d77a2774.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libterminal_size-8b30137b21a95957.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libunicode_width-bbebe6f0812c30ee.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liblazy_static-a1515f106746c5a2.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libclap-1cca54fd48cc3b8b.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libatty-9929c0583bab1f04.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liblibc-f45c7cc3b31cca65.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libterminal_size-04c1449c4ff90ae3.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/librustix-6bd88e62a7efaac4.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libio_lifetimes-b2684f3ac90739e2.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/liblinux_raw_sys-930b662a7433e47a.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libstrsim-9a43b68493e6bbb3.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libclap_lex-c70e539097c68212.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libos_str_bytes-2938a1661ddb7b4b.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libtermcolor-7d94b33e54937a3a.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libbitflags-d708dc7fb6cd55fa.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libonce_cell-2fe4fc3fe7c90e26.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libcamino-bfd424effe5db898.rlib" "/build/xwin/src/xwin-0.2.10/target/release/deps/libanyhow-82e8ef92e0fc0bc7.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bc6b80525d6b1f3b.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dbb416fff97e9855.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-af60be54961a030f.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1303bc5098cb2f44.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-96ca4807f9d03fdf.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-03b108942351d49a.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b348df34b7d8ac11.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-26a06d9c5ec29d3a.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b5295fdab67e4cf6.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b257ed099e7f67d0.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c27b5dca54e295d8.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-f6c8245d52afa66d.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-642c68f15c02cc52.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-eecd84150c4ad967.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-123ffa13a38501db.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-2177aff67f4e9999.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2298a66e03bd0fd2.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-f3c3b25345711552.rlib" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-10f041ff25bad5f3.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/build/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs"
  = note: /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(x86_64cpuid.o):/build/xwin/src/xwin-0.2.10/target/release/build/openssl-sys-304d45148870738a/out/openssl-build/build/src/crypto/x86_64cpuid.s:4: undefined reference to `OPENSSL_cpuid_setup'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libxwin-15145b2a46014dc5.rlib(xwin-15145b2a46014dc5.xwin.a7dcd848-cgu.4.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libxwin-15145b2a46014dc5.rlib(xwin-15145b2a46014dc5.xwin.a7dcd848-cgu.9.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.3.rcgu.o): in function `openssl::ssl::get_new_ssl_idx':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:3858: undefined reference to `CRYPTO_get_ex_new_index'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:3858: undefined reference to `CRYPTO_get_ex_new_index'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.3.rcgu.o): in function `openssl_sys::openssl::init::{{closure}}':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/lib.rs:110: undefined reference to `OPENSSL_init_ssl'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::aead::aes::encrypt_block_':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes.rs:64: undefined reference to `GFp_aes_nohw_encrypt'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::curve25519::ops::ExtPoint::from_encoded_point_vartime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ops.rs:88: undefined reference to `GFp_x25519_ge_frombytes_vartime'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::curve25519::ops::Elem<ring::ec::curve25519::ops::T>::negate':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ops.rs:52: undefined reference to `GFp_x25519_fe_neg'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::curve25519::scalar::Scalar::from_sha512_digest_reduced':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/scalar.rs:52: undefined reference to `GFp_x25519_sc_reduce'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `<ring::ec::curve25519::ed25519::verification::EdDSAParameters as ring::signature::VerificationAlgorithm>::verify':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ed25519/verification.rs:66: undefined reference to `GFp_x25519_ge_double_scalarmult_vartime'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::curve25519::ops::encode_point':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ops.rs:129: undefined reference to `GFp_x25519_fe_invert'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ops.rs:132: undefined reference to `GFp_x25519_fe_mul_ttt'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ops.rs:136: undefined reference to `GFp_x25519_fe_tobytes'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/ops.rs:138: undefined reference to `GFp_x25519_fe_isnegative'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::suite_b::ops::p384::GFp_p384_elem_sqr_mont':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/p384.rs:333: undefined reference to `GFp_p384_elem_mul_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::suite_b::ops::PrivateKeyOps::point_mul':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops.rs:188: undefined reference to `GFp_nistz384_point_mul'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::suite_b::ops::elem::binary_op':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/elem.rs:73: undefined reference to `GFp_p384_scalar_mul_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::suite_b::ops::elem::binary_op':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/elem.rs:73: undefined reference to `GFp_p384_scalar_mul_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o): in function `ring::ec::suite_b::ops::p384::GFp_p384_elem_sqr_mont':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/p384.rs:333: undefined reference to `GFp_p384_elem_mul_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410COMMON_OPS17h932041735379b8b5E.llvm.10648477923215510832+0xf8): undefined reference to `GFp_p384_elem_add'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410COMMON_OPS17h932041735379b8b5E.llvm.10648477923215510832+0x100): undefined reference to `GFp_p384_elem_mul_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410COMMON_OPS17h932041735379b8b5E.llvm.10648477923215510832+0x110): undefined reference to `GFp_nistz384_point_add'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38410SCALAR_OPS17hbf4935cbe8ad93d4E+0x10): undefined reference to `GFp_p384_scalar_mul_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.10.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p38415PRIVATE_KEY_OPS17h612608d9c4a050f1E+0x18): undefined reference to `GFp_nistz384_point_mul'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::aead::aes::ctr32_encrypt_blocks_':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes.rs:109: undefined reference to `GFp_aes_nohw_ctr32_encrypt_blocks'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::aead::aes::set_encrypt_key':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes.rs:40: undefined reference to `GFp_aes_nohw_set_encrypt_key'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::aead::aes::encrypt_block_':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes.rs:64: undefined reference to `GFp_aes_nohw_encrypt'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::aead::aes_gcm::aead':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes_gcm.rs:(.text._ZN4ring4aead7aes_gcm12aes_gcm_seal17hca3d583171191143E+0x1ae): undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::aead::aes::encrypt_block_':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes.rs:64: undefined reference to `GFp_aes_nohw_encrypt'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `core::ptr::const_ptr::<impl *const T>::offset':
          /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ptr/const_ptr.rs:(.text._ZN4ring4aead7aes_gcm12aes_gcm_open17he370da0777c7c9bdE+0x16c): undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.11.rcgu.o): in function `ring::aead::aes::encrypt_block_':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/aes.rs:64: undefined reference to `GFp_aes_nohw_encrypt'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.14.rcgu.o): in function `<core::ops::range::RangeInclusive<T> as core::iter::range::RangeInclusiveIteratorImpl>::spec_next_back':
          /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ops/range.rs:(.text._ZN4ring4limb18limbs_minimal_bits17h3ba751759e450030E+0x1a): undefined reference to `LIMB_shr'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.14.rcgu.o): in function `ring::limb::limbs_reduce_once_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:135: undefined reference to `LIMBS_reduce_once'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.14.rcgu.o): in function `ring::limb::limbs_are_zero_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:86: undefined reference to `LIMBS_are_zero'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.14.rcgu.o): in function `ring::limb::limbs_less_than_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:70: undefined reference to `LIMBS_less_than'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.14.rcgu.o): in function `ring::limb::limbs_are_zero_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:86: undefined reference to `LIMBS_are_zero'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.12.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.12.rcgu.o): in function `openssl::ssl::bio::state':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.12.rcgu.o): in function `openssl::ssl::bio::get_ref':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:66: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:66: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.15.rcgu.o): in function `openssl::ssl::bio::BIO_METHOD::new':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:206: undefined reference to `BIO_meth_new'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:208: undefined reference to `BIO_meth_set_write'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:209: undefined reference to `BIO_meth_set_read'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:210: undefined reference to `BIO_meth_set_puts'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:211: undefined reference to `BIO_meth_set_ctrl'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:212: undefined reference to `BIO_meth_set_create'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:213: undefined reference to `BIO_meth_set_destroy'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.15.rcgu.o): in function `openssl::ssl::bio::new':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:47: undefined reference to `BIO_new'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:48: undefined reference to `BIO_set_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:49: undefined reference to `BIO_set_init'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.15.rcgu.o): in function `openssl::ssl::bio::state':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.15.rcgu.o): in function `openssl::ssl::bio::destroy':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:184: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:187: undefined reference to `BIO_set_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:188: undefined reference to `BIO_set_init'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.7.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.7.rcgu.o): in function `openssl::ssl::bio::state':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:85: undefined reference to `BIO_get_data'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.7.rcgu.o): in function `openssl::ssl::SslStream<S>::new':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:3209: undefined reference to `SSL_set_bio'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.7.rcgu.o): in function `openssl::ssl::SslStream<S>::connect':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:3296: undefined reference to `SSL_connect'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.7.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libureq-42d759dfbe1a0032.rlib(ureq-42d759dfbe1a0032.ureq.5b44a14b-cgu.9.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.0.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.0.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_private_key':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:1041: undefined reference to `SSL_CTX_use_PrivateKey'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.0.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.2.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `<openssl::pkey::PKey<T> as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/macros.rs:199: undefined reference to `EVP_PKEY_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `core::ptr::drop_in_place<[openssl::x509::X509]>':
          /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ptr/mod.rs:(.text._ZN4core3ptr41drop_in_place$LT$native_tls..Identity$GT$17h54ad5a16ff5a15b4E+0x3a): undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `core::ptr::drop_in_place<[native_tls::Certificate]>':
          /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ptr/mod.rs:(.text._ZN4core3ptr52drop_in_place$LT$native_tls..TlsConnectorBuilder$GT$17h64d01a0d2a0c4519E+0x35): undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `core::ptr::drop_in_place<[openssl::x509::X509]>':
          /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ptr/mod.rs:(.text._ZN4core3ptr63drop_in_place$LT$alloc..vec..Vec$LT$openssl..x509..X509$GT$$GT$17h2d66d45fca390247E+0x1d): undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o): in function `core::ptr::drop_in_place<[native_tls::Certificate]>':
          /rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ptr/mod.rs:(.text._ZN4core3ptr67drop_in_place$LT$alloc..vec..Vec$LT$native_tls..Certificate$GT$$GT$17hbd05644c54cb1ea0E+0x1d): undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libnative_tls-088348495a2beedc.rlib(native_tls-088348495a2beedc.native_tls.be569cb6-cgu.3.rcgu.o):/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/ptr/mod.rs:(.text._ZN10native_tls12TlsConnector3new17habb92b814be619aaE+0xe0): more undefined references to `X509_free' follow
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::x509::store::X509Store as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_STORE_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::state_string_long':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2441: undefined reference to `SSL_state_string_long'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::verify_result':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2698: undefined reference to `SSL_get_verify_result'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::get_raw_rbio':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2266: undefined reference to `SSL_get_rbio'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::read':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2271: undefined reference to `SSL_read'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::write':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2281: undefined reference to `SSL_write'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::get_error':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2285: undefined reference to `SSL_get_error'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslMethod::tls':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:339: undefined reference to `TLS_method'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_cert_store':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:808: undefined reference to `SSL_CTX_set_cert_store'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_certificate':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:1001: undefined reference to `SSL_CTX_use_certificate'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_cipher_list':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:1055: undefined reference to `SSL_CTX_set_cipher_list'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslContextBuilder::cert_store':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:1275: undefined reference to `SSL_CTX_get_cert_store'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::Ssl::new':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2208: undefined reference to `SSL_new'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `<openssl::ssl::SslContextRef as alloc::borrow::ToOwned>::to_owned':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:1723: undefined reference to `SSL_CTX_up_ref'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::set_ex_data':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2883: undefined reference to `SSL_set_ex_data'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::set_verify':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2305: undefined reference to `SSL_set_verify'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.0.rcgu.o): in function `openssl::ssl::SslRef::verify_result':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2698: undefined reference to `SSL_get_verify_result'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.1.rcgu.o): in function `<openssl::x509::X509Ref as alloc::borrow::ToOwned>::to_owned':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/mod.rs:603: undefined reference to `X509_up_ref'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.1.rcgu.o): in function `openssl::x509::X509VerifyResult::error_string':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/mod.rs:1446: undefined reference to `X509_verify_cert_error_string'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/mod.rs:1446: undefined reference to `X509_verify_cert_error_string'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.5.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.5.rcgu.o): in function `openssl::x509::store::X509StoreBuilder::new':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/store.rs:79: undefined reference to `X509_STORE_new'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.5.rcgu.o): in function `openssl::x509::store::X509StoreBuilderRef::add_cert':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/store.rs:96: undefined reference to `X509_STORE_add_cert'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.5.rcgu.o): in function `<openssl::x509::X509 as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `X509_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `openssl::error::ERR_get_error_all':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/error.rs:358: undefined reference to `ERR_get_error_line_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/error.rs:359: undefined reference to `ERR_func_error_string'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `openssl::error::Error::library':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/error.rs:234: undefined reference to `ERR_lib_error_string'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `openssl::error::Error::reason':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/error.rs:251: undefined reference to `ERR_reason_error_string'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `openssl::error::Error::library':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/error.rs:234: undefined reference to `ERR_lib_error_string'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `openssl::error::Error::reason':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/error.rs:251: undefined reference to `ERR_reason_error_string'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `openssl::ssl::bio::create':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:172: undefined reference to `BIO_set_init'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:174: undefined reference to `BIO_set_data'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:175: undefined reference to `BIO_set_flags'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.6.rcgu.o): in function `<openssl::ssl::bio::BIO_METHOD as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/bio.rs:226: undefined reference to `BIO_meth_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::ssl::SslContextBuilder::new':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:703: undefined reference to `SSL_CTX_new'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_options':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:1102: undefined reference to `SSL_CTX_set_options'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::version::number':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/version.rs:47: undefined reference to `OpenSSL_version_num'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_default_verify_paths':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:895: undefined reference to `SSL_CTX_set_default_verify_paths'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `<openssl::ssl::SslContext as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_CTX_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::ssl::SslContextBuilder::set_verify':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:727: undefined reference to `SSL_CTX_set_verify'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `<openssl::ssl::Ssl as core::ops::drop::Drop>::drop':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/foreign-types-0.3.2/src/lib.rs:241: undefined reference to `SSL_free'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::ssl::SslRef::param_mut':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/ssl/mod.rs:2692: undefined reference to `SSL_get0_param'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::x509::verify::X509VerifyParamRef::set_hostflags':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/verify.rs:77: undefined reference to `X509_VERIFY_PARAM_set_hostflags'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::x509::verify::X509VerifyParamRef::set_host':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/verify.rs:110: undefined reference to `X509_VERIFY_PARAM_set1_host'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl-ee6da1e2dbd430bd.rlib(openssl-ee6da1e2dbd430bd.openssl.01d0056e-cgu.9.rcgu.o): in function `openssl::x509::verify::X509VerifyParamRef::set_ip':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.10.42/src/x509/verify.rs:134: undefined reference to `X509_VERIFY_PARAM_set1_ip'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.0.rcgu.o): in function `openssl_sys::openssl::tls1::SSL_set_tlsext_host_name':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./tls1.rs:20: undefined reference to `SSL_ctrl'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.2.rcgu.o): in function `openssl_sys::openssl::bio::BIO_set_retry_read':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./bio.rs:14: undefined reference to `BIO_set_flags'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.2.rcgu.o): in function `openssl_sys::openssl::bio::BIO_set_retry_write':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./bio.rs:18: undefined reference to `BIO_set_flags'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.2.rcgu.o): in function `openssl_sys::openssl::bio::BIO_clear_retry_flags':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./bio.rs:22: undefined reference to `BIO_clear_flags'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.4.rcgu.o): in function `openssl_sys::openssl::ssl::SSL_CTX_set_mode':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./ssl.rs:246: undefined reference to `SSL_CTX_ctrl'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.4.rcgu.o): in function `openssl_sys::openssl::ssl::SSL_CTX_add_extra_chain_cert':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./ssl.rs:378: undefined reference to `SSL_CTX_ctrl'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.4.rcgu.o): in function `openssl_sys::openssl::ssl::SSL_CTX_set_min_proto_version':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./ssl.rs:443: undefined reference to `SSL_CTX_ctrl'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libopenssl_sys-14652ea81b664408.rlib(openssl_sys-14652ea81b664408.openssl_sys.127ac450-cgu.4.rcgu.o): in function `openssl_sys::openssl::ssl::SSL_CTX_set_max_proto_version':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.76/src/./ssl.rs:452: undefined reference to `SSL_CTX_ctrl'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libsct-6e2b7eb00fee04cf.rlib(sct-6e2b7eb00fee04cf.sct.ee315609-cgu.2.rcgu.o): in function `ring::cpu::features::{{closure}}':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:46: undefined reference to `GFp_cpuid_setup'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libwebpki-edfb24c9343a08cb.rlib(webpki-edfb24c9343a08cb.webpki.2fda01a4-cgu.15.rcgu.o): in function `ring::cpu::features::{{closure}}':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:46: undefined reference to `GFp_cpuid_setup'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::aead::poly1305::Context::from_key':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:92: undefined reference to `GFp_poly1305_init'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::aead::poly1305::Context::update':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::aead::poly1305::Context::finish':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:112: undefined reference to `GFp_poly1305_finish'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::aead::poly1305::Context::from_key':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:92: undefined reference to `GFp_poly1305_init'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::aead::poly1305::Context::update':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:73: undefined reference to `GFp_poly1305_update'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.1.rcgu.o): in function `ring::aead::poly1305::Context::finish':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/aead/poly1305.rs:112: undefined reference to `GFp_poly1305_finish'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.15.rcgu.o): in function `ring::ec::suite_b::ops::p256::p256_point_mul_base_impl':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/p256.rs:142: undefined reference to `GFp_nistz256_point_mul_base'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.15.rcgu.o): in function `ring::ec::suite_b::ops::elem::unary_op':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/elem.rs:98: undefined reference to `GFp_p256_scalar_sqr_mont'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/suite_b/ops/elem.rs:98: undefined reference to `GFp_p256_scalar_sqr_mont'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.15.rcgu.o):(.data.rel.ro._ZN4ring2ec7suite_b3ops4p25615PRIVATE_KEY_OPS17hc27e0971ff861436E+0x18): undefined reference to `GFp_nistz256_point_mul'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.2.rcgu.o): in function `ring::limb::limbs_are_zero_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:86: undefined reference to `LIMBS_are_zero'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.4.rcgu.o): in function `ring::cpu::features::{{closure}}':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:46: undefined reference to `GFp_cpuid_setup'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.4.rcgu.o): in function `ring::limb::limbs_less_than_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:70: undefined reference to `LIMBS_less_than'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.4.rcgu.o): in function `ring::limb::limbs_equal_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:64: undefined reference to `LIMBS_equal'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.5.rcgu.o): in function `ring::constant_time::verify_slices_are_equal':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/constant_time.rs:27: undefined reference to `GFp_memcmp'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.5.rcgu.o): in function `ring::limb::limbs_are_zero_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:86: undefined reference to `LIMBS_are_zero'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:86: undefined reference to `LIMBS_are_zero'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.5.rcgu.o): in function `ring::limb::limbs_equal_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:64: undefined reference to `LIMBS_equal'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.7.rcgu.o): in function `ring::constant_time::verify_slices_are_equal':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/constant_time.rs:27: undefined reference to `GFp_memcmp'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.7.rcgu.o): in function `ring::ec::curve25519::scalar::MaskedScalar::from_bytes_masked':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/scalar.rs:66: undefined reference to `GFp_x25519_sc_mask'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.7.rcgu.o): in function `ring::ec::curve25519::x25519::x25519_public_from_private':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/x25519.rs:86: undefined reference to `GFp_x25519_public_from_private_generic_masked'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.7.rcgu.o): in function `ring::ec::curve25519::scalar::MaskedScalar::from_bytes_masked':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/scalar.rs:66: undefined reference to `GFp_x25519_sc_mask'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.7.rcgu.o): in function `ring::ec::curve25519::x25519::x25519_ecdh::scalar_mult':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/ec/curve25519/x25519.rs:127: undefined reference to `GFp_x25519_scalar_mult_generic_masked'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.7.rcgu.o): in function `ring::constant_time::verify_slices_are_equal':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/constant_time.rs:27: undefined reference to `GFp_memcmp'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.8.rcgu.o): in function `ring::limb::limbs_less_than_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:70: undefined reference to `LIMBS_less_than'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.9.rcgu.o): in function `ring::cpu::intel::Feature::available':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/cpu.rs:320: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.9.rcgu.o): in function `ring::limb::limbs_are_zero_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:86: undefined reference to `LIMBS_are_zero'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.9.rcgu.o): in function `ring::limb::limbs_equal_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:64: undefined reference to `LIMBS_equal'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(aesni-x86_64-elf.o): in function `GFp_aes_hw_ctr32_encrypt_blocks':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/aesni-x86_64-elf.S:363: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(aesni-x86_64-elf.o): in function `GFp_aes_hw_set_encrypt_key':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/aesni-x86_64-elf.S:869: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(x86_64-mont-elf.o): in function `GFp_bn_mul_mont':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/x86_64-mont-elf.S:29: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(x86_64-mont-elf.o): in function `bn_sqr8x_mont':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/x86_64-mont-elf.S:790: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(x86_64-mont5-elf.o): in function `GFp_bn_mul_mont_gather5':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/x86_64-mont5-elf.S:27: undefined reference to `GFp_ia32cap_P'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(x86_64-mont5-elf.o):/build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/x86_64-mont5-elf.S:1098: more undefined references to `GFp_ia32cap_P' follow
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.0.rcgu.o): in function `ring::limb::limbs_are_even_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:92: undefined reference to `LIMBS_are_even'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.0.rcgu.o): in function `ring::limb::limbs_less_than_limb_constant_time':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:81: undefined reference to `LIMBS_less_than_limb'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.0.rcgu.o): in function `ring::arithmetic::bigint::Modulus<M>::from_boxed_limbs':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/arithmetic/bigint.rs:281: undefined reference to `GFp_bn_neg_inv_mod_r_u64'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.0.rcgu.o): in function `ring::arithmetic::bigint::One<M,ring::arithmetic::montgomery::RR>::newRR':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/arithmetic/bigint.rs:(.text._ZN4ring10arithmetic6bigint16Modulus$LT$M$GT$29from_be_bytes_with_bit_length17h4b80712918eaf056E+0x2b3): undefined reference to `LIMBS_shl_mod'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/libring-2ead3b839fdb8656.rlib(ring-2ead3b839fdb8656.ring.3eb2a0fc-cgu.0.rcgu.o): in function `ring::limb::limbs_less_than_limbs_consttime':
          /build/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/src/limb.rs:70: undefined reference to `LIMBS_less_than'
          /usr/bin/ld: /build/xwin/src/xwin-0.2.10/target/release/deps/xwin-0b3ffb3dec997aaf: hidden symbol `OPENSSL_cpuid_setup' isn't defined
          /usr/bin/ld: final link failed: bad value
          collect2: error: ld returned 1 exit status

  = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
  = note: use the `-l` flag to specify native libraries to link
  = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)

error: could not compile `xwin` due to previous error
error: failed to compile `xwin v0.2.10 (/build/xwin/src/xwin-0.2.10)`, intermediate artifacts can be found at `/build/xwin/src/xwin-0.2.10/target`