(view as text)
testcurl: STARTING HERE
testcurl: TRANSFER CONTROL ==== 1120 CHAR LINEooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooLINE_END
testcurl: NAME = Dagobert
testcurl: EMAIL = dam@opencsw.org
testcurl: DESC = Solaris 10 SPARC GCC 4.9.2 + OpenCSW (threaded resolver)
testcurl: NOTES = Buildbot URL: https://buildfarm.opencsw.org/buildbot/builders/curl-threaded-solaris10-sparc/builds/2769
testcurl: CONFOPTS = --enable-threaded-resolver --with-openssl --enable-debug --enable-curldebug --enable-symbol-hiding --with-gssapi=/opt/csw/lib --enable-ldap --enable-ldaps
testcurl: RUNTESTOPTS =
testcurl: CPPFLAGS =
testcurl: CFLAGS =
testcurl: LDFLAGS = -L/opt/csw/lib
testcurl: LIBS =
testcurl: CC = /opt/csw/bin/gcc
testcurl: TMPDIR =
testcurl: MAKEFLAGS =
testcurl: ACLOCAL_FLAGS =
testcurl: PKG_CONFIG_PATH = /opt/csw/lib/pkgconfig
testcurl: DYLD_LIBRARY_PATH =
testcurl: LD_LIBRARY_PATH =
testcurl: LIBRARY_PATH =
testcurl: SHLIB_PATH =
testcurl: LIBPATH =
testcurl: target =
testcurl: version = 2024-11-28
testcurl: date = Mon Apr 28 08:50:36 2025 UTC
testcurl: ./ is verified to be a fine git source dir
testcurl: build dir build-4699 was created fine
testcurl: skipping git pull (--nogitpull)
testcurl: The most recent curl git commits:
testcurl: daa0601 ws: store protocol context as connection meta data
testcurl: 7b52906 HTTPSRR.md: clarify somewhat
testcurl: 460ead6 tests: add basic ECH tests
testcurl: e2a23d5 cmake: extend integration tests
testcurl: e9a35de curl_osslq: remove a leftover debug fprintf() call
testcurl: invoke autoreconf
/opt/csw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/opt/csw/share/aclocal/glib.m4:8: run info Automake 'Extending aclocal'
/opt/csw/share/aclocal/glib.m4:8: or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Remember to add 'LT_INIT' to configure.ac.
/opt/csw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/opt/csw/share/aclocal/glib.m4:8: run info Automake 'Extending aclocal'
/opt/csw/share/aclocal/glib.m4:8: or see https://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
configure.ac:127: installing './compile'
configure.ac:423: installing './config.guess'
configure.ac:423: installing './config.sub'
configure.ac:127: installing './install-sh'
configure.ac:133: installing './missing'
docs/examples/Makefile.am: installing './depcomp'
testcurl: autoreconf -fi was successful
testcurl: timestamp = [unreleased] UTC
testcurl: configure created (at least it exists)
testcurl: going with gmake as make
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... yes
checking whether to enable compiler optimizer... (assumed) no
checking whether to enable strict compiler warnings... yes
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... yes
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable HTTPSRR support... no
checking whether to enable ECH support... no
checking whether to enable SSL session export support... no
checking for path separator... :
checking for sed... /opt/csw/gnu/sed
checking for grep... /opt/csw/gnu/grep
checking that grep -E works... yes
checking for ar... /opt/csw/gnu/ar
checking for a BSD-compatible install... /opt/csw/gnu/install -c
checking for gcc... /opt/csw/bin/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /opt/csw/bin/gcc accepts -g... yes
checking for /opt/csw/bin/gcc option to accept ISO C89... none needed
checking whether /opt/csw/bin/gcc understands -c and -o together... yes
checking how to run the C preprocessor... /opt/csw/bin/gcc -E
checking for grep that handles long lines and -e... (cached) /opt/csw/gnu/grep
checking for egrep... /opt/csw/gnu/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /opt/csw/gnu/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/csw/gnu/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /opt/csw/bin/gcc... gcc3
checking curl version... 8.14.0-DEV
checking for httpd... no
checking for apache2... no
checking for apxs... /opt/csw/bin/apxs
configure: httpd/apache2 not in PATH, http tests disabled
checking for nghttpx... no
checking for caddy... /usr/bin/caddy
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... yes
checking if _REENTRANT is onwards defined... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /opt/csw/gnu/sed
checking for fgrep... /opt/csw/gnu/grep -F
checking for ld used by /opt/csw/bin/gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /opt/csw/gnu/nm -B
checking the name lister (/opt/csw/gnu/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786240
checking how to convert sparc-sun-solaris2.10 file names to sparc-sun-solaris2.10 format... func_convert_file_noop
checking how to convert sparc-sun-solaris2.10 file names to toolchain format... func_convert_file_noop
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /opt/csw/gnu/nm -B output from /opt/csw/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /opt/csw/gnu/dd
checking how to truncate binary pipes... /opt/csw/gnu/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /opt/csw/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/csw/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /opt/csw/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/csw/bin/gcc static flag -static works... no
checking if /opt/csw/bin/gcc supports -c -o file.o... yes
checking if /opt/csw/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /opt/csw/bin/gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... yes
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... no
checking whether to build shared libraries only... no
checking whether to build static libraries only... no
checking for windres... windres
checking if cpp -P is needed... yes
checking if cpp -P works... yes
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking compiler version... gcc '505' (raw: '5.5.0')
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking whether build target is a native Windows one... no
checking if compiler accepts some basic options... yes
configure: compiler options added: -Werror-implicit-function-declaration
checking if compiler accepts debug enabling options... checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer disabling options... yes
configure: compiler options added: -O0
checking if compiler accepts strict warning options... yes
configure: compiler options added: -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wbad-function-cast -Wfloat-equal -Wno-multichar -Wsign-compare -Wundef -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wold-style-definition -Wcast-qual -Wstrict-aliasing=3 -Wattributes -Wdiv-by-zero -Wformat-security -Wmissing-field-initializers -Wmissing-noreturn -Wunreachable-code -Wunused-parameter -Wpragmas -Wredundant-decls -Wcast-align -Waddress -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wtrampolines -Wformat=2 -Warray-bounds=2 -Wno-system-headers
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
no
checking whether build target supports Win32 crypto API... no
checking whether to build libcurl and curl in "unity" mode... no
checking whether to build tests into single-binary bundles... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support IPFS... yes
checking whether to support ldap... yes
checking whether to support ldaps... yes
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to build documentation... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... no
checking for gethostbyname in -lnsl... yes
checking whether build target is a native Windows one... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... -lsocket
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... -lrt
checking if monotonic clock_gettime works... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for raw monotonic clock_gettime... no
checking for pkg-config... /opt/csw/bin/pkg-config
checking for zlib options with pkg-config... found
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... yes
checking brotli/decode.h usability... yes
checking brotli/decode.h presence... yes
checking for brotli/decode.h... yes
checking for ZSTD_createDStream in -lzstd... yes
checking zstd.h usability... yes
checking zstd.h presence... yes
checking for zstd.h... yes
checking for lber.h... yes
checking for ldap.h... yes
checking for ldap_ssl.h... no
checking for LDAP libraries... -lldap -llber
checking for ldap_url_parse... yes
checking for ldap_init_fd... yes
checking whether to enable IPv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... yes
checking if GSS-API support is requested... yes
checking for pkg-config... (cached) /opt/csw/bin/pkg-config
checking for mit-krb5-gssapi options with pkg-config... found
checking gss.h usability... no
checking gss.h presence... no
checking for gss.h... no
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for gssapi/gssapi_generic.h... yes
checking for gssapi/gssapi_krb5.h... yes
checking if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE... yes
checking for pkg-config... (cached) /opt/csw/bin/pkg-config
checking for mit-krb5-gssapi options with pkg-config... found
checking if we can link against GSS-API library... yes
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for pkg-config... (cached) /opt/csw/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
configure: pkg-config: SSL_LDFLAGS: "-L/opt/csw/lib "
configure: pkg-config: SSL_CPPFLAGS: "-I/opt/csw/include "
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for BoringSSL... no
checking for AWS-LC... no
checking for LibreSSL... no
checking for OpenSSL >= v3... no
checking for SSL_set_quic_use_legacy_codepoint... no
checking for SSL_set_quic_tls_cbs... no
configure: OpenSSL version does not speak any known QUIC API
configure: Added /opt/csw/lib to CURL_LIBRARY_PATH
checking for SRP support in OpenSSL... yes
checking for QUIC support and OpenSSL >= 3.3... no
configure: built with one SSL backend
checking default CA cert bundle/path... configure: want unset ca no
no
checking whether to use built-in CA store of SSL library... no
checking CA cert bundle path to embed in the curl tool... no
checking for pkg-config... (cached) /opt/csw/bin/pkg-config
checking for libpsl options with pkg-config... found
checking for psl_builtin in -lpsl... yes
checking libpsl.h usability... yes
checking libpsl.h presence... yes
checking for libpsl.h... yes
checking for library containing gsasl_init... -lgsasl
checking for RTMP_Init in -lrtmp... yes
checking librtmp/rtmp.h usability... yes
checking librtmp/rtmp.h presence... yes
checking for librtmp/rtmp.h... yes
checking whether versioned symbols are wanted... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /opt/csw/bin/pkg-config
checking for libidn2 options with pkg-config... found
configure: pkg-config: IDN_LIBS: "-lidn2 "
configure: pkg-config: IDN_LDFLAGS: "-L/opt/csw/lib "
configure: pkg-config: IDN_CPPFLAGS: "-I/opt/csw/include "
configure: pkg-config: IDN_DIR: "/opt/csw/lib"
checking if idn2_lookup_ul can be linked... yes
checking idn2.h usability... yes
checking idn2.h presence... yes
checking for idn2.h... yes
configure: Added /opt/csw/lib to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /opt/csw/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2
configure: -I is -I/opt/csw/include
configure: -L is -L/opt/csw/lib
checking for nghttp2_session_get_stream_local_window_size in -lnghttp2... yes
checking nghttp2/nghttp2.h usability... yes
checking nghttp2/nghttp2.h presence... yes
checking for nghttp2/nghttp2.h... yes
configure: Added /opt/csw/lib to CURL_LIBRARY_PATH
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... no
checking for netinet/tcp.h... yes
checking for netinet/udp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for fcntl.h... yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... yes
checking for sys/poll.h... yes
checking for poll.h... yes
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for stdbool.h... yes
checking for stdint.h... (cached) yes
checking for sys/filio.h... yes
checking for sys/eventfd.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for struct timeval... yes
checking run-time libs availability... fine
checking size of size_t... 4
checking size of long... 4
checking size of int... 4
checking size of time_t... 4
checking size of off_t... 8
checking size of curl_off_t... 8
checking size of curl_socket_t... 4
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for struct sockaddr_storage... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... no
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for libgen.h... (cached) yes
checking if basename can be linked... yes
checking if basename is prototyped... yes
checking if basename is compilable... yes
checking if basename usage allowed... yes
checking if basename might be used... yes
checking if closesocket can be linked... no
checking if closesocket might be used... no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking if CloseSocket can be linked... no
checking if CloseSocket might be used... no
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking whether build target is a native Windows one... (cached) no
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/xattr.h... no
checking if fsetxattr can be linked... no
checking if fsetxattr might be used... no
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo seems to work... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... int
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... no
checking if getifaddrs can be linked... no
checking if getifaddrs might be used... no
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r seems to work... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... yes
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... no
checking if ioctl FIONBIO might be used... no
checking if ioctl SIOCGIFADDR is compilable... no
checking if ioctl SIOCGIFADDR might be used... no
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if memrchr can be linked... no
checking if memrchr seems a macro... no
checking if memrchr might be used... no
checking for sys/types.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking if sigsetjmp can be linked... yes
checking if sigsetjmp is prototyped... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair might be used... yes
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r seems to work... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking for accept4... no
checking for eventfd... no
checking for fnmatch... yes
checking for geteuid... yes
checking for getpass_r... no
checking for getppid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for mach_absolute_time... no
checking for pipe... yes
checking for pipe2... no
checking for poll... yes
checking for sendmmsg... no
checking for sendmsg... yes
checking for setlocale... yes
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for if_nametoindex... yes
checking for realpath... yes
checking for sched_yield... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop seems to work... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton seems to work... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking for setmode... no
checking for fseeko... yes
checking whether fseeko is declared... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /opt/csw/bin/perl
checking whether to enable the threaded resolver... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for opendir... yes
checking convert -I options to -isystem... yes
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable basic authentication method... yes
checking whether to enable bearer authentication method... yes
checking whether to enable digest authentication method... yes
checking whether to enable kerberos authentication method... yes
checking whether to enable negotiate authentication method... yes
checking whether to enable aws sig methods... yes
checking whether to support NTLM... yes
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... auto
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support binding connections locally... yes
checking whether to support the form API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support the SHA-512/256 hash algorithm... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking whether to enable HTTPS-RR support... no
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... yes
checking whether hiding of library internal symbols will actually happen... yes
checking if this build supports HTTPS-proxy... yes
configure: using LIBS: -lnghttp2 -lidn2 -lrtmp -lgsasl -lpsl -lssl -lcrypto -lssl -lcrypto -L/opt/csw/lib -lgssapi_krb5 -lldap -llber -lzstd -lbrotlidec -lz -lrt -lsocket -lnsl
configure: LIBS note: LIBS should only be used to specify libraries (-lname).
configure: WARNING: Continuing even with errors mentioned immediately above this line.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/configurehelp.pm
config.status: creating tests/certs/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating tests/unit/Makefile
config.status: creating tests/tunit/Makefile
config.status: creating tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating tests/http/clients/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:
Host setup: sparc-sun-solaris2.10
Install prefix: /usr/local
Compiler: /opt/csw/bin/gcc
CFLAGS: -Werror-implicit-function-declaration -g -O0 -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wbad-function-cast -Wfloat-equal -Wno-multichar -Wsign-compare -Wundef -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wold-style-definition -Wcast-qual -Wstrict-aliasing=3 -Wattributes -Wdiv-by-zero -Wformat-security -Wmissing-field-initializers -Wmissing-noreturn -Wunreachable-code -Wunused-parameter -Wpragmas -Wredundant-decls -Wcast-align -Waddress -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wtrampolines -Wformat=2 -Warray-bounds=2 -Wno-system-headers
CFLAGS extras:
CPPFLAGS: -isystem /opt/csw/include -isystem /opt/csw/include -isystem /opt/csw/include -isystem /opt/csw/include -isystem /opt/csw/include -isystem /opt/csw/include
LDFLAGS: -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib
curl-config: -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib
LIBS: -lnghttp2 -lidn2 -lrtmp -lgsasl -lpsl -lssl -lcrypto -lssl -lcrypto -L/opt/csw/lib -lgssapi_krb5 -lldap -llber -lzstd -lbrotlidec -lz -lrt -lsocket -lnsl
curl version: 8.14.0-DEV
SSL: enabled (OpenSSL)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: enabled (libbrotlidec)
zstd: enabled (libzstd)
GSS-API: enabled (MIT Kerberos/Heimdal)
GSASL: enabled
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: enabled (libidn2)
Build docs: enabled (--disable-docs)
Build libcurl: Shared=yes, Static=yes
Built-in manual: enabled
--libcurl option: enabled (--disable-libcurl-option)
Verbose errors: enabled (--disable-verbose)
Code coverage: disabled
SSPI: no (--enable-sspi)
ca cert bundle: no
ca cert path: no
ca cert embed: no
ca fallback: no
LDAP: enabled (OpenLDAP)
LDAPS: enabled
IPFS/IPNS: enabled
RTSP: enabled
RTMP: enabled (librtmp)
PSL: enabled
Alt-svc: enabled (--disable-alt-svc)
Headers API: enabled (--disable-headers-api)
HSTS: enabled (--disable-hsts)
HTTP1: enabled (internal)
HTTP2: enabled (nghttp2)
HTTP3: no (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-openssl-quic, --with-msh3)
ECH: no (--enable-ech)
HTTPS RR: no (--enable-httpsrr)
SSLS-EXPORT: no (--enable-ssls-export)
Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp ws wss
Features: alt-svc AsynchDNS brotli Debug gsasl GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP TrackMemory UnixSockets zstd
testcurl: configure seems to have finished fine
testcurl: display libcurl.pc
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS"
supported_features="alt-svc AsynchDNS brotli Debug gsasl GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP TrackMemory UnixSockets zstd"
Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with HTTP, FTP, etc.
Version: 8.14.0-DEV
Requires:
Requires.private: libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,mit-krb5-gssapi,openssl,libpsl,libgsasl,librtmp,libnghttp2
Libs: -L${libdir} -lcurl
Libs.private: -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -L/opt/csw/lib -lnghttp2 -lidn2 -lrtmp -lgsasl -lpsl -lssl -lcrypto -lssl -lcrypto -L/opt/csw/lib -lgssapi_krb5 -lldap -llber -lzstd -lbrotlidec -lz -lrt -lsocket -lnsl
Cflags: -I${includedir}
Cflags.private: -DCURL_STATICLIB
testcurl: display lib/curl_config.h
#define CURL_EXTERN_SYMBOL __attribute__((__visibility__("default")))
#define CURL_OS "sparc-sun-solaris2.10"
#define GETHOSTNAME_TYPE_ARG2 int
#define HAVE_ALARM 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ATOMIC 1
#define HAVE_BASENAME 1
#define HAVE_BOOL_T 1
#define HAVE_BROTLI 1
#define HAVE_BROTLI_DECODE_H 1
#define HAVE_CLOCK_GETTIME_MONOTONIC 1
#define HAVE_DECL_FSEEKO 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FCNTL_O_NONBLOCK 1
#define HAVE_FNMATCH 1
#define HAVE_FREEADDRINFO 1
#define HAVE_FSEEKO 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETADDRINFO_THREADSAFE 1
#define HAVE_GETEUID 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_GETHOSTBYNAME_R_5 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_GETPPID 1
#define HAVE_GETPWUID 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_GSSAPI 1
#define HAVE_GSSAPI_GSSAPI_GENERIC_H 1
#define HAVE_GSSAPI_GSSAPI_H 1
#define HAVE_GSSAPI_GSSAPI_KRB5_H 1
#define HAVE_IDN2_H 1
#define HAVE_IF_NAMETOINDEX 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INTTYPES_H 1
#define HAVE_LBER_H 1
#define HAVE_LDAP_H 1
#define HAVE_LDAP_INIT_FD 1
#define HAVE_LDAP_SSL 1
#define HAVE_LDAP_URL_PARSE 1
#define HAVE_LIBBROTLIDEC 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBIDN2 1
#define HAVE_LIBPSL_H 1
#define HAVE_LIBRTMP_RTMP_H 1
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LIBZSTD 1
#define HAVE_LOCALE_H 1
#define HAVE_LONGLONG 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_NETINET_UDP_H 1
#define HAVE_NET_IF_H 1
#define HAVE_NGHTTP2_NGHTTP2_H 1
#define HAVE_OPENDIR 1
#define HAVE_OPENSSL_CRYPTO_H 1
#define HAVE_OPENSSL_ERR_H 1
#define HAVE_OPENSSL_PEM_H 1
#define HAVE_OPENSSL_RSA_H 1
#define HAVE_OPENSSL_SRP 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_OPENSSL_X509_H 1
#define HAVE_PIPE 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_POSIX_STRERROR_R 1
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
#define HAVE_REALPATH 1
#define HAVE_RECV 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_SCHED_YIELD 1
#define HAVE_SELECT 1
#define HAVE_SEND 1
#define HAVE_SENDMSG 1
#define HAVE_SETLOCALE 1
#define HAVE_SETRLIMIT 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIGNAL 1
#define HAVE_SIGSETJMP 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
#define HAVE_SOCKET 1
#define HAVE_SOCKETPAIR 1
#define HAVE_SSL_SET0_WBIO 1
#define HAVE_STDATOMIC_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_STRUCT_TIMEVAL 1
#define HAVE_SUSECONDS_T 1
#define HAVE_SYS_FILIO_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_UTIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_TERMIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
#define HAVE_WRITABLE_ARGV 1
#define HAVE_ZSTD 1
#define HAVE_ZSTD_H 1
#define LT_OBJDIR ".libs/"
#define NEED_REENTRANT 1
#define PACKAGE "curl"
#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/"
#define PACKAGE_NAME "curl"
#define PACKAGE_STRING "curl -"
#define PACKAGE_TARNAME "curl"
#define PACKAGE_URL ""
#define PACKAGE_VERSION "-"
#define SIZEOF_CURL_OFF_T 8
#define SIZEOF_CURL_SOCKET_T 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_OFF_T 8
#define SIZEOF_SIZE_T 4
#define SIZEOF_TIME_T 4
#define STDC_HEADERS 1
#define USE_GSASL 1
#define USE_IPV6 1
#define USE_LIBPSL 1
#define USE_LIBRTMP 1
#define USE_NGHTTP2 1
#define USE_OPENLDAP 1
#define USE_OPENSSL 1
#define USE_THREADS_POSIX 1
#define USE_TLS_SRP 1
#define USE_UNIX_SOCKETS 1
#define VERSION "-"
#ifndef _ALL_SOURCE
#endif
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
#define _FILE_OFFSET_BITS 64
testcurl: gmake -i
Making all in lib
gmake[1]: Entering directory '/build-4699/lib'
gmake all-am
gmake[2]: Entering directory '/build-4699/lib'
CC libcurl_la-altsvc.lo
CC libcurl_la-amigaos.lo
CC libcurl_la-asyn-ares.lo
CC libcurl_la-asyn-base.lo
CC libcurl_la-asyn-thrdd.lo
CC libcurl_la-base64.lo
CC libcurl_la-bufq.lo
CC libcurl_la-bufref.lo
CC libcurl_la-cf-h1-proxy.lo
CC libcurl_la-cf-h2-proxy.lo
CC libcurl_la-cf-haproxy.lo
CC libcurl_la-cf-https-connect.lo
CC libcurl_la-cf-socket.lo
CC libcurl_la-cfilters.lo
CC libcurl_la-conncache.lo
CC libcurl_la-cshutdn.lo
CC libcurl_la-connect.lo
CC libcurl_la-content_encoding.lo
CC libcurl_la-cookie.lo
CC libcurl_la-curl_addrinfo.lo
CC libcurl_la-curl_des.lo
CC libcurl_la-curl_endian.lo
CC libcurl_la-curl_fnmatch.lo
CC libcurl_la-curl_get_line.lo
CC libcurl_la-curl_gethostname.lo
CC libcurl_la-curl_gssapi.lo
CC libcurl_la-curl_memrchr.lo
CC libcurl_la-curl_multibyte.lo
CC libcurl_la-curl_ntlm_core.lo
CC libcurl_la-curl_range.lo
CC libcurl_la-curl_rtmp.lo
CC libcurl_la-curl_sasl.lo
CC libcurl_la-curl_sha512_256.lo
CC libcurl_la-curl_sspi.lo
CC libcurl_la-curl_threads.lo
CC libcurl_la-curl_trc.lo
CC libcurl_la-cw-out.lo
CC libcurl_la-cw-pause.lo
CC libcurl_la-dict.lo
CC libcurl_la-doh.lo
CC libcurl_la-dynbuf.lo
CC libcurl_la-dynhds.lo
CC libcurl_la-easy.lo
CC libcurl_la-easygetopt.lo
CC libcurl_la-easyoptions.lo
CC libcurl_la-escape.lo
CC libcurl_la-file.lo
CC libcurl_la-fileinfo.lo
CC libcurl_la-fopen.lo
CC libcurl_la-formdata.lo
CC libcurl_la-ftp.lo
CC libcurl_la-ftplistparser.lo
CC libcurl_la-getenv.lo
CC libcurl_la-getinfo.lo
CC libcurl_la-gopher.lo
CC libcurl_la-hash.lo
CC libcurl_la-headers.lo
CC libcurl_la-hmac.lo
CC libcurl_la-hostip.lo
CC libcurl_la-hostip4.lo
CC libcurl_la-hostip6.lo
CC libcurl_la-hsts.lo
CC libcurl_la-http.lo
CC libcurl_la-http1.lo
CC libcurl_la-http2.lo
CC libcurl_la-http_aws_sigv4.lo
CC libcurl_la-http_chunks.lo
CC libcurl_la-http_digest.lo
CC libcurl_la-http_negotiate.lo
CC libcurl_la-http_ntlm.lo
CC libcurl_la-http_proxy.lo
CC libcurl_la-httpsrr.lo
CC libcurl_la-idn.lo
CC libcurl_la-if2ip.lo
CC libcurl_la-imap.lo
CC libcurl_la-inet_ntop.lo
CC libcurl_la-inet_pton.lo
CC libcurl_la-krb5.lo
CC libcurl_la-ldap.lo
CC libcurl_la-llist.lo
CC libcurl_la-macos.lo
CC libcurl_la-md4.lo
CC libcurl_la-md5.lo
CC libcurl_la-memdebug.lo
CC libcurl_la-mime.lo
CC libcurl_la-mprintf.lo
CC libcurl_la-mqtt.lo
CC libcurl_la-multi.lo
CC libcurl_la-multi_ev.lo
CC libcurl_la-netrc.lo
CC libcurl_la-nonblock.lo
CC libcurl_la-noproxy.lo
CC libcurl_la-openldap.lo
CC libcurl_la-parsedate.lo
CC libcurl_la-pingpong.lo
CC libcurl_la-pop3.lo
CC libcurl_la-progress.lo
CC libcurl_la-psl.lo
CC libcurl_la-rand.lo
CC libcurl_la-rename.lo
CC libcurl_la-request.lo
CC libcurl_la-rtsp.lo
CC libcurl_la-select.lo
CC libcurl_la-sendf.lo
CC libcurl_la-setopt.lo
CC libcurl_la-sha256.lo
CC libcurl_la-share.lo
CC libcurl_la-slist.lo
CC libcurl_la-smb.lo
CC libcurl_la-smtp.lo
CC libcurl_la-socketpair.lo
CC libcurl_la-socks.lo
CC libcurl_la-socks_gssapi.lo
CC libcurl_la-socks_sspi.lo
CC libcurl_la-speedcheck.lo
CC libcurl_la-splay.lo
CC libcurl_la-strcase.lo
CC libcurl_la-strdup.lo
CC libcurl_la-strequal.lo
CC libcurl_la-strerror.lo
CC libcurl_la-strparse.lo
CC libcurl_la-system_win32.lo
CC libcurl_la-telnet.lo
CC libcurl_la-tftp.lo
CC libcurl_la-timediff.lo
CC libcurl_la-timeval.lo
CC libcurl_la-transfer.lo
CC libcurl_la-uint-bset.lo
CC libcurl_la-uint-hash.lo
CC libcurl_la-uint-spbset.lo
CC libcurl_la-uint-table.lo
CC libcurl_la-url.lo
CC libcurl_la-urlapi.lo
CC libcurl_la-version.lo
CC libcurl_la-version_win32.lo
CC libcurl_la-warnless.lo
CC libcurl_la-ws.lo
CC vauth/libcurl_la-cleartext.lo
CC vauth/libcurl_la-cram.lo
CC vauth/libcurl_la-digest.lo
CC vauth/libcurl_la-digest_sspi.lo
CC vauth/libcurl_la-gsasl.lo
CC vauth/libcurl_la-krb5_gssapi.lo
CC vauth/libcurl_la-krb5_sspi.lo
CC vauth/libcurl_la-ntlm.lo
CC vauth/libcurl_la-ntlm_sspi.lo
CC vauth/libcurl_la-oauth2.lo
CC vauth/libcurl_la-spnego_gssapi.lo
CC vauth/libcurl_la-spnego_sspi.lo
CC vauth/libcurl_la-vauth.lo
CC vtls/libcurl_la-bearssl.lo
CC vtls/libcurl_la-cipher_suite.lo
CC vtls/libcurl_la-gtls.lo
CC vtls/libcurl_la-hostcheck.lo
CC vtls/libcurl_la-keylog.lo
CC vtls/libcurl_la-mbedtls.lo
CC vtls/libcurl_la-mbedtls_threadlock.lo
CC vtls/libcurl_la-openssl.lo
CC vtls/libcurl_la-rustls.lo
CC vtls/libcurl_la-schannel.lo
CC vtls/libcurl_la-schannel_verify.lo
CC vtls/libcurl_la-sectransp.lo
CC vtls/libcurl_la-vtls.lo
CC vtls/libcurl_la-vtls_scache.lo
CC vtls/libcurl_la-vtls_spack.lo
CC vtls/libcurl_la-wolfssl.lo
CC vtls/libcurl_la-x509asn1.lo
CC vquic/libcurl_la-curl_msh3.lo
CC vquic/libcurl_la-curl_ngtcp2.lo
CC vquic/libcurl_la-curl_osslq.lo
CC vquic/libcurl_la-curl_quiche.lo
CC vquic/libcurl_la-vquic.lo
CC vquic/libcurl_la-vquic-tls.lo
CC vssh/libcurl_la-libssh.lo
CC vssh/libcurl_la-libssh2.lo
CC vssh/libcurl_la-curl_path.lo
CC vssh/libcurl_la-wolfssh.lo
CCLD libcurl.la
CC libcurlu_la-altsvc.lo
CC libcurlu_la-amigaos.lo
CC libcurlu_la-asyn-ares.lo
CC libcurlu_la-asyn-base.lo
CC libcurlu_la-asyn-thrdd.lo
CC libcurlu_la-base64.lo
CC libcurlu_la-bufq.lo
CC libcurlu_la-bufref.lo
CC libcurlu_la-cf-h1-proxy.lo
CC libcurlu_la-cf-h2-proxy.lo
CC libcurlu_la-cf-haproxy.lo
CC libcurlu_la-cf-https-connect.lo
CC libcurlu_la-cf-socket.lo
CC libcurlu_la-cfilters.lo
CC libcurlu_la-conncache.lo
CC libcurlu_la-cshutdn.lo
CC libcurlu_la-connect.lo
CC libcurlu_la-content_encoding.lo
CC libcurlu_la-cookie.lo
CC libcurlu_la-curl_addrinfo.lo
CC libcurlu_la-curl_des.lo
CC libcurlu_la-curl_endian.lo
CC libcurlu_la-curl_fnmatch.lo
CC libcurlu_la-curl_get_line.lo
CC libcurlu_la-curl_gethostname.lo
CC libcurlu_la-curl_gssapi.lo
CC libcurlu_la-curl_memrchr.lo
CC libcurlu_la-curl_multibyte.lo
CC libcurlu_la-curl_ntlm_core.lo
CC libcurlu_la-curl_range.lo
CC libcurlu_la-curl_rtmp.lo
CC libcurlu_la-curl_sasl.lo
CC libcurlu_la-curl_sha512_256.lo
CC libcurlu_la-curl_sspi.lo
CC libcurlu_la-curl_threads.lo
CC libcurlu_la-curl_trc.lo
CC libcurlu_la-cw-out.lo
CC libcurlu_la-cw-pause.lo
CC libcurlu_la-dict.lo
CC libcurlu_la-doh.lo
CC libcurlu_la-dynbuf.lo
CC libcurlu_la-dynhds.lo
CC libcurlu_la-easy.lo
CC libcurlu_la-easygetopt.lo
CC libcurlu_la-easyoptions.lo
CC libcurlu_la-escape.lo
CC libcurlu_la-file.lo
CC libcurlu_la-fileinfo.lo
CC libcurlu_la-fopen.lo
CC libcurlu_la-formdata.lo
CC libcurlu_la-ftp.lo
CC libcurlu_la-ftplistparser.lo
CC libcurlu_la-getenv.lo
CC libcurlu_la-getinfo.lo
CC libcurlu_la-gopher.lo
CC libcurlu_la-hash.lo
CC libcurlu_la-headers.lo
CC libcurlu_la-hmac.lo
CC libcurlu_la-hostip.lo
CC libcurlu_la-hostip4.lo
CC libcurlu_la-hostip6.lo
CC libcurlu_la-hsts.lo
CC libcurlu_la-http.lo
CC libcurlu_la-http1.lo
CC libcurlu_la-http2.lo
CC libcurlu_la-http_aws_sigv4.lo
CC libcurlu_la-http_chunks.lo
CC libcurlu_la-http_digest.lo
CC libcurlu_la-http_negotiate.lo
CC libcurlu_la-http_ntlm.lo
CC libcurlu_la-http_proxy.lo
CC libcurlu_la-httpsrr.lo
CC libcurlu_la-idn.lo
CC libcurlu_la-if2ip.lo
CC libcurlu_la-imap.lo
CC libcurlu_la-inet_ntop.lo
CC libcurlu_la-inet_pton.lo
CC libcurlu_la-krb5.lo
CC libcurlu_la-ldap.lo
CC libcurlu_la-llist.lo
CC libcurlu_la-macos.lo
CC libcurlu_la-md4.lo
CC libcurlu_la-md5.lo
CC libcurlu_la-memdebug.lo
CC libcurlu_la-mime.lo
CC libcurlu_la-mprintf.lo
CC libcurlu_la-mqtt.lo
CC libcurlu_la-multi.lo
CC libcurlu_la-multi_ev.lo
CC libcurlu_la-netrc.lo
CC libcurlu_la-nonblock.lo
CC libcurlu_la-noproxy.lo
CC libcurlu_la-openldap.lo
CC libcurlu_la-parsedate.lo
CC libcurlu_la-pingpong.lo
CC libcurlu_la-pop3.lo
CC libcurlu_la-progress.lo
CC libcurlu_la-psl.lo
CC libcurlu_la-rand.lo
CC libcurlu_la-rename.lo
CC libcurlu_la-request.lo
CC libcurlu_la-rtsp.lo
CC libcurlu_la-select.lo
CC libcurlu_la-sendf.lo
CC libcurlu_la-setopt.lo
CC libcurlu_la-sha256.lo
CC libcurlu_la-share.lo
CC libcurlu_la-slist.lo
CC libcurlu_la-smb.lo
CC libcurlu_la-smtp.lo
CC libcurlu_la-socketpair.lo
CC libcurlu_la-socks.lo
CC libcurlu_la-socks_gssapi.lo
CC libcurlu_la-socks_sspi.lo
CC libcurlu_la-speedcheck.lo
CC libcurlu_la-splay.lo
CC libcurlu_la-strcase.lo
CC libcurlu_la-strdup.lo
CC libcurlu_la-strequal.lo
CC libcurlu_la-strerror.lo
CC libcurlu_la-strparse.lo
CC libcurlu_la-system_win32.lo
CC libcurlu_la-telnet.lo
CC libcurlu_la-tftp.lo
CC libcurlu_la-timediff.lo
CC libcurlu_la-timeval.lo
CC libcurlu_la-transfer.lo
CC libcurlu_la-uint-bset.lo
CC libcurlu_la-uint-hash.lo
CC libcurlu_la-uint-spbset.lo
CC libcurlu_la-uint-table.lo
CC libcurlu_la-url.lo
CC libcurlu_la-urlapi.lo
CC libcurlu_la-version.lo
CC libcurlu_la-version_win32.lo
CC libcurlu_la-warnless.lo
CC libcurlu_la-ws.lo
CC vauth/libcurlu_la-cleartext.lo
CC vauth/libcurlu_la-cram.lo
CC vauth/libcurlu_la-digest.lo
CC vauth/libcurlu_la-digest_sspi.lo
CC vauth/libcurlu_la-gsasl.lo
CC vauth/libcurlu_la-krb5_gssapi.lo
CC vauth/libcurlu_la-krb5_sspi.lo
CC vauth/libcurlu_la-ntlm.lo
CC vauth/libcurlu_la-ntlm_sspi.lo
CC vauth/libcurlu_la-oauth2.lo
CC vauth/libcurlu_la-spnego_gssapi.lo
CC vauth/libcurlu_la-spnego_sspi.lo
CC vauth/libcurlu_la-vauth.lo
CC vtls/libcurlu_la-bearssl.lo
CC vtls/libcurlu_la-cipher_suite.lo
CC vtls/libcurlu_la-gtls.lo
CC vtls/libcurlu_la-hostcheck.lo
CC vtls/libcurlu_la-keylog.lo
CC vtls/libcurlu_la-mbedtls.lo
CC vtls/libcurlu_la-mbedtls_threadlock.lo
CC vtls/libcurlu_la-openssl.lo
CC vtls/libcurlu_la-rustls.lo
CC vtls/libcurlu_la-schannel.lo
CC vtls/libcurlu_la-schannel_verify.lo
CC vtls/libcurlu_la-sectransp.lo
CC vtls/libcurlu_la-vtls.lo
CC vtls/libcurlu_la-vtls_scache.lo
CC vtls/libcurlu_la-vtls_spack.lo
CC vtls/libcurlu_la-wolfssl.lo
CC vtls/libcurlu_la-x509asn1.lo
CC vquic/libcurlu_la-curl_msh3.lo
CC vquic/libcurlu_la-curl_ngtcp2.lo
CC vquic/libcurlu_la-curl_osslq.lo
CC vquic/libcurlu_la-curl_quiche.lo
CC vquic/libcurlu_la-vquic.lo
CC vquic/libcurlu_la-vquic-tls.lo
CC vssh/libcurlu_la-libssh.lo
CC vssh/libcurlu_la-libssh2.lo
CC vssh/libcurlu_la-curl_path.lo
CC vssh/libcurlu_la-wolfssh.lo
CCLD libcurlu.la
RUN checksrc
gmake[2]: Leaving directory '/build-4699/lib'
gmake[1]: Leaving directory '/build-4699/lib'
Making all in docs
gmake[1]: Entering directory '/build-4699/docs'
Making all in .
gmake[2]: Entering directory '/build-4699/docs'
RENDER curl-config.1
RENDER wcurl.1
gmake[2]: Leaving directory '/build-4699/docs'
Making all in cmdline-opts
gmake[2]: Entering directory '/build-4699/docs/cmdline-opts'
GENERATE curl.1
GENERATE curl.txt
gmake[2]: Leaving directory '/build-4699/docs/cmdline-opts'
Making all in libcurl
gmake[2]: Entering directory '/build-4699/docs/libcurl'
Making all in opts
gmake[3]: Entering directory '/build-4699/docs/libcurl/opts'
RENDER CURLINFO_ACTIVESOCKET.3
RENDER CURLINFO_APPCONNECT_TIME.3
RENDER CURLINFO_APPCONNECT_TIME_T.3
RENDER CURLINFO_CAINFO.3
RENDER CURLINFO_CAPATH.3
RENDER CURLINFO_CERTINFO.3
RENDER CURLINFO_CONDITION_UNMET.3
RENDER CURLINFO_CONNECT_TIME.3
RENDER CURLINFO_CONN_ID.3
RENDER CURLINFO_CONNECT_TIME_T.3
RENDER CURLINFO_CONTENT_LENGTH_DOWNLOAD.3
RENDER CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3
RENDER CURLINFO_CONTENT_LENGTH_UPLOAD.3
RENDER CURLINFO_CONTENT_LENGTH_UPLOAD_T.3
RENDER CURLINFO_CONTENT_TYPE.3
RENDER CURLINFO_COOKIELIST.3
RENDER CURLINFO_EARLYDATA_SENT_T.3
RENDER CURLINFO_EFFECTIVE_METHOD.3
RENDER CURLINFO_EFFECTIVE_URL.3
RENDER CURLINFO_FILETIME.3
RENDER CURLINFO_FILETIME_T.3
RENDER CURLINFO_FTP_ENTRY_PATH.3
RENDER CURLINFO_HEADER_SIZE.3
RENDER CURLINFO_HTTP_CONNECTCODE.3
RENDER CURLINFO_HTTP_VERSION.3
RENDER CURLINFO_HTTPAUTH_AVAIL.3
RENDER CURLINFO_HTTPAUTH_USED.3
RENDER CURLINFO_LASTSOCKET.3
RENDER CURLINFO_LOCAL_IP.3
RENDER CURLINFO_LOCAL_PORT.3
RENDER CURLINFO_NAMELOOKUP_TIME.3
RENDER CURLINFO_NAMELOOKUP_TIME_T.3
RENDER CURLINFO_NUM_CONNECTS.3
RENDER CURLINFO_OS_ERRNO.3
RENDER CURLINFO_PRETRANSFER_TIME.3
RENDER CURLINFO_PRETRANSFER_TIME_T.3
RENDER CURLINFO_POSTTRANSFER_TIME_T.3
RENDER CURLINFO_PRIMARY_IP.3
RENDER CURLINFO_PRIMARY_PORT.3
RENDER CURLINFO_PRIVATE.3
RENDER CURLINFO_PROTOCOL.3
RENDER CURLINFO_PROXY_ERROR.3
RENDER CURLINFO_PROXY_SSL_VERIFYRESULT.3
RENDER CURLINFO_PROXYAUTH_AVAIL.3
RENDER CURLINFO_PROXYAUTH_USED.3
RENDER CURLINFO_QUEUE_TIME_T.3
RENDER CURLINFO_REDIRECT_COUNT.3
RENDER CURLINFO_REDIRECT_TIME.3
RENDER CURLINFO_REDIRECT_TIME_T.3
RENDER CURLINFO_REDIRECT_URL.3
RENDER CURLINFO_REFERER.3
RENDER CURLINFO_REQUEST_SIZE.3
RENDER CURLINFO_RESPONSE_CODE.3
RENDER CURLINFO_RETRY_AFTER.3
RENDER CURLINFO_RTSP_CLIENT_CSEQ.3
RENDER CURLINFO_RTSP_CSEQ_RECV.3
RENDER CURLINFO_RTSP_SERVER_CSEQ.3
RENDER CURLINFO_RTSP_SESSION_ID.3
RENDER CURLINFO_SCHEME.3
RENDER CURLINFO_SIZE_DOWNLOAD.3
RENDER CURLINFO_SIZE_DOWNLOAD_T.3
RENDER CURLINFO_SIZE_UPLOAD.3
RENDER CURLINFO_SIZE_UPLOAD_T.3
RENDER CURLINFO_SPEED_DOWNLOAD.3
RENDER CURLINFO_SPEED_DOWNLOAD_T.3
RENDER CURLINFO_SPEED_UPLOAD.3
RENDER CURLINFO_SPEED_UPLOAD_T.3
RENDER CURLINFO_SSL_ENGINES.3
RENDER CURLINFO_SSL_VERIFYRESULT.3
RENDER CURLINFO_STARTTRANSFER_TIME.3
RENDER CURLINFO_STARTTRANSFER_TIME_T.3
RENDER CURLINFO_TLS_SESSION.3
RENDER CURLINFO_TLS_SSL_PTR.3
RENDER CURLINFO_TOTAL_TIME.3
RENDER CURLINFO_TOTAL_TIME_T.3
RENDER CURLINFO_USED_PROXY.3
RENDER CURLINFO_XFER_ID.3
RENDER CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3
RENDER CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3
RENDER CURLMOPT_MAX_CONCURRENT_STREAMS.3
RENDER CURLMOPT_MAX_HOST_CONNECTIONS.3
RENDER CURLMOPT_MAX_PIPELINE_LENGTH.3
RENDER CURLMOPT_MAX_TOTAL_CONNECTIONS.3
RENDER CURLMOPT_MAXCONNECTS.3
RENDER CURLMOPT_PIPELINING.3
RENDER CURLMOPT_PIPELINING_SERVER_BL.3
RENDER CURLMOPT_PIPELINING_SITE_BL.3
RENDER CURLMOPT_PUSHDATA.3
RENDER CURLMOPT_PUSHFUNCTION.3
RENDER CURLMOPT_SOCKETDATA.3
RENDER CURLMOPT_SOCKETFUNCTION.3
RENDER CURLMOPT_TIMERDATA.3
RENDER CURLMOPT_TIMERFUNCTION.3
RENDER CURLOPT_ABSTRACT_UNIX_SOCKET.3
RENDER CURLOPT_ACCEPT_ENCODING.3
RENDER CURLOPT_ACCEPTTIMEOUT_MS.3
RENDER CURLOPT_ADDRESS_SCOPE.3
RENDER CURLOPT_ALTSVC.3
RENDER CURLOPT_ALTSVC_CTRL.3
RENDER CURLOPT_APPEND.3
RENDER CURLOPT_AUTOREFERER.3
RENDER CURLOPT_AWS_SIGV4.3
RENDER CURLOPT_BUFFERSIZE.3
RENDER CURLOPT_CAINFO.3
RENDER CURLOPT_CAINFO_BLOB.3
RENDER CURLOPT_CAPATH.3
RENDER CURLOPT_CA_CACHE_TIMEOUT.3
RENDER CURLOPT_CERTINFO.3
RENDER CURLOPT_CHUNK_BGN_FUNCTION.3
RENDER CURLOPT_CHUNK_DATA.3
RENDER CURLOPT_CHUNK_END_FUNCTION.3
RENDER CURLOPT_CLOSESOCKETDATA.3
RENDER CURLOPT_CLOSESOCKETFUNCTION.3
RENDER CURLOPT_CONNECT_ONLY.3
RENDER CURLOPT_CONNECT_TO.3
RENDER CURLOPT_CONNECTTIMEOUT.3
RENDER CURLOPT_CONNECTTIMEOUT_MS.3
RENDER CURLOPT_CONV_FROM_NETWORK_FUNCTION.3
RENDER CURLOPT_CONV_FROM_UTF8_FUNCTION.3
RENDER CURLOPT_CONV_TO_NETWORK_FUNCTION.3
RENDER CURLOPT_COOKIE.3
RENDER CURLOPT_COOKIEFILE.3
RENDER CURLOPT_COOKIEJAR.3
RENDER CURLOPT_COOKIELIST.3
RENDER CURLOPT_COOKIESESSION.3
RENDER CURLOPT_COPYPOSTFIELDS.3
RENDER CURLOPT_CRLF.3
RENDER CURLOPT_CRLFILE.3
RENDER CURLOPT_CURLU.3
RENDER CURLOPT_CUSTOMREQUEST.3
RENDER CURLOPT_DEBUGDATA.3
RENDER CURLOPT_DEBUGFUNCTION.3
RENDER CURLOPT_DEFAULT_PROTOCOL.3
RENDER CURLOPT_DIRLISTONLY.3
RENDER CURLOPT_DISALLOW_USERNAME_IN_URL.3
RENDER CURLOPT_DNS_CACHE_TIMEOUT.3
RENDER CURLOPT_DNS_INTERFACE.3
RENDER CURLOPT_DNS_LOCAL_IP4.3
RENDER CURLOPT_DNS_LOCAL_IP6.3
RENDER CURLOPT_DNS_SERVERS.3
RENDER CURLOPT_DNS_SHUFFLE_ADDRESSES.3
RENDER CURLOPT_DNS_USE_GLOBAL_CACHE.3
RENDER CURLOPT_DOH_SSL_VERIFYHOST.3
RENDER CURLOPT_DOH_SSL_VERIFYPEER.3
RENDER CURLOPT_DOH_SSL_VERIFYSTATUS.3
RENDER CURLOPT_DOH_URL.3
RENDER CURLOPT_ECH.3
RENDER CURLOPT_EGDSOCKET.3
RENDER CURLOPT_ERRORBUFFER.3
RENDER CURLOPT_EXPECT_100_TIMEOUT_MS.3
RENDER CURLOPT_FAILONERROR.3
RENDER CURLOPT_FILETIME.3
RENDER CURLOPT_FNMATCH_DATA.3
RENDER CURLOPT_FNMATCH_FUNCTION.3
RENDER CURLOPT_FOLLOWLOCATION.3
RENDER CURLOPT_FORBID_REUSE.3
RENDER CURLOPT_FRESH_CONNECT.3
RENDER CURLOPT_FTP_ACCOUNT.3
RENDER CURLOPT_FTP_ALTERNATIVE_TO_USER.3
RENDER CURLOPT_FTP_CREATE_MISSING_DIRS.3
RENDER CURLOPT_FTP_FILEMETHOD.3
RENDER CURLOPT_FTP_SKIP_PASV_IP.3
RENDER CURLOPT_FTP_SSL_CCC.3
RENDER CURLOPT_FTP_USE_EPRT.3
RENDER CURLOPT_FTP_USE_EPSV.3
RENDER CURLOPT_FTP_USE_PRET.3
RENDER CURLOPT_FTPPORT.3
RENDER CURLOPT_FTPSSLAUTH.3
RENDER CURLOPT_GSSAPI_DELEGATION.3
RENDER CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3
RENDER CURLOPT_HAPROXYPROTOCOL.3
RENDER CURLOPT_HAPROXY_CLIENT_IP.3
RENDER CURLOPT_HEADER.3
RENDER CURLOPT_HEADERDATA.3
RENDER CURLOPT_HEADERFUNCTION.3
RENDER CURLOPT_HEADEROPT.3
RENDER CURLOPT_HSTS.3
RENDER CURLOPT_HSTS_CTRL.3
RENDER CURLOPT_HSTSREADDATA.3
RENDER CURLOPT_HSTSREADFUNCTION.3
RENDER CURLOPT_HSTSWRITEDATA.3
RENDER CURLOPT_HSTSWRITEFUNCTION.3
RENDER CURLOPT_HTTP09_ALLOWED.3
RENDER CURLOPT_HTTP200ALIASES.3
RENDER CURLOPT_HTTP_CONTENT_DECODING.3
RENDER CURLOPT_HTTP_TRANSFER_DECODING.3
RENDER CURLOPT_HTTP_VERSION.3
RENDER CURLOPT_HTTPAUTH.3
RENDER CURLOPT_HTTPGET.3
RENDER CURLOPT_HTTPHEADER.3
RENDER CURLOPT_HTTPPOST.3
RENDER CURLOPT_HTTPPROXYTUNNEL.3
RENDER CURLOPT_IGNORE_CONTENT_LENGTH.3
RENDER CURLOPT_INFILESIZE.3
RENDER CURLOPT_INFILESIZE_LARGE.3
RENDER CURLOPT_INTERFACE.3
RENDER CURLOPT_INTERLEAVEDATA.3
RENDER CURLOPT_INTERLEAVEFUNCTION.3
RENDER CURLOPT_IOCTLDATA.3
RENDER CURLOPT_IOCTLFUNCTION.3
RENDER CURLOPT_IPRESOLVE.3
RENDER CURLOPT_ISSUERCERT.3
RENDER CURLOPT_ISSUERCERT_BLOB.3
RENDER CURLOPT_KEEP_SENDING_ON_ERROR.3
RENDER CURLOPT_KEYPASSWD.3
RENDER CURLOPT_KRBLEVEL.3
RENDER CURLOPT_LOCALPORT.3
RENDER CURLOPT_LOCALPORTRANGE.3
RENDER CURLOPT_LOGIN_OPTIONS.3
RENDER CURLOPT_LOW_SPEED_LIMIT.3
RENDER CURLOPT_LOW_SPEED_TIME.3
RENDER CURLOPT_MAIL_AUTH.3
RENDER CURLOPT_MAIL_FROM.3
RENDER CURLOPT_MAIL_RCPT.3
RENDER CURLOPT_MAIL_RCPT_ALLOWFAILS.3
RENDER CURLOPT_MAX_RECV_SPEED_LARGE.3
RENDER CURLOPT_MAX_SEND_SPEED_LARGE.3
RENDER CURLOPT_MAXAGE_CONN.3
RENDER CURLOPT_MAXCONNECTS.3
RENDER CURLOPT_MAXFILESIZE.3
RENDER CURLOPT_MAXFILESIZE_LARGE.3
RENDER CURLOPT_MAXLIFETIME_CONN.3
RENDER CURLOPT_MAXREDIRS.3
RENDER CURLOPT_MIME_OPTIONS.3
RENDER CURLOPT_MIMEPOST.3
RENDER CURLOPT_NETRC.3
RENDER CURLOPT_NETRC_FILE.3
RENDER CURLOPT_NEW_DIRECTORY_PERMS.3
RENDER CURLOPT_NEW_FILE_PERMS.3
RENDER CURLOPT_NOBODY.3
RENDER CURLOPT_NOPROGRESS.3
RENDER CURLOPT_NOPROXY.3
RENDER CURLOPT_NOSIGNAL.3
RENDER CURLOPT_OPENSOCKETDATA.3
RENDER CURLOPT_OPENSOCKETFUNCTION.3
RENDER CURLOPT_PASSWORD.3
RENDER CURLOPT_PATH_AS_IS.3
RENDER CURLOPT_PINNEDPUBLICKEY.3
RENDER CURLOPT_PIPEWAIT.3
RENDER CURLOPT_PORT.3
RENDER CURLOPT_POST.3
RENDER CURLOPT_POSTFIELDS.3
RENDER CURLOPT_POSTFIELDSIZE.3
RENDER CURLOPT_POSTFIELDSIZE_LARGE.3
RENDER CURLOPT_POSTQUOTE.3
RENDER CURLOPT_POSTREDIR.3
RENDER CURLOPT_PRE_PROXY.3
RENDER CURLOPT_PREQUOTE.3
RENDER CURLOPT_PREREQDATA.3
RENDER CURLOPT_PREREQFUNCTION.3
RENDER CURLOPT_PRIVATE.3
RENDER CURLOPT_PROGRESSDATA.3
RENDER CURLOPT_PROGRESSFUNCTION.3
RENDER CURLOPT_PROTOCOLS.3
RENDER CURLOPT_PROTOCOLS_STR.3
RENDER CURLOPT_PROXY.3
RENDER CURLOPT_PROXY_CAINFO.3
RENDER CURLOPT_PROXY_CAINFO_BLOB.3
RENDER CURLOPT_PROXY_CAPATH.3
RENDER CURLOPT_PROXY_CRLFILE.3
RENDER CURLOPT_PROXY_ISSUERCERT.3
RENDER CURLOPT_PROXY_ISSUERCERT_BLOB.3
RENDER CURLOPT_PROXY_KEYPASSWD.3
RENDER CURLOPT_PROXY_PINNEDPUBLICKEY.3
RENDER CURLOPT_PROXY_SERVICE_NAME.3
RENDER CURLOPT_PROXY_SSL_CIPHER_LIST.3
RENDER CURLOPT_PROXY_SSL_OPTIONS.3
RENDER CURLOPT_PROXY_SSL_VERIFYHOST.3
RENDER CURLOPT_PROXY_SSL_VERIFYPEER.3
RENDER CURLOPT_PROXY_SSLCERT.3
RENDER CURLOPT_PROXY_SSLCERT_BLOB.3
RENDER CURLOPT_PROXY_SSLCERTTYPE.3
RENDER CURLOPT_PROXY_SSLKEY.3
RENDER CURLOPT_PROXY_SSLKEY_BLOB.3
RENDER CURLOPT_PROXY_SSLKEYTYPE.3
RENDER CURLOPT_PROXY_SSLVERSION.3
RENDER CURLOPT_PROXY_TLS13_CIPHERS.3
RENDER CURLOPT_PROXY_TLSAUTH_PASSWORD.3
RENDER CURLOPT_PROXY_TLSAUTH_TYPE.3
RENDER CURLOPT_PROXY_TLSAUTH_USERNAME.3
RENDER CURLOPT_PROXY_TRANSFER_MODE.3
RENDER CURLOPT_PROXYAUTH.3
RENDER CURLOPT_PROXYHEADER.3
RENDER CURLOPT_PROXYPASSWORD.3
RENDER CURLOPT_PROXYPORT.3
RENDER CURLOPT_PROXYTYPE.3
RENDER CURLOPT_PROXYUSERNAME.3
RENDER CURLOPT_PROXYUSERPWD.3
RENDER CURLOPT_PUT.3
RENDER CURLOPT_QUICK_EXIT.3
RENDER CURLOPT_QUOTE.3
RENDER CURLOPT_RANDOM_FILE.3
RENDER CURLOPT_RANGE.3
RENDER CURLOPT_READDATA.3
RENDER CURLOPT_READFUNCTION.3
RENDER CURLOPT_REDIR_PROTOCOLS.3
RENDER CURLOPT_REDIR_PROTOCOLS_STR.3
RENDER CURLOPT_REFERER.3
RENDER CURLOPT_REQUEST_TARGET.3
RENDER CURLOPT_RESOLVE.3
RENDER CURLOPT_RESOLVER_START_DATA.3
RENDER CURLOPT_RESOLVER_START_FUNCTION.3
RENDER CURLOPT_RESUME_FROM.3
RENDER CURLOPT_RESUME_FROM_LARGE.3
RENDER CURLOPT_RTSP_CLIENT_CSEQ.3
RENDER CURLOPT_RTSP_REQUEST.3
RENDER CURLOPT_RTSP_SERVER_CSEQ.3
RENDER CURLOPT_RTSP_SESSION_ID.3
RENDER CURLOPT_RTSP_STREAM_URI.3
RENDER CURLOPT_RTSP_TRANSPORT.3
RENDER CURLOPT_SASL_AUTHZID.3
RENDER CURLOPT_SASL_IR.3
RENDER CURLOPT_SEEKDATA.3
RENDER CURLOPT_SEEKFUNCTION.3
RENDER CURLOPT_SERVER_RESPONSE_TIMEOUT.3
RENDER CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3
RENDER CURLOPT_SERVICE_NAME.3
RENDER CURLOPT_SHARE.3
RENDER CURLOPT_SOCKOPTDATA.3
RENDER CURLOPT_SOCKOPTFUNCTION.3
RENDER CURLOPT_SOCKS5_AUTH.3
RENDER CURLOPT_SOCKS5_GSSAPI_NEC.3
RENDER CURLOPT_SOCKS5_GSSAPI_SERVICE.3
RENDER CURLOPT_SSH_AUTH_TYPES.3
RENDER CURLOPT_SSH_COMPRESSION.3
RENDER CURLOPT_SSH_HOSTKEYDATA.3
RENDER CURLOPT_SSH_HOSTKEYFUNCTION.3
RENDER CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3
RENDER CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3
RENDER CURLOPT_SSH_KEYDATA.3
RENDER CURLOPT_SSH_KEYFUNCTION.3
RENDER CURLOPT_SSH_KNOWNHOSTS.3
RENDER CURLOPT_SSH_PRIVATE_KEYFILE.3
RENDER CURLOPT_SSH_PUBLIC_KEYFILE.3
RENDER CURLOPT_SSL_CIPHER_LIST.3
RENDER CURLOPT_SSL_CTX_DATA.3
RENDER CURLOPT_SSL_CTX_FUNCTION.3
RENDER CURLOPT_SSL_EC_CURVES.3
RENDER CURLOPT_SSL_ENABLE_ALPN.3
RENDER CURLOPT_SSL_ENABLE_NPN.3
RENDER CURLOPT_SSL_FALSESTART.3
RENDER CURLOPT_SSL_OPTIONS.3
RENDER CURLOPT_SSL_SESSIONID_CACHE.3
RENDER CURLOPT_SSL_VERIFYHOST.3
RENDER CURLOPT_SSL_VERIFYPEER.3
RENDER CURLOPT_SSL_VERIFYSTATUS.3
RENDER CURLOPT_SSLCERT.3
RENDER CURLOPT_SSLCERT_BLOB.3
RENDER CURLOPT_SSLCERTTYPE.3
RENDER CURLOPT_SSLENGINE.3
RENDER CURLOPT_SSLENGINE_DEFAULT.3
RENDER CURLOPT_SSLKEY.3
RENDER CURLOPT_SSLKEY_BLOB.3
RENDER CURLOPT_SSLKEYTYPE.3
RENDER CURLOPT_SSLVERSION.3
RENDER CURLOPT_STDERR.3
RENDER CURLOPT_STREAM_DEPENDS.3
RENDER CURLOPT_STREAM_DEPENDS_E.3
RENDER CURLOPT_STREAM_WEIGHT.3
RENDER CURLOPT_SUPPRESS_CONNECT_HEADERS.3
RENDER CURLOPT_TCP_FASTOPEN.3
RENDER CURLOPT_TCP_KEEPALIVE.3
RENDER CURLOPT_TCP_KEEPIDLE.3
RENDER CURLOPT_TCP_KEEPINTVL.3
RENDER CURLOPT_TCP_KEEPCNT.3
RENDER CURLOPT_TCP_NODELAY.3
RENDER CURLOPT_TELNETOPTIONS.3
RENDER CURLOPT_TFTP_BLKSIZE.3
RENDER CURLOPT_TFTP_NO_OPTIONS.3
RENDER CURLOPT_TIMECONDITION.3
RENDER CURLOPT_TIMEOUT.3
RENDER CURLOPT_TIMEOUT_MS.3
RENDER CURLOPT_TIMEVALUE.3
RENDER CURLOPT_TIMEVALUE_LARGE.3
RENDER CURLOPT_TLS13_CIPHERS.3
RENDER CURLOPT_TLSAUTH_PASSWORD.3
RENDER CURLOPT_TLSAUTH_TYPE.3
RENDER CURLOPT_TLSAUTH_USERNAME.3
RENDER CURLOPT_TRAILERDATA.3
RENDER CURLOPT_TRAILERFUNCTION.3
RENDER CURLOPT_TRANSFER_ENCODING.3
RENDER CURLOPT_TRANSFERTEXT.3
RENDER CURLOPT_UNIX_SOCKET_PATH.3
RENDER CURLOPT_UNRESTRICTED_AUTH.3
RENDER CURLOPT_UPKEEP_INTERVAL_MS.3
RENDER CURLOPT_UPLOAD.3
RENDER CURLOPT_UPLOAD_BUFFERSIZE.3
RENDER CURLOPT_UPLOAD_FLAGS.3
RENDER CURLOPT_URL.3
RENDER CURLOPT_USE_SSL.3
RENDER CURLOPT_USERAGENT.3
RENDER CURLOPT_USERNAME.3
RENDER CURLOPT_USERPWD.3
RENDER CURLOPT_VERBOSE.3
RENDER CURLOPT_WILDCARDMATCH.3
RENDER CURLOPT_WRITEDATA.3
RENDER CURLOPT_WRITEFUNCTION.3
RENDER CURLOPT_WS_OPTIONS.3
RENDER CURLOPT_XFERINFODATA.3
RENDER CURLOPT_XFERINFOFUNCTION.3
RENDER CURLOPT_XOAUTH2_BEARER.3
RENDER CURLSHOPT_LOCKFUNC.3
RENDER CURLSHOPT_SHARE.3
RENDER CURLSHOPT_UNLOCKFUNC.3
RENDER CURLSHOPT_UNSHARE.3
RENDER CURLSHOPT_USERDATA.3
gmake[3]: Leaving directory '/build-4699/docs/libcurl/opts'
gmake[3]: Entering directory '/build-4699/docs/libcurl'
RENDER curl_easy_cleanup.3
RENDER curl_easy_duphandle.3
RENDER curl_easy_escape.3
RENDER curl_easy_getinfo.3
RENDER curl_easy_header.3
RENDER curl_easy_init.3
RENDER curl_easy_nextheader.3
RENDER curl_easy_option_by_id.3
RENDER curl_easy_option_by_name.3
RENDER curl_easy_option_next.3
RENDER curl_easy_pause.3
RENDER curl_easy_perform.3
RENDER curl_easy_recv.3
RENDER curl_easy_reset.3
RENDER curl_easy_send.3
RENDER curl_easy_setopt.3
RENDER curl_easy_ssls_export.3
RENDER curl_easy_ssls_import.3
RENDER curl_easy_strerror.3
RENDER curl_easy_unescape.3
RENDER curl_easy_upkeep.3
RENDER curl_escape.3
RENDER curl_formadd.3
RENDER curl_formfree.3
RENDER curl_formget.3
RENDER curl_free.3
RENDER curl_getdate.3
RENDER curl_getenv.3
RENDER curl_global_cleanup.3
RENDER curl_global_init.3
RENDER curl_global_init_mem.3
RENDER curl_global_sslset.3
RENDER curl_global_trace.3
RENDER curl_mime_addpart.3
RENDER curl_mime_data.3
RENDER curl_mime_data_cb.3
RENDER curl_mime_encoder.3
RENDER curl_mime_filedata.3
RENDER curl_mime_filename.3
RENDER curl_mime_free.3
RENDER curl_mime_headers.3
RENDER curl_mime_init.3
RENDER curl_mime_name.3
RENDER curl_mime_subparts.3
RENDER curl_mime_type.3
RENDER curl_mprintf.3
RENDER curl_multi_add_handle.3
RENDER curl_multi_assign.3
RENDER curl_multi_cleanup.3
RENDER curl_multi_fdset.3
RENDER curl_multi_get_handles.3
RENDER curl_multi_info_read.3
RENDER curl_multi_init.3
RENDER curl_multi_perform.3
RENDER curl_multi_poll.3
RENDER curl_multi_remove_handle.3
RENDER curl_multi_setopt.3
RENDER curl_multi_socket.3
RENDER curl_multi_socket_action.3
RENDER curl_multi_socket_all.3
RENDER curl_multi_strerror.3
RENDER curl_multi_timeout.3
RENDER curl_multi_wait.3
RENDER curl_multi_waitfds.3
RENDER curl_multi_wakeup.3
RENDER curl_pushheader_byname.3
RENDER curl_pushheader_bynum.3
RENDER curl_share_cleanup.3
RENDER curl_share_init.3
RENDER curl_share_setopt.3
RENDER curl_share_strerror.3
RENDER curl_slist_append.3
RENDER curl_slist_free_all.3
RENDER curl_strequal.3
RENDER curl_strnequal.3
RENDER curl_unescape.3
RENDER curl_url.3
RENDER curl_url_cleanup.3
RENDER curl_url_dup.3
RENDER curl_url_get.3
RENDER curl_url_set.3
RENDER curl_url_strerror.3
RENDER curl_version.3
RENDER curl_version_info.3
RENDER curl_ws_meta.3
RENDER curl_ws_recv.3
RENDER curl_ws_send.3
RENDER libcurl-easy.3
RENDER libcurl-env-dbg.3
RENDER libcurl-env.3
RENDER libcurl-errors.3
RENDER libcurl-multi.3
RENDER libcurl-security.3
RENDER libcurl-share.3
RENDER libcurl-symbols.md
RENDER libcurl-symbols.3
RENDER libcurl-thread.3
RENDER libcurl-tutorial.3
RENDER libcurl-url.3
RENDER libcurl-ws.3
RENDER libcurl.3
gmake[3]: Leaving directory '/build-4699/docs/libcurl'
gmake[2]: Leaving directory '/build-4699/docs/libcurl'
RENDER mk-ca-bundle.1
gmake[1]: Leaving directory '/build-4699/docs'
Making all in src
gmake[1]: Entering directory '/build-4699/src'
CC curl-slist_wc.o
CC curl-terminal.o
CC curl-tool_bname.o
CC curl-tool_cb_dbg.o
CC curl-tool_cb_hdr.o
CC curl-tool_cb_prg.o
CC curl-tool_cb_rea.o
CC curl-tool_cb_see.o
CC curl-tool_cb_soc.o
CC curl-tool_cb_wrt.o
CC curl-tool_cfgable.o
CC curl-tool_dirhie.o
CC curl-tool_doswin.o
CC curl-tool_easysrc.o
CC curl-tool_filetime.o
CC curl-tool_findfile.o
CC curl-tool_formparse.o
CC curl-tool_getparam.o
CC curl-tool_getpass.o
CC curl-tool_help.o
CC curl-tool_helpers.o
CC curl-tool_ipfs.o
CC curl-tool_libinfo.o
CC curl-tool_listhelp.o
CC curl-tool_main.o
CC curl-tool_msgs.o
CC curl-tool_operate.o
CC curl-tool_operhlp.o
CC curl-tool_paramhlp.o
CC curl-tool_parsecfg.o
CC curl-tool_progress.o
CC curl-tool_setopt.o
CC curl-tool_sleep.o
CC curl-tool_ssls.o
CC curl-tool_stderr.o
CC curl-tool_strdup.o
CC curl-tool_urlglob.o
CC curl-tool_util.o
CC curl-tool_vms.o
CC curl-tool_writeout.o
CC curl-tool_writeout_json.o
CC curl-tool_xattr.o
CC curl-var.o
CC ../lib/curl-base64.o
CC ../lib/curl-curl_multibyte.o
CC ../lib/curl-dynbuf.o
CC ../lib/curl-nonblock.o
CC ../lib/curl-strparse.o
CC ../lib/curl-strcase.o
CC ../lib/curl-timediff.o
CC ../lib/curl-timeval.o
CC ../lib/curl-version_win32.o
CC ../lib/curl-warnless.o
HUGE tool_hugehelp.c
CC curl-tool_hugehelp.o
echo 'extern const void *curl_ca_embed; const void *curl_ca_embed;' > ./tool_ca_embed.c
CC curl-tool_ca_embed.o
CCLD curl
CC libcurltool_la-slist_wc.lo
CC libcurltool_la-terminal.lo
CC libcurltool_la-tool_bname.lo
CC libcurltool_la-tool_cb_dbg.lo
CC libcurltool_la-tool_cb_hdr.lo
CC libcurltool_la-tool_cb_prg.lo
CC libcurltool_la-tool_cb_rea.lo
CC libcurltool_la-tool_cb_see.lo
CC libcurltool_la-tool_cb_soc.lo
CC libcurltool_la-tool_cb_wrt.lo
CC libcurltool_la-tool_cfgable.lo
CC libcurltool_la-tool_dirhie.lo
CC libcurltool_la-tool_doswin.lo
CC libcurltool_la-tool_easysrc.lo
CC libcurltool_la-tool_filetime.lo
CC libcurltool_la-tool_findfile.lo
CC libcurltool_la-tool_formparse.lo
CC libcurltool_la-tool_getparam.lo
CC libcurltool_la-tool_getpass.lo
CC libcurltool_la-tool_help.lo
CC libcurltool_la-tool_helpers.lo
CC libcurltool_la-tool_ipfs.lo
CC libcurltool_la-tool_libinfo.lo
CC libcurltool_la-tool_listhelp.lo
CC libcurltool_la-tool_main.lo
CC libcurltool_la-tool_msgs.lo
CC libcurltool_la-tool_operate.lo
CC libcurltool_la-tool_operhlp.lo
CC libcurltool_la-tool_paramhlp.lo
CC libcurltool_la-tool_parsecfg.lo
CC libcurltool_la-tool_progress.lo
CC libcurltool_la-tool_setopt.lo
CC libcurltool_la-tool_sleep.lo
CC libcurltool_la-tool_ssls.lo
CC libcurltool_la-tool_stderr.lo
CC libcurltool_la-tool_strdup.lo
CC libcurltool_la-tool_urlglob.lo
CC libcurltool_la-tool_util.lo
CC libcurltool_la-tool_vms.lo
CC libcurltool_la-tool_writeout.lo
CC libcurltool_la-tool_writeout_json.lo
CC libcurltool_la-tool_xattr.lo
CC libcurltool_la-var.lo
CC ../lib/libcurltool_la-base64.lo
CC ../lib/libcurltool_la-curl_multibyte.lo
CC ../lib/libcurltool_la-dynbuf.lo
CC ../lib/libcurltool_la-nonblock.lo
CC ../lib/libcurltool_la-strparse.lo
CC ../lib/libcurltool_la-strcase.lo
CC ../lib/libcurltool_la-timediff.lo
CC ../lib/libcurltool_la-timeval.lo
CC ../lib/libcurltool_la-version_win32.lo
CC ../lib/libcurltool_la-warnless.lo
CCLD libcurltool.la
RUN checksrc
gmake[1]: Leaving directory '/build-4699/src'
Making all in scripts
gmake[1]: Entering directory '/build-4699/scripts'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/build-4699/scripts'
gmake[1]: Entering directory '/build-4699'
gmake[1]: Nothing to be done for 'all-am'.
gmake[1]: Leaving directory '/build-4699'
testcurl: libcurl was created fine (libcurl.la)
testcurl: curl was created fine (curl)
testcurl: display curl --version output
testcurl: build examples
CC 10-at-a-time.o
CCLD 10-at-a-time
CC address-scope.o
CCLD address-scope
CC altsvc.o
CCLD altsvc
CC anyauthput.o
CCLD anyauthput
CC block_ip.o
CCLD block_ip
CC certinfo.o
CCLD certinfo
CC chkspeed.o
CCLD chkspeed
CC connect-to.o
CCLD connect-to
CC cookie_interface.o
CCLD cookie_interface
CC debug.o
CCLD debug
CC default-scheme.o
CCLD default-scheme
CC externalsocket.o
CCLD externalsocket
CC fileupload.o
CCLD fileupload
CC ftp-wildcard.o
CCLD ftp-wildcard
CC ftpget.o
CCLD ftpget
CC ftpgetinfo.o
CCLD ftpgetinfo
CC ftpgetresp.o
CCLD ftpgetresp
CC ftpsget.o
CCLD ftpsget
CC ftpupload.o
CCLD ftpupload
CC ftpuploadfrommem.o
CCLD ftpuploadfrommem
CC ftpuploadresume.o
CCLD ftpuploadresume
CC getinfo.o
CCLD getinfo
CC getinmemory.o
CCLD getinmemory
CC getredirect.o
CCLD getredirect
CC getreferrer.o
CCLD getreferrer
CC headerapi.o
CCLD headerapi
CC hsts-preload.o
CCLD hsts-preload
CC http-options.o
CCLD http-options
CC http-post.o
CCLD http-post
CC http2-download.o
CCLD http2-download
CC http2-pushinmemory.o
CCLD http2-pushinmemory
CC http2-serverpush.o
CCLD http2-serverpush
CC http2-upload.o
CCLD http2-upload
CC http3.o
CCLD http3
CC http3-present.o
CCLD http3-present
CC httpcustomheader.o
CCLD httpcustomheader
CC httpput.o
CCLD httpput
CC httpput-postfields.o
CCLD httpput-postfields
CC https.o
CCLD https
CC imap-append.o
CCLD imap-append
CC imap-authzid.o
CCLD imap-authzid
CC imap-copy.o
CCLD imap-copy
CC imap-create.o
CCLD imap-create
CC imap-delete.o
CCLD imap-delete
CC imap-examine.o
CCLD imap-examine
CC imap-fetch.o
CCLD imap-fetch
CC imap-list.o
CCLD imap-list
CC imap-lsub.o
CCLD imap-lsub
CC imap-multi.o
CCLD imap-multi
CC imap-noop.o
CCLD imap-noop
CC imap-search.o
CCLD imap-search
CC imap-ssl.o
CCLD imap-ssl
CC imap-store.o
CCLD imap-store
CC imap-tls.o
CCLD imap-tls
CC interface.o
CCLD interface
CC ipv6.o
CCLD ipv6
CC keepalive.o
CCLD keepalive
CC localport.o
CCLD localport
CC maxconnects.o
CCLD maxconnects
CC multi-app.o
CCLD multi-app
CC multi-debugcallback.o
CCLD multi-debugcallback
CC multi-double.o
CCLD multi-double
CC multi-formadd.o
CCLD multi-formadd
CC multi-legacy.o
CCLD multi-legacy
CC multi-post.o
CCLD multi-post
CC multi-single.o
CCLD multi-single
CC netrc.o
CCLD netrc
CC parseurl.o
CCLD parseurl
CC persistent.o
CCLD persistent
CC pop3-authzid.o
CCLD pop3-authzid
CC pop3-dele.o
CCLD pop3-dele
CC pop3-list.o
CCLD pop3-list
CC pop3-multi.o
CCLD pop3-multi
CC pop3-noop.o
CCLD pop3-noop
CC pop3-retr.o
CCLD pop3-retr
CC pop3-ssl.o
CCLD pop3-ssl
CC pop3-stat.o
CCLD pop3-stat
CC pop3-tls.o
CCLD pop3-tls
CC pop3-top.o
CCLD pop3-top
CC pop3-uidl.o
CCLD pop3-uidl
CC post-callback.o
CCLD post-callback
CC postinmemory.o
CCLD postinmemory
CC postit2.o
CCLD postit2
CC postit2-formadd.o
CCLD postit2-formadd
CC progressfunc.o
CCLD progressfunc
CC protofeats.o
CCLD protofeats
CC range.o
CCLD range
CC resolve.o
CCLD resolve
CC rtsp-options.o
CCLD rtsp-options
CC sendrecv.o
CCLD sendrecv
CC sepheaders.o
CCLD sepheaders
CC sftpget.o
CCLD sftpget
CC sftpuploadresume.o
CCLD sftpuploadresume
CC shared-connection-cache.o
CCLD shared-connection-cache
CC simple.o
CCLD simple
CC simplepost.o
CCLD simplepost
CC simplessl.o
CCLD simplessl
CC smtp-authzid.o
CCLD smtp-authzid
CC smtp-expn.o
CCLD smtp-expn
CC smtp-mail.o
CCLD smtp-mail
CC smtp-mime.o
CCLD smtp-mime
CC smtp-multi.o
CCLD smtp-multi
CC smtp-ssl.o
CCLD smtp-ssl
CC smtp-tls.o
CCLD smtp-tls
CC smtp-vrfy.o
CCLD smtp-vrfy
CC sslbackend.o
CCLD sslbackend
CC unixsocket.o
CCLD unixsocket
CC url2file.o
CCLD url2file
CC urlapi.o
CCLD urlapi
CC websocket.o
CCLD websocket
CC websocket-cb.o
CCLD websocket-cb
testcurl: gmake -k test-full
gmake[1]: Entering directory '/build-4699/tests'
Making all in certs
gmake[2]: Entering directory '/build-4699/tests/certs'
/opt/csw/bin/perl /tests/certs/genserv.pl test test-localhost.prm test-localhost.nn.prm test-localhost0h.prm test-localhost-san-first.prm test-localhost-san-last.prm test-client-cert.prm
/opt/csw/bin/openssl
OpenSSL 1.1.1w 11 Sep 2023
Signature ok
subject=C = NN, O = Edel Curl Arctic Illudium Research Cloud, CN = Northern Nowhere Trust Anchor
Getting Private key
CA root generated: test 6000 days prime256v1
Certificate generated: CA=test 300days prime256v1 test-localhost
Certificate generated: CA=test 300days prime256v1 test-localhost.nn
Certificate generated: CA=test 300days prime256v1 test-localhost0h
Certificate generated: CA=test 300days prime256v1 test-localhost-san-first
Certificate generated: CA=test 300days prime256v1 test-localhost-san-last
Certificate generated: CA=test 300days prime256v1 test-client-cert
gmake[2]: Leaving directory '/build-4699/tests/certs'
Making all in data
gmake[2]: Entering directory '/build-4699/tests/data'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/build-4699/tests/data'
Making all in server
gmake[2]: Entering directory '/build-4699/tests/server'
CC ../../lib/resolve-memdebug.o
CC ../../lib/resolve-mprintf.o
CC ../../lib/resolve-nonblock.o
CC ../../lib/resolve-strparse.o
CC ../../lib/resolve-strequal.o
CC ../../lib/resolve-warnless.o
CC ../../lib/resolve-timediff.o
CC ../../lib/resolve-timeval.o
CC ../../lib/resolve-dynbuf.o
CC ../../lib/resolve-strcase.o
CC ../../lib/resolve-strdup.o
CC ../../lib/resolve-curl_get_line.o
CC ../../lib/resolve-curl_multibyte.o
CC ../../lib/resolve-version_win32.o
CC resolve-getpart.o
CC resolve-util.o
CC ../../lib/resolve-base64.o
CC ../../lib/resolve-strerror.o
CC resolve-resolve.o
CCLD resolve
CC ../../lib/rtspd-memdebug.o
CC ../../lib/rtspd-mprintf.o
CC ../../lib/rtspd-nonblock.o
CC ../../lib/rtspd-strparse.o
CC ../../lib/rtspd-strequal.o
CC ../../lib/rtspd-warnless.o
CC ../../lib/rtspd-timediff.o
CC ../../lib/rtspd-timeval.o
CC ../../lib/rtspd-dynbuf.o
CC ../../lib/rtspd-strcase.o
CC ../../lib/rtspd-strdup.o
CC ../../lib/rtspd-curl_get_line.o
CC ../../lib/rtspd-curl_multibyte.o
CC ../../lib/rtspd-version_win32.o
CC rtspd-getpart.o
CC rtspd-util.o
CC ../../lib/rtspd-base64.o
CC ../../lib/rtspd-strerror.o
CC rtspd-rtspd.o
CCLD rtspd
CC ../../lib/sockfilt-memdebug.o
CC ../../lib/sockfilt-mprintf.o
CC ../../lib/sockfilt-nonblock.o
CC ../../lib/sockfilt-strparse.o
CC ../../lib/sockfilt-strequal.o
CC ../../lib/sockfilt-warnless.o
CC ../../lib/sockfilt-timediff.o
CC ../../lib/sockfilt-timeval.o
CC ../../lib/sockfilt-dynbuf.o
CC ../../lib/sockfilt-strcase.o
CC ../../lib/sockfilt-strdup.o
CC ../../lib/sockfilt-curl_get_line.o
CC ../../lib/sockfilt-curl_multibyte.o
CC ../../lib/sockfilt-version_win32.o
CC sockfilt-getpart.o
CC sockfilt-util.o
CC ../../lib/sockfilt-base64.o
CC ../../lib/sockfilt-strerror.o
CC ../../lib/sockfilt-inet_pton.o
CC sockfilt-sockfilt.o
CCLD sockfilt
CC ../../lib/sws-memdebug.o
CC ../../lib/sws-mprintf.o
CC ../../lib/sws-nonblock.o
CC ../../lib/sws-strparse.o
CC ../../lib/sws-strequal.o
CC ../../lib/sws-warnless.o
CC ../../lib/sws-timediff.o
CC ../../lib/sws-timeval.o
CC ../../lib/sws-dynbuf.o
CC ../../lib/sws-strcase.o
CC ../../lib/sws-strdup.o
CC ../../lib/sws-curl_get_line.o
CC ../../lib/sws-curl_multibyte.o
CC ../../lib/sws-version_win32.o
CC sws-getpart.o
CC sws-util.o
CC ../../lib/sws-base64.o
CC ../../lib/sws-strerror.o
CC ../../lib/sws-inet_pton.o
CC sws-sws.o
CCLD sws
CC ../../lib/tftpd-memdebug.o
CC ../../lib/tftpd-mprintf.o
CC ../../lib/tftpd-nonblock.o
CC ../../lib/tftpd-strparse.o
CC ../../lib/tftpd-strequal.o
CC ../../lib/tftpd-warnless.o
CC ../../lib/tftpd-timediff.o
CC ../../lib/tftpd-timeval.o
CC ../../lib/tftpd-dynbuf.o
CC ../../lib/tftpd-strcase.o
CC ../../lib/tftpd-strdup.o
CC ../../lib/tftpd-curl_get_line.o
CC ../../lib/tftpd-curl_multibyte.o
CC ../../lib/tftpd-version_win32.o
CC tftpd-getpart.o
CC tftpd-util.o
CC ../../lib/tftpd-base64.o
CC ../../lib/tftpd-strerror.o
CC tftpd-tftpd.o
CCLD tftpd
CC ../../lib/socksd-memdebug.o
CC ../../lib/socksd-mprintf.o
CC ../../lib/socksd-nonblock.o
CC ../../lib/socksd-strparse.o
CC ../../lib/socksd-strequal.o
CC ../../lib/socksd-warnless.o
CC ../../lib/socksd-timediff.o
CC ../../lib/socksd-timeval.o
CC ../../lib/socksd-dynbuf.o
CC ../../lib/socksd-strcase.o
CC ../../lib/socksd-strdup.o
CC ../../lib/socksd-curl_get_line.o
CC ../../lib/socksd-curl_multibyte.o
CC ../../lib/socksd-version_win32.o
CC socksd-getpart.o
CC socksd-util.o
CC ../../lib/socksd-base64.o
CC ../../lib/socksd-strerror.o
CC ../../lib/socksd-inet_pton.o
CC socksd-socksd.o
CCLD socksd
CC buildinfo.o
CCLD buildinfo
CC ../../lib/mqttd-memdebug.o
CC ../../lib/mqttd-mprintf.o
CC ../../lib/mqttd-nonblock.o
CC ../../lib/mqttd-strparse.o
CC ../../lib/mqttd-strequal.o
CC ../../lib/mqttd-warnless.o
CC ../../lib/mqttd-timediff.o
CC ../../lib/mqttd-timeval.o
CC ../../lib/mqttd-dynbuf.o
CC ../../lib/mqttd-strcase.o
CC ../../lib/mqttd-strdup.o
CC ../../lib/mqttd-curl_get_line.o
CC ../../lib/mqttd-curl_multibyte.o
CC ../../lib/mqttd-version_win32.o
CC mqttd-getpart.o
CC mqttd-util.o
CC ../../lib/mqttd-base64.o
CC ../../lib/mqttd-strerror.o
CC mqttd-mqttd.o
CCLD mqttd
CC ../../lib/dnsd-memdebug.o
CC ../../lib/dnsd-mprintf.o
CC ../../lib/dnsd-nonblock.o
CC ../../lib/dnsd-strparse.o
CC ../../lib/dnsd-strequal.o
CC ../../lib/dnsd-warnless.o
CC ../../lib/dnsd-timediff.o
CC ../../lib/dnsd-timeval.o
CC ../../lib/dnsd-dynbuf.o
CC ../../lib/dnsd-strcase.o
CC ../../lib/dnsd-strdup.o
CC ../../lib/dnsd-curl_get_line.o
CC ../../lib/dnsd-curl_multibyte.o
CC ../../lib/dnsd-version_win32.o
CC dnsd-getpart.o
CC dnsd-util.o
CC ../../lib/dnsd-base64.o
CC ../../lib/dnsd-strerror.o
CC dnsd-dnsd.o
CCLD dnsd
RUN checksrc
gmake[2]: Leaving directory '/build-4699/tests/server'
Making all in libtest
gmake[2]: Entering directory '/build-4699/tests/libtest'
CC libauthretry.o
CC ../../lib/timediff.o
CC first.o
CCLD libauthretry
CC libntlmconnect.o
CC testutil.o
CC ../../lib/warnless.o
CCLD libntlmconnect
CC libprereq.o
CCLD libprereq
CC lib500.o
CC testtrace.o
CC ../../lib/curl_multibyte.o
CCLD lib500
CC lib501.o
CCLD lib501
CC lib502.o
CCLD lib502
CC lib503.o
CCLD lib503
CC lib504.o
CCLD lib504
CC lib505.o
CCLD lib505
CC lib506.o
CCLD lib506
CC lib507.o
CCLD lib507
CC lib508.o
CCLD lib508
CC lib509.o
CCLD lib509
CC lib510.o
CCLD lib510
CC lib511.o
CCLD lib511
CC lib512.o
CCLD lib512
CC lib513.o
CCLD lib513
CC lib514.o
CCLD lib514
CC lib515.o
CCLD lib515
CC lib516.o
CCLD lib516
CC lib517.o
CCLD lib517
CC lib518.o
CCLD lib518
CC lib519.o
CCLD lib519
CC lib520.o
CCLD lib520
CC lib521.o
CCLD lib521
CC lib523.o
CCLD lib523
CC lib524.o
CCLD lib524
CC lib525.o
CCLD lib525
CC lib526-lib526.o
CC ../../lib/lib526-timediff.o
CC lib526-first.o
CC lib526-testutil.o
CC ../../lib/lib526-warnless.o
CCLD lib526
CC lib527-lib526.o
CC ../../lib/lib527-timediff.o
CC lib527-first.o
CC lib527-testutil.o
CC ../../lib/lib527-warnless.o
CCLD lib527
CC lib529-lib525.o
CC ../../lib/lib529-timediff.o
CC lib529-first.o
CC lib529-testutil.o
CC ../../lib/lib529-warnless.o
CC ../../lib/lib529-curl_multibyte.o
CCLD lib529
CC lib530.o
CCLD lib530
CC lib532-lib526.o
CC ../../lib/lib532-timediff.o
CC lib532-first.o
CC lib532-testutil.o
CC ../../lib/lib532-warnless.o
CCLD lib532
CC lib533.o
CCLD lib533
CC lib536.o
CCLD lib536
CC lib537.o
CCLD lib537
CC lib539.o
CCLD lib539
CC lib540.o
CCLD lib540
CC lib541.o
CCLD lib541
CC lib542.o
CCLD lib542
CC lib543.o
CCLD lib543
CC lib544.o
CCLD lib544
CC lib545-lib544.o
CC ../../lib/lib545-timediff.o
CC lib545-first.o
CCLD lib545
CC lib547.o
CCLD lib547
CC lib548-lib547.o
CC ../../lib/lib548-timediff.o
CC lib548-first.o
CCLD lib548
CC lib549.o
CCLD lib549
CC lib552.o
CCLD lib552
CC lib553.o
CCLD lib553
CC lib554.o
CCLD lib554
CC lib555.o
CCLD lib555
CC lib556.o
CCLD lib556
CC lib557.o
CCLD lib557
CC lib558.o
CCLD lib558
CC lib559.o
CCLD lib559
CC lib560.o
CCLD lib560
CC lib562.o
CCLD lib562
CC lib564.o
CCLD lib564
CC lib565-lib510.o
CC ../../lib/lib565-timediff.o
CC lib565-first.o
CCLD lib565
CC lib566.o
CCLD lib566
CC lib567.o
CCLD lib567
CC lib568.o
CCLD lib568
CC lib569.o
CCLD lib569
CC lib570.o
CCLD lib570
CC lib571.o
CCLD lib571
CC lib572.o
CCLD lib572
CC lib573.o
CCLD lib573
CC lib574.o
CCLD lib574
CC lib575.o
CCLD lib575
CC lib576.o
CCLD lib576
CC lib578.o
CCLD lib578
CC lib579.o
CCLD lib579
CC lib582.o
CCLD lib582
CC lib583.o
CCLD lib583
CC lib584-lib589.o
CC ../../lib/lib584-timediff.o
CC lib584-first.o
CCLD lib584
CC lib585-lib500.o
CC ../../lib/lib585-timediff.o
CC lib585-first.o
CC lib585-testutil.o
CC lib585-testtrace.o
CC ../../lib/lib585-curl_multibyte.o
CCLD lib585
CC lib586.o
CCLD lib586
CC lib587-lib554.o
CC ../../lib/lib587-timediff.o
CC lib587-first.o
CCLD lib587
CC lib589.o
CCLD lib589
CC lib590.o
CCLD lib590
CC lib591.o
CCLD lib591
CC lib597.o
CCLD lib597
CC lib598.o
CCLD lib598
CC lib599.o
CCLD lib599
CC lib643.o
CCLD lib643
CC lib645-lib643.o
CC ../../lib/lib645-timediff.o
CC lib645-first.o
CCLD lib645
CC lib650.o
CCLD lib650
CC lib651.o
CCLD lib651
CC lib652.o
CCLD lib652
CC lib653.o
CCLD lib653
CC lib654.o
CCLD lib654
CC lib655.o
CCLD lib655
CC lib658.o
CCLD lib658
CC lib659.o
CCLD lib659
CC lib661.o
CCLD lib661
CC lib666.o
CCLD lib666
CC lib667.o
CCLD lib667
CC lib668.o
CCLD lib668
CC lib670-lib670.o
CC ../../lib/lib670-timediff.o
CC lib670-first.o
CC lib670-testutil.o
CC ../../lib/lib670-warnless.o
CCLD lib670
CC lib671-lib670.o
CC ../../lib/lib671-timediff.o
CC lib671-first.o
CC lib671-testutil.o
CC ../../lib/lib671-warnless.o
CCLD lib671
CC lib672-lib670.o
CC ../../lib/lib672-timediff.o
CC lib672-first.o
CC lib672-testutil.o
CC ../../lib/lib672-warnless.o
CCLD lib672
CC lib670.o
CCLD lib673
CC lib674.o
CCLD lib674
CC lib676.o
CCLD lib676
CC lib677.o
CCLD lib677
CC lib678.o
CCLD lib678
CC lib694.o
CCLD lib694
CC lib695.o
CCLD lib695
CC lib696-lib556.o
CC ../../lib/lib696-timediff.o
CC lib696-first.o
CC ../../lib/lib696-warnless.o
CCLD lib696
CC lib1156.o
CCLD lib1156
CC lib1301.o
CCLD lib1301
CC lib1308.o
CCLD lib1308
CC lib1485.o
CCLD lib1485
CC lib1500.o
CCLD lib1500
CC lib1501.o
CCLD lib1501
CC lib1502-lib1502.o
CC ../../lib/lib1502-timediff.o
CC lib1502-first.o
CC lib1502-testutil.o
CC ../../lib/lib1502-warnless.o
CCLD lib1502
CC lib1503-lib1502.o
CC ../../lib/lib1503-timediff.o
CC lib1503-first.o
CC lib1503-testutil.o
CC ../../lib/lib1503-warnless.o
CCLD lib1503
CC lib1504-lib1502.o
CC ../../lib/lib1504-timediff.o
CC lib1504-first.o
CC lib1504-testutil.o
CC ../../lib/lib1504-warnless.o
CCLD lib1504
CC lib1505-lib1502.o
CC ../../lib/lib1505-timediff.o
CC lib1505-first.o
CC lib1505-testutil.o
CC ../../lib/lib1505-warnless.o
CCLD lib1505
CC lib1506.o
CCLD lib1506
CC lib1507.o
CCLD lib1507
CC lib1508.o
CCLD lib1508
CC lib1509.o
CCLD lib1509
CC lib1510.o
CCLD lib1510
CC lib1511.o
CCLD lib1511
CC lib1512.o
CCLD lib1512
CC lib1513.o
CCLD lib1513
CC lib1514.o
CCLD lib1514
CC lib1515.o
CCLD lib1515
CC lib1517.o
CCLD lib1517
CC lib1518.o
CCLD lib1518
CC lib1520.o
CCLD lib1520
/opt/csw/bin/perl /tests/libtest/mk-lib1521.pl < /include/curl/curl.h lib1521.c
CC lib1521-lib1521.o
In file included from /tests/libtest/test.h:36:0,
from lib1521.c:24:
lib1521.c: In function 'test':
/include/curl/typecheck-gcc.h:93:15: warning: call to '_curl_easy_setopt_err_conv_cb' declared with attribute warning: curl_easy_setopt expects a curl_conv_callback argument
_curl_easy_setopt_err_conv_cb(); \
^
/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION'
#define CURL_IGNORE_DEPRECATION(statements) statements
^
/include/curl/typecheck-gcc.h:47:9: note: in expansion of macro 'CURL_IGNORE_DEPRECATION'
CURL_IGNORE_DEPRECATION( \
^
lib1521.c:2278:7: note: in expansion of macro 'curl_easy_setopt'
curl_easy_setopt(curl, CURLOPT_CONV_FROM_NETWORK_FUNCTION,
^
/include/curl/typecheck-gcc.h:93:15: warning: call to '_curl_easy_setopt_err_conv_cb' declared with attribute warning: curl_easy_setopt expects a curl_conv_callback argument
_curl_easy_setopt_err_conv_cb(); \
^
/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION'
#define CURL_IGNORE_DEPRECATION(statements) statements
^
/include/curl/typecheck-gcc.h:47:9: note: in expansion of macro 'CURL_IGNORE_DEPRECATION'
CURL_IGNORE_DEPRECATION( \
^
lib1521.c:2292:7: note: in expansion of macro 'curl_easy_setopt'
curl_easy_setopt(curl, CURLOPT_CONV_TO_NETWORK_FUNCTION,
^
/include/curl/typecheck-gcc.h:93:15: warning: call to '_curl_easy_setopt_err_conv_cb' declared with attribute warning: curl_easy_setopt expects a curl_conv_callback argument
_curl_easy_setopt_err_conv_cb(); \
^
/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION'
#define CURL_IGNORE_DEPRECATION(statements) statements
^
/include/curl/typecheck-gcc.h:47:9: note: in expansion of macro 'CURL_IGNORE_DEPRECATION'
CURL_IGNORE_DEPRECATION( \
^
lib1521.c:2306:7: note: in expansion of macro 'curl_easy_setopt'
curl_easy_setopt(curl, CURLOPT_CONV_FROM_UTF8_FUNCTION,
^
/include/curl/typecheck-gcc.h:123:15: warning: call to '_curl_easy_setopt_err_interleave_cb' declared with attribute warning: curl_easy_setopt expects a curl_interleave_callback argument
_curl_easy_setopt_err_interleave_cb(); \
^
/include/curl/curl.h:59:49: note: in definition of macro 'CURL_IGNORE_DEPRECATION'
#define CURL_IGNORE_DEPRECATION(statements) statements
^
/include/curl/typecheck-gcc.h:47:9: note: in expansion of macro 'CURL_IGNORE_DEPRECATION'
CURL_IGNORE_DEPRECATION( \
^
lib1521.c:3151:7: note: in expansion of macro 'curl_easy_setopt'
curl_easy_setopt(curl, CURLOPT_INTERLEAVEFUNCTION,
^
CC ../../lib/lib1521-timediff.o
CC lib1521-first.o
CCLD lib1521
CC lib1522.o
CCLD lib1522
CC lib1523.o
CCLD lib1523
CC lib1525.o
CCLD lib1525
CC lib1526.o
CCLD lib1526
CC lib1527.o
CCLD lib1527
CC lib1528.o
CCLD lib1528
CC lib1529.o
CCLD lib1529
CC lib1530.o
CCLD lib1530
CC lib1531.o
CCLD lib1531
CC lib1532.o
CCLD lib1532
CC lib1533.o
CCLD lib1533
CC lib1534.o
CCLD lib1534
CC lib1535.o
CCLD lib1535
CC lib1536.o
CCLD lib1536
CC lib1537.o
CCLD lib1537
CC lib1538.o
CCLD lib1538
CC lib1539-lib1514.o
CC ../../lib/lib1539-timediff.o
CC lib1539-first.o
CC lib1539-testutil.o
CC ../../lib/lib1539-warnless.o
CCLD lib1539
CC lib1540.o
CCLD lib1540
CC lib1541.o
CCLD lib1541
CC lib1542.o
CCLD lib1542
CC lib1543-lib1518.o
CC ../../lib/lib1543-timediff.o
CC lib1543-first.o
CCLD lib1543
CC lib1545.o
CCLD lib1545
CC lib1550.o
CCLD lib1550
CC lib1551.o
CCLD lib1551
CC lib1552.o
CCLD lib1552
CC lib1553.o
CCLD lib1553
CC lib1554.o
CCLD lib1554
CC lib1555.o
CCLD lib1555
CC lib1556.o
CCLD lib1556
CC lib1557.o
CCLD lib1557
CC lib1558.o
CCLD lib1558
CC lib1559.o
CCLD lib1559
CC lib1560.o
CCLD lib1560
CC lib1564.o
CCLD lib1564
CC lib1565.o
CCLD lib1565
CC lib1567.o
CCLD lib1567
CC lib1568.o
CCLD lib1568
CC lib1569.o
CCLD lib1569
CC lib1571-lib1571.o
CC ../../lib/lib1571-timediff.o
CC lib1571-first.o
CCLD lib1571
CC lib1576.o
CCLD lib1576
CC lib1578-lib1576.o
CC ../../lib/lib1578-timediff.o
CC lib1578-first.o
CCLD lib1578
CC lib1591.o
CCLD lib1591
CC lib1592.o
CCLD lib1592
CC lib1593.o
CCLD lib1593
CC lib1594.o
CCLD lib1594
CC lib1596-lib1594.o
CC ../../lib/lib1596-timediff.o
CC lib1596-first.o
CC lib1596-testutil.o
CC ../../lib/lib1596-warnless.o
CCLD lib1596
CC lib1597.o
CCLD lib1597
CC lib1598.o
CCLD lib1598
CC lib1662.o
CCLD lib1662
CC lib1900.o
CCLD lib1900
CC lib1901.o
CCLD lib1901
CC lib1903.o
CCLD lib1903
CC lib1905.o
CCLD lib1905
CC lib1906.o
CCLD lib1906
CC lib1907.o
CCLD lib1907
CC lib1908.o
CCLD lib1908
CC lib1910.o
CCLD lib1910
CC lib1911.o
CCLD lib1911
CC lib1912.o
CCLD lib1912
CC lib1913.o
CCLD lib1913
CC lib1915.o
CCLD lib1915
CC lib1916.o
CCLD lib1916
CC lib1917-lib1916.o
CC ../../lib/lib1917-timediff.o
CC lib1917-first.o
CC ../../lib/lib1917-warnless.o
CCLD lib1917
CC lib1918.o
CCLD lib1918
CC lib1919.o
CCLD lib1919
CC lib1933.o
CCLD lib1933
CC lib1934.o
CCLD lib1934
CC lib1935.o
CCLD lib1935
CC lib1936.o
CCLD lib1936
CC lib1937.o
CCLD lib1937
CC lib1938.o
CCLD lib1938
CC lib1939.o
CCLD lib1939
CC lib1940.o
CCLD lib1940
CC lib1945.o
CCLD lib1945
CC lib1946-lib1940.o
CC ../../lib/lib1946-timediff.o
CC lib1946-first.o
CCLD lib1946
CC lib1947.o
CCLD lib1947
CC lib1948.o
CCLD lib1948
CC lib1955.o
CCLD lib1955
CC lib1956.o
CCLD lib1956
CC lib1957.o
CCLD lib1957
CC lib1958.o
CCLD lib1958
CC lib1959.o
CCLD lib1959
CC lib1960.o
CCLD lib1960
CC lib1964.o
CCLD lib1964
CC lib1970.o
CCLD lib1970
CC lib1971.o
CCLD lib1971
CC lib1972.o
CCLD lib1972
CC lib1973.o
CCLD lib1973
CC lib1974.o
CCLD lib1974
CC lib1975.o
CCLD lib1975
CC lib1977.o
CCLD lib1977
CC lib1978.o
CCLD lib1978
CC lib2301.o
CCLD lib2301
CC lib2302.o
CCLD lib2302
CC lib2304.o
CCLD lib2304
CC lib2305.o
CCLD lib2305
CC lib2306.o
CCLD lib2306
CC lib2308.o
CCLD lib2308
CC lib2309.o
CCLD lib2309
CC lib2310.o
CCLD lib2310
CC lib2311.o
CCLD lib2311
CC lib2312.o
CCLD lib2312
CC lib2402.o
CCLD lib2402
CC lib2404.o
CCLD lib2404
CC lib2405.o
CCLD lib2405
CC lib2502.o
CCLD lib2502
CC lib3010.o
CCLD lib3010
CC lib3025.o
CCLD lib3025
CC lib3026.o
CCLD lib3026
CC lib3027.o
CCLD lib3027
CC lib3100.o
CCLD lib3100
CC lib3101.o
CCLD lib3101
CC lib3102.o
CCLD lib3102
CC lib3103.o
CCLD lib3103
CC lib3104.o
CCLD lib3104
CC lib3105.o
CCLD lib3105
CC lib3207.o
CC ../../lib/curl_threads.o
CCLD lib3207
CC lib3208.o
CCLD lib3208
CC libstubgss_la-stub_gssapi.lo
CCLD libstubgss.la
RUN checksrc
gmake[2]: Leaving directory '/build-4699/tests/libtest'
Making all in http
gmake[2]: Entering directory '/build-4699/tests/http'
Making all in clients
gmake[3]: Entering directory '/build-4699/tests/http/clients'
CC h2-pausing.o
CCLD h2-pausing
CC h2-serverpush.o
CCLD h2-serverpush
CC h2-upgrade-extreme.o
CCLD h2-upgrade-extreme
CC hx-download.o
CCLD hx-download
CC hx-upload.o
CCLD hx-upload
CC tls-session-reuse.o
CCLD tls-session-reuse
CC upload-pausing.o
CCLD upload-pausing
CC ws-data.o
CCLD ws-data
CC ws-pingpong.o
CCLD ws-pingpong
gmake[3]: Leaving directory '/build-4699/tests/http/clients'
gmake[3]: Entering directory '/build-4699/tests/http'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/build-4699/tests/http'
gmake[2]: Leaving directory '/build-4699/tests/http'
Making all in unit
gmake[2]: Entering directory '/build-4699/tests/unit'
CC unit1300.o
CC ../libtest/first.o
CCLD unit1300
CC unit1302.o
CCLD unit1302
CC unit1303.o
CCLD unit1303
CC unit1304.o
CCLD unit1304
CC unit1305.o
CCLD unit1305
CC unit1307.o
CCLD unit1307
CC unit1309.o
CCLD unit1309
CC unit1323.o
CCLD unit1323
CC unit1330.o
CCLD unit1330
CC unit1395.o
CCLD unit1395
CC unit1396.o
CCLD unit1396
CC unit1397.o
CCLD unit1397
CC unit1398.o
CCLD unit1398
CC unit1399.o
CCLD unit1399
CC unit1600.o
CCLD unit1600
CC unit1601.o
CCLD unit1601
CC unit1602.o
CCLD unit1602
CC unit1603.o
CCLD unit1603
CC unit1605.o
CCLD unit1605
CC unit1606.o
CCLD unit1606
CC unit1607.o
CCLD unit1607
CC unit1608.o
CCLD unit1608
CC unit1609.o
CCLD unit1609
CC unit1610.o
CCLD unit1610
CC unit1611.o
CCLD unit1611
CC unit1612.o
CCLD unit1612
CC unit1614.o
CCLD unit1614
CC unit1615.o
CCLD unit1615
CC unit1616.o
CCLD unit1616
CC unit1620.o
CCLD unit1620
CC unit1621.o
CCLD unit1621
CC unit1650.o
CCLD unit1650
CC unit1651.o
CCLD unit1651
CC unit1652.o
CCLD unit1652
CC unit1653.o
CCLD unit1653
CC unit1654.o
CCLD unit1654
CC unit1655.o
CCLD unit1655
CC unit1656.o
CCLD unit1656
CC unit1657.o
CCLD unit1657
CC unit1658.o
CCLD unit1658
CC unit1660.o
CCLD unit1660
CC unit1661.o
CCLD unit1661
CC unit1663.o
CCLD unit1663
CC unit1664.o
CCLD unit1664
CC unit2600.o
CCLD unit2600
CC unit2601.o
CCLD unit2601
CC unit2602.o
CCLD unit2602
CC unit2603.o
CCLD unit2603
CC unit2604.o
CCLD unit2604
CC unit3200.o
CCLD unit3200
CC unit3205.o
CCLD unit3205
CC unit3211.o
CCLD unit3211
CC unit3212.o
CCLD unit3212
CC unit3213.o
CCLD unit3213
gmake[2]: Leaving directory '/build-4699/tests/unit'
Making all in tunit
gmake[2]: Entering directory '/build-4699/tests/tunit'
CC tool1394.o
CCLD tool1394
CC tool1604.o
CCLD tool1604
gmake[2]: Leaving directory '/build-4699/tests/tunit'
gmake[2]: Entering directory '/build-4699/tests'
/scripts/cd2nroff /tests/runtests.md >runtests.1
/scripts/cd2nroff /tests/testcurl.md >testcurl.1
(cd certs && gmake)
gmake[3]: Entering directory '/build-4699/tests/certs'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/build-4699/tests/certs'
gmake[2]: Leaving directory '/build-4699/tests'
srcdir=/tests /opt/csw/bin/perl -I/tests /tests/runtests.pl -a -p -r
sh: nghttpx: not found
Using curl: ../src/curl
********* System characteristics ********
* curl 8.14.0-DEV (sparc-sun-solaris2.10)
* libcurl/8.14.0-DEV OpenSSL/1.1.1w zlib/1.3.1 brotli/1.0.2 zstd/1.4.5 libidn2/2.0.4 libpsl/0.21.5 nghttp2/1.30.0 librtmp/2.3 libgsasl/1.8.0 OpenLDAP/2.4.40
* Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns ldap ldaps mqtt pop3 pop3s rtmp rtsp smb smbs smtp smtps telnet tftp ws wss
* Features: alt-svc AsynchDNS brotli Debug gsasl GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP TrackMemory UnixSockets zstd
* Disabled: xattr, large-time, large-size, win32-ca-searchpath, win32-ca-search-safe
* Host: unstable10s
* System: SunOS unstable10s 5.10 Generic_150400-17 sun4v sparc SUNW,SPARC-Enterprise-T5220 Solaris
* OS: solaris
* Perl: v5.10.1 (/opt/csw/bin/perl)
* diff: available
* Args: -a -p -r
*
*** DISABLES TrackMemory (memory tracking) when using threaded resolver
*
* Env:
* Seed: 260914
* buildinfo.configure.tool: configure
* buildinfo.configure.args: '--enable-threaded-resolver' '--with-openssl' '--enable-debug' '--enable-curldebug' '--enable-symbol-hiding' '--with-gssapi=/opt/csw/lib' '--enable-ldap' '--enable-ldaps' 'CC=/opt/csw/bin/gcc' 'LDFLAGS=-L/opt/csw/lib'
* buildinfo.host: sparc-sun-solaris2.10
* buildinfo.host.cpu: sparc
* buildinfo.host.os: solaris2.10
* buildinfo.target: sparc-sun-solaris2.10
* buildinfo.target.cpu: sparc
* buildinfo.target.os: solaris2.10
* buildinfo.target.flags: UNIX UNIX GCC
* buildinfo.compiler: GNU_C
* buildinfo.compiler.version: 5.5.0
* buildinfo.sysroot:
* Servers: SSL HTTP-IPv6 HTTP-unix FTP-IPv6
*****************************************
test 0096 SKIPPED: curl lacks TrackMemory support
test 0165 SKIPPED: curl lacks codeset-utf8 support
test 0375 SKIPPED: curl has proxy support
test 0445 SKIPPED: curl lacks scp support
test 0472 SKIPPED: curl lacks Unicode support
test 0483 SKIPPED: curl lacks large-time support
test 0506 SKIPPED: curl has threaded-resolver support
test 0558 SKIPPED: curl lacks TrackMemory support
test 0632 SKIPPED: curl lacks sftp support
test 0644 SKIPPED: curl lacks xattr support
test 0687 SKIPPED: curl lacks xattr support
test 0688 SKIPPED: curl lacks xattr support
test 0781 SKIPPED: curl lacks large-time support
test 0782 SKIPPED: curl lacks large-time support
test 0955 SKIPPED: curl lacks codeset-utf8 support
test 0956 SKIPPED: curl lacks codeset-utf8 support
test 1330 SKIPPED: curl lacks TrackMemory support
test 1454 SKIPPED: curl has IPv6 support
test 1459 SKIPPED: curl lacks sftp support
test 1664 SKIPPED: curl lacks large-size support
test 1703 SKIPPED: curl lacks Unicode support
test 2033 SKIPPED: curl lacks Schannel support
test 2056 SKIPPED: curl lacks ld_preload support
test 2057 SKIPPED: curl lacks ld_preload support
test 2070 SKIPPED: curl lacks Schannel support
test 2079 SKIPPED: curl lacks Schannel support
test 2102 SKIPPED: curl lacks c-ares support
test 2312 SKIPPED: curl lacks debug support
test 2500 SKIPPED: curl lacks http/3 support
test 2501 SKIPPED: curl lacks http/3 support
test 2502 SKIPPED: curl lacks http/3 support
test 2604 SKIPPED: curl lacks sftp support
test 3021 SKIPPED: curl lacks libssh2 support
test 3022 SKIPPED: curl lacks libssh2 support
test 4000 SKIPPED: curl lacks ECH support
test 4001 SKIPPED: curl lacks ECH support
test 0001...[HTTP GET]
--pd---e--- OK (1 out of 1737, remaining: 184:58, took 1.623s, duration: 00:06)
test 0002...[HTTP GET with user and password]
--pd---e--- OK (2 out of 1737, remaining: 105:25, took 0.892s, duration: 00:07)
test 0003...[HTTP POST with auth and contents but with content-length set to 0]
--pd---e--- OK (3 out of 1737, remaining: 79:11, took 0.923s, duration: 00:08)
test 0004...[Replaced internal and added custom HTTP headers]
--pd---e--- OK (4 out of 1737, remaining: 66:46, took 1.021s, duration: 00:09)
test 0005...[HTTP over proxy]
--pd---e--- OK (5 out of 1737, remaining: 58:37, took 0.902s, duration: 00:10)
test 0006...[HTTP with simple cookie send]
--pd---e--- OK (6 out of 1737, remaining: 53:15, took 0.913s, duration: 00:11)
test 0007...[HTTP with cookie parser and header recording]
--pd--oe--- OK (7 out of 1737, remaining: 49:43, took 0.993s, duration: 00:12)
test 0008...[HTTP with cookie parsing from header file]
--pd---e--- OK (8 out of 1737, remaining: 49:49, took 1.754s, duration: 00:13)
test 0009...[HTTP RFC1867-type formposting]
--pd---e--- OK (9 out of 1737, remaining: 47:30, took 1.002s, duration: 00:14)
test 0010...[simple HTTP PUT from file]
--pd---e--- OK (10 out of 1737, remaining: 45:39, took 1.013s, duration: 00:15)
test 0011...[simple HTTP Location: following]
--pd---e--- OK (11 out of 1737, remaining: 44:21, took 1.092s, duration: 00:16)
test 0012...[HTTP range support]
--pd---e--- OK (12 out of 1737, remaining: 43:03, took 1.001s, duration: 00:17)
test 0013...[HTTP custom request 'DELETE']
--pd---e--- OK (13 out of 1737, remaining: 41:38, took 0.868s, duration: 00:18)
test 0014...[HTTP HEAD with Connection: close]
--pd---e--- OK (14 out of 1737, remaining: 40:28, took 0.880s, duration: 00:19)
test 0015...[--write-out test]
s-p----e--- OK (15 out of 1737, remaining: 39:27, took 0.888s, duration: 00:20)
test 0016...[HTTP with proxy authorization]
--pd---e--- OK (16 out of 1737, remaining: 40:09, took 1.772s, duration: 00:22)
test 0017...[HTTP with config file on stdin]
--pd---e--- OK (17 out of 1737, remaining: 39:35, took 1.066s, duration: 00:23)
test 0018...[multiple requests using {} in URL]
s-p----e--- OK (18 out of 1737, remaining: 39:30, took 1.344s, duration: 00:24)
test 0019...[attempt connect to non-listening socket]
-------e--- OK (19 out of 1737, remaining: 38:17, took 0.579s, duration: 00:25)
test 0020...[attempt connect to non-existing host name]
-------e--- OK (20 out of 1737, remaining: 37:13, took 0.599s, duration: 00:26)
test 0021...[use curl with multiple request methods]
-------e--- OK (21 out of 1737, remaining: 36:46, took 0.982s, duration: 00:27)
test 0022...[get HTTP with URL > 10000 bytes]
--pd---e--- OK (22 out of 1737, remaining: 36:31, took 1.109s, duration: 00:28)
test 0023...[unsupported protocol:// URL]
-------e--- OK (23 out of 1737, remaining: 36:02, took 0.900s, duration: 00:29)
test 0024...[HTTP GET fail silently on HTTP error return]
--p---oe--- OK (24 out of 1737, remaining: 37:00, took 2.083s, duration: 00:31)
test 0025...[looping HTTP Location: following with --max-redirs]
--pd---e--- OK (25 out of 1737, remaining: 37:07, took 1.403s, duration: 00:32)
test 0026...[specify more -o than URLs]
--pd---e--- OK (26 out of 1737, remaining: 36:40, took 0.908s, duration: 00:33)
test 0027...[Get same cookie page several times]
--pd---e--- OK (27 out of 1737, remaining: 36:27, took 1.104s, duration: 00:34)
test 0028...[HTTP Location: following with extra spaces in header]
--pd---e--- OK (28 out of 1737, remaining: 36:11, took 1.022s, duration: 00:35)
test 0029...[HTTP with 2 secs timeout]
--pd---e--- OK (29 out of 1737, remaining: 42:41, took 7.914s, duration: 00:43)
test 0030...[HTTP with no data in server reply]
--p----e--- OK (30 out of 1737, remaining: 43:29, took 2.361s, duration: 00:45)
test 0031...[HTTP with weirdly formatted cookies and cookiejar storage]
--pd--oe--- OK (31 out of 1737, remaining: 43:13, took 1.269s, duration: 00:47)
test 0032...[HTTP with -d and -G]
--pd---e--- OK (32 out of 1737, remaining: 42:45, took 1.009s, duration: 00:48)
test 0033...[HTTP PUT with resume]
--pd---e--- OK (33 out of 1737, remaining: 42:20, took 1.035s, duration: 00:49)
test 0034...[HTTP GET with chunked Transfer-Encoding]
--pd---e--- OK (34 out of 1737, remaining: 41:57, took 1.069s, duration: 00:50)
test 0035...[HTTP POST binary data with embedded NUL]
--pd---e--- OK (35 out of 1737, remaining: 41:35, took 1.036s, duration: 00:51)
test 0036...[HTTP GET with bad chunked Transfer-Encoding]
--pd---e--- OK (36 out of 1737, remaining: 41:15, took 1.066s, duration: 00:52)
test 0037...[HTTP GET with nothing returned from server]
--p----e--- OK (37 out of 1737, remaining: 41:00, took 1.168s, duration: 00:53)
test 0038...[HTTP resume request without server supporting it]
--p---oe--- OK (38 out of 1737, remaining: 40:59, took 1.449s, duration: 00:55)
test 0039...[HTTP RFC1867-type formposting with filename= and type=]
--pd---e--- OK (39 out of 1737, remaining: 40:44, took 1.120s, duration: 00:56)
test 0040...[HTTP redirect with whitespace after ? (and conversion)]
--pd---e--- OK (40 out of 1737, remaining: 40:28, took 1.099s, duration: 00:57)
test 0041...[HTTP formpost with missing file]
-------e--- OK (41 out of 1737, remaining: 40:04, took 0.871s, duration: 00:58)
test 0042...[HTTP redirect with whitespace in path (and conversion)]
--pd---e--- OK (42 out of 1737, remaining: 39:49, took 1.078s, duration: 00:59)
test 0043...[HTTP Location: following over HTTP proxy]
--pd---e--- OK (43 out of 1737, remaining: 39:37, took 1.129s, duration: 01:00)
test 0044...[HTTP RFC1867-type formposting without Expect: header]
--pd---e--- OK (44 out of 1737, remaining: 39:23, took 1.087s, duration: 01:01)
test 0045...[simple HTTP Location: without protocol in initial URL]
--pd---e--- OK (45 out of 1737, remaining: 39:31, took 1.622s, duration: 01:03)
test 0046...[HTTP with bad domain name, get cookies and store in cookie jar]
--pd--oe--- OK (46 out of 1737, remaining: 39:20, took 1.138s, duration: 01:04)
test 0047...[simple HTTP 1.0 GET]
--pd---e--- OK (47 out of 1737, remaining: 39:05, took 1.007s, duration: 01:05)
test 0048...[HTTP with -d and -G and -I]
--pd---e--- OK (48 out of 1737, remaining: 38:50, took 0.991s, duration: 01:06)
test 0049...[HTTP follow redirect with ../]
--pd---e--- OK (49 out of 1737, remaining: 39:24, took 2.423s, duration: 01:08)
test 0050...[HTTP follow redirect with ../../]
--pd---e--- OK (50 out of 1737, remaining: 39:19, took 1.284s, duration: 01:09)
test 0051...[HTTP follow redirect with excessive ../]
--pd---e--- OK (51 out of 1737, remaining: 39:07, took 1.068s, duration: 01:11)
test 0052...[HTTP follow redirect with ./-prefix]
--pd---e--- OK (52 out of 1737, remaining: 38:56, took 1.078s, duration: 01:12)
test 0053...[HTTP, junk session cookies]
--pd---e--- OK (53 out of 1737, remaining: 38:39, took 0.893s, duration: 01:12)
test 0054...[HTTP with blank Location:]
--pd---e--- OK (54 out of 1737, remaining: 38:26, took 1.012s, duration: 01:14)
test 0055...[HTTP follow redirect with single slash in path]
--pd---e--- OK (55 out of 1737, remaining: 38:16, took 1.071s, duration: 01:15)
test 0056...[HTTP POST with *HUGE* request and chunked transfer-encoding]
--pd---e--- OK (56 out of 1737, remaining: 38:28, took 1.816s, duration: 01:16)
test 0057...[HTTP content-type with spaces in]
s-p----e--- OK (57 out of 1737, remaining: 38:16, took 0.995s, duration: 01:17)
test 0058...[HTTP PUT from file with weird letters]
--pd---e--- OK (58 out of 1737, remaining: 38:04, took 0.981s, duration: 01:18)
test 0059...[HTTP URL with slash but with "parameter"]
--pd---e--- OK (59 out of 1737, remaining: 37:49, took 0.892s, duration: 01:19)
test 0060...[HTTP PUT from stdin with wrong content-length]
--pd---e--- OK (60 out of 1737, remaining: 38:06, took 1.997s, duration: 01:21)
test 0061...[HTTP with various cookies and custom Host:]
--pd--oe--- OK (61 out of 1737, remaining: 37:54, took 0.952s, duration: 01:22)
test 0062...[HTTP, send cookies when using custom Host:]
--pd---e--- OK (62 out of 1737, remaining: 37:46, took 1.124s, duration: 01:23)
test 0063...[HTTP with proxy authorization set in environment]
--pd---e--- OK (63 out of 1737, remaining: 37:35, took 0.970s, duration: 01:24)
test 0064...[HTTP with Digest authorization]
--pd---e--- OK (64 out of 1737, remaining: 37:36, took 1.431s, duration: 01:26)
test 0065...[HTTP with Digest authorization with bad password]
--pd---e--- OK (65 out of 1737, remaining: 37:27, took 1.067s, duration: 01:27)
test 0066...[HTTP GET without headers in the response]
--pd---e--- OK (66 out of 1737, remaining: 37:15, took 0.913s, duration: 01:28)
test 0067...[HTTP with NTLM authorization]
--pd---e--- OK (67 out of 1737, remaining: 37:08, took 1.112s, duration: 01:29)
test 0068...[HTTP with NTLM authorization and wrong password]
--pd---e--- OK (68 out of 1737, remaining: 36:59, took 1.000s, duration: 01:30)
test 0069...[HTTP with NTLM, Basic or Wild-and-crazy authorization]
--pd---e--- OK (69 out of 1737, remaining: 36:55, took 1.210s, duration: 01:31)
test 0070...[HTTP with Digest *OR* NTLM authorization]
--pd---e--- OK (70 out of 1737, remaining: 36:47, took 1.040s, duration: 01:32)
test 0071...[HTTP and -F upload in config file]
--pd---e--- OK (71 out of 1737, remaining: 36:40, took 1.088s, duration: 01:33)
test 0072...[HTTP with Digest *OR* Basic authorization]
--pd---e--- OK (72 out of 1737, remaining: 36:32, took 1.018s, duration: 01:34)
test 0073...[HTTP, receive cookies when using custom Host:, domain using only two dots]
--pd--oe--- OK (73 out of 1737, remaining: 36:23, took 0.982s, duration: 01:35)
test 0074...[HTTP, urlglob {}-retrieval and -o #[num] usage]
--p---oe--- OK (74 out of 1737, remaining: 36:16, took 1.021s, duration: 01:36)
test 0075...[HTTP, urlglob retrieval with bad range]
s------e--- OK (75 out of 1737, remaining: 35:56, took 0.471s, duration: 01:37)
test 0076...[HTTP with comma-separated WWW-Authenticate header]
--pd---e--- OK (76 out of 1737, remaining: 35:53, took 1.232s, duration: 01:38)
test 0077...[HTTP with -z "older date"]
--pd---e--- OK (77 out of 1737, remaining: 35:43, took 0.887s, duration: 01:39)
test 0078...[HTTP with -z "newer date"]
--pd---e--- OK (78 out of 1737, remaining: 35:34, took 0.933s, duration: 01:40)
test 0079...[FTP over HTTP proxy]
--pd---e--- OK (79 out of 1737, remaining: 35:35, took 1.365s, duration: 01:41)
test 0080...[HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication]
--pd-P-e--- OK (80 out of 1737, remaining: 36:10, took 3.023s, duration: 01:44)
test 0081...[HTTP with proxy using NTLM authorization]
--pd---e--- OK (81 out of 1737, remaining: 36:03, took 1.062s, duration: 01:45)
test 0082...[HTTP with proxy requiring NTLM, but we send Basic]
--pd---e--- OK (82 out of 1737, remaining: 35:54, took 0.899s, duration: 01:46)
test 0083...[HTTP over proxy-tunnel with site authentication]
--pd-P-e--- OK (83 out of 1737, remaining: 36:14, took 2.386s, duration: 01:49)
test 0084...[HTTP over proxy with site authentication]
--pd---e--- OK (84 out of 1737, remaining: 36:07, took 1.014s, duration: 01:50)
test 0085...[HTTP over proxy with site and proxy authentication]
--pd---e--- OK (85 out of 1737, remaining: 35:59, took 0.937s, duration: 01:51)
test 0086...[HTTP, urlglob []-retrieval and -o #[num] usage]
--p---oe--- OK (86 out of 1737, remaining: 35:56, took 1.208s, duration: 01:52)
test 0087...[urlglob with out of range -o #[num] usage]
------oe--- OK (87 out of 1737, remaining: 35:47, took 0.924s, duration: 01:53)
test 0088...[HTTP PUT with Digest authorization]
--pd---e--- OK (88 out of 1737, remaining: 35:44, took 1.185s, duration: 01:54)
test 0089...[HTTP with NTLM and follow-location]
--pd---e--- OK (89 out of 1737, remaining: 35:44, took 1.374s, duration: 01:55)
test 0090...[HTTP with NTLM via --anyauth, and then follow-location with NTLM again]
--pd---e--- OK (90 out of 1737, remaining: 36:07, took 2.628s, duration: 01:58)
test 0091...[HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0]
--pd---e--- OK (91 out of 1737, remaining: 36:05, took 1.268s, duration: 01:59)
test 0092...[HTTP resume transfer with the whole file already downloaded]
--pd---e--- OK (92 out of 1737, remaining: 36:03, took 1.269s, duration: 02:01)
test 0093...[HTTP GET with failed proxy auth]
--pd---e--- OK (93 out of 1737, remaining: 35:55, took 0.940s, duration: 02:01)
test 0094...[HTTPS GET with failed proxy auth (CONNECT 1.0)]
--p----e--- OK (94 out of 1737, remaining: 35:48, took 0.965s, duration: 02:02)
test 0095...[HTTP over proxytunnel using POST]
--pd-P-e--- OK (95 out of 1737, remaining: 36:05, took 2.378s, duration: 02:05)
test 0097...[HTTP POST with custom content-type]
--pd---e--- OK (96 out of 1737, remaining: 35:59, took 0.992s, duration: 02:06)
test 0098...[HTTP PUT from stdin with set size, disabling chunked transfer-encoding]
--pd---e--- OK (97 out of 1737, remaining: 36:07, took 1.909s, duration: 02:08)
test 0099...[HTTP GET with large-file resume point and failed resume]
--pd---e--- OK (98 out of 1737, remaining: 36:00, took 0.963s, duration: 02:09)
test 0100...[FTP dir list PASV]
--pd---e--- OK (99 out of 1737, remaining: 36:05, took 1.706s, duration: 02:10)
test 0101...[FTP dir list, PORT with specified IP]
--pd---e--- OK (100 out of 1737, remaining: 35:59, took 1.006s, duration: 02:11)
test 0102...[FTP RETR PASV]
--pd---e--- OK (101 out of 1737, remaining: 35:59, took 1.390s, duration: 02:13)
test 0103...[FTP RETR PORT with CWD]
--pd---e--- OK (102 out of 1737, remaining: 35:54, took 1.062s, duration: 02:14)
test 0104...[FTP --head to get file size only]
--p----e--- OK (103 out of 1737, remaining: 35:50, took 1.195s, duration: 02:15)
test 0105...[FTP user+password in URL and ASCII transfer]
--pd---e--- OK (104 out of 1737, remaining: 35:44, took 0.989s, duration: 02:16)
test 0106...[FTP GET with type=A style ASCII URL using %20 codes]
--pd---e--- OK (105 out of 1737, remaining: 35:39, took 1.053s, duration: 02:17)
test 0107...[FTP PASV upload file]
--p-u--e--- OK (106 out of 1737, remaining: 35:33, took 1.004s, duration: 02:18)
test 0108...[FTP PORT upload with CWD]
--p-u--e--- OK (107 out of 1737, remaining: 35:30, took 1.209s, duration: 02:19)
test 0109...[FTP PASV upload append]
--p-u--e--- OK (108 out of 1737, remaining: 35:24, took 0.994s, duration: 02:20)
test 0110...[FTP download resume with set limit]
--pd---e--- OK (109 out of 1737, remaining: 35:23, took 1.295s, duration: 02:22)
test 0111...[FTP download resume beyond file size]
--p----e--- OK (110 out of 1737, remaining: 35:16, took 0.948s, duration: 02:23)
test 0112...[FTP PASV upload resume]
--p-u--e--- OK (111 out of 1737, remaining: 35:13, took 1.170s, duration: 02:24)
test 0113...[FTP download, failed login: USER not valid]
--p----e--- OK (112 out of 1737, remaining: 35:06, took 0.875s, duration: 02:25)
test 0114...[FTP download, failed login: PASS not valid]
--p----e--- OK (113 out of 1737, remaining: 34:58, took 0.868s, duration: 02:26)
test 0115...[FTP download, failed PASV]
--p----e--- OK (114 out of 1737, remaining: 34:52, took 0.905s, duration: 02:26)
test 0116...[FTP download, failed PORT]
--p----e--- OK (115 out of 1737, remaining: 34:46, took 0.950s, duration: 02:27)
test 0117...[FTP download, failed TYPE]
--p----e--- OK (116 out of 1737, remaining: 34:40, took 0.981s, duration: 02:28)
test 0118...[FTP download, failed RETR]
--p----e--- OK (117 out of 1737, remaining: 34:40, took 1.341s, duration: 02:30)
test 0119...[FTP download, failed RETR with PORT]
--p----e--- OK (118 out of 1737, remaining: 34:35, took 1.002s, duration: 02:31)
test 0120...[ftp download with post-quote delete operation]
--pd---e--- OK (119 out of 1737, remaining: 34:31, took 1.069s, duration: 02:32)
test 0121...[ftp download with post- and pre-transfer delete operations]
--pd---e--- OK (120 out of 1737, remaining: 34:30, took 1.292s, duration: 02:33)
test 0122...[FTP download resume with whole file already downloaded]
--p----e--- OK (121 out of 1737, remaining: 34:24, took 0.956s, duration: 02:34)
test 0123...[FTP upload resume with whole file already downloaded]
--p----e--- OK (122 out of 1737, remaining: 34:18, took 0.925s, duration: 02:35)
test 0124...[FTP download, failed PWD]
--pd---e--- OK (123 out of 1737, remaining: 34:13, took 0.977s, duration: 02:36)
test 0125...[FTP download, failed CWD]
--p----e--- OK (124 out of 1737, remaining: 34:10, took 1.100s, duration: 02:37)
test 0126...[FTP download with multiple replies at once in RETR]
--pd---e--- OK (125 out of 1737, remaining: 34:05, took 1.026s, duration: 02:38)
test 0127...[FTP --disable-epsv]
--pd---e--- OK (126 out of 1737, remaining: 34:03, took 1.213s, duration: 02:39)
test 0128...[FTP upload with --crlf]
--p-u--e--- OK (127 out of 1737, remaining: 34:00, took 1.060s, duration: 02:40)
test 0129...[HTTP/1.2 is rejected]
--p----e--- OK (128 out of 1737, remaining: 33:54, took 0.889s, duration: 02:41)
test 0130...[FTP (optional .netrc; no user/pass) dir list PASV]
--pd---e--- OK (129 out of 1737, remaining: 33:50, took 1.106s, duration: 02:42)
test 0131...[FTP (optional .netrc; user/no pass) dir list PASV]
--pd---e--- OK (130 out of 1737, remaining: 33:48, took 1.121s, duration: 02:44)
test 0132...[FTP (optional .netrc; user/passwd supplied) dir list PASV]
--pd---e--- OK (131 out of 1737, remaining: 33:45, took 1.119s, duration: 02:45)
test 0133...[FTP compulsory .netrc; ignore passwd in URL]
--pd---e--- OK (132 out of 1737, remaining: 33:41, took 1.099s, duration: 02:46)
test 0134...[FTP (optional .netrc; programmatic user/passwd) dir list PASV]
--pd---e--- OK (133 out of 1737, remaining: 33:39, took 1.123s, duration: 02:47)
test 0135...[FTP retrieve a byte-range]
--pd---e--- OK (134 out of 1737, remaining: 33:36, took 1.122s, duration: 02:48)
test 0136...[FTP with user and no password]
--pd---e--- OK (135 out of 1737, remaining: 33:33, took 1.092s, duration: 02:49)
test 0137...[FTP download without size in RETR string]
--pd---e--- OK (136 out of 1737, remaining: 33:35, took 1.525s, duration: 02:51)
test 0138...[FTP download without size in RETR string and no SIZE command]
--pd---e--- OK (137 out of 1737, remaining: 33:31, took 1.013s, duration: 02:52)
test 0139...[FTP download a newer file with -z]
--pd---e--- OK (138 out of 1737, remaining: 33:33, took 1.556s, duration: 02:53)
test 0140...[FTP download file with -z, expected to not transfer]
--p----e--- OK (139 out of 1737, remaining: 33:29, took 1.009s, duration: 02:54)
test 0141...[FTP download info with -I]
s-p----e--- OK (140 out of 1737, remaining: 33:36, took 2.011s, duration: 02:56)
test 0142...[FTP URL with 150 dir levels]
--pd---e--- OK (141 out of 1737, remaining: 33:43, took 1.933s, duration: 02:58)
test 0143...[FTP URL with type=a]
--pd---e--- OK (142 out of 1737, remaining: 33:39, took 1.012s, duration: 02:59)
test 0144...[FTP NLST dir list without contents, using PORT]
--p----e--- OK (143 out of 1737, remaining: 33:34, took 0.969s, duration: 03:00)
test 0145...[FTP NLST dir list with weird reply code, using PORT]
--p----e--- OK (144 out of 1737, remaining: 33:31, took 1.111s, duration: 03:01)
test 0146...[persistent FTP with different paths]
--pd---e--- OK (145 out of 1737, remaining: 33:29, took 1.166s, duration: 03:03)
test 0147...[FTP with --ftp-create-dirs (failing CWD)]
--pd---e--- OK (146 out of 1737, remaining: 33:26, took 1.122s, duration: 03:04)
test 0148...[FTP with --ftp-create-dirs (failing MKD)]
--p----e--- OK (147 out of 1737, remaining: 33:23, took 1.125s, duration: 03:05)
test 0149...[FTP with multiple uploads]
--p---oe--- OK (148 out of 1737, remaining: 33:22, took 1.191s, duration: 03:06)
test 0150...[HTTP with NTLM authorization and --fail]
--pd---e--- OK (149 out of 1737, remaining: 33:20, took 1.189s, duration: 03:07)
test 0151...[HTTP GET with an error code that might trick authentication]
--pd---e--- OK (150 out of 1737, remaining: 33:23, took 1.649s, duration: 03:09)
test 0152...[HTTP GET with an error code that might trick authentication and --fail]
--p----e--- OK (151 out of 1737, remaining: 33:20, took 1.087s, duration: 03:10)
test 0153...[HTTP with Digest authorization with stale=true]
s-p----e--- OK (152 out of 1737, remaining: 33:21, took 1.474s, duration: 03:11)
test 0154...[HTTP PUT with --anyauth authorization (picking Digest)]
--pd---e--- OK (153 out of 1737, remaining: 33:25, took 1.811s, duration: 03:13)
test 0155...[HTTP PUT with --anyauth authorization (picking NTLM)]
--pd---e--- OK (154 out of 1737, remaining: 33:25, took 1.364s, duration: 03:15)
test 0156...[HTTP PUT with --anyauth (when the server requires none)]
--pd---e--- OK (155 out of 1737, remaining: 33:22, took 1.063s, duration: 03:16)
test 0157...[HTTP GET with --anyauth (when the server requires none)]
--pd---e--- OK (156 out of 1737, remaining: 33:23, took 1.518s, duration: 03:17)
test 0158...[HTTP multipart formpost with only a 100 reply]
--pd---e--- OK (157 out of 1737, remaining: 33:20, took 1.095s, duration: 03:18)
test 0159...[HTTP with NTLM authorization when talking HTTP/1.0 (known to fail)]
--pd---e--- OK (158 out of 1737, remaining: 33:17, took 1.097s, duration: 03:19)
test 0160...[HTTP with delayed close, conn reuse, connection reset and retry]
s-p----e--- OK (159 out of 1737, remaining: 33:37, took 3.375s, duration: 03:23)
test 0161...[FTP RETR PASV]
--pd---e--- OK (160 out of 1737, remaining: 33:44, took 2.115s, duration: 03:25)
test 0162...[HTTP GET asking for --proxy-ntlm when some other authentication is required]
--p----e--- OK (161 out of 1737, remaining: 33:49, took 1.963s, duration: 03:27)
test 0163...[HTTP multipart formpost with contents from a file]
--pd---e--- OK (162 out of 1737, remaining: 33:56, took 2.120s, duration: 03:29)
test 0164...[HTTP range with multiple ranges]
--pd---e--- OK (163 out of 1737, remaining: 33:57, took 1.461s, duration: 03:30)
test 0166...[HTTP formpost a file with spaces in name]
--pd---e--- OK (164 out of 1737, remaining: 34:04, took 2.145s, duration: 03:33)
test 0167...[HTTP with proxy-requiring-Basic to site-requiring-Digest]
--pd---e--- OK (165 out of 1737, remaining: 34:11, took 2.256s, duration: 03:35)
test 0168...[HTTP with proxy-requiring-Digest to site-requiring-Digest]
--pd---e--- OK (166 out of 1737, remaining: 34:12, took 1.463s, duration: 03:36)
test 0169...[HTTP with proxy-requiring-NTLM to site-requiring-Digest]
--pd---e--- OK (167 out of 1737, remaining: 34:14, took 1.707s, duration: 03:38)
test 0170...[HTTP POST with --proxy-ntlm and no SSL with no response]
--p----e--- OK (168 out of 1737, remaining: 34:22, took 2.213s, duration: 03:40)
test 0171...[HTTP, get cookie with dot prefixed full domain]
--pd--oe--- OK (169 out of 1737, remaining: 34:27, took 2.090s, duration: 03:42)
test 0172...[HTTP with cookies file and custom added cookie]
--pd---e--- OK (170 out of 1737, remaining: 34:27, took 1.398s, duration: 03:44)
test 0173...[HTTP RFC1867-formpost a file from stdin with "faked" filename]
--pd---e--- OK (171 out of 1737, remaining: 34:25, took 1.203s, duration: 03:45)
test 0174...[HTTP POST --anyauth to server not requiring any auth at all]
--pd---e--- OK (172 out of 1737, remaining: 34:24, took 1.423s, duration: 03:46)
test 0175...[HTTP POST --digest to server not requiring any auth at all]
--pd---e--- OK (173 out of 1737, remaining: 34:35, took 2.633s, duration: 03:49)
test 0176...[HTTP POST --ntlm to server not requiring any auth at all]
--pd---e--- OK (174 out of 1737, remaining: 34:50, took 3.104s, duration: 03:52)
test 0177...[HTTP POST --digest to server doing a 302-location response]
--pd---e--- OK (175 out of 1737, remaining: 35:02, took 2.815s, duration: 03:55)
test 0178...[HTTP response with negative Content-Length]
--pd---e--- OK (176 out of 1737, remaining: 35:06, took 1.920s, duration: 03:57)
test 0179...[HTTP using proxy and cookies with path checks]
--pd---e--- OK (177 out of 1737, remaining: 35:10, took 1.973s, duration: 03:59)
test 0180...[HTTP 1.0 PUT]
--pd---e--- OK (178 out of 1737, remaining: 35:14, took 1.916s, duration: 04:01)
test 0181...[HTTP 1.0 POST]
--pd---e--- OK (179 out of 1737, remaining: 35:10, took 1.119s, duration: 04:02)
test 0182...[FTP download an empty file]
--pd---e--- OK (180 out of 1737, remaining: 35:15, took 2.025s, duration: 04:04)
test 0183...[HTTP GET two URLs over a single proxy with persistent connection]
--pd---e--- OK (181 out of 1737, remaining: 35:16, took 1.697s, duration: 04:06)
test 0184...[HTTP replace Host: when following Location: to new host]
--pd---e--- OK (182 out of 1737, remaining: 35:15, took 1.378s, duration: 04:07)
test 0185...[HTTP replace Host: when following Location: on the same host]
--pd---e--- OK (183 out of 1737, remaining: 35:19, took 1.909s, duration: 04:09)
test 0186...[HTTP RFC1867-type formposting with types on text fields]
--pd---e--- OK (184 out of 1737, remaining: 35:28, took 2.637s, duration: 04:12)
test 0187...[HTTP redirect with bad host name separation and slash in parameters]
--pd---e--- OK (185 out of 1737, remaining: 35:35, took 2.408s, duration: 04:14)
test 0188...[HTTP GET with resume and redirect]
--pd---e--- OK (186 out of 1737, remaining: 35:34, took 1.404s, duration: 04:16)
test 0189...[HTTP GET with resume and redirect (to a page that doesn't resume)]
--pd---e--- OK (187 out of 1737, remaining: 35:40, took 2.267s, duration: 04:18)
test 0190...[FTP download with strict timeout and slow CWD]
--p----e--- OK (188 out of 1737, remaining: 38:10, took 19.695s, duration: 04:37)
test 0191...[FTP URL with ?-letters in username and password]
--pd---e--- OK (189 out of 1737, remaining: 38:26, took 3.565s, duration: 04:41)
test 0192...[HTTP GET -w num_connects with one simple connect]
s-p----e--- OK (190 out of 1737, remaining: 38:33, took 2.530s, duration: 04:44)
test 0193...[HTTP GET -w num_connects with redirected fetch (2 connects)]
s-p----e--- OK (191 out of 1737, remaining: 38:38, took 2.325s, duration: 04:46)
test 0194...[HTTP resume transfer with the whole file already downloaded and --fail]
--pd---e--- OK (192 out of 1737, remaining: 38:38, took 1.663s, duration: 04:48)
test 0195...[FTP response 530 after PASS, temporarily not allowed access]
--p----e--- OK (193 out of 1737, remaining: 38:41, took 2.019s, duration: 04:50)
test 0196...[FTP transient error, retry request once]
s-p----e--- OK (194 out of 1737, remaining: 38:53, took 3.245s, duration: 04:53)
test 0197...[HTTP GET --retry on 503 error with output to stdout]
s-p----e--- OK (195 out of 1737, remaining: 39:04, took 2.989s, duration: 04:56)
test 0198...[HTTP GET --retry on 503 error with output to file]
--pd---e--- OK (196 out of 1737, remaining: 39:17, took 3.380s, duration: 04:59)
test 0199...[HTTP with -d, -G and {}]
--pd---e--- OK (197 out of 1737, remaining: 39:20, took 2.121s, duration: 05:01)
test 0200...[basic file:// file]
---d---e--- OK (198 out of 1737, remaining: 39:16, took 1.183s, duration: 05:03)
test 0201...[missing file:// file]
-------e--- OK (199 out of 1737, remaining: 39:10, took 0.930s, duration: 05:04)
test 0202...[two file:// URLs to stdout]
s------e--- OK (200 out of 1737, remaining: 39:02, took 0.721s, duration: 05:04)
test 0203...[file:/path URL with a single slash]
---d---e--- OK (201 out of 1737, remaining: 38:57, took 1.093s, duration: 05:05)
test 0204...["upload" with file://]
------oe--- OK (202 out of 1737, remaining: 38:51, took 0.938s, duration: 05:06)
test 0205...["upload" nonexisting with file://]
-------e--- OK (203 out of 1737, remaining: 38:48, took 1.266s, duration: 05:08)
test 0206...[HTTP proxy CONNECT auth Digest]
--pd---e--- OK (204 out of 1737, remaining: 38:52, took 2.229s, duration: 05:10)
test 0207...[HTTP GET with chunked Transfer-Encoding closed prematurely]
--pd---e--- OK (205 out of 1737, remaining: 38:49, took 1.302s, duration: 05:11)
test 0208...[HTTP PUT to a FTP URL with username+password - over HTTP proxy]
--pd---e--- OK (206 out of 1737, remaining: 39:00, took 3.153s, duration: 05:14)
test 0209...[HTTP proxy CONNECT auth NTLM]
--pd---e--- OK (207 out of 1737, remaining: 39:03, took 2.199s, duration: 05:17)
test 0210...[Get two FTP files from the same remote dir: no second CWD]
--pd---e--- OK (208 out of 1737, remaining: 39:10, took 2.592s, duration: 05:19)
test 0211...[Get two FTP files with no remote EPSV support]
--pd---e--- OK (209 out of 1737, remaining: 39:16, took 2.551s, duration: 05:22)
test 0212...[Get two FTP files with no remote EPRT support]
--pd---e--- OK (210 out of 1737, remaining: 39:21, took 2.421s, duration: 05:24)
test 0213...[HTTP 1.0 proxy CONNECT auth NTLM and then POST]
--pd---e--- OK (211 out of 1737, remaining: 39:25, took 2.318s, duration: 05:27)
test 0214...[HTTP URL with escaped { and }]
--pd---e--- OK (212 out of 1737, remaining: 39:26, took 1.883s, duration: 05:28)
test 0215...[Get two FTP dir listings from the same remote dir: no second CWD]
--pd---e--- OK (213 out of 1737, remaining: 39:30, took 2.324s, duration: 05:31)
test 0216...[FTP upload two files to the same dir]
--p----e--- OK (214 out of 1737, remaining: 39:33, took 2.223s, duration: 05:33)
test 0217...[HTTP proxy CONNECT to proxy returning 405]
s-p----e--- OK (215 out of 1737, remaining: 39:34, took 1.857s, duration: 05:35)
test 0218...[HTTP PUT from a file but enforce chunked transfer-encoding]
--pd---e--- OK (216 out of 1737, remaining: 39:34, took 1.849s, duration: 05:37)
test 0219...[try using proxy with unsupported scheme]
-------e--- OK (217 out of 1737, remaining: 39:29, took 0.951s, duration: 05:38)
test 0220...[HTTP GET gzip compressed content]
--pd---e--- OK (218 out of 1737, remaining: 39:28, took 1.635s, duration: 05:39)
test 0221...[HTTP GET gzip compressed content with broken gzip header]
--pd---e--- OK (219 out of 1737, remaining: 39:27, took 1.702s, duration: 05:41)
test 0222...[HTTP GET deflate compressed content]
--pd---e--- OK (220 out of 1737, remaining: 39:30, took 2.131s, duration: 05:43)
test 0223...[HTTP GET deflate compressed content with broken deflate header]
--pd---e--- OK (221 out of 1737, remaining: 39:28, took 1.609s, duration: 05:45)
test 0224...[HTTP GET gzip compressed content with huge comment and extra field]
--pd---e--- OK (222 out of 1737, remaining: 39:27, took 1.514s, duration: 05:46)
test 0225...[FTP %0a-code in URL's name part]
-------e--- OK (223 out of 1737, remaining: 39:26, took 1.730s, duration: 05:48)
test 0226...[FTP %0d-code in URL's CWD part]
-------e--- OK (224 out of 1737, remaining: 39:26, took 1.696s, duration: 05:50)
test 0227...[FTP with quote ops]
--pd---e--- OK (225 out of 1737, remaining: 39:28, took 2.062s, duration: 05:52)
test 0228...[FTP RETR with ACCT]
--pd---e--- OK (226 out of 1737, remaining: 39:31, took 2.385s, duration: 05:54)
test 0229...[FTP RETR with bad ACCT]
--p----e--- OK (227 out of 1737, remaining: 39:32, took 1.889s, duration: 05:56)
test 0230...[HTTP GET multiply compressed content]
--pd---e--- OK (228 out of 1737, remaining: 39:37, took 2.573s, duration: 05:59)
test 0231...[file:// with resume]
---d---e--- OK (229 out of 1737, remaining: 39:31, took 0.798s, duration: 06:00)
test 0232...[HTTP GET deflate raw-compressed content]
--pd---e--- OK (230 out of 1737, remaining: 39:41, took 3.413s, duration: 06:03)
test 0233...[HTTP, proxy, site+proxy auth and Location: to new host]
--pd---e--- OK (231 out of 1737, remaining: 39:46, took 2.533s, duration: 06:06)
test 0234...[HTTP, proxy, site+proxy auth and Location: to new host using location-trusted]
--pd---e--- OK (232 out of 1737, remaining: 39:47, took 1.968s, duration: 06:08)
test 0235...[FTP resumed upload but no file present remotely]
--p-u--e--- OK (233 out of 1737, remaining: 39:42, took 1.129s, duration: 06:09)
test 0236...[FTP resume upload but denied access to remote file]
--p----e--- OK (234 out of 1737, remaining: 39:37, took 0.961s, duration: 06:10)
test 0237...[FTP getting bad host in 227-response to PASV]
--p----e--- OK (235 out of 1737, remaining: 39:31, took 0.853s, duration: 06:10)
test 0238...[FTP getting bad port in response to EPSV]
--p----e--- OK (236 out of 1737, remaining: 39:25, took 0.892s, duration: 06:11)
test 0239...[HTTP proxy-auth NTLM and then POST]
--pd---e--- OK (237 out of 1737, remaining: 39:20, took 1.043s, duration: 06:12)
test 0240...[HTTP-IPv6 GET]
--pd---e--- OK (238 out of 1737, remaining: 39:18, took 1.568s, duration: 06:14)
test 0241 SKIPPED: Resolving IPv6 'ip6-localhost' didn't work
test 0242...[HTTP-IPv6 GET with username+password in URL]
--pd---e--- OK (240 out of 1737, remaining: 39:05, took 0.864s, duration: 06:15)
test 0243...[HTTP POST with --proxy-anyauth, picking NTLM]
--pd---e--- OK (241 out of 1737, remaining: 39:01, took 1.187s, duration: 06:17)
test 0244...[FTP dir listing with nocwd and URL encoded path]
--pd---e--- OK (242 out of 1737, remaining: 38:56, took 0.969s, duration: 06:18)
test 0245...[HTTP POST --digest]
--pd---e--- OK (243 out of 1737, remaining: 38:50, took 0.973s, duration: 06:19)
test 0246...[HTTP POST --digest with server doing a 100 before 401 response]
--pd---e--- OK (244 out of 1737, remaining: 38:46, took 1.003s, duration: 06:20)
test 0247...[FTP upload time condition evaluates TRUE => skip upload]
--p----e--- OK (245 out of 1737, remaining: 38:40, took 0.903s, duration: 06:21)
test 0248...[FTP upload time condition evaluates FALSE => upload anyway]
--p-u--e--- OK (246 out of 1737, remaining: 38:35, took 1.001s, duration: 06:22)
test 0249...[HTTP 304 response with "illegal" Content-Length: header]
--pd---e--- OK (247 out of 1737, remaining: 38:30, took 0.943s, duration: 06:23)
test 0250...[FTP dir list PASV with slow response]
--pd---e--- OK (248 out of 1737, remaining: 39:28, took 11.406s, duration: 06:34)
test 0251...[FTP dir list, PORT with specified IP and slow response]
--pd---e--- OK (249 out of 1737, remaining: 40:25, took 11.457s, duration: 06:45)
test 0252...[FTP IPv6 dir list PASV]
--pd---e--- OK (250 out of 1737, remaining: 40:24, took 1.660s, duration: 06:47)
test 0253...[FTP IPv6 dir list with EPRT]
--pd---e--- OK (251 out of 1737, remaining: 40:18, took 0.981s, duration: 06:48)
test 0254...[FTP IPv6 dir list PASV and --disable-epsv]
--pd---e--- OK (252 out of 1737, remaining: 40:13, took 0.980s, duration: 06:49)
test 0255...[FTP IPv6 dir list with EPRT and --disable-eprt]
--pd---e--- OK (253 out of 1737, remaining: 40:07, took 0.980s, duration: 06:50)
test 0256...[HTTP resume request over proxy with auth without server supporting it]
--p---oe--- OK (254 out of 1737, remaining: 40:02, took 0.896s, duration: 06:51)
test 0257...[HTTP Location: following with --netrc-optional]
--pd---e--- OK (255 out of 1737, remaining: 39:58, took 1.221s, duration: 06:52)
test 0258...[HTTP POST multipart without Expect: header using proxy anyauth (Digest)]
--pd---e--- OK (256 out of 1737, remaining: 39:54, took 1.189s, duration: 06:53)
test 0259...[HTTP POST multipart with Expect: header using proxy anyauth (Digest)]
--pd---e--- OK (257 out of 1737, remaining: 40:01, took 3.183s, duration: 06:57)
test 0260...[HTTP GET URL without slash but with question mark]
--pd---e--- OK (258 out of 1737, remaining: 39:55, took 0.861s, duration: 06:57)
test 0261...[FTP RETR with 226 response code to TYPE]
--pd---e--- OK (259 out of 1737, remaining: 39:50, took 0.959s, duration: 06:58)
test 0262...[Reject HTTP response with binary zero in header]
--p----e--- OK (260 out of 1737, remaining: 39:44, took 0.874s, duration: 06:59)
test 0263...[HTTP-IPv6 GET with proxy specified using IPv6-numerical address]
--pd---e--- OK (261 out of 1737, remaining: 39:38, took 0.923s, duration: 07:00)
test 0264...[HTTP with proxy string including http:// and user+password]
--pd---e--- OK (262 out of 1737, remaining: 39:34, took 1.121s, duration: 07:01)
test 0265...[HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407]
--pd---e--- OK (263 out of 1737, remaining: 39:32, took 1.432s, duration: 07:03)
test 0266...[HTTP GET with chunked Transfer-Encoding and chunked trailer]
--pd--oe--- OK (264 out of 1737, remaining: 39:28, took 1.314s, duration: 07:04)
test 0267...[HTTP POST with NTLM authorization and added custom headers]
--pd---e--- OK (265 out of 1737, remaining: 39:25, took 1.303s, duration: 07:05)
test 0268...[JSON encoding of Unicode string]
--pd---e--- OK (266 out of 1737, remaining: 39:20, took 0.956s, duration: 07:06)
test 0269...[HTTP --ignore-content-length]
--pd---e--- OK (267 out of 1737, remaining: 39:15, took 0.974s, duration: 07:07)
test 0270...[FTP RETR PASV --ftp-skip-pasv-ip]
--pd---e--- OK (268 out of 1737, remaining: 39:10, took 1.042s, duration: 07:08)
test 0271...[TFTP retrieve]
--pd---e--- OK (269 out of 1737, remaining: 39:09, took 1.597s, duration: 07:10)
test 0272...[FTP timed conditioned get file with identical time stamp]
--p----e--- OK (270 out of 1737, remaining: 39:04, took 0.973s, duration: 07:11)
test 0273...[HTTP with two Digest authorization headers]
--pd---e--- OK (271 out of 1737, remaining: 39:04, took 1.880s, duration: 07:13)
test 0274...[HTTP Location: following with --max-redirs 0]
--pd---e--- OK (272 out of 1737, remaining: 39:10, took 2.979s, duration: 07:16)
test 0275...[HTTP CONNECT with proxytunnel getting two URLs from the same host]
--pd-P-e--- OK (273 out of 1737, remaining: 39:14, took 2.765s, duration: 07:19)
test 0276...[HTTP Location: following with multiple question marks in URLs]
--pd---e--- OK (274 out of 1737, remaining: 39:15, took 1.944s, duration: 07:21)
test 0277...[HTTP RFC1867-type formposting with custom Content-Type]
--pd---e--- OK (275 out of 1737, remaining: 39:15, took 1.992s, duration: 07:23)
test 0278...[HTTP with proxy string including http:// and user+empty password]
--pd---e--- OK (276 out of 1737, remaining: 39:14, took 1.639s, duration: 07:24)
test 0279...[HTTP with proxy string including http:// and user only]
--pd---e--- OK (277 out of 1737, remaining: 39:14, took 2.052s, duration: 07:26)
test 0280...[FTP --ftp-alternative-to-user on USER failure]
--pd---e--- OK (278 out of 1737, remaining: 39:12, took 1.364s, duration: 07:28)
test 0281...[HTTP PUT from file with 100 + 401 responses and -f without auth given]
--pd---e--- OK (279 out of 1737, remaining: 39:15, took 2.637s, duration: 07:30)
test 0282...[HTTP GET with no response body or headers]
--pd---e--- OK (280 out of 1737, remaining: 39:19, took 2.589s, duration: 07:33)
test 0283...[TFTP retrieve on invalid file]
--p----e--- OK (281 out of 1737, remaining: 39:23, took 2.799s, duration: 07:36)
test 0284...[TFTP retrieve of boundary case 512 byte file]
--pd---e--- OK (282 out of 1737, remaining: 39:28, took 2.746s, duration: 07:38)
test 0285...[TFTP send]
--p-u--e--- OK (283 out of 1737, remaining: 39:57, took 7.713s, duration: 07:46)
test 0286...[TFTP send of boundary case 512 byte file]
--p-u--e--- OK (284 out of 1737, remaining: 40:22, took 6.854s, duration: 07:53)
test 0287...[HTTP proxy CONNECT with custom User-Agent header]
s-p----e--- OK (285 out of 1737, remaining: 40:19, took 1.339s, duration: 07:54)
test 0288...[file:// with (unsupported) proxy, authentication and range]
---d---e--- OK (286 out of 1737, remaining: 40:13, took 0.742s, duration: 07:55)
test 0289...[FTP resume upload but denied access to local file]
-------e--- OK (287 out of 1737, remaining: 40:10, took 1.400s, duration: 07:57)
test 0290...[FTP download maximum filesize exceeded]
--p----e--- OK (288 out of 1737, remaining: 40:12, took 2.351s, duration: 07:59)
test 0291...[FTP download maximum filesize not exceeded]
--pd---e--- OK (289 out of 1737, remaining: 40:11, took 1.921s, duration: 08:01)
test 0292...[HTTP GET with maximum filesize not exceeded]
--pd---e--- OK (290 out of 1737, remaining: 40:06, took 0.920s, duration: 08:02)
test 0293...[HTTP GET with maximum filesize exceeded]
--p----e--- OK (291 out of 1737, remaining: 40:01, took 0.931s, duration: 08:03)
test 0294...[FTP --ftp-account on ACCT request]
--pd---e--- OK (292 out of 1737, remaining: 39:56, took 1.076s, duration: 08:04)
test 0295...[FTP ACCT request without --ftp-account]
--p----e--- OK (293 out of 1737, remaining: 39:51, took 0.966s, duration: 08:05)
test 0296...[FTP CWD with --ftp-method multicwd]
--pd---e--- OK (294 out of 1737, remaining: 39:47, took 1.072s, duration: 08:06)
test 0297...[FTP CWD with --ftp-method singlecwd]
--pd---e--- OK (295 out of 1737, remaining: 39:53, took 3.243s, duration: 08:09)
test 0298...[FTP CWD with --ftp-method nocwd]
--pd---e--- OK (296 out of 1737, remaining: 39:53, took 2.068s, duration: 08:11)
test 0299...[FTP over HTTP proxy with user:pass not in url]
--pd---e--- OK (297 out of 1737, remaining: 39:49, took 1.129s, duration: 08:12)
test 0300...[simple HTTPS GET]
--pd---e--- OK (298 out of 1737, remaining: 39:53, took 2.766s, duration: 08:15)
test 0301...[HTTPS GET with user and password]
--pd---e--- OK (299 out of 1737, remaining: 39:51, took 1.696s, duration: 08:17)
test 0302...[HTTPS GET over HTTP proxy fails]
-------e--- OK (300 out of 1737, remaining: 39:47, took 1.053s, duration: 08:18)
test 0303...[HTTPS with 8 secs timeout]
--pd---e--- OK (301 out of 1737, remaining: 40:44, took 14.105s, duration: 08:32)
test 0304...[HTTPS multipart formpost]
--pd---e--- OK (302 out of 1737, remaining: 40:48, took 2.818s, duration: 08:35)
test 0305...[insecure HTTPS without permission]
-------e--- OK (303 out of 1737, remaining: 40:42, took 0.919s, duration: 08:36)
test 0306...[HTTPS GET, receive no headers only data!]
--pd---e--- OK (304 out of 1737, remaining: 40:38, took 1.131s, duration: 08:37)
test 0307 SKIPPED: openssl engine not supported
test 0308...[simple HTTPS GET with invalid crypto engine]
-------e--- OK (306 out of 1737, remaining: 40:27, took 0.908s, duration: 08:39)
test 0309...[HTTP Location: redirect to HTTPS URL]
--pd---e--- OK (307 out of 1737, remaining: 40:25, took 1.606s, duration: 08:40)
test 0310...[simple HTTPS GET]
--pd---e--- OK (308 out of 1737, remaining: 40:52, took 7.887s, duration: 08:48)
test 0311...[HTTPS wrong subjectAltName but right CN]
-------e--- OK (309 out of 1737, remaining: 41:19, took 7.754s, duration: 08:56)
test 0312...[HTTPS GET to localhost and null-prefixed CN cert]
-------e--- OK (310 out of 1737, remaining: 41:46, took 8.007s, duration: 09:04)
test 0313...[CRL test]
-------e--- OK (311 out of 1737, remaining: 42:15, took 8.426s, duration: 09:12)
test 0314...[HTTP GET brotli compressed content]
--pd---e--- OK (312 out of 1737, remaining: 42:18, took 2.968s, duration: 09:15)
test 0315...[HTTP GET brotli compressed content with broken header]
--pd---e--- OK (313 out of 1737, remaining: 42:23, took 3.174s, duration: 09:19)
test 0316...[HTTP GET brotli compressed content of size more than CURL_MAX_WRITE_SIZE]
--pd---e--- OK (314 out of 1737, remaining: 42:29, took 3.510s, duration: 09:22)
test 0317...[HTTP with custom Authorization: and redirect to new host]
--pd---e--- OK (315 out of 1737, remaining: 42:26, took 1.507s, duration: 09:24)
test 0318...[HTTP with custom Authorization: and redirect to new host]
--pd---e--- OK (316 out of 1737, remaining: 42:22, took 1.199s, duration: 09:25)
test 0319...[HTTP GET gobbledigook transfer-encoded data in raw mode]
--pd---e--- OK (317 out of 1737, remaining: 42:16, took 1.033s, duration: 09:26)
test 0320...[simple TLS-SRP HTTPS GET, check user in response]
------oe--- OK (318 out of 1737, remaining: 42:56, took 10.998s, duration: 09:37)
test 0321...[TLS-SRP with bad username and password]
-------e--- OK (319 out of 1737, remaining: 42:52, took 1.409s, duration: 09:38)
test 0322...[TLS-SRP with bad password]
-------e--- OK (320 out of 1737, remaining: 42:49, took 1.399s, duration: 09:40)
test 0324...[TLS-SRP with server cert checking]
-------e--- OK (321 out of 1737, remaining: 42:45, took 1.410s, duration: 09:41)
test 0325...[HTTPS with attempted redirect to denied HTTP]
--pd---e--- OK (322 out of 1737, remaining: 43:11, took 8.132s, duration: 09:49)
test 0326...[HTTP GET chunked data in raw mode]
--pd---e--- OK (323 out of 1737, remaining: 43:07, took 1.288s, duration: 09:51)
test 0327...[HTTP with cookiejar without cookies left]
--pd--oe--- OK (324 out of 1737, remaining: 43:06, took 2.037s, duration: 09:53)
test 0328...[HTTP with "Content-Encoding: none]
--pd---e--- OK (325 out of 1737, remaining: 43:01, took 1.109s, duration: 09:54)
test 0329...[HTTP cookie with Max-Age=0]
--pd---e--- OK (326 out of 1737, remaining: 42:57, took 1.254s, duration: 09:55)
test 0330...[HTTP with custom Cookie: and redirect to new host]
--pd---e--- OK (327 out of 1737, remaining: 42:52, took 1.204s, duration: 09:56)
test 0331...[HTTP with cookie using host name 'moo']
--pd---e--- OK (328 out of 1737, remaining: 42:47, took 1.105s, duration: 09:57)
test 0332...[TFTP retrieve with blksize 400]
--pd---e--- OK (329 out of 1737, remaining: 42:42, took 1.067s, duration: 09:58)
test 0333...[Try a non-boolean command line option with --no-]
-------e--- OK (330 out of 1737, remaining: 42:36, took 0.693s, duration: 09:59)
test 0334...[HTTP 204 No content with chunked header]
--pd---e--- OK (331 out of 1737, remaining: 42:36, took 2.336s, duration: 10:01)
test 0335...[HTTP with proxy Digest and site Digest with creds in URLs]
--pd---e--- OK (332 out of 1737, remaining: 42:32, took 1.397s, duration: 10:03)
test 0336...[FTP range download when SIZE doesn't work]
--pd---e--- OK (333 out of 1737, remaining: 42:27, took 1.039s, duration: 10:04)
test 0337...[FTP range download with SIZE returning extra crap]
--pd---e--- OK (334 out of 1737, remaining: 42:22, took 1.013s, duration: 10:05)
test 0338...[ANYAUTH connection reuse of non-authed connection]
--pd---e--- OK (335 out of 1737, remaining: 42:17, took 0.935s, duration: 10:06)
test 0339...[Check if --etag-save saved correct etag to a file]
--p---oe--- OK (336 out of 1737, remaining: 42:11, took 0.890s, duration: 10:07)
test 0340...[FTP using %00 in path with singlecwd]
--p----e--- OK (337 out of 1737, remaining: 42:06, took 0.910s, duration: 10:08)
test 0341...[A non existing file with --etag-compare is just a blank]
--p----e--- OK (338 out of 1737, remaining: 42:00, took 0.937s, duration: 10:09)
test 0342...[Check if --etag-compare set correct etag in header]
--pd---e--- OK (339 out of 1737, remaining: 41:55, took 0.986s, duration: 10:10)
test 0343...[Both --etag-compare and --etag-save to save new Etag]
--pd--oe--- OK (340 out of 1737, remaining: 41:54, took 2.033s, duration: 10:12)
test 0344...[Both --etag-compare and -save store new Etag using non-existing file]
--pd--oe--- OK (341 out of 1737, remaining: 41:49, took 0.948s, duration: 10:13)
test 0345...[Both --etag-compare and -save store new Etag using one pre-existing file]
--pd--oe--- OK (342 out of 1737, remaining: 41:44, took 1.004s, duration: 10:14)
test 0346...[HTTP GET over proxy with credentials using blank passwords]
--pd---e--- OK (343 out of 1737, remaining: 41:39, took 0.971s, duration: 10:14)
test 0347...[--etag-save with blank incoming header]
--p---oe--- OK (344 out of 1737, remaining: 41:34, took 1.081s, duration: 10:16)
test 0348...[FTP upload file with 552 disk full response]
--p-u--e--- OK (345 out of 1737, remaining: 41:30, took 1.148s, duration: 10:17)
test 0349...[HTTP GET --fail-with-body on HTTP error return]
--pd---e--- OK (346 out of 1737, remaining: 41:25, took 1.010s, duration: 10:18)
test 0350...[FTP root dir list multicwd]
--pd---e--- OK (347 out of 1737, remaining: 41:21, took 1.101s, duration: 10:19)
test 0351...[FTP root dir list nocwd]
--pd---e--- OK (348 out of 1737, remaining: 41:19, took 1.813s, duration: 10:21)
test 0352...[FTP root dir list singlecwd]
--pd---e--- OK (349 out of 1737, remaining: 41:22, took 3.073s, duration: 10:24)
test 0353...[FTP home dir list singlecwd]
--pd---e--- OK (350 out of 1737, remaining: 41:22, took 2.152s, duration: 10:26)
test 0354...[FTP without password]
--pd---e--- OK (351 out of 1737, remaining: 41:24, took 2.717s, duration: 10:29)
test 0355...[load Alt-Svc from file and use]
--pd---e--- OK (352 out of 1737, remaining: 41:19, took 1.032s, duration: 10:30)
test 0356...[parse incoming Alt-Svc and save to file]
--pd--oe--- OK (353 out of 1737, remaining: 41:14, took 1.030s, duration: 10:31)
test 0357...[HTTP PUT with Expect: 100-continue and 417 response]
--pd---e--- OK (354 out of 1737, remaining: 41:31, took 6.499s, duration: 10:37)
RUN: failed to start the HTTP/2 server
test 0358 SKIPPED: failed starting HTTP/2 server
test 0359 SKIPPED: failed starting HTTP/2 server
test 0360...[Error on both --fail-with-body and --fail]
-------e--- OK (357 out of 1737, remaining: 41:39, took 1.372s, duration: 10:46)
test 0361...[HTTP GET --fail-with-body on HTTP error return - twice]
--pd---e--- OK (358 out of 1737, remaining: 41:35, took 1.152s, duration: 10:47)
test 0362...[FTP resume upload file with nothing to start from]
--p-u--e--- OK (359 out of 1737, remaining: 41:31, took 1.198s, duration: 10:49)
test 0363...[CONNECT with short sends]
--pd-P-e--- OK (360 out of 1737, remaining: 41:33, took 2.938s, duration: 10:51)
test 0364...[HTTPS PUT of small file]
--pd---e--- OK (361 out of 1737, remaining: 41:35, took 2.583s, duration: 10:54)
test 0365...[HTTP/1.1 with chunked AND Content-Length headers]
--pd---e--- OK (362 out of 1737, remaining: 41:32, took 1.618s, duration: 10:56)
test 0366...[HTTP --retry-max-time with too long Retry-After]
--pd---e--- OK (363 out of 1737, remaining: 41:27, took 1.098s, duration: 10:57)
test 0367...[Empty user name provided in URL]
--pd---e--- OK (364 out of 1737, remaining: 41:25, took 1.751s, duration: 10:59)
test 0368...[Append dash if -r range specified without one]
--pd---e--- OK (365 out of 1737, remaining: 41:22, took 1.261s, duration: 11:00)
test 0369...[--etag-save with bad path then working transfer]
--pd---e--- OK (366 out of 1737, remaining: 41:24, took 2.883s, duration: 11:03)
test 0370...[--etag-save with bad path - no transfer]
-------e--- OK (367 out of 1737, remaining: 41:18, took 0.700s, duration: 11:03)
test 0371...[using more -o than URLs in the command line]
-rp----e--- OK (368 out of 1737, remaining: 41:15, took 1.443s, duration: 11:05)
test 0372...[Binary zero in data element.]
--pd---e--- OK (369 out of 1737, remaining: 41:11, took 1.277s, duration: 11:06)
test 0373...[Chunked transfer encoding - Multiple valid chunks with binary zeros.]
--pd---e--- OK (370 out of 1737, remaining: 41:11, took 2.156s, duration: 11:08)
test 0374...[Valid gif with two frames. No new line in data section.]
--pd---e--- OK (371 out of 1737, remaining: 41:07, took 1.359s, duration: 11:10)
test 0376...[--remove-on-error]
--p---oe--- OK (372 out of 1737, remaining: 41:07, took 2.262s, duration: 11:12)
test 0378...[Reject using -T and -d at once]
-r-----e--- OK (373 out of 1737, remaining: 41:03, took 1.138s, duration: 11:13)
test 0379...[--remove-on-error with --no-clobber and an added number]
--p---oe--- OK (374 out of 1737, remaining: 41:02, took 2.031s, duration: 11:15)
test 0380...[pick netrc password based on user name in URL]
--pd---e--- OK (375 out of 1737, remaining: 41:02, took 2.472s, duration: 11:18)
test 0381...[netrc-optional lets URL creds override netrc]
--pd---e--- OK (376 out of 1737, remaining: 40:59, took 1.254s, duration: 11:19)
test 0383...[HTTP with --json]
--pd---e--- OK (377 out of 1737, remaining: 40:54, took 1.150s, duration: 11:20)
test 0384...[HTTP with --json from stdin]
--pd---e--- OK (378 out of 1737, remaining: 40:52, took 1.576s, duration: 11:22)
test 0385...[HTTP with --json x 2]
--pd---e--- OK (379 out of 1737, remaining: 40:47, took 1.050s, duration: 11:23)
test 0386...[HTTP with --json + --next]
--pd---e--- OK (380 out of 1737, remaining: 40:43, took 1.166s, duration: 11:24)
test 0387...[Response with overly long compression chain]
-rp----e--- OK (381 out of 1737, remaining: 40:39, took 1.002s, duration: 11:25)
test 0388...[HTTP with Digest and multiple qop values with leading space]
s-p----e--- OK (382 out of 1737, remaining: 40:36, took 1.553s, duration: 11:26)
test 0389...[*.localhost is a local host]
--pd---e--- OK (383 out of 1737, remaining: 40:31, took 1.001s, duration: 11:27)
test 0390...[curl HTTP, FILE and FTP in parallel]
-------e--- OK (384 out of 1737, remaining: 40:30, took 1.784s, duration: 11:29)
test 0391...[--path-as-is with redirect, keeping dotdots]
--pd---e--- OK (385 out of 1737, remaining: 40:28, took 1.762s, duration: 11:31)
test 0392...[HTTP secure cookies over localhost]
--pd---e--- OK (386 out of 1737, remaining: 40:26, took 1.706s, duration: 11:33)
test 0393...[HTTP max-filesize and out-of-range Content-Length]
--p----e--- OK (387 out of 1737, remaining: 40:23, took 1.466s, duration: 11:34)
test 0394...[HTTP with rubbish in Content-Length]
--p----e--- OK (388 out of 1737, remaining: 40:24, took 2.736s, duration: 11:37)
test 0395...[HTTP and out-of-range Content-Length]
--p----e--- OK (389 out of 1737, remaining: 40:20, took 1.147s, duration: 11:38)
test 0396...[HTTP GET zstd compressed content]
--pd---e--- OK (390 out of 1737, remaining: 40:18, took 1.686s, duration: 11:40)
test 0397...[HTTP GET zstd compressed content of size more than CURL_MAX_WRITE_SIZE]
--pd---e--- OK (391 out of 1737, remaining: 40:16, took 1.588s, duration: 11:41)
test 0398...[Reject HTTP/1.1 response with colon-less header]
--p----e--- OK (392 out of 1737, remaining: 40:11, took 1.068s, duration: 11:42)
test 0399...[65536 bytes long host name in URL]
-------e--- OK (393 out of 1737, remaining: 40:07, took 1.114s, duration: 11:44)
test 0400...[FTPS dir list PASV unencrypted data]
--pd---e--- OK (394 out of 1737, remaining: 40:09, took 2.831s, duration: 11:46)
test 0401...[FTPS PASV upload file]
--p-u--e--- OK (395 out of 1737, remaining: 40:08, took 1.893s, duration: 11:48)
test 0402...[FTP SSL required on non-SSL server]
--p----e--- OK (396 out of 1737, remaining: 40:03, took 0.913s, duration: 11:49)
test 0403...[FTPS with CCC not supported by server]
--pd---e--- OK (397 out of 1737, remaining: 39:59, took 1.177s, duration: 11:50)
test 0404...[FTPS with invalid cacert]
-------e--- OK (398 out of 1737, remaining: 39:54, took 0.953s, duration: 11:51)
test 0405...[FTPS operation to FTP port]
-------e--- OK (399 out of 1737, remaining: 39:52, took 1.623s, duration: 11:53)
test 0406...[FTPS dir list, PORT with specified IP]
--pd---e--- OK (400 out of 1737, remaining: 39:49, took 1.254s, duration: 11:54)
test 0407...[Get two FTPS files from the same remote dir: no second CWD]
--pd---e--- OK (401 out of 1737, remaining: 39:45, took 1.219s, duration: 11:55)
test 0408...[FTPS PORT upload with CWD]
--p-u--e--- OK (402 out of 1737, remaining: 39:43, took 1.828s, duration: 11:57)
test 0409...[FTPS PASV upload file]
--p-u--e--- OK (403 out of 1737, remaining: 39:40, took 1.178s, duration: 11:59)
test 0410...[HTTPS GET with very long request header]
--pd---e--- OK (404 out of 1737, remaining: 39:38, took 1.749s, duration: 12:00)
test 0411...[-K with missing file causes error]
-r-----e--- OK (405 out of 1737, remaining: 39:32, took 0.499s, duration: 12:01)
test 0412...[alt-svc using host name with trailing dot in URL]
--pd---e--- OK (406 out of 1737, remaining: 39:27, took 0.970s, duration: 12:02)
test 0413...[alt-svc using host name with trailing dot on host from file]
--pd---e--- OK (407 out of 1737, remaining: 39:23, took 0.943s, duration: 12:03)
test 0414...[HTTPS sec-cookie, HTTP redirect, same name cookie, redirect back]
--p----e--- OK (408 out of 1737, remaining: 39:20, took 1.582s, duration: 12:04)
test 0415...[HTTP response with control code then negative Content-Length]
--pd---e--- OK (409 out of 1737, remaining: 39:17, took 1.404s, duration: 12:06)
test 0416...[FTP growing file support]
--pd---e--- OK (410 out of 1737, remaining: 39:16, took 1.786s, duration: 12:07)
test 0417...[--write-out with %{certs}]
s-p----e--- OK (411 out of 1737, remaining: 39:16, took 2.543s, duration: 12:10)
test 0418...[Response with multiple Transfer-Encoding headers]
-rp----e--- OK (412 out of 1737, remaining: 39:12, took 1.057s, duration: 12:11)
test 0419...[--dump-header to file that cannot be created]
-------e--- OK (413 out of 1737, remaining: 39:08, took 0.903s, duration: 12:12)
test 0420...[Setting cookies set with expired dates that were loaded from jar]
--pd--oe--- OK (414 out of 1737, remaining: 39:04, took 1.075s, duration: 12:13)
test 0421...[HTTP GET multiple headers and %{header_json}]
-rpd---e--- OK (415 out of 1737, remaining: 39:01, took 1.350s, duration: 12:14)
test 0422...[use --next with missing URL before it]
-r-----e--- OK (416 out of 1737, remaining: 38:55, took 0.521s, duration: 12:15)
test 0423...[-w with url.* variables]
s------e--- OK (417 out of 1737, remaining: 38:51, took 1.104s, duration: 12:16)
test 0424...[-w with urle.* variables]
s------e--- OK (418 out of 1737, remaining: 38:48, took 1.352s, duration: 12:17)
test 0425...[HTTP PUT with path ending with slash + query]
--pd---e--- OK (419 out of 1737, remaining: 38:45, took 1.229s, duration: 12:19)
test 0426...[try --data with --continue-at]
-------e--- OK (420 out of 1737, remaining: 38:40, took 0.948s, duration: 12:20)
test 0427...[Keep Cookie: header within 8190 bytes]
--p----e--- OK (421 out of 1737, remaining: 38:37, took 1.228s, duration: 12:21)
test 0428...[Expand environment variables within config file]
--pd---e--- OK (422 out of 1737, remaining: 38:33, took 1.053s, duration: 12:22)
test 0429...[Expand environment variable in config file - too long name]
--pd---e--- OK (423 out of 1737, remaining: 38:29, took 0.976s, duration: 12:23)
test 0430...[Three -K uses with --next and --data in each]
--p----e--- OK (424 out of 1737, remaining: 38:25, took 1.225s, duration: 12:24)
test 0431...[Two -K uses with --next and then one on cmdline]
--p----e--- OK (425 out of 1737, remaining: 38:22, took 1.310s, duration: 12:25)
test 0432...[Use -K with --next and --config from within]
--p----e--- OK (426 out of 1737, remaining: 38:19, took 1.176s, duration: 12:27)
test 0433...[Verify XDG_CONFIG_HOME use to find curlrc]
--pd---e--- OK (427 out of 1737, remaining: 38:15, took 0.984s, duration: 12:28)
test 0434...[-K with a single line without newline]
--pd---e--- OK (428 out of 1737, remaining: 38:11, took 0.963s, duration: 12:29)
test 0435...[verify -w local/remote port+ip after connection reuse]
s-p----e--- OK (429 out of 1737, remaining: 38:07, took 1.083s, duration: 12:30)
test 0436...[Find .curlrc in .config/curlrc via CURL_HOME]
--pd---e--- OK (430 out of 1737, remaining: 38:03, took 1.090s, duration: 12:31)
test 0437...[Alt-Svc to numerical IPv6 address]
--pd--oe--- OK (431 out of 1737, remaining: 38:03, took 2.280s, duration: 12:33)
test 0438...[HTTPS IPv4 GET translated by alt-svc to IPv6 address]
s-----oe--- OK (432 out of 1737, remaining: 38:01, took 1.581s, duration: 12:35)
test 0439...[aws-sigv4 with query]
--pd---e--- OK (433 out of 1737, remaining: 37:57, took 0.938s, duration: 12:36)
test 0440...[HSTS with trailing-dot host name in URL but none in hsts file]
s-p----e--- OK (434 out of 1737, remaining: 37:53, took 1.101s, duration: 12:37)
test 0441...[HSTS with no t-dot host name in URL but t-dot in file]
s-p----e--- OK (435 out of 1737, remaining: 37:49, took 1.035s, duration: 12:38)
test 0442...[Send capped huge number of matching cookies]
--pd---e--- OK (436 out of 1737, remaining: 37:47, took 1.551s, duration: 12:39)
test 0443...[Cookie header in request no longer than 8K]
--pd---e--- OK (437 out of 1737, remaining: 37:43, took 1.048s, duration: 12:40)
test 0444...[Many Set-Cookie response headers]
--pd--oe--- OK (438 out of 1737, remaining: 37:41, took 1.521s, duration: 12:42)
test 0446...[HSTS with two URLs]
---d-Poe--- OK (439 out of 1737, remaining: 37:38, took 1.577s, duration: 12:43)
test 0447...[HTTP PUT with growing file]
--pd---e--- OK (440 out of 1737, remaining: 37:35, took 1.067s, duration: 12:45)
test 0448...[Environment variables within config file, unbalanced braces]
--pd---e--- OK (441 out of 1737, remaining: 37:31, took 1.060s, duration: 12:46)
test 0449...[Environment variables in config file w/o [expand]]
--pd---e--- OK (442 out of 1737, remaining: 37:27, took 1.055s, duration: 12:47)
test 0450...[Variable from file that is trimmed and URL encoded]
--pd---e--- OK (443 out of 1737, remaining: 37:24, took 1.037s, duration: 12:48)
test 0451...[Variable from file that is JSON and URL encoded (with null byte)]
--pd---e--- OK (444 out of 1737, remaining: 37:23, took 2.212s, duration: 12:50)
test 0452...[Variable using illegal function in expansion]
-------e--- OK (445 out of 1737, remaining: 37:20, took 1.261s, duration: 12:51)
test 0453...[Variable output containing null byte]
-------e--- OK (446 out of 1737, remaining: 37:16, took 0.870s, duration: 12:52)
test 0454...[Variable using illegal function separator]
-------e--- OK (447 out of 1737, remaining: 37:12, took 0.909s, duration: 12:53)
test 0455...[Variable using base64]
--pd---e--- OK (448 out of 1737, remaining: 37:09, took 1.279s, duration: 12:54)
test 0456...[Variable output starting with null byte]
-------e--- OK (449 out of 1737, remaining: 37:05, took 1.146s, duration: 12:55)
test 0457...[chunked Transfer-Encoding with --max-filesize]
--pd---e--- OK (450 out of 1737, remaining: 37:04, took 2.011s, duration: 12:57)
test 0458...[variable expand the file name with --expand-output]
--p---oe--- OK (451 out of 1737, remaining: 37:04, took 2.158s, duration: 13:00)
test 0459...[config file with argument using whitespace missing quotes]
-rpd---e--- OK (452 out of 1737, remaining: 37:01, took 1.102s, duration: 13:01)
test 0460...[try --expand without an argument]
-------e--- OK (453 out of 1737, remaining: 36:55, took 0.440s, duration: 13:01)
test 0461...[disable Host: when specified as lower case]
--pd---e--- OK (454 out of 1737, remaining: 36:51, took 0.983s, duration: 13:02)
test 0462...[Missing environment variables in config file]
-------e--- OK (455 out of 1737, remaining: 36:46, took 0.499s, duration: 13:03)
test 0463...[HTTP with -d @file with file containing CR, LF and null byte]
--pd---e--- OK (456 out of 1737, remaining: 36:42, took 0.949s, duration: 13:04)
test 0467...[use a bad short option letter that does not exist (after one does exist)]
-------e--- OK (457 out of 1737, remaining: 36:37, took 0.474s, duration: 13:04)
test 0468...[set -w in config, then reset -w to blank on cmdline]
s-p----e--- OK (458 out of 1737, remaining: 36:34, took 1.276s, duration: 13:05)
test 0469...[warn about Unicode quote character]
-r-d---e--- OK (459 out of 1737, remaining: 36:30, took 0.897s, duration: 13:06)
test 0470...[warn about Unicode quote character read from config file]
-r-d---e--- OK (460 out of 1737, remaining: 36:26, took 0.989s, duration: 13:07)
test 0471...[Reject HTTP/1.1 to HTTP/2 switch on the same connection]
--p----e--- OK (461 out of 1737, remaining: 36:23, took 1.177s, duration: 13:08)
test 0473...[Check if --etag-save saved correct etag to a file on 301]
--p---oe--- OK (462 out of 1737, remaining: 36:20, took 0.991s, duration: 13:09)
test 0474...[-w urle.scheme after HTTP to HTTPS redirect]
s------e--- OK (463 out of 1737, remaining: 36:18, took 1.610s, duration: 13:11)
test 0475...[FTP PASV upload ASCII file]
--p-u--e--- OK (464 out of 1737, remaining: 36:21, took 3.389s, duration: 13:14)
test 0476...[FTP PASV upload ASCII file already using CRLF]
--p-u--e--- OK (465 out of 1737, remaining: 36:23, took 3.274s, duration: 13:18)
test 0477...[HTTP GET with maximum filesize with a redirect sending data]
--p----e--- OK (466 out of 1737, remaining: 36:21, took 1.590s, duration: 13:19)
test 0478...[.netrc with multiple accounts for same host]
--pd---e--- OK (467 out of 1737, remaining: 36:21, took 2.108s, duration: 13:22)
test 0479...[.netrc with redirect and default without password]
--pd---e--- OK (468 out of 1737, remaining: 36:19, took 1.784s, duration: 13:23)
test 0480...[Reject .netrc with credentials using CRLF for POP3]
-------e--- OK (469 out of 1737, remaining: 36:21, took 3.135s, duration: 13:26)
test 0481...[--no-clobber with --continue-at]
-r-----e--- OK (470 out of 1737, remaining: 36:18, took 1.123s, duration: 13:28)
test 0482...[--remove-on-error with --continue-at]
-r-----e--- OK (471 out of 1737, remaining: 36:15, took 1.297s, duration: 13:29)
test 0484...[Use --etag-compare and -save with more than one URL]
-r-----e--- OK (472 out of 1737, remaining: 36:13, took 1.392s, duration: 13:30)
test 0485...[Use --etag-compare and -save with more than one URL, URLs specified first]
-r-----e--- OK (473 out of 1737, remaining: 36:10, took 1.377s, duration: 13:32)
test 0486...[.netrc with redirect and "default" with no password or login]
--pd---e--- OK (474 out of 1737, remaining: 36:13, took 3.560s, duration: 13:35)
test 0487...[Variable using 64dec with bad base64]
--pd---e--- OK (475 out of 1737, remaining: 36:14, took 2.653s, duration: 13:38)
test 0488...[Download two URLs provided on stdin]
--p----e--- OK (476 out of 1737, remaining: 36:11, took 1.117s, duration: 13:39)
test 0489...[Download two URLs provided in a file]
--p----e--- OK (477 out of 1737, remaining: 36:08, took 1.363s, duration: 13:40)
test 0490...[Two globbed HTTP PUTs]
--pd---e--- OK (478 out of 1737, remaining: 36:06, took 1.559s, duration: 13:42)
test 0491...[Two globbed HTTP PUTs, the second upload file is missing]
--pd---e--- OK (479 out of 1737, remaining: 36:07, took 2.851s, duration: 13:45)
test 0492...[Two globbed HTTP PUTs to two globbed URLs]
--pd---e--- OK (480 out of 1737, remaining: 36:07, took 2.353s, duration: 13:47)
test 0493...[HSTS and %{url_effective} after upgrade]
s-p----e--- OK (481 out of 1737, remaining: 36:05, took 1.731s, duration: 13:49)
test 0494...[skip 'macdef' when parsing netrc]
--pd---e--- OK (482 out of 1737, remaining: 36:06, took 2.704s, duration: 13:52)
test 0495...[user+password in URL with optional netrc]
--pd---e--- OK (483 out of 1737, remaining: 36:04, took 1.740s, duration: 13:53)
test 0496...[parallel upload missing file]
-------e--- OK (484 out of 1737, remaining: 36:01, took 0.904s, duration: 13:54)
test 0497...[Reject too large accumulated HTTP response headers]
--p----e--- OK (485 out of 1737, remaining: 36:07, took 4.704s, duration: 13:59)
test 0498...[Reject too large HTTP response headers on endless redirects]
-------e--- OK (486 out of 1737, remaining: 38:00, took 46.331s, duration: 14:45)
test 0499...[HTTP HEAD to server still sending a body]
--p----e--- OK (487 out of 1737, remaining: 37:59, took 2.232s, duration: 14:48)
test 0500...[simple libcurl HTTP GET tool]
--pd--oe--- OK (488 out of 1737, remaining: 37:58, took 2.301s, duration: 14:50)
test 0501...[simple libcurl attempt operation without URL set]
-------e--- OK (489 out of 1737, remaining: 37:55, took 1.018s, duration: 14:51)
test 0502...[simple multi file:// get]
---d---e--- OK (490 out of 1737, remaining: 37:51, took 1.226s, duration: 14:52)
test 0503...[simple multi http:// through proxytunnel with authentication info]
--pd-P-e--- OK (491 out of 1737, remaining: 37:55, took 4.131s, duration: 14:56)
test 0504...[simple multi through local proxy without listener]
-------e--- OK (492 out of 1737, remaining: 37:52, took 1.077s, duration: 14:57)
test 0505...[FTP upload with rename after transfer]
--p-u--e--- OK (493 out of 1737, remaining: 37:52, took 2.548s, duration: 15:00)
test 0507...[multi interface get with non-existing host name]
-------e--- OK (494 out of 1737, remaining: 37:51, took 2.225s, duration: 15:02)
test 0508...[send HTTP POST using read callback]
--pd---e--- OK (495 out of 1737, remaining: 37:50, took 2.131s, duration: 15:04)
test 0509...[initialization with memory callbacks and actual usage]
s------e--- OK (496 out of 1737, remaining: 37:46, took 0.803s, duration: 15:05)
test 0510...[send HTTP POST using read callback, using chunked transfer-encoding]
--pd---e--- OK (497 out of 1737, remaining: 37:46, took 2.711s, duration: 15:08)
test 0511...[FTP with FILETIME and NOBODY but missing file]
--p----e--- OK (498 out of 1737, remaining: 37:50, took 4.350s, duration: 15:12)
test 0512...[simple curl_easy_duplicate() test]
--pd---e--- OK (499 out of 1737, remaining: 37:49, took 2.183s, duration: 15:14)
test 0513...[send HTTP POST using read callback that returns CURL_READFUNC_ABORT]
-------e--- OK (500 out of 1737, remaining: 37:50, took 2.964s, duration: 15:17)
test 0514...[First set options to POST and then to make HEAD]
--pd---e--- OK (501 out of 1737, remaining: 37:53, took 3.744s, duration: 15:21)
test 0515...[make a POSTFIELDS set to NULL with POSTFIELDSIZE set to zero]
--pd---e--- OK (502 out of 1737, remaining: 37:53, took 2.231s, duration: 15:23)
test 0516...[make an HTTPPOST set to NULL]
--pd---e--- OK (503 out of 1737, remaining: 37:51, took 1.910s, duration: 15:25)
test 0517...[curl_getdate() testing]
-------e--- OK (504 out of 1737, remaining: 37:46, took 0.624s, duration: 15:26)
test 0518 SKIPPED: test_rlimit problem: fopen fails with lots of fds open
test 0519...[GET same URL twice with different users]
--pd---e--- OK (506 out of 1737, remaining: 37:48, took 2.702s, duration: 15:32)
test 0520...[FTP RETR with FILETIME]
--pd---e--- OK (507 out of 1737, remaining: 37:48, took 2.747s, duration: 15:35)
test 0521...[FTP dir list PASV with CURLOPT_PORT]
--pd---e--- OK (508 out of 1737, remaining: 37:49, took 2.870s, duration: 15:38)
test 0522...[HTTP GET with CURLOPT_PORT]
s-p----e--- OK (509 out of 1737, remaining: 37:48, took 2.175s, duration: 15:40)
test 0523...[HTTP GET with proxy and CURLOPT_PORT]
s-p----e--- OK (510 out of 1737, remaining: 37:47, took 2.079s, duration: 15:42)
test 0524...[FTP upload with target URL ending with slash]
--p----e--- OK (511 out of 1737, remaining: 37:46, took 2.167s, duration: 15:44)
test 0525...[FTP PORT upload using multi interface]
--p-u--e--- OK (512 out of 1737, remaining: 37:46, took 2.625s, duration: 15:47)
test 0526...[FTP RETR same file using different handles but same connection]
--pd---e--- OK (513 out of 1737, remaining: 37:55, took 6.651s, duration: 15:53)
test 0527...[FTP RETR same file using different handles but same connection]
--pd---e--- OK (514 out of 1737, remaining: 38:06, took 7.006s, duration: 16:00)
test 0528...[HTTP GET same file using different handles but same connection]
--pd---e--- OK (515 out of 1737, remaining: 38:12, took 5.302s, duration: 16:06)
test 0529...[FTP PORT upload using multi interface (weird cleanup function sequence)]
--p-u--e--- OK (516 out of 1737, remaining: 38:11, took 2.070s, duration: 16:08)
test 0530...[multi_socket interface transfer with callbacks returning error]
-------e--- OK (517 out of 1737, remaining: 38:09, took 2.174s, duration: 16:10)
test 0531...[FTP PORT upload using multi interface and get 425 response]
--p----e--- OK (518 out of 1737, remaining: 38:08, took 2.025s, duration: 16:12)
test 0532...[FTP RETR same file using reset handles between each transfer]
--pd---e--- OK (519 out of 1737, remaining: 38:15, took 5.664s, duration: 16:18)
test 0533...[FTP RETR a non-existing file twice using the multi interface]
--p----e--- OK (520 out of 1737, remaining: 38:19, took 4.417s, duration: 16:22)
test 0534...[FTP RETR twice using multi: non-existing host and non-existing file]
--p----e--- OK (521 out of 1737, remaining: 38:21, took 3.716s, duration: 16:26)
test 0535...[HTTP GET multi two files with FAILONERROR]
--pd---e--- OK (522 out of 1737, remaining: 38:21, took 2.415s, duration: 16:28)
test 0536...[CURLINFO_USED_PROXY]
s-p----e--- OK (523 out of 1737, remaining: 38:17, took 1.115s, duration: 16:29)
test 0537 SKIPPED: test_rlimit problem: fopen fails with lots of fds open
test 0538...[FTP multi-interface download, failed login: PASS not valid]
--p----e--- OK (525 out of 1737, remaining: 38:12, took 1.101s, duration: 16:32)
test 0539...[Two FTP fetches using different CURLOPT_FTP_FILEMETHOD]
--pd---e--- OK (526 out of 1737, remaining: 38:08, took 1.232s, duration: 16:34)
test 0540...[HTTP proxy auth Digest multi API re-using connection]
--pd---e--- OK (527 out of 1737, remaining: 38:05, took 1.177s, duration: 16:35)
test 0541...[FTP upload and upload same file again without rewind]
--p----e--- OK (528 out of 1737, remaining: 38:01, took 1.258s, duration: 16:36)
test 0542...[FTP a file with NOBODY yes and HEADER no]
--pd---e--- OK (529 out of 1737, remaining: 37:58, took 1.083s, duration: 16:37)
test 0543...[curl_easy_escape]
s------e--- OK (530 out of 1737, remaining: 37:53, took 0.576s, duration: 16:38)
test 0544...[HTTP POST text data using CURLOPT_COPYPOSTFIELDS]
--pd---e--- OK (531 out of 1737, remaining: 37:49, took 1.168s, duration: 16:39)
test 0545...[HTTP POST binary with embedded zero and no trailing zero]
--pd---e--- OK (532 out of 1737, remaining: 37:46, took 1.053s, duration: 16:40)
test 0546...[FTP RETR a non-existing file then a found one using the multi interface]
s-p----e--- OK (533 out of 1737, remaining: 37:44, took 2.197s, duration: 16:42)
test 0547...[HTTP proxy auth NTLM with POST data from read callback]
--pd---e--- OK (534 out of 1737, remaining: 37:41, took 1.363s, duration: 16:44)
test 0548...[HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS]
--pd---e--- OK (535 out of 1737, remaining: 37:38, took 1.230s, duration: 16:45)
test 0549...[FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE]
s-p----e--- OK (536 out of 1737, remaining: 37:34, took 1.051s, duration: 16:46)
test 0550...[FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE and ASCII transfer]
s-p----e--- OK (537 out of 1737, remaining: 37:30, took 0.968s, duration: 16:47)
test 0551...[HTTP proxy auth Digest with POST data from read callback]
--pd---e--- OK (538 out of 1737, remaining: 37:27, took 1.142s, duration: 16:48)
test 0552...[HTTP proxy auth Digest with 70K POST data from read callback]
--pd---e--- OK (539 out of 1737, remaining: 37:47, took 11.553s, duration: 17:00)
test 0553...[HTTP post with huge request headers and post data from callback]
--pd---e--- OK (540 out of 1737, remaining: 37:43, took 1.181s, duration: 17:01)
test 0554...[HTTP multi-part formpost using read callback for the file part]
--pd---e--- OK (541 out of 1737, remaining: 37:40, took 1.432s, duration: 17:02)
test 0555...[HTTP proxy auth NTLM with POST data from read callback multi-if]
--pd---e--- OK (542 out of 1737, remaining: 37:37, took 1.283s, duration: 17:03)
test 0556...[send and recv HTTP]
--pd---e--- OK (543 out of 1737, remaining: 37:33, took 0.962s, duration: 17:04)
test 0557...[curl_mprintf() testing]
s------e--- OK (544 out of 1737, remaining: 37:28, took 0.486s, duration: 17:05)
test 0559...[use tiny CURLOPT_BUFFERSIZE]
---d---e--- OK (545 out of 1737, remaining: 37:24, took 1.043s, duration: 17:06)
test 0560...[simple HTTPS GET with multi interface]
--pd---e--- OK (546 out of 1737, remaining: 37:21, took 1.108s, duration: 17:07)
test 0561...[FTP RETR with CURLOPT_PROXY_TRANSFER_MODE, ASCII transfer and type=i]
s-p----e--- OK (547 out of 1737, remaining: 37:17, took 1.010s, duration: 17:08)
test 0562...[FTP a type=A URL and CURLOPT_PORT set]
--pd---e--- OK (548 out of 1737, remaining: 37:14, took 1.083s, duration: 17:09)
test 0563...[FTP type=A URL and CURLOPT_PORT set and proxy]
--p----e--- OK (549 out of 1737, remaining: 37:11, took 1.433s, duration: 17:11)
test 0564...[FTP RETR a file over a SOCKS proxy using the multi interface]
s-pd---e--- OK (550 out of 1737, remaining: 37:11, took 3.036s, duration: 17:14)
test 0565...[send HTTP POST using read callback, chunked transfer-encoding and Digest]
--pd---e--- OK (551 out of 1737, remaining: 37:12, took 3.017s, duration: 17:17)
test 0566...[HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer]
--pd--oe--- OK (552 out of 1737, remaining: 37:08, took 0.990s, duration: 17:18)
test 0567...[simple RTSP OPTIONS command]
--pd---e--- OK (553 out of 1737, remaining: 37:07, took 2.118s, duration: 17:20)
test 0568...[RTSP Announce (PUT and POST style) test]
--p----e--- OK (554 out of 1737, remaining: 37:05, took 1.958s, duration: 17:22)
test 0569...[RTSP Session ID parsing]
--p---oe--- OK (555 out of 1737, remaining: 37:03, took 1.727s, duration: 17:23)
test 0570...[RTSP CSeq and Session Mismatch checks]
--p----e--- OK (556 out of 1737, remaining: 37:00, took 1.391s, duration: 17:25)
test 0571...[RTSP RTP Interleaving Test]
s-----oe--- OK (557 out of 1737, remaining: 36:58, took 1.887s, duration: 17:27)
test 0572...[RTSP GET_PARAMETER (Put/Heartbeat/Post)]
--p----e--- OK (558 out of 1737, remaining: 36:56, took 1.757s, duration: 17:29)
test 0573...[verify connect time with multi interface]
--pd---e--- OK (559 out of 1737, remaining: 36:57, took 3.159s, duration: 17:32)
test 0574...[FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)]
s-p----e--- OK (560 out of 1737, remaining: 37:05, took 6.647s, duration: 17:38)
test 0575...[FTP wildcard download - dup_handle and multi interface]
s-p----e--- OK (561 out of 1737, remaining: 37:19, took 9.417s, duration: 17:48)
test 0576...[FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)]
s------e--- OK (562 out of 1737, remaining: 37:23, took 4.888s, duration: 17:53)
test 0577...[Funny RTSP version in response]
--p----e--- OK (563 out of 1737, remaining: 37:21, took 1.851s, duration: 17:55)
test 0578...[HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback]
---d--oe--- OK (564 out of 1737, remaining: 37:22, took 2.941s, duration: 17:58)
test 0579...[small chunked HTTP POSTs with digest auth. and progress callback]
---d--oe--- OK (565 out of 1737, remaining: 37:24, took 4.066s, duration: 18:02)
test 0580...[multi interface, multiple Location: headers]
--pd---e--- OK (566 out of 1737, remaining: 37:23, took 2.432s, duration: 18:04)
test 0581...[multi interface, multiple Content-Type: headers]
--pd---e--- OK (567 out of 1737, remaining: 37:22, took 2.322s, duration: 18:06)
test 0582 SKIPPED: curl lacks sftp server support
test 0583 SKIPPED: curl lacks sftp server support
test 0584...[CURLOPT_MIMEPOST first set then set to NULL]
--pd---e--- OK (570 out of 1737, remaining: 37:09, took 1.833s, duration: 18:08)
test 0585...[socket open/close callbacks]
--pd---e--- OK (571 out of 1737, remaining: 37:07, took 2.188s, duration: 18:10)
test 0586...[FTP and open/close socket callbacks]
--pd---e--- OK (572 out of 1737, remaining: 37:08, took 3.049s, duration: 18:13)
test 0587...[HTTP multi-part formpost with aborted read callback]
-------e--- OK (573 out of 1737, remaining: 37:08, took 3.125s, duration: 18:17)
test 0588...[FTP PORT upload using multi interface, EPRT doesn't work]
--p-u--e--- OK (574 out of 1737, remaining: 37:06, took 1.978s, duration: 18:19)
test 0589...[make an HTTP MIME POST set to NULL]
--pd---e--- OK (575 out of 1737, remaining: 37:06, took 2.588s, duration: 18:21)
test 0590...[HTTP proxy offers Negotiate+NTLM, use only NTLM]
--pd---e--- OK (576 out of 1737, remaining: 37:03, took 1.237s, duration: 18:22)
test 0591...[FTP multi PORT and 425 on upload]
--p----e--- OK (577 out of 1737, remaining: 37:00, took 1.314s, duration: 18:24)
test 0592...[FTP multi PORT and 421 on upload]
--p----e--- OK (578 out of 1737, remaining: 36:57, took 1.631s, duration: 18:25)
test 0593...[FTP multi PORT upload, no data conn and no transient neg. reply]
--p----e--- OK (579 out of 1737, remaining: 37:11, took 9.751s, duration: 18:35)
test 0595...[verify close callbacks with passive FTP]
--pd---e--- OK (580 out of 1737, remaining: 37:11, took 2.985s, duration: 18:38)
test 0596...[verify close callbacks with active FTP]
--pd---e--- OK (581 out of 1737, remaining: 37:11, took 2.851s, duration: 18:41)
test 0597...[FTP connect only option]
--p----e--- OK (582 out of 1737, remaining: 37:08, took 1.457s, duration: 18:42)
test 0598...[curl_easy_reset with referer and other strings set]
--pd---e--- OK (583 out of 1737, remaining: 37:07, took 2.592s, duration: 18:45)
test 0599...[HTTP GET with progress callback and redirects changing content sizes]
---d--oe--- OK (584 out of 1737, remaining: 37:06, took 1.897s, duration: 18:47)
test 0600 SKIPPED: curl lacks sftp server support
test 0601 SKIPPED: curl lacks scp server support
test 0603 SKIPPED: curl lacks scp server support
test 0605 SKIPPED: curl lacks scp server support
test 0643...[HTTP multi-part mimepost using read callback for the file part]
--pd---e--- OK (627 out of 1737, remaining: 33:21, took 3.007s, duration: 18:50)
test 0645...[HTTP multi-part chunked mimepost using read callback for the file part]
--pd---e--- OK (628 out of 1737, remaining: 33:24, took 4.441s, duration: 18:55)
test 0646...[SMTP multipart using mime API]
--p-u--e--- OK (629 out of 1737, remaining: 33:24, took 2.580s, duration: 18:57)
test 0647...[IMAP APPEND multipart using mime API]
--p-u--e--- OK (630 out of 1737, remaining: 33:22, took 1.918s, duration: 18:59)
test 0648...[SMTP multipart with transfer content encoders]
--p-u--e--- OK (631 out of 1737, remaining: 33:19, took 1.171s, duration: 19:00)
test 0649...[SMTP multipart with 7bit encoder error]
--p----e--- OK (632 out of 1737, remaining: 33:16, took 1.150s, duration: 19:02)
test 0650...[HTTP formpost using form API - with redirect and re-POST]
--p----e--- OK (633 out of 1737, remaining: 33:19, took 4.251s, duration: 19:06)
test 0651...[curl_formadd with huge COPYCONTENTS]
--pd---e--- OK (634 out of 1737, remaining: 33:16, took 1.214s, duration: 19:07)
test 0652...[SMTP with encoded huge mime data contents]
--p-u--e--- OK (635 out of 1737, remaining: 33:16, took 3.122s, duration: 19:10)
test 0653...[Reuse of handle after altering mime data]
--pd---e--- OK (636 out of 1737, remaining: 33:14, took 1.336s, duration: 19:11)
test 0654...[HTTP duplicate easy handle with mime data]
--pd---e--- OK (637 out of 1737, remaining: 33:13, took 2.374s, duration: 19:14)
test 0655...[resolver start callback]
---d---e--- OK (638 out of 1737, remaining: 33:10, took 1.078s, duration: 19:15)
test 0658...[Pass URL to libcurl with CURLOPT_CURLU]
--p----e--- OK (640 out of 1737, remaining: 33:03, took 1.947s, duration: 19:17)
test 0659...[CURLOPT_CURLU without the path set - over proxy]
--p----e--- OK (641 out of 1737, remaining: 33:00, took 1.003s, duration: 19:18)
test 0660...[IMAP CONNECT_ONLY option]
--p----e--- OK (642 out of 1737, remaining: 32:57, took 0.846s, duration: 19:19)
test 0661...[Avoid redundant CWDs]
--p----e--- OK (643 out of 1737, remaining: 32:55, took 1.559s, duration: 19:20)
test 0662...[HTTP redirect with whitespace in absolute Location: URL]
--pd---e--- OK (644 out of 1737, remaining: 32:52, took 1.230s, duration: 19:22)
test 0663...[HTTP redirect with dotdots and whitespaces in absolute Location: URL]
--pd---e--- OK (645 out of 1737, remaining: 32:52, took 3.210s, duration: 19:25)
test 0666...[HTTP mime post with binary-encoded huge data contents]
--pd---e--- OK (648 out of 1737, remaining: 32:42, took 2.493s, duration: 19:27)
test 0667...[HTTP chunked mimepost using single-byte read callback with encoder]
--pd---e--- OK (649 out of 1737, remaining: 32:43, took 3.705s, duration: 19:31)
test 0668...[HTTP mimepost early end of data detection]
--pd---e--- OK (650 out of 1737, remaining: 32:44, took 3.495s, duration: 19:35)
test 0669...[HTTP custom Content-Type with parameter]
--pd---e--- OK (651 out of 1737, remaining: 32:43, took 2.059s, duration: 19:37)
test 0670...[Request pause from mime read callback: multi]
--pd---e--- OK (652 out of 1737, remaining: 32:47, took 5.466s, duration: 19:42)
test 0671...[Request pause from mime read callback: easy]
--pd---e--- OK (653 out of 1737, remaining: 32:54, took 6.916s, duration: 19:49)
test 0672...[Request pause from form read callback: multi]
--pd---e--- OK (654 out of 1737, remaining: 32:59, took 6.072s, duration: 19:55)
test 0673...[Request pause from form read callback: easy]
--pd---e--- OK (655 out of 1737, remaining: 33:04, took 5.980s, duration: 20:01)
test 0674...[Set CURLOPT_CURLU and dupe the handle]
--p----e--- OK (656 out of 1737, remaining: 33:01, took 1.079s, duration: 20:02)
test 0675...[HTTP connection reuse and different credentials]
--pd---e--- OK (657 out of 1737, remaining: 32:58, took 1.121s, duration: 20:03)
test 0676...[verify setting CURLOPT_COOKIEFILE to NULL again]
--pd---e--- OK (658 out of 1737, remaining: 32:56, took 1.316s, duration: 20:05)
test 0677...[IMAP with CONNECT_ONLY, custom command then exit]
--p----e--- OK (659 out of 1737, remaining: 33:00, took 5.782s, duration: 20:10)
test 0678...[HTTPS GET using CURLOPT_CAINFO_BLOB]
--pd---e--- OK (660 out of 1737, remaining: 33:13, took 10.556s, duration: 20:21)
test 0679...[netrc with quoted password]
--pd---e--- OK (661 out of 1737, remaining: 33:12, took 2.687s, duration: 20:24)
test 0680...[netrc with quoted password but missing end quote]
-------e--- OK (662 out of 1737, remaining: 33:10, took 1.321s, duration: 20:25)
test 0681...[--remote-name-all with --no-remote-name]
s-p----e--- OK (663 out of 1737, remaining: 33:09, took 2.730s, duration: 20:28)
test 0682...[netrc with multiple logins - pick first]
--pd---e--- OK (664 out of 1737, remaining: 33:06, took 1.155s, duration: 20:29)
test 0683...[netrc with multiple logins - pick second]
--pd---e--- OK (665 out of 1737, remaining: 33:03, took 1.086s, duration: 20:30)
test 0684...[netrc with no login]
--pd---e--- OK (666 out of 1737, remaining: 33:00, took 1.122s, duration: 20:31)
test 0685...[netrc with no login - provided user]
---d---e--- OK (667 out of 1737, remaining: 32:59, took 2.104s, duration: 20:33)
test 0686...[verify return code for missing URL after --next]
-------e--- OK (668 out of 1737, remaining: 32:56, took 1.120s, duration: 20:34)
test 0689...[fuzzing crash issue #12701]
--p----e--- OK (669 out of 1737, remaining: 32:54, took 1.980s, duration: 20:36)
test 0690...[-O with URL without path using trailing slash]
--p---oe--- OK (670 out of 1737, remaining: 32:53, took 2.511s, duration: 20:39)
test 0691...[-O with URL with path using trailing slash]
--p---oe--- OK (671 out of 1737, remaining: 32:51, took 1.425s, duration: 20:40)
test 0692...[-JO with URL without path using trailing slash]
--p---oe--- OK (672 out of 1737, remaining: 32:50, took 2.545s, duration: 20:43)
test 0693...[--etag-save with --create-dirs]
--p---oe--- OK (673 out of 1737, remaining: 32:47, took 1.297s, duration: 20:44)
test 0694...[HTTP with NTLM twice, verify CURLINFO_HTTPAUTH_USED]
--pd---e--- OK (674 out of 1737, remaining: 32:45, took 1.413s, duration: 20:46)
test 0695...[MIME parts reuse as a child part]
--p----e--- OK (675 out of 1737, remaining: 32:44, took 2.455s, duration: 20:48)
test 0696...[CONNECT_ONLY and doing a second curl_easy_perform]
s-p----e--- OK (676 out of 1737, remaining: 32:43, took 2.729s, duration: 20:51)
test 0697...[netrc with missing netrc file]
-------e--- OK (677 out of 1737, remaining: 32:40, took 0.971s, duration: 20:52)
test 0698...[FTP with ACCT and connection reuse]
--pd---e--- OK (678 out of 1737, remaining: 32:41, took 3.387s, duration: 20:55)
test 0699...[--config with single-letter options plus one that is cleared]
--pd---e--- OK (679 out of 1737, remaining: 32:40, took 2.259s, duration: 20:57)
test 0700...[HTTP GET via SOCKS4 proxy]
--pd---e--- OK (680 out of 1737, remaining: 32:38, took 1.962s, duration: 20:59)
test 0701...[HTTP GET via SOCKS5 proxy]
--pd---e--- OK (681 out of 1737, remaining: 32:35, took 1.356s, duration: 21:01)
test 0702...[Attempt