[INFO] updating cached repository https://github.com/AgilData/mysql-proxy-rs
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 27923dbb6b12845584771eba35a24b41a5b4128b
[INFO] checking AgilData/mysql-proxy-rs against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAgilData%2Fmysql-proxy-rs" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/AgilData/mysql-proxy-rs on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/AgilData/mysql-proxy-rs
[INFO] finished tweaking git repo https://github.com/AgilData/mysql-proxy-rs
[INFO] tweaked toml for git repo https://github.com/AgilData/mysql-proxy-rs written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/AgilData/mysql-proxy-rs already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 8edc2e94bf846f93aa9c8aa86277695bd095b43beb2d2fa07f93a3645e51820c
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "8edc2e94bf846f93aa9c8aa86277695bd095b43beb2d2fa07f93a3645e51820c"`
[INFO] [stderr]     Checking libc v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.8
[INFO] [stderr]    Compiling gcc v0.3.35
[INFO] [stderr]     Checking cfg-if v0.1.0
[INFO] [stderr]     Checking log v0.3.6
[INFO] [stderr]     Checking bitflags v0.4.0
[INFO] [stderr]     Checking slab v0.3.0
[INFO] [stderr]     Checking lazycell v0.4.0
[INFO] [stderr]     Checking regex-syntax v0.3.5
[INFO] [stderr]     Checking scoped-tls v0.1.0
[INFO] [stderr]    Compiling nix v0.6.0
[INFO] [stderr]     Checking futures v0.1.1
[INFO] [stderr]    Compiling openssl-sys v0.7.17
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]     Checking net2 v0.2.26
[INFO] [stderr]     Checking thread_local v0.2.6
[INFO] [stderr]     Checking aho-corasick v0.5.2
[INFO] [stderr]    Compiling libz-sys v1.0.6
[INFO] [stderr]    Compiling curl-sys v0.2.2
[INFO] [stderr]     Checking regex v0.1.75
[INFO] [stderr]     Checking mio v0.6.0
[INFO] [stderr]     Checking env_logger v0.3.5
[INFO] [stderr]     Checking tokio-core v0.1.0
[INFO] [stderr]     Checking mysql-proxy v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:234:29
[INFO] [stderr]     |
[INFO] [stderr] 234 |                     let s = try!((&*self.stream).write(&self.write_buf[..]));
[INFO] [stderr]     |                             ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: failed to run custom build command for `curl-sys v0.2.2`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/curl-sys-31ce56b7b7e70fdd/build-script-build` (exit code: 101)
[INFO] [stderr] --- stdout
[INFO] [stderr] Couldn't find libcurl from pkgconfig ("`\"pkg-config\" \"--libs\" \"--cflags\" \"libcurl\"` did not exit successfully: exit code: 1\n--- stdout\nPackage libcurl was not found in the pkg-config search path.\nPerhaps you should add the directory containing `libcurl.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'libcurl\' found\n"), compiling it from source...
[INFO] [stderr] cargo:rustc-link-search=/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out/lib
[INFO] [stderr] cargo:rustc-link-lib=static=curl
[INFO] [stderr] cargo:root=/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out
[INFO] [stderr] cargo:include=/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out/include
[INFO] [stderr] OPT_LEVEL = Some("0")
[INFO] [stderr] PROFILE = Some("debug")
[INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] debug=true opt-level=0
[INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CC = None
[INFO] [stderr] CC = None
[INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu")
[INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr] HOST_CFLAGS = None
[INFO] [stderr] CFLAGS = None
[INFO] [stderr] running: "sh" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/configure" "--without-ca-bundle" "--without-ca-path" "--enable-static=yes" "--enable-shared=no" "--enable-debug" "--disable-optimize" "--prefix=/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out" "--without-librtmp" "--without-libidn" "--without-libssh2" "--without-nghttp2" "--disable-ldap" "--disable-ldaps" "--disable-ftp" "--disable-rtsp" "--disable-dict" "--disable-telnet" "--disable-tftp" "--disable-pop3" "--disable-imap" "--disable-smtp" "--disable-gopher" "--disable-manual" "--disable-smb" "--disable-sspi"
[INFO] [stderr] checking whether to enable maintainer-specific portions of Makefiles... no
[INFO] [stderr] checking whether make supports nested variables... yes
[INFO] [stderr] checking whether to enable debug build options... yes
[INFO] [stderr] checking whether to enable compiler optimizer... no
[INFO] [stderr] checking whether to enable strict compiler warnings... yes
[INFO] [stderr] checking whether to enable compiler warnings as errors... no
[INFO] [stderr] checking whether to enable curl debug memory tracking... (assumed) yes
[INFO] [stderr] checking whether to enable hiding of library internal symbols... yes
[INFO] [stderr] checking whether to enable c-ares for DNS lookups... no
[INFO] [stderr] checking whether to disable dependency on -lrt... (assumed no)
[INFO] [stderr] checking for path separator... :
[INFO] [stderr] checking for sed... /bin/sed
[INFO] [stderr] checking for grep... /bin/grep
[INFO] [stderr] checking for egrep... /bin/grep -E
[INFO] [stderr] checking for ar... /usr/bin/ar
[INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c
[INFO] [stderr] checking for gcc... cc
[INFO] [stderr] checking whether the C compiler works... yes
[INFO] [stderr] checking for C compiler default output file name... a.out
[INFO] [stderr] checking for suffix of executables... 
[INFO] [stderr] checking whether we are cross compiling... no
[INFO] [stderr] checking for suffix of object files... o
[INFO] [stderr] checking whether we are using the GNU C compiler... yes
[INFO] [stderr] checking whether cc accepts -g... yes
[INFO] [stderr] checking for cc option to accept ISO C89... none needed
[INFO] [stderr] checking whether cc understands -c and -o together... yes
[INFO] [stderr] checking how to run the C preprocessor... cc -E
[INFO] [stderr] checking whether build environment is sane... yes
[INFO] [stderr] checking for a thread-safe mkdir -p... /bin/mkdir -p
[INFO] [stderr] checking for gawk... no
[INFO] [stderr] checking for mawk... mawk
[INFO] [stderr] checking whether make sets $(MAKE)... yes
[INFO] [stderr] checking for style of include used by make... GNU
[INFO] [stderr] checking dependency style of cc... gcc3
[INFO] [stderr] checking curl version... 7.48.0-DEV
[INFO] [stderr] checking build system type... x86_64-pc-linux-gnu
[INFO] [stderr] checking host system type... x86_64-pc-linux-gnu
[INFO] [stderr] checking for sys/types.h... yes
[INFO] [stderr] checking for stdint.h... yes
[INFO] [stderr] checking for inttypes.h... yes
[INFO] [stderr] checking for grep that handles long lines and -e... (cached) /bin/grep
[INFO] [stderr] checking for egrep... /bin/grep -E
[INFO] [stderr] checking for ANSI C header files... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/stat.h... yes
[INFO] [stderr] checking for stdlib.h... yes
[INFO] [stderr] checking for string.h... yes
[INFO] [stderr] checking for memory.h... yes
[INFO] [stderr] checking for strings.h... yes
[INFO] [stderr] checking for inttypes.h... (cached) yes
[INFO] [stderr] checking for stdint.h... (cached) yes
[INFO] [stderr] checking for unistd.h... yes
[INFO] [stderr] checking if cpp -P is needed... yes
[INFO] [stderr] checking if cpp -P works... yes
[INFO] [stderr] checking size of long... 8
[INFO] [stderr] checking size of void*... 8
[INFO] [stderr] checking for 64-bit curl_off_t data type... long
[INFO] [stderr] checking size of curl_off_t... 8
[INFO] [stderr] checking formatting string directive for curl_off_t... "ld"
[INFO] [stderr] checking formatting string directive for unsigned curl_off_t... "lu"
[INFO] [stderr] checking constant suffix string for curl_off_t... L
[INFO] [stderr] checking constant suffix string for unsigned curl_off_t... UL
[INFO] [stderr] checking if OS is AIX (to define _ALL_SOURCE)... no
[INFO] [stderr] checking if _THREAD_SAFE is already defined... no
[INFO] [stderr] checking if _THREAD_SAFE is actually needed... no
[INFO] [stderr] checking if _THREAD_SAFE is onwards defined... no
[INFO] [stderr] checking if _REENTRANT is already defined... no
[INFO] [stderr] checking if _REENTRANT is actually needed... no
[INFO] [stderr] checking if _REENTRANT is onwards defined... no
[INFO] [stderr] checking for special C compiler options needed for large files... no
[INFO] [stderr] checking for _FILE_OFFSET_BITS value needed for large files... no
[INFO] [stderr] checking how to print strings... printf
[INFO] [stderr] checking for a sed that does not truncate output... (cached) /bin/sed
[INFO] [stderr] checking for fgrep... /bin/grep -F
[INFO] [stderr] checking for ld used by cc... /usr/bin/ld
[INFO] [stderr] checking if the linker (/usr/bin/ld) is GNU ld... yes
[INFO] [stderr] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[INFO] [stderr] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[INFO] [stderr] checking whether ln -s works... yes
[INFO] [stderr] checking the maximum length of command line arguments... 1572864
[INFO] [stderr] checking whether the shell understands some XSI constructs... yes
[INFO] [stderr] checking whether the shell understands "+="... yes
[INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
[INFO] [stderr] checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[INFO] [stderr] checking for /usr/bin/ld option to reload object files... -r
[INFO] [stderr] checking for objdump... objdump
[INFO] [stderr] checking how to recognize dependent libraries... pass_all
[INFO] [stderr] checking for dlltool... no
[INFO] [stderr] checking how to associate runtime and link libraries... printf %s\n
[INFO] [stderr] checking for archiver @FILE support... @
[INFO] [stderr] checking for strip... strip
[INFO] [stderr] checking for ranlib... ranlib
[INFO] [stderr] checking command to parse /usr/bin/nm -B output from cc object... ok
[INFO] [stderr] checking for sysroot... no
[INFO] [stderr] checking for mt... no
[INFO] [stderr] checking if : is a manifest tool... no
[INFO] [stderr] checking for dlfcn.h... yes
[INFO] [stderr] checking for objdir... .libs
[INFO] [stderr] checking if cc supports -fno-rtti -fno-exceptions... no
[INFO] [stderr] checking for cc option to produce PIC... -fPIC -DPIC
[INFO] [stderr] checking if cc PIC flag -fPIC -DPIC works... yes
[INFO] [stderr] checking if cc static flag -static works... yes
[INFO] [stderr] checking if cc supports -c -o file.o... yes
[INFO] [stderr] checking if cc supports -c -o file.o... (cached) yes
[INFO] [stderr] checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[INFO] [stderr] checking dynamic linker characteristics... GNU/Linux ld.so
[INFO] [stderr] checking how to hardcode library paths into programs... immediate
[INFO] [stderr] checking whether stripping libraries is possible... yes
[INFO] [stderr] checking if libtool supports shared libraries... yes
[INFO] [stderr] checking whether to build shared libraries... no
[INFO] [stderr] checking whether to build static libraries... yes
[INFO] [stderr] checking whether to build shared libraries with -version-info... yes
[INFO] [stderr] checking whether to build shared libraries with -no-undefined... no
[INFO] [stderr] checking whether to build shared libraries with -mimpure-text... no
[INFO] [stderr] checking whether to build shared libraries with PIC... yes
[INFO] [stderr] checking whether to build static libraries with PIC... yes
[INFO] [stderr] checking whether to build shared libraries only... no
[INFO] [stderr] checking whether to build static libraries only... yes
[INFO] [stderr] checking for inline... inline
[INFO] [stderr] checking if compiler is DEC/Compaq/HP C... no
[INFO] [stderr] checking if compiler is HP-UX C... no
[INFO] [stderr] checking if compiler is IBM C... no
[INFO] [stderr] checking if compiler is Intel C... no
[INFO] [stderr] checking if compiler is clang... no
[INFO] [stderr] checking if compiler is GNU C... yes
[INFO] [stderr] checking if compiler is LCC... no
[INFO] [stderr] checking if compiler is SGI MIPSpro C... no
[INFO] [stderr] checking if compiler is SGI MIPS C... no
[INFO] [stderr] checking if compiler is SunPro C... no
[INFO] [stderr] checking if compiler is Tiny C... no
[INFO] [stderr] checking if compiler is Watcom C... no
[INFO] [stderr] checking if compiler accepts debug enabling options... yes
[INFO] [stderr] configure: compiler options added: -g
[INFO] [stderr] checking if compiler accepts optimizer disabling options... yes
[INFO] [stderr] configure: compiler options added: -O0
[INFO] [stderr] checking if compiler accepts strict warning options... yes
[INFO] [stderr] configure: compiler options added: -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Winline -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wfloat-equal -Wno-multichar -Wsign-compare -Wundef -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -Wno-system-headers 
[INFO] [stderr] checking if compiler halts on compilation errors... yes
[INFO] [stderr] checking if compiler halts on negative sized arrays... yes
[INFO] [stderr] checking if compiler halts on function prototype mismatch... yes
[INFO] [stderr] checking if compiler supports hiding library internal symbols... yes
[INFO] [stderr] checking if curl debug memory tracking can be enabled... yes
[INFO] [stderr] checking for windows.h... no
[INFO] [stderr] checking whether build target is a native Windows one... no
[INFO] [stderr] checking whether build target supports WIN32 file API... no
[INFO] [stderr] checking whether to support http... yes
[INFO] [stderr] checking whether to support ftp... no
[INFO] [stderr] checking whether to support file... yes
[INFO] [stderr] checking whether to support ldap... no
[INFO] [stderr] checking whether to support ldaps... no
[INFO] [stderr] checking whether to support rtsp... no
[INFO] [stderr] checking whether to support proxies... yes
[INFO] [stderr] checking whether to support dict... no
[INFO] [stderr] checking whether to support telnet... no
[INFO] [stderr] checking whether to support tftp... no
[INFO] [stderr] checking whether to support pop3... no
[INFO] [stderr] checking whether to support imap... no
[INFO] [stderr] checking whether to support smb... no
[INFO] [stderr] checking whether to support smtp... no
[INFO] [stderr] checking whether to support gopher... no
[INFO] [stderr] checking whether to provide built-in manual... no
[INFO] [stderr] checking whether to enable generation of C code... yes
[INFO] [stderr] checking whether to use libgcc... no
[INFO] [stderr] checking if X/Open network library is required... no
[INFO] [stderr] checking for gethostbyname... yes
[INFO] [stderr] checking for strcasecmp... yes
[INFO] [stderr] checking for windows.h... (cached) no
[INFO] [stderr] checking for winsock.h... (cached) no
[INFO] [stderr] checking for winsock2.h... (cached) no
[INFO] [stderr] checking for connect in libraries... yes
[INFO] [stderr] checking whether time.h and sys/time.h may both be included... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking sys/time.h usability... yes
[INFO] [stderr] checking sys/time.h presence... yes
[INFO] [stderr] checking for sys/time.h... yes
[INFO] [stderr] checking time.h usability... yes
[INFO] [stderr] checking time.h presence... yes
[INFO] [stderr] checking for time.h... yes
[INFO] [stderr] checking for monotonic clock_gettime... yes
[INFO] [stderr] checking for clock_gettime in libraries... no additional lib required
[INFO] [stderr] checking if monotonic clock_gettime works... yes
[INFO] [stderr] checking for inflateEnd in -lz... yes
[INFO] [stderr] checking zlib.h usability... yes
[INFO] [stderr] checking zlib.h presence... yes
[INFO] [stderr] checking for zlib.h... yes
[INFO] [stderr] configure: found both libz and libz.h header
[INFO] [stderr] checking whether to enable IPv6... yes
[INFO] [stderr] checking if struct sockaddr_in6 has sin6_scope_id member... yes
[INFO] [stderr] checking if argv can be written to... yes
[INFO] [stderr] checking if GSS-API support is requested... no
[INFO] [stderr] checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
[INFO] [stderr] checking whether to enable iOS/Mac OS X native SSL/TLS... no
[INFO] [stderr] checking for pkg-config... /usr/bin/pkg-config
[INFO] [stderr] checking for openssl options with pkg-config... found
[INFO] [stderr] configure: pkg-config: SSL_LIBS: "-lssl -lcrypto"
[INFO] [stderr] configure: pkg-config: SSL_LDFLAGS: ""
[INFO] [stderr] configure: pkg-config: SSL_CPPFLAGS: ""
[INFO] [stderr] checking for HMAC_Update in -lcrypto... yes
[INFO] [stderr] checking OpenSSL linking without -ldl... no
[INFO] [stderr] checking OpenSSL linking with -ldl... no
[INFO] [stderr] checking for SSL_connect in -lssl... yes
[INFO] [stderr] checking openssl/x509.h usability... yes
[INFO] [stderr] checking openssl/x509.h presence... yes
[INFO] [stderr] checking for openssl/x509.h... yes
[INFO] [stderr] checking openssl/rsa.h usability... yes
[INFO] [stderr] checking openssl/rsa.h presence... yes
[INFO] [stderr] checking for openssl/rsa.h... yes
[INFO] [stderr] checking openssl/crypto.h usability... yes
[INFO] [stderr] checking openssl/crypto.h presence... yes
[INFO] [stderr] checking for openssl/crypto.h... yes
[INFO] [stderr] checking openssl/pem.h usability... yes
[INFO] [stderr] checking openssl/pem.h presence... yes
[INFO] [stderr] checking for openssl/pem.h... yes
[INFO] [stderr] checking openssl/ssl.h usability... yes
[INFO] [stderr] checking openssl/ssl.h presence... yes
[INFO] [stderr] checking for openssl/ssl.h... yes
[INFO] [stderr] checking openssl/err.h usability... yes
[INFO] [stderr] checking openssl/err.h presence... yes
[INFO] [stderr] checking for openssl/err.h... yes
[INFO] [stderr] checking openssl/pkcs12.h usability... yes
[INFO] [stderr] checking openssl/pkcs12.h presence... yes
[INFO] [stderr] checking for openssl/pkcs12.h... yes
[INFO] [stderr] checking for ENGINE_init... yes
[INFO] [stderr] checking openssl/engine.h usability... yes
[INFO] [stderr] checking openssl/engine.h presence... yes
[INFO] [stderr] checking for openssl/engine.h... yes
[INFO] [stderr] checking for ENGINE_load_builtin_engines... yes
[INFO] [stderr] checking for RAND_status... yes
[INFO] [stderr] checking for RAND_screen... no
[INFO] [stderr] checking for RAND_egd... no
[INFO] [stderr] checking for ENGINE_cleanup... no
[INFO] [stderr] checking for CRYPTO_cleanup_all_ex_data... no
[INFO] [stderr] checking for SSL_get_shutdown... yes
[INFO] [stderr] checking for SSLv2_client_method... no
[INFO] [stderr] checking for BoringSSL... no
[INFO] [stderr] checking for libressl... no
[INFO] [stderr] checking for OpenSSL headers version... unknown - 0x1010100fL
[INFO] [stderr] checking for OpenSSL library version... 1.1.0
[INFO] [stderr] checking for OpenSSL headers and library versions matching... no
[INFO] [stderr] checking for "/dev/urandom"... yes
[INFO] [stderr] checking for SRP_Calc_client_key in -lcrypto... yes
[INFO] [stderr] checking default CA cert bundle/path... no
[INFO] [stderr] checking whether to use builtin CA store of SSL library... no
[INFO] [stderr] checking for library containing psl_builtin... no
[INFO] [stderr] checking whether versioned symbols are wanted... no
[INFO] [stderr] checking whether to enable Windows native IDN (Windows native builds only)... no
[INFO] [stderr] checking whether to build with libidn... no
[INFO] [stderr] checking for ANSI C header files... (cached) yes
[INFO] [stderr] checking for malloc.h... yes
[INFO] [stderr] checking for memory.h... (cached) yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/time.h... (cached) yes
[INFO] [stderr] checking for sys/select.h... yes
[INFO] [stderr] checking for sys/socket.h... yes
[INFO] [stderr] checking for sys/ioctl.h... yes
[INFO] [stderr] checking for sys/uio.h... yes
[INFO] [stderr] checking for assert.h... yes
[INFO] [stderr] checking for unistd.h... (cached) yes
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking for limits.h... yes
[INFO] [stderr] checking for arpa/inet.h... yes
[INFO] [stderr] checking for net/if.h... yes
[INFO] [stderr] checking for netinet/in.h... yes
[INFO] [stderr] checking for sys/un.h... yes
[INFO] [stderr] checking for netinet/tcp.h... yes
[INFO] [stderr] checking for netdb.h... yes
[INFO] [stderr] checking for sys/sockio.h... no
[INFO] [stderr] checking for sys/stat.h... (cached) yes
[INFO] [stderr] checking for sys/param.h... yes
[INFO] [stderr] checking for termios.h... yes
[INFO] [stderr] checking for termio.h... yes
[INFO] [stderr] checking for sgtty.h... yes
[INFO] [stderr] checking for fcntl.h... yes
[INFO] [stderr] checking for alloca.h... yes
[INFO] [stderr] checking for time.h... (cached) yes
[INFO] [stderr] checking for io.h... no
[INFO] [stderr] checking for pwd.h... yes
[INFO] [stderr] checking for utime.h... yes
[INFO] [stderr] checking for sys/utime.h... no
[INFO] [stderr] checking for sys/poll.h... yes
[INFO] [stderr] checking for poll.h... yes
[INFO] [stderr] checking for socket.h... no
[INFO] [stderr] checking for sys/resource.h... yes
[INFO] [stderr] checking for libgen.h... yes
[INFO] [stderr] checking for locale.h... yes
[INFO] [stderr] checking for errno.h... yes
[INFO] [stderr] checking for stdbool.h... yes
[INFO] [stderr] checking for arpa/tftp.h... yes
[INFO] [stderr] checking for sys/filio.h... no
[INFO] [stderr] checking for sys/wait.h... yes
[INFO] [stderr] checking for setjmp.h... yes
[INFO] [stderr] checking for an ANSI C-conforming const... yes
[INFO] [stderr] checking for compiler support of C99 variadic macro style... yes
[INFO] [stderr] checking for compiler support of old gcc variadic macro style... yes
[INFO] [stderr] checking for size_t... yes
[INFO] [stderr] checking whether time.h and sys/time.h may both be included... (cached) yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/time.h... (cached) yes
[INFO] [stderr] checking for time.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for struct timeval... yes
[INFO] [stderr] checking run-time libs availability... fine
[INFO] [stderr] checking size of size_t... 8
[INFO] [stderr] checking size of long... (cached) 8
[INFO] [stderr] checking size of int... 4
[INFO] [stderr] checking size of short... 2
[INFO] [stderr] checking size of time_t... 8
[INFO] [stderr] checking size of off_t... 8
[INFO] [stderr] checking for long long... yes
[INFO] [stderr] checking if numberLL works... yes
[INFO] [stderr] checking for ssize_t... yes
[INFO] [stderr] checking for bool... yes
[INFO] [stderr] checking for windows.h... (cached) no
[INFO] [stderr] checking for winsock2.h... (cached) no
[INFO] [stderr] checking for ws2tcpip.h... (cached) no
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for curl_socklen_t data type... socklen_t
[INFO] [stderr] checking size of curl_socklen_t... 4
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for poll.h... (cached) yes
[INFO] [stderr] checking for sys/poll.h... (cached) yes
[INFO] [stderr] checking for in_addr_t... yes
[INFO] [stderr] checking for struct sockaddr_storage... yes
[INFO] [stderr] checking signal.h usability... yes
[INFO] [stderr] checking signal.h presence... yes
[INFO] [stderr] checking for signal.h... yes
[INFO] [stderr] checking for sig_atomic_t... yes
[INFO] [stderr] checking if sig_atomic_t is already defined as volatile... no
[INFO] [stderr] checking return type of signal handlers... void
[INFO] [stderr] checking for sys/select.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for select... yes
[INFO] [stderr] checking types of args and return type for select... int,fd_set *,struct timeval *,int
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for recv... yes
[INFO] [stderr] checking types of args and return type for recv... int,void *,size_t,int,ssize_t
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for send... yes
[INFO] [stderr] checking types of args and return type for send... int,const void *,size_t,int,ssize_t
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for MSG_NOSIGNAL... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for unistd.h... (cached) yes
[INFO] [stderr] checking if alarm can be linked... yes
[INFO] [stderr] checking if alarm is prototyped... yes
[INFO] [stderr] checking if alarm is compilable... yes
[INFO] [stderr] checking if alarm usage allowed... yes
[INFO] [stderr] checking if alarm might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for string.h... (cached) yes
[INFO] [stderr] checking for strings.h... (cached) yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for libgen.h... (cached) yes
[INFO] [stderr] checking if basename can be linked... yes
[INFO] [stderr] checking if basename is prototyped... yes
[INFO] [stderr] checking if basename is compilable... yes
[INFO] [stderr] checking if basename usage allowed... yes
[INFO] [stderr] checking if basename might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for socket.h... (cached) no
[INFO] [stderr] checking if closesocket can be linked... no
[INFO] [stderr] checking if closesocket might be used... no
[INFO] [stderr] checking if CloseSocket can be linked... no
[INFO] [stderr] checking if CloseSocket might be used... no
[INFO] [stderr] checking if connect can be linked... yes
[INFO] [stderr] checking if connect is prototyped... yes
[INFO] [stderr] checking if connect is compilable... yes
[INFO] [stderr] checking if connect usage allowed... yes
[INFO] [stderr] checking if connect might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for unistd.h... (cached) yes
[INFO] [stderr] checking for fcntl.h... (cached) yes
[INFO] [stderr] checking if fcntl can be linked... yes
[INFO] [stderr] checking if fcntl is prototyped... yes
[INFO] [stderr] checking if fcntl is compilable... yes
[INFO] [stderr] checking if fcntl usage allowed... yes
[INFO] [stderr] checking if fcntl might be used... yes
[INFO] [stderr] checking if fcntl O_NONBLOCK is compilable... yes
[INFO] [stderr] checking if fcntl O_NONBLOCK usage allowed... yes
[INFO] [stderr] checking if fcntl O_NONBLOCK might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for stdio.h... yes
[INFO] [stderr] checking if fdopen can be linked... yes
[INFO] [stderr] checking if fdopen is prototyped... yes
[INFO] [stderr] checking if fdopen is compilable... yes
[INFO] [stderr] checking if fdopen usage allowed... yes
[INFO] [stderr] checking if fdopen might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for netdb.h... (cached) yes
[INFO] [stderr] checking if freeaddrinfo can be linked... yes
[INFO] [stderr] checking if freeaddrinfo is prototyped... yes
[INFO] [stderr] checking if freeaddrinfo is compilable... yes
[INFO] [stderr] checking if freeaddrinfo usage allowed... yes
[INFO] [stderr] checking if freeaddrinfo might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for netinet/in.h... (cached) yes
[INFO] [stderr] checking for ifaddrs.h... yes
[INFO] [stderr] checking if freeifaddrs can be linked... yes
[INFO] [stderr] checking if freeifaddrs is prototyped... yes
[INFO] [stderr] checking if freeifaddrs is compilable... yes
[INFO] [stderr] checking if freeifaddrs usage allowed... yes
[INFO] [stderr] checking if freeifaddrs might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/xattr.h... yes
[INFO] [stderr] checking if fsetxattr can be linked... yes
[INFO] [stderr] checking if fsetxattr is prototyped... yes
[INFO] [stderr] checking if fsetxattr takes 5 args.... yes
[INFO] [stderr] checking if fsetxattr is compilable... yes
[INFO] [stderr] checking if fsetxattr usage allowed... yes
[INFO] [stderr] checking if fsetxattr might be used... yes
[INFO] [stderr] checking if ftruncate can be linked... yes
[INFO] [stderr] checking if ftruncate is prototyped... yes
[INFO] [stderr] checking if ftruncate is compilable... yes
[INFO] [stderr] checking if ftruncate usage allowed... yes
[INFO] [stderr] checking if ftruncate might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for stdlib.h... (cached) yes
[INFO] [stderr] checking if getaddrinfo can be linked... yes
[INFO] [stderr] checking if getaddrinfo is prototyped... yes
[INFO] [stderr] checking if getaddrinfo is compilable... yes
[INFO] [stderr] checking if getaddrinfo seems to work... yes
[INFO] [stderr] checking if getaddrinfo usage allowed... yes
[INFO] [stderr] checking if getaddrinfo might be used... yes
[INFO] [stderr] checking if getaddrinfo is threadsafe... yes
[INFO] [stderr] checking if gai_strerror can be linked... yes
[INFO] [stderr] checking if gai_strerror is prototyped... yes
[INFO] [stderr] checking if gai_strerror is compilable... yes
[INFO] [stderr] checking if gai_strerror usage allowed... yes
[INFO] [stderr] checking if gai_strerror might be used... yes
[INFO] [stderr] checking if gethostbyaddr can be linked... yes
[INFO] [stderr] checking if gethostbyaddr is prototyped... yes
[INFO] [stderr] checking if gethostbyaddr is compilable... yes
[INFO] [stderr] checking if gethostbyaddr usage allowed... yes
[INFO] [stderr] checking if gethostbyaddr might be used... yes
[INFO] [stderr] checking if gethostbyaddr_r can be linked... yes
[INFO] [stderr] checking if gethostbyaddr_r is prototyped... yes
[INFO] [stderr] checking if gethostbyaddr_r takes 5 args.... no
[INFO] [stderr] checking if gethostbyaddr_r takes 7 args.... no
[INFO] [stderr] checking if gethostbyaddr_r takes 8 args.... yes
[INFO] [stderr] checking if gethostbyaddr_r is compilable... yes
[INFO] [stderr] checking if gethostbyaddr_r usage allowed... yes
[INFO] [stderr] checking if gethostbyaddr_r might be used... yes
[INFO] [stderr] checking if gethostbyname can be linked... yes
[INFO] [stderr] checking if gethostbyname is prototyped... yes
[INFO] [stderr] checking if gethostbyname is compilable... yes
[INFO] [stderr] checking if gethostbyname usage allowed... yes
[INFO] [stderr] checking if gethostbyname might be used... yes
[INFO] [stderr] checking if gethostbyname_r can be linked... yes
[INFO] [stderr] checking if gethostbyname_r is prototyped... yes
[INFO] [stderr] checking if gethostbyname_r takes 3 args.... no
[INFO] [stderr] checking if gethostbyname_r takes 5 args.... no
[INFO] [stderr] checking if gethostbyname_r takes 6 args.... yes
[INFO] [stderr] checking if gethostbyname_r is compilable... yes
[INFO] [stderr] checking if gethostbyname_r usage allowed... yes
[INFO] [stderr] checking if gethostbyname_r might be used... yes
[INFO] [stderr] checking if gethostname can be linked... yes
[INFO] [stderr] checking if gethostname is prototyped... yes
[INFO] [stderr] checking if gethostname is compilable... yes
[INFO] [stderr] checking for gethostname arg 2 data type... size_t
[INFO] [stderr] checking if gethostname usage allowed... yes
[INFO] [stderr] checking if gethostname might be used... yes
[INFO] [stderr] checking if getifaddrs can be linked... yes
[INFO] [stderr] checking if getifaddrs is prototyped... yes
[INFO] [stderr] checking if getifaddrs is compilable... yes
[INFO] [stderr] checking if getifaddrs seems to work... yes
[INFO] [stderr] checking if getifaddrs usage allowed... yes
[INFO] [stderr] checking if getifaddrs might be used... yes
[INFO] [stderr] checking if getservbyport_r can be linked... yes
[INFO] [stderr] checking if getservbyport_r is prototyped... yes
[INFO] [stderr] checking if getservbyport_r takes 4 args.... no
[INFO] [stderr] checking if getservbyport_r takes 5 args.... no
[INFO] [stderr] checking if getservbyport_r takes 6 args.... yes
[INFO] [stderr] checking if getservbyport_r is compilable... yes
[INFO] [stderr] checking if getservbyport_r usage allowed... yes
[INFO] [stderr] checking if getservbyport_r might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/time.h... (cached) yes
[INFO] [stderr] checking for time.h... (cached) yes
[INFO] [stderr] checking if gmtime_r can be linked... yes
[INFO] [stderr] checking if gmtime_r is prototyped... yes
[INFO] [stderr] checking if gmtime_r is compilable... yes
[INFO] [stderr] checking if gmtime_r seems to work... yes
[INFO] [stderr] checking if gmtime_r usage allowed... yes
[INFO] [stderr] checking if gmtime_r might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for netinet/in.h... (cached) yes
[INFO] [stderr] checking for arpa/inet.h... (cached) yes
[INFO] [stderr] checking if inet_ntoa_r can be linked... no
[INFO] [stderr] checking if inet_ntoa_r might be used... no
[INFO] [stderr] checking if inet_ntop can be linked... yes
[INFO] [stderr] checking if inet_ntop is prototyped... yes
[INFO] [stderr] checking if inet_ntop is compilable... yes
[INFO] [stderr] checking if inet_ntop seems to work... yes
[INFO] [stderr] checking if inet_ntop usage allowed... yes
[INFO] [stderr] checking if inet_ntop might be used... yes
[INFO] [stderr] checking if inet_pton can be linked... yes
[INFO] [stderr] checking if inet_pton is prototyped... yes
[INFO] [stderr] checking if inet_pton is compilable... yes
[INFO] [stderr] checking if inet_pton seems to work... yes
[INFO] [stderr] checking if inet_pton usage allowed... yes
[INFO] [stderr] checking if inet_pton might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for unistd.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for sys/ioctl.h... (cached) yes
[INFO] [stderr] checking for stropts.h... yes
[INFO] [stderr] checking if ioctl can be linked... yes
[INFO] [stderr] checking if ioctl is prototyped... yes
[INFO] [stderr] checking if ioctl is compilable... yes
[INFO] [stderr] checking if ioctl usage allowed... yes
[INFO] [stderr] checking if ioctl might be used... yes
[INFO] [stderr] checking if ioctl FIONBIO is compilable... yes
[INFO] [stderr] checking if ioctl FIONBIO usage allowed... yes
[INFO] [stderr] checking if ioctl FIONBIO might be used... yes
[INFO] [stderr] checking if ioctl SIOCGIFADDR is compilable... yes
[INFO] [stderr] checking if ioctl SIOCGIFADDR usage allowed... yes
[INFO] [stderr] checking if ioctl SIOCGIFADDR might be used... yes
[INFO] [stderr] checking if ioctlsocket can be linked... no
[INFO] [stderr] checking if ioctlsocket might be used... no
[INFO] [stderr] checking if IoctlSocket can be linked... no
[INFO] [stderr] checking if IoctlSocket might be used... no
[INFO] [stderr] checking if localtime_r can be linked... yes
[INFO] [stderr] checking if localtime_r is prototyped... yes
[INFO] [stderr] checking if localtime_r is compilable... yes
[INFO] [stderr] checking if localtime_r seems to work... yes
[INFO] [stderr] checking if localtime_r usage allowed... yes
[INFO] [stderr] checking if localtime_r might be used... yes
[INFO] [stderr] checking if memrchr can be linked... yes
[INFO] [stderr] checking if memrchr is prototyped... no
[INFO] [stderr] checking if memrchr might be used... no
[INFO] [stderr] checking if poll can be linked... yes
[INFO] [stderr] checking if poll is prototyped... yes
[INFO] [stderr] checking if poll is compilable... yes
[INFO] [stderr] checking if poll seems to work... yes
[INFO] [stderr] checking if poll usage allowed... yes
[INFO] [stderr] checking if poll might be used... yes
[INFO] [stderr] checking if setsockopt can be linked... yes
[INFO] [stderr] checking if setsockopt is prototyped... yes
[INFO] [stderr] checking if setsockopt is compilable... yes
[INFO] [stderr] checking if setsockopt usage allowed... yes
[INFO] [stderr] checking if setsockopt might be used... yes
[INFO] [stderr] checking if setsockopt SO_NONBLOCK is compilable... no
[INFO] [stderr] checking if setsockopt SO_NONBLOCK might be used... no
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for signal.h... (cached) yes
[INFO] [stderr] checking if sigaction can be linked... yes
[INFO] [stderr] checking if sigaction is prototyped... yes
[INFO] [stderr] checking if sigaction is compilable... yes
[INFO] [stderr] checking if sigaction usage allowed... yes
[INFO] [stderr] checking if sigaction might be used... yes
[INFO] [stderr] checking if siginterrupt can be linked... yes
[INFO] [stderr] checking if siginterrupt is prototyped... yes
[INFO] [stderr] checking if siginterrupt is compilable... yes
[INFO] [stderr] checking if siginterrupt usage allowed... yes
[INFO] [stderr] checking if siginterrupt might be used... yes
[INFO] [stderr] checking if signal can be linked... yes
[INFO] [stderr] checking if signal is prototyped... yes
[INFO] [stderr] checking if signal is compilable... yes
[INFO] [stderr] checking if signal usage allowed... yes
[INFO] [stderr] checking if signal might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for setjmp.h... (cached) yes
[INFO] [stderr] checking if sigsetjmp can be linked... no
[INFO] [stderr] checking if sigsetjmp seems a macro... yes
[INFO] [stderr] checking if sigsetjmp is compilable... yes
[INFO] [stderr] checking if sigsetjmp usage allowed... yes
[INFO] [stderr] checking if sigsetjmp might be used... yes
[INFO] [stderr] checking if socket can be linked... yes
[INFO] [stderr] checking if socket is prototyped... yes
[INFO] [stderr] checking if socket is compilable... yes
[INFO] [stderr] checking if socket usage allowed... yes
[INFO] [stderr] checking if socket might be used... yes
[INFO] [stderr] checking if socketpair can be linked... yes
[INFO] [stderr] checking if socketpair is prototyped... yes
[INFO] [stderr] checking if socketpair is compilable... yes
[INFO] [stderr] checking if socketpair usage allowed... yes
[INFO] [stderr] checking if socketpair might be used... yes
[INFO] [stderr] checking if strcasecmp can be linked... yes
[INFO] [stderr] checking if strcasecmp is prototyped... yes
[INFO] [stderr] checking if strcasecmp is compilable... yes
[INFO] [stderr] checking if strcasecmp usage allowed... yes
[INFO] [stderr] checking if strcasecmp might be used... yes
[INFO] [stderr] checking if strcmpi can be linked... no
[INFO] [stderr] checking if strcmpi might be used... no
[INFO] [stderr] checking if strdup can be linked... yes
[INFO] [stderr] checking if strdup is prototyped... yes
[INFO] [stderr] checking if strdup is compilable... yes
[INFO] [stderr] checking if strdup usage allowed... yes
[INFO] [stderr] checking if strdup might be used... yes
[INFO] [stderr] checking if strerror_r can be linked... yes
[INFO] [stderr] checking if strerror_r is prototyped... yes
[INFO] [stderr] checking if strerror_r is compilable... yes
[INFO] [stderr] checking if strerror_r is glibc like... no
[INFO] [stderr] checking if strerror_r is POSIX like... yes
[INFO] [stderr] checking if strerror_r seems to work... yes
[INFO] [stderr] checking if strerror_r usage allowed... yes
[INFO] [stderr] checking if strerror_r might be used... yes
[INFO] [stderr] checking if stricmp can be linked... no
[INFO] [stderr] checking if stricmp might be used... no
[INFO] [stderr] checking if strncasecmp can be linked... yes
[INFO] [stderr] checking if strncasecmp is prototyped... yes
[INFO] [stderr] checking if strncasecmp is compilable... yes
[INFO] [stderr] checking if strncasecmp usage allowed... yes
[INFO] [stderr] checking if strncasecmp might be used... yes
[INFO] [stderr] checking if strncmpi can be linked... no
[INFO] [stderr] checking if strncmpi might be used... no
[INFO] [stderr] checking if strnicmp can be linked... no
[INFO] [stderr] checking if strnicmp might be used... no
[INFO] [stderr] checking if strstr can be linked... yes
[INFO] [stderr] checking if strstr is prototyped... yes
[INFO] [stderr] checking if strstr is compilable... yes
[INFO] [stderr] checking if strstr usage allowed... yes
[INFO] [stderr] checking if strstr might be used... yes
[INFO] [stderr] checking if strtok_r can be linked... yes
[INFO] [stderr] checking if strtok_r is prototyped... yes
[INFO] [stderr] checking if strtok_r is compilable... yes
[INFO] [stderr] checking if strtok_r usage allowed... yes
[INFO] [stderr] checking if strtok_r might be used... yes
[INFO] [stderr] checking if strtoll can be linked... yes
[INFO] [stderr] checking if strtoll is prototyped... yes
[INFO] [stderr] checking if strtoll is compilable... yes
[INFO] [stderr] checking if strtoll usage allowed... yes
[INFO] [stderr] checking if strtoll might be used... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/uio.h... (cached) yes
[INFO] [stderr] checking if writev can be linked... yes
[INFO] [stderr] checking if writev is prototyped... yes
[INFO] [stderr] checking if writev is compilable... yes
[INFO] [stderr] checking if writev usage allowed... yes
[INFO] [stderr] checking if writev might be used... yes
[INFO] [stderr] checking for fork... yes
[INFO] [stderr] checking for geteuid... yes
[INFO] [stderr] checking for getpass_r... no
[INFO] [stderr] checking deeper for getpass_r... but still no
[INFO] [stderr] checking for getppid... yes
[INFO] [stderr] checking for getprotobyname... yes
[INFO] [stderr] checking for getpwuid... yes
[INFO] [stderr] checking for getpwuid_r... yes
[INFO] [stderr] checking for getrlimit... yes
[INFO] [stderr] checking for gettimeofday... yes
[INFO] [stderr] checking for if_nametoindex... yes
[INFO] [stderr] checking for inet_addr... yes
[INFO] [stderr] checking for perror... yes
[INFO] [stderr] checking for pipe... yes
[INFO] [stderr] checking for setlocale... yes
[INFO] [stderr] checking for setmode... no
[INFO] [stderr] checking deeper for setmode... but still no
[INFO] [stderr] checking for setrlimit... yes
[INFO] [stderr] checking for uname... yes
[INFO] [stderr] checking for utime... yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for netdb.h... (cached) yes
[INFO] [stderr] checking for getnameinfo... yes
[INFO] [stderr] checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,socklen_t,int
[INFO] [stderr] checking for stdio.h... (cached) yes
[INFO] [stderr] checking for sys/types.h... (cached) yes
[INFO] [stderr] checking for sys/socket.h... (cached) yes
[INFO] [stderr] checking for netdb.h... (cached) yes
[INFO] [stderr] checking for netinet/in.h... (cached) yes
[INFO] [stderr] checking for arpa/inet.h... (cached) yes
[INFO] [stderr] checking for working NI_WITHSCOPEID... no
[INFO] [stderr] checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
[INFO] [stderr] checking for perl... /usr/bin/perl
[INFO] [stderr] checking for gnroff... no
[INFO] [stderr] checking for nroff... /usr/bin/nroff
[INFO] [stderr] checking how to use *nroff to get plain text from man pages... -man
[INFO] [stderr] checking whether to enable the threaded resolver... no
[INFO] [stderr] checking whether to enable verbose strings... yes
[INFO] [stderr] checking whether to enable SSPI support (Windows native builds only)... no
[INFO] [stderr] checking whether to enable cryptographic authentication methods... yes
[INFO] [stderr] checking whether to enable NTLM delegation to winbind's helper... yes
[INFO] [stderr] checking whether to enable TLS-SRP authentication... yes
[INFO] [stderr] checking whether to enable Unix domain sockets... auto
[INFO] [stderr] checking for struct sockaddr_un.sun_path... yes
[INFO] [stderr] checking whether to enable support for cookies... yes
[INFO] [stderr] checking whether hiding of library internal symbols will actually happen... yes
[INFO] [stderr] checking whether to enforce SONAME bump... no
[INFO] [stderr] checking that generated files are newer than configure... done
[INFO] [stderr] configure: creating ./config.status
[INFO] [stderr] config.status: creating Makefile
[INFO] [stderr] config.status: creating docs/Makefile
[INFO] [stderr] config.status: creating docs/examples/Makefile
[INFO] [stderr] config.status: creating docs/libcurl/Makefile
[INFO] [stderr] config.status: creating docs/libcurl/opts/Makefile
[INFO] [stderr] config.status: creating include/Makefile
[INFO] [stderr] config.status: creating include/curl/Makefile
[INFO] [stderr] config.status: creating src/Makefile
[INFO] [stderr] config.status: creating lib/Makefile
[INFO] [stderr] config.status: creating scripts/Makefile
[INFO] [stderr] config.status: creating lib/libcurl.vers
[INFO] [stderr] config.status: creating tests/Makefile
[INFO] [stderr] config.status: creating tests/certs/Makefile
[INFO] [stderr] config.status: creating tests/certs/scripts/Makefile
[INFO] [stderr] config.status: creating tests/data/Makefile
[INFO] [stderr] config.status: creating tests/server/Makefile
[INFO] [stderr] config.status: creating tests/libtest/Makefile
[INFO] [stderr] config.status: creating tests/unit/Makefile
[INFO] [stderr] config.status: creating packages/Makefile
[INFO] [stderr] config.status: creating packages/Win32/Makefile
[INFO] [stderr] config.status: creating packages/Win32/cygwin/Makefile
[INFO] [stderr] config.status: creating packages/Linux/Makefile
[INFO] [stderr] config.status: creating packages/Linux/RPM/Makefile
[INFO] [stderr] config.status: creating packages/Linux/RPM/curl.spec
[INFO] [stderr] config.status: creating packages/Linux/RPM/curl-ssl.spec
[INFO] [stderr] config.status: creating packages/Solaris/Makefile
[INFO] [stderr] config.status: creating packages/EPM/curl.list
[INFO] [stderr] config.status: creating packages/EPM/Makefile
[INFO] [stderr] config.status: creating packages/vms/Makefile
[INFO] [stderr] config.status: creating packages/AIX/Makefile
[INFO] [stderr] config.status: creating packages/AIX/RPM/Makefile
[INFO] [stderr] config.status: creating packages/AIX/RPM/curl.spec
[INFO] [stderr] config.status: creating curl-config
[INFO] [stderr] config.status: creating libcurl.pc
[INFO] [stderr] config.status: creating lib/curl_config.h
[INFO] [stderr] config.status: creating include/curl/curlbuild.h
[INFO] [stderr] config.status: executing depfiles commands
[INFO] [stderr] config.status: executing libtool commands
[INFO] [stderr] configure: amending lib/Makefile
[INFO] [stderr] configure: amending src/Makefile
[INFO] [stderr] configure: amending tests/unit/Makefile
[INFO] [stderr] configure: amending tests/server/Makefile
[INFO] [stderr] configure: amending tests/libtest/Makefile
[INFO] [stderr] configure: amending docs/examples/Makefile
[INFO] [stderr] configure: Configured to build curl/libcurl:
[INFO] [stderr] 
[INFO] [stderr]   curl version:     7.48.0-DEV
[INFO] [stderr]   Host setup:       x86_64-pc-linux-gnu
[INFO] [stderr]   Install prefix:   /opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out
[INFO] [stderr]   Compiler:         cc
[INFO] [stderr]   SSL support:      enabled (OpenSSL)
[INFO] [stderr]   SSH support:      no      (--with-libssh2)
[INFO] [stderr]   zlib support:     enabled
[INFO] [stderr]   GSS-API support:  no      (--with-gssapi)
[INFO] [stderr]   TLS-SRP support:  enabled
[INFO] [stderr]   resolver:         default (--enable-ares / --enable-threaded-resolver)
[INFO] [stderr]   IPv6 support:     enabled
[INFO] [stderr]   Unix sockets support: enabled
[INFO] [stderr]   IDN support:      no      (--with-{libidn,winidn})
[INFO] [stderr]   Build libcurl:    Shared=no, Static=yes
[INFO] [stderr]   Built-in manual:  no      (--enable-manual)
[INFO] [stderr]   --libcurl option: enabled (--disable-libcurl-option)
[INFO] [stderr]   Verbose errors:   enabled (--disable-verbose)
[INFO] [stderr]   SSPI support:     no      (--enable-sspi)
[INFO] [stderr]   ca cert bundle:   no
[INFO] [stderr]   ca cert path:     no
[INFO] [stderr]   ca fallback:      no
[INFO] [stderr]   LDAP support:     no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)
[INFO] [stderr]   LDAPS support:    no      (--enable-ldaps)
[INFO] [stderr]   RTSP support:     no      (--enable-rtsp)
[INFO] [stderr]   RTMP support:     no      (--with-librtmp)
[INFO] [stderr]   metalink support: no      (--with-libmetalink)
[INFO] [stderr]   PSL support:      no      (libpsl not found)
[INFO] [stderr]   HTTP2 support:    disabled (--with-nghttp2)
[INFO] [stderr]   Protocols:        FILE HTTP HTTPS
[INFO] [stderr] 
[INFO] [stderr] running: "make" "-j16"
[INFO] [stderr] Making all in lib
[INFO] [stderr] make[1]: Entering directory '/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out/build/lib'
[INFO] [stderr] make  all-am
[INFO] [stderr] make[2]: Entering directory '/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out/build/lib'
[INFO] [stderr]   CC       libcurl_la-file.lo
[INFO] [stderr]   CC       libcurl_la-base64.lo
[INFO] [stderr]   CC       libcurl_la-formdata.lo
[INFO] [stderr]   CC       libcurl_la-progress.lo
[INFO] [stderr]   CC       libcurl_la-cookie.lo
[INFO] [stderr]   CC       libcurl_la-hostip.lo
[INFO] [stderr]   CC       libcurl_la-timeval.lo
[INFO] [stderr]   CC       libcurl_la-http.lo
[INFO] [stderr]   CC       libcurl_la-url.lo
[INFO] [stderr]   CC       libcurl_la-ftp.lo
[INFO] [stderr]   CC       libcurl_la-sendf.lo
[INFO] [stderr]   CC       libcurl_la-ldap.lo
[INFO] [stderr]   CC       libcurl_la-version.lo
[INFO] [stderr]   CC       libcurl_la-if2ip.lo
[INFO] [stderr]   CC       libcurl_la-speedcheck.lo
[INFO] [stderr]   CC       libcurl_la-dict.lo
[INFO] [stderr]   CC       libcurl_la-getenv.lo
[INFO] [stderr]   CC       libcurl_la-telnet.lo
[INFO] [stderr]   CC       libcurl_la-escape.lo
[INFO] [stderr]   CC       libcurl_la-mprintf.lo
[INFO] [stderr]   CC       libcurl_la-netrc.lo
[INFO] [stderr]   CC       libcurl_la-getinfo.lo
[INFO] [stderr]   CC       libcurl_la-transfer.lo
[INFO] [stderr]   CC       libcurl_la-strequal.lo
[INFO] [stderr]   CC       libcurl_la-easy.lo
[INFO] [stderr]   CC       libcurl_la-security.lo
[INFO] [stderr]   CC       libcurl_la-curl_fnmatch.lo
[INFO] [stderr]   CC       libcurl_la-fileinfo.lo
[INFO] [stderr]   CC       libcurl_la-ftplistparser.lo
[INFO] [stderr]   CC       libcurl_la-wildcard.lo
[INFO] [stderr]   CC       libcurl_la-memdebug.lo
[INFO] [stderr]   CC       libcurl_la-krb5.lo
[INFO] [stderr]   CC       libcurl_la-strtok.lo
[INFO] [stderr]   CC       libcurl_la-http_chunks.lo
[INFO] [stderr]   CC       libcurl_la-connect.lo
[INFO] [stderr]   CC       libcurl_la-llist.lo
[INFO] [stderr]   CC       libcurl_la-hash.lo
[INFO] [stderr]   CC       libcurl_la-multi.lo
[INFO] [stderr]   CC       libcurl_la-content_encoding.lo
[INFO] [stderr]   CC       libcurl_la-share.lo
[INFO] [stderr]   CC       libcurl_la-http_digest.lo
[INFO] [stderr]   CC       libcurl_la-md5.lo
[INFO] [stderr]   CC       libcurl_la-md4.lo
[INFO] [stderr]   CC       libcurl_la-http_negotiate.lo
[INFO] [stderr]   CC       libcurl_la-inet_pton.lo
[INFO] [stderr]   CC       libcurl_la-strtoofft.lo
[INFO] [stderr]   CC       libcurl_la-strerror.lo
[INFO] [stderr]   CC       libcurl_la-amigaos.lo
[INFO] [stderr]   CC       libcurl_la-hostasyn.lo
[INFO] [stderr]   CC       libcurl_la-hostip4.lo
[INFO] [stderr]   CC       libcurl_la-hostip6.lo
[INFO] [stderr]   CC       libcurl_la-hostsyn.lo
[INFO] [stderr]   CC       libcurl_la-inet_ntop.lo
[INFO] [stderr]   CC       libcurl_la-parsedate.lo
[INFO] [stderr]   CC       libcurl_la-select.lo
[INFO] [stderr]   CC       libcurl_la-tftp.lo
[INFO] [stderr]   CC       libcurl_la-splay.lo
[INFO] [stderr]   CC       libcurl_la-socks.lo
[INFO] [stderr]   CC       libcurl_la-strdup.lo
[INFO] [stderr]   CC       libcurl_la-ssh.lo
[INFO] [stderr]   CC       libcurl_la-rawstr.lo
[INFO] [stderr]   CC       libcurl_la-curl_addrinfo.lo
[INFO] [stderr]   CC       libcurl_la-socks_gssapi.lo
[INFO] [stderr]   CC       libcurl_la-socks_sspi.lo
[INFO] [stderr]   CC       libcurl_la-curl_sspi.lo
[INFO] [stderr]   CC       libcurl_la-slist.lo
[INFO] [stderr]   CC       libcurl_la-nonblock.lo
[INFO] [stderr]   CC       libcurl_la-curl_memrchr.lo
[INFO] [stderr]   CC       libcurl_la-smtp.lo
[INFO] [stderr]   CC       libcurl_la-imap.lo
[INFO] [stderr]   CC       libcurl_la-pop3.lo
[INFO] [stderr]   CC       libcurl_la-pingpong.lo
[INFO] [stderr]   CC       libcurl_la-curl_threads.lo
[INFO] [stderr]   CC       libcurl_la-rtsp.lo
[INFO] [stderr]   CC       libcurl_la-warnless.lo
[INFO] [stderr]   CC       libcurl_la-curl_rtmp.lo
[INFO] [stderr]   CC       libcurl_la-openldap.lo
[INFO] [stderr]   CC       libcurl_la-hmac.lo
[INFO] [stderr]   CC       libcurl_la-curl_gethostname.lo
[INFO] [stderr]   CC       libcurl_la-gopher.lo
[INFO] [stderr]   CC       libcurl_la-idn_win32.lo
[INFO] [stderr]   CC       libcurl_la-http_negotiate_sspi.lo
[INFO] [stderr]   CC       libcurl_la-http_proxy.lo
[INFO] [stderr]   CC       libcurl_la-non-ascii.lo
[INFO] [stderr]   CC       libcurl_la-asyn-ares.lo
[INFO] [stderr]   CC       libcurl_la-asyn-thread.lo
[INFO] [stderr]   CC       libcurl_la-curl_ntlm.lo
[INFO] [stderr]   CC       libcurl_la-curl_ntlm_wb.lo
[INFO] [stderr]   CC       libcurl_la-curl_gssapi.lo
[INFO] [stderr]   CC       libcurl_la-curl_ntlm_core.lo
[INFO] [stderr]   CC       libcurl_la-curl_ntlm_msgs.lo
[INFO] [stderr]   CC       libcurl_la-hostcheck.lo
[INFO] [stderr]   CC       libcurl_la-curl_sasl.lo
[INFO] [stderr]   CC       libcurl_la-curl_multibyte.lo
[INFO] [stderr]   CC       libcurl_la-conncache.lo
[INFO] [stderr]   CC       libcurl_la-pipeline.lo
[INFO] [stderr]   CC       libcurl_la-dotdot.lo
[INFO] [stderr]   CC       libcurl_la-x509asn1.lo
[INFO] [stderr]   CC       libcurl_la-http2.lo
[INFO] [stderr]   CC       libcurl_la-curl_sasl_sspi.lo
[INFO] [stderr]   CC       libcurl_la-smb.lo
[INFO] [stderr]   CC       libcurl_la-curl_sasl_gssapi.lo
[INFO] [stderr]   CC       libcurl_la-curl_endian.lo
[INFO] [stderr]   CC       libcurl_la-curl_des.lo
[INFO] [stderr]   CC       libcurlu_la-file.lo
[INFO] [stderr]   CC       libcurlu_la-timeval.lo
[INFO] [stderr]   CC       libcurlu_la-base64.lo
[INFO] [stderr]   CC       libcurlu_la-hostip.lo
[INFO] [stderr]   CC       libcurlu_la-progress.lo
[INFO] [stderr]   CC       libcurlu_la-formdata.lo
[INFO] [stderr]   CC       libcurlu_la-cookie.lo
[INFO] [stderr]   CC       libcurlu_la-http.lo
[INFO] [stderr]   CC       libcurlu_la-sendf.lo
[INFO] [stderr]   CC       libcurlu_la-url.lo
[INFO] [stderr]   CC       libcurlu_la-ftp.lo
[INFO] [stderr]   CC       libcurlu_la-dict.lo
[INFO] [stderr]   CC       libcurlu_la-if2ip.lo
[INFO] [stderr]   CC       libcurlu_la-speedcheck.lo
[INFO] [stderr]   CC       libcurlu_la-ldap.lo
[INFO] [stderr]   CC       libcurlu_la-version.lo
[INFO] [stderr]   CC       libcurlu_la-getenv.lo
[INFO] [stderr]   CC       libcurlu_la-escape.lo
[INFO] [stderr]   CC       libcurlu_la-mprintf.lo
[INFO] [stderr]   CC       libcurlu_la-telnet.lo
[INFO] [stderr]   CC       libcurlu_la-getinfo.lo
[INFO] [stderr]   CC       libcurlu_la-netrc.lo
[INFO] [stderr]   CC       libcurlu_la-transfer.lo
[INFO] [stderr]   CC       libcurlu_la-strequal.lo
[INFO] [stderr]   CC       libcurlu_la-easy.lo
[INFO] [stderr]   CC       libcurlu_la-security.lo
[INFO] [stderr]   CC       libcurlu_la-curl_fnmatch.lo
[INFO] [stderr]   CC       libcurlu_la-fileinfo.lo
[INFO] [stderr]   CC       libcurlu_la-wildcard.lo
[INFO] [stderr]   CC       libcurlu_la-ftplistparser.lo
[INFO] [stderr]   CC       libcurlu_la-krb5.lo
[INFO] [stderr]   CC       libcurlu_la-memdebug.lo
[INFO] [stderr]   CC       libcurlu_la-connect.lo
[INFO] [stderr]   CC       libcurlu_la-http_chunks.lo
[INFO] [stderr]   CC       libcurlu_la-llist.lo
[INFO] [stderr]   CC       libcurlu_la-strtok.lo
[INFO] [stderr]   CC       libcurlu_la-hash.lo
[INFO] [stderr]   CC       libcurlu_la-multi.lo
[INFO] [stderr]   CC       libcurlu_la-content_encoding.lo
[INFO] [stderr]   CC       libcurlu_la-share.lo
[INFO] [stderr]   CC       libcurlu_la-http_digest.lo
[INFO] [stderr]   CC       libcurlu_la-md4.lo
[INFO] [stderr]   CC       libcurlu_la-md5.lo
[INFO] [stderr]   CC       libcurlu_la-http_negotiate.lo
[INFO] [stderr]   CC       libcurlu_la-inet_pton.lo
[INFO] [stderr]   CC       libcurlu_la-strtoofft.lo
[INFO] [stderr]   CC       libcurlu_la-strerror.lo
[INFO] [stderr]   CC       libcurlu_la-amigaos.lo
[INFO] [stderr]   CC       libcurlu_la-hostip4.lo
[INFO] [stderr]   CC       libcurlu_la-hostasyn.lo
[INFO] [stderr]   CC       libcurlu_la-hostip6.lo
[INFO] [stderr]   CC       libcurlu_la-hostsyn.lo
[INFO] [stderr]   CC       libcurlu_la-select.lo
[INFO] [stderr]   CC       libcurlu_la-inet_ntop.lo
[INFO] [stderr]   CC       libcurlu_la-parsedate.lo
[INFO] [stderr]   CC       libcurlu_la-tftp.lo
[INFO] [stderr]   CC       libcurlu_la-strdup.lo
[INFO] [stderr]   CC       libcurlu_la-splay.lo
[INFO] [stderr]   CC       libcurlu_la-socks.lo
[INFO] [stderr]   CC       libcurlu_la-ssh.lo
[INFO] [stderr]   CC       libcurlu_la-rawstr.lo
[INFO] [stderr]   CC       libcurlu_la-curl_addrinfo.lo
[INFO] [stderr]   CC       libcurlu_la-socks_gssapi.lo
[INFO] [stderr]   CC       libcurlu_la-slist.lo
[INFO] [stderr]   CC       libcurlu_la-socks_sspi.lo
[INFO] [stderr]   CC       libcurlu_la-curl_sspi.lo
[INFO] [stderr]   CC       libcurlu_la-nonblock.lo
[INFO] [stderr]   CC       libcurlu_la-curl_memrchr.lo
[INFO] [stderr]   CC       libcurlu_la-imap.lo
[INFO] [stderr]   CC       libcurlu_la-pop3.lo
[INFO] [stderr]   CC       libcurlu_la-smtp.lo
[INFO] [stderr]   CC       libcurlu_la-pingpong.lo
[INFO] [stderr]   CC       libcurlu_la-rtsp.lo
[INFO] [stderr]   CC       libcurlu_la-warnless.lo
[INFO] [stderr]   CC       libcurlu_la-curl_threads.lo
[INFO] [stderr]   CC       libcurlu_la-hmac.lo
[INFO] [stderr]   CC       libcurlu_la-curl_rtmp.lo
[INFO] [stderr]   CC       libcurlu_la-openldap.lo
[INFO] [stderr]   CC       libcurlu_la-gopher.lo
[INFO] [stderr]   CC       libcurlu_la-curl_gethostname.lo
[INFO] [stderr]   CC       libcurlu_la-http_negotiate_sspi.lo
[INFO] [stderr]   CC       libcurlu_la-idn_win32.lo
[INFO] [stderr]   CC       libcurlu_la-non-ascii.lo
[INFO] [stderr]   CC       libcurlu_la-http_proxy.lo
[INFO] [stderr]   CC       libcurlu_la-asyn-ares.lo
[INFO] [stderr]   CC       libcurlu_la-asyn-thread.lo
[INFO] [stderr]   CC       libcurlu_la-curl_gssapi.lo
[INFO] [stderr]   CC       libcurlu_la-curl_ntlm.lo
[INFO] [stderr]   CC       libcurlu_la-curl_ntlm_wb.lo
[INFO] [stderr]   CC       libcurlu_la-curl_ntlm_msgs.lo
[INFO] [stderr]   CC       libcurlu_la-curl_ntlm_core.lo
[INFO] [stderr]   CC       libcurlu_la-curl_multibyte.lo
[INFO] [stderr]   CC       libcurlu_la-curl_sasl.lo
[INFO] [stderr]   CC       libcurlu_la-hostcheck.lo
[INFO] [stderr]   CC       libcurlu_la-pipeline.lo
[INFO] [stderr]   CC       libcurlu_la-conncache.lo
[INFO] [stderr]   CC       libcurlu_la-dotdot.lo
[INFO] [stderr]   CC       libcurlu_la-x509asn1.lo
[INFO] [stderr]   CC       libcurlu_la-http2.lo
[INFO] [stderr]   CC       libcurlu_la-curl_sasl_sspi.lo
[INFO] [stderr]   CC       libcurlu_la-smb.lo
[INFO] [stderr]   CC       libcurlu_la-curl_endian.lo
[INFO] [stderr]   CC       libcurlu_la-curl_sasl_gssapi.lo
[INFO] [stderr]   CC       libcurlu_la-curl_des.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-openssl.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-gtls.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-vtls.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-nss.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-polarssl.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-polarssl_threadlock.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-cyassl.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-axtls.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-schannel.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-darwinssl.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-mbedtls.lo
[INFO] [stderr]   CC       vtls/libcurlu_la-gskit.lo
[INFO] [stderr]   CC       vtls/libcurl_la-openssl.lo
[INFO] [stderr]   CC       vtls/libcurl_la-gtls.lo
[INFO] [stderr]   CC       vtls/libcurl_la-vtls.lo
[INFO] [stderr]   CC       vtls/libcurl_la-nss.lo
[INFO] [stderr]   CC       vtls/libcurl_la-polarssl.lo
[INFO] [stderr]   CC       vtls/libcurl_la-polarssl_threadlock.lo
[INFO] [stderr]   CC       vtls/libcurl_la-axtls.lo
[INFO] [stderr] Makefile:2669: recipe for target 'vtls/libcurlu_la-openssl.lo' failed
[INFO] [stderr] Makefile:1857: recipe for target 'vtls/libcurl_la-openssl.lo' failed
[INFO] [stderr] make[2]: Leaving directory '/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out/build/lib'
[INFO] [stderr] Makefile:704: recipe for target 'all' failed
[INFO] [stderr] make[1]: Leaving directory '/opt/rustwide/target/debug/build/curl-sys-04ce79bb69836b9a/out/build/lib'
[INFO] [stderr] Makefile:879: recipe for target 'all-recursive' failed
[INFO] [stderr] 
[INFO] [stderr] --- stderr
[INFO] [stderr] fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr] Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr] configure: WARNING: OpenSSL headers and library versions do not match.
[INFO] [stderr] configure: WARNING: libpsl was not found
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/formdata.c: In function 'FormAdd':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/formdata.c:343:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr]        current_form->flags |= HTTPPOST_PTRNAME; /* fall through */
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/formdata.c:345:5: note: here
[INFO] [stderr]      case CURLFORM_COPYNAME:
[INFO] [stderr]      ^~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/formdata.c: In function 'FormAdd':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/formdata.c:343:27: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr]        current_form->flags |= HTTPPOST_PTRNAME; /* fall through */
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/formdata.c:345:5: note: here
[INFO] [stderr]      case CURLFORM_COPYNAME:
[INFO] [stderr]      ^~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'Curl_ossl_cleanup':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:739:3: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr]    ERR_remove_thread_state();
[INFO] [stderr]    ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/err.h:259:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:739:3: error: too few arguments to function 'ERR_remove_thread_state'
[INFO] [stderr]    ERR_remove_thread_state();
[INFO] [stderr]    ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/err.h:259:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'verifyhost':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:1077:9: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr]          const char *altptr = (char *)ASN1_STRING_data(check->d.ia5);
[INFO] [stderr]          ^~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/asn1.h:554:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:1164:15: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr]                memcpy(peer_CN, ASN1_STRING_data(tmp), j);
[INFO] [stderr]                ^~~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/asn1.h:554:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'get_cert_chain':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2347:29: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types]
[INFO] [stderr]          X509_get0_signature(&psig, &palg, x);
[INFO] [stderr]                              ^
[INFO] [stderr] In file included from /usr/include/openssl/ssl.h:20:0,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/x509.h:571:6: note: expected 'const ASN1_BIT_STRING ** {aka const struct asn1_string_st **}' but argument is of type 'ASN1_BIT_STRING ** {aka struct asn1_string_st **}'
[INFO] [stderr]  void X509_get0_signature(const ASN1_BIT_STRING **psig,
[INFO] [stderr]       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2347:36: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types]
[INFO] [stderr]          X509_get0_signature(&psig, &palg, x);
[INFO] [stderr]                                     ^
[INFO] [stderr] In file included from /usr/include/openssl/ssl.h:20:0,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/x509.h:571:6: note: expected 'const X509_ALGOR ** {aka const struct X509_algor_st **}' but argument is of type 'X509_ALGOR ** {aka struct X509_algor_st **}'
[INFO] [stderr]  void X509_get0_signature(const ASN1_BIT_STRING **psig,
[INFO] [stderr]       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2354:27: warning: passing argument 3 of 'X509V3_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]        X509V3_ext(data, i, X509_get0_extensions(x));
[INFO] [stderr]                            ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2240:12: note: expected 'struct stack_st_X509_EXTENSION *' but argument is of type 'const struct stack_st_X509_EXTENSION *'
[INFO] [stderr]  static int X509V3_ext(struct SessionHandle *data,
[INFO] [stderr]             ^~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2398:46: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
[INFO] [stderr]          BIO_printf(mem, "%d", BN_num_bits(rsa->n));
[INFO] [stderr]                                               ^~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2235:11: error: dereferencing pointer to incomplete type 'DSA {aka struct dsa_st}'
[INFO] [stderr]    if(_type->_name) { \
[INFO] [stderr]            ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2419:9: note: in expansion of macro 'print_pubkey_BN'
[INFO] [stderr]          print_pubkey_BN(dsa, p, i);
[INFO] [stderr]          ^~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2235:11: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
[INFO] [stderr]    if(_type->_name) { \
[INFO] [stderr]            ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2434:9: note: in expansion of macro 'print_pubkey_BN'
[INFO] [stderr]          print_pubkey_BN(dh, p, i);
[INFO] [stderr]          ^~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'cert_stuff':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:539:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr]        if(!key_file)
[INFO] [stderr]          ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:542:5: note: here
[INFO] [stderr]      case SSL_FILETYPE_ASN1:
[INFO] [stderr]      ^~~~
[INFO] [stderr] make[2]: *** [vtls/libcurlu_la-openssl.lo] Error 1
[INFO] [stderr] make[2]: *** Waiting for unfinished jobs....
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'Curl_ossl_cleanup':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:739:3: warning: 'ERR_remove_thread_state' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr]    ERR_remove_thread_state();
[INFO] [stderr]    ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/err.h:259:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:739:3: error: too few arguments to function 'ERR_remove_thread_state'
[INFO] [stderr]    ERR_remove_thread_state();
[INFO] [stderr]    ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/err.h:259:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(void ERR_remove_thread_state(void *))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'verifyhost':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:1077:9: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr]          const char *altptr = (char *)ASN1_STRING_data(check->d.ia5);
[INFO] [stderr]          ^~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/asn1.h:554:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:1164:15: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations]
[INFO] [stderr]                memcpy(peer_CN, ASN1_STRING_data(tmp), j);
[INFO] [stderr]                ^~~~~~
[INFO] [stderr] In file included from /usr/include/openssl/e_os2.h:13:0,
[INFO] [stderr]                  from /usr/include/openssl/ssl.h:15,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/asn1.h:554:1: note: declared here
[INFO] [stderr]  DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x))
[INFO] [stderr]  ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'get_cert_chain':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2347:29: warning: passing argument 1 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types]
[INFO] [stderr]          X509_get0_signature(&psig, &palg, x);
[INFO] [stderr]                              ^
[INFO] [stderr] In file included from /usr/include/openssl/ssl.h:20:0,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/x509.h:571:6: note: expected 'const ASN1_BIT_STRING ** {aka const struct asn1_string_st **}' but argument is of type 'ASN1_BIT_STRING ** {aka struct asn1_string_st **}'
[INFO] [stderr]  void X509_get0_signature(const ASN1_BIT_STRING **psig,
[INFO] [stderr]       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2347:36: warning: passing argument 2 of 'X509_get0_signature' from incompatible pointer type [-Wincompatible-pointer-types]
[INFO] [stderr]          X509_get0_signature(&psig, &palg, x);
[INFO] [stderr]                                     ^
[INFO] [stderr] In file included from /usr/include/openssl/ssl.h:20:0,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/urldata.h:86,
[INFO] [stderr]                  from /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:41:
[INFO] [stderr] /usr/include/openssl/x509.h:571:6: note: expected 'const X509_ALGOR ** {aka const struct X509_algor_st **}' but argument is of type 'X509_ALGOR ** {aka struct X509_algor_st **}'
[INFO] [stderr]  void X509_get0_signature(const ASN1_BIT_STRING **psig,
[INFO] [stderr]       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2354:27: warning: passing argument 3 of 'X509V3_ext' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[INFO] [stderr]        X509V3_ext(data, i, X509_get0_extensions(x));
[INFO] [stderr]                            ^~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2240:12: note: expected 'struct stack_st_X509_EXTENSION *' but argument is of type 'const struct stack_st_X509_EXTENSION *'
[INFO] [stderr]  static int X509V3_ext(struct SessionHandle *data,
[INFO] [stderr]             ^~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2398:46: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
[INFO] [stderr]          BIO_printf(mem, "%d", BN_num_bits(rsa->n));
[INFO] [stderr]                                               ^~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2235:11: error: dereferencing pointer to incomplete type 'DSA {aka struct dsa_st}'
[INFO] [stderr]    if(_type->_name) { \
[INFO] [stderr]            ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2419:9: note: in expansion of macro 'print_pubkey_BN'
[INFO] [stderr]          print_pubkey_BN(dsa, p, i);
[INFO] [stderr]          ^~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2235:11: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
[INFO] [stderr]    if(_type->_name) { \
[INFO] [stderr]            ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:2434:9: note: in expansion of macro 'print_pubkey_BN'
[INFO] [stderr]          print_pubkey_BN(dh, p, i);
[INFO] [stderr]          ^~~~~~~~~~~~~~~
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c: In function 'cert_stuff':
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:539:9: warning: this statement may fall through [-Wimplicit-fallthrough=]
[INFO] [stderr]        if(!key_file)
[INFO] [stderr]          ^
[INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/curl/lib/vtls/openssl.c:542:5: note: here
[INFO] [stderr]      case SSL_FILETYPE_ASN1:
[INFO] [stderr]      ^~~~
[INFO] [stderr] make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1
[INFO] [stderr] make[1]: *** [all] Error 2
[INFO] [stderr] make: *** [all-recursive] Error 1
[INFO] [stderr] thread 'main' panicked at '
[INFO] [stderr] command did not execute successfully, got: exit code: 2
[INFO] [stderr] 
[INFO] [stderr] build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/build.rs:193:5
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5615917f63d4 - backtrace::backtrace::libunwind::trace::h9e598fcb10d5c4f5
[INFO] [stderr]                                at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86
[INFO] [stderr]    1:     0x5615917f63d4 - backtrace::backtrace::trace_unsynchronized::hbfbd58fbb4a2603e
[INFO] [stderr]                                at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66
[INFO] [stderr]    2:     0x5615917f63d4 - std::sys_common::backtrace::_print_fmt::hacb596a8013761df
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:78
[INFO] [stderr]    3:     0x5615917f63d4 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::ha1ba73c9085723eb
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:59
[INFO] [stderr]    4:     0x56159181ba8c - core::fmt::write::hb4ac1e8a8c800611
[INFO] [stderr]                                at src/libcore/fmt/mod.rs:1069
[INFO] [stderr]    5:     0x5615917f31f3 - std::io::Write::write_fmt::ha413e6029f4d499f
[INFO] [stderr]                                at src/libstd/io/mod.rs:1504
[INFO] [stderr]    6:     0x5615917f8f95 - std::sys_common::backtrace::_print::h5afa8b3832cd03b8
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:62
[INFO] [stderr]    7:     0x5615917f8f95 - std::sys_common::backtrace::print::h49229e3486b70f83
[INFO] [stderr]                                at src/libstd/sys_common/backtrace.rs:49
[INFO] [stderr]    8:     0x5615917f8f95 - std::panicking::default_hook::{{closure}}::hcfefd5f4943f3aa9
[INFO] [stderr]                                at src/libstd/panicking.rs:198
[INFO] [stderr]    9:     0x5615917f8cd2 - std::panicking::default_hook::h4c2b6d8d034c53de
[INFO] [stderr]                                at src/libstd/panicking.rs:218
[INFO] [stderr]   10:     0x5615917f95a2 - std::panicking::rust_panic_with_hook::hf8cee70c0118d2cc
[INFO] [stderr]                                at src/libstd/panicking.rs:511
[INFO] [stderr]   11:     0x5615917f918b - rust_begin_unwind
[INFO] [stderr]                                at src/libstd/panicking.rs:419
[INFO] [stderr]   12:     0x5615917f90fb - std::panicking::begin_panic_fmt::h58dd034954c7216c
[INFO] [stderr]                                at src/libstd/panicking.rs:373
[INFO] [stderr]   13:     0x5615917a19b7 - build_script_build::fail::hb373553f0fc54589
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/build.rs:193
[INFO] [stderr]   14:     0x5615917a184c - build_script_build::run::hc8cc21b54c710019
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/build.rs:188
[INFO] [stderr]   15:     0x5615917a0cc6 - build_script_build::main::h27eb8a4df16e82de
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.2.2/build.rs:169
[INFO] [stderr]   16:     0x5615917a525b - std::rt::lang_start::{{closure}}::h492529c3358ffac7
[INFO] [stderr]                                at /rustc/209b2be09fcaff937480d1fbbe8b31646e361c7a/src/libstd/rt.rs:67
[INFO] [stderr]   17:     0x5615917f99e8 - std::rt::lang_start_internal::{{closure}}::h4c4631d379953dd0
[INFO] [stderr]                                at src/libstd/rt.rs:52
[INFO] [stderr]   18:     0x5615917f99e8 - std::panicking::try::do_call::hc26b3db2421dedbb
[INFO] [stderr]                                at src/libstd/panicking.rs:331
[INFO] [stderr]   19:     0x5615917f99e8 - std::panicking::try::h4da6835c8705b8a7
[INFO] [stderr]                                at src/libstd/panicking.rs:274
[INFO] [stderr]   20:     0x5615917f99e8 - std::panic::catch_unwind::h02aff520273fa6b1
[INFO] [stderr]                                at src/libstd/panic.rs:394
[INFO] [stderr]   21:     0x5615917f99e8 - std::rt::lang_start_internal::he0572ca212cb5ef4
[INFO] [stderr]                                at src/libstd/rt.rs:51
[INFO] [stderr]   22:     0x5615917a5237 - std::rt::lang_start::h701264cef660fe59
[INFO] [stderr]                                at /rustc/209b2be09fcaff937480d1fbbe8b31646e361c7a/src/libstd/rt.rs:67
[INFO] [stderr]   23:     0x5615917a41ba - main
[INFO] [stderr]   24:     0x7f9d61dfdb97 - __libc_start_main
[INFO] [stderr]   25:     0x56159179e92a - _start
[INFO] [stderr]   26:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] running `"docker" "inspect" "8edc2e94bf846f93aa9c8aa86277695bd095b43beb2d2fa07f93a3645e51820c"`
[INFO] running `"docker" "rm" "-f" "8edc2e94bf846f93aa9c8aa86277695bd095b43beb2d2fa07f93a3645e51820c"`
[INFO] [stdout] 8edc2e94bf846f93aa9c8aa86277695bd095b43beb2d2fa07f93a3645e51820c
