Please donate a few minutes of your time to the curl user survey 2023
curl / Autobuilds / Log From 2023-05-26
Log from 2023-05-26
testcurl:[20]TRANSFER[20]CONTROL[20]====[20]1120[20]CHAR[20]LINEoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooLINE_END
testcurl: NAME = Michael Kaufmann
testcurl: EMAIL = mail /at/ michael-kaufmann.ch
testcurl: DESC = NetBSD 9.3 ARM gcc 7.5.0
testcurl: NOTES = https://wiki.netbsd.org/ports/evbarm/
testcurl: CONFOPTS = --with-openssl --with-ca-path=/etc/openssl/certs --enable-debug
testcurl: RUNTESTOPTS =
testcurl: CPPFLAGS =
testcurl: CFLAGS =
testcurl: LDFLAGS = -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib
testcurl: LIBS =
testcurl: CC =
testcurl: TMPDIR =
testcurl: MAKEFLAGS =
testcurl: ACLOCAL_FLAGS =
testcurl: PKG_CONFIG_PATH =
testcurl: DYLD_LIBRARY_PATH =
testcurl: LD_LIBRARY_PATH =
testcurl: LIBRARY_PATH =
testcurl: SHLIB_PATH =
testcurl: LIBPATH =
testcurl: target =
testcurl: version = 2023-03-28
testcurl: date = Fri May 26 01:20:01 2023 UTC
testcurl: ./ is verified to be a fine git source dir
testcurl: build dir build-28446 was created fine
testcurl: run git pull in curl
From https://github.com/curl/curl
1fe8de85d..196f3c348 master -> origin/master
* [new branch] bagder/contrbs -> origin/bagder/contrbs
Updating 1fe8de85d..196f3c348
Fast-forward
RELEASE-NOTES | 14 ++++++--
configure.ac | 10 ++++--
include/curl/curlver.h | 8 ++---
lib/cf-socket.c | 10 +++---
lib/cf-socket.h | 7 ++++
lib/http2.c | 6 ++--
lib/urlapi.c | 7 +---
lib/vssh/libssh.c | 43 ++++++++++++++---------
tests/http/test_07_upload.py | 20 +++++++++++
tests/http/test_14_auth.py | 81 ++++++++++++++++++++++++++++++++++++++++++++
tests/http/testenv/httpd.py | 49 +++++++++++++++++++--------
tests/libtest/lib1560.c | 6 ++++
12 files changed, 206 insertions(+), 55 deletions(-)
create mode 100644 tests/http/test_14_auth.py
testcurl: The most recent curl git commits:
testcurl: 196f3c348 cf-socket: restore Curl_sock_assign_addr()
testcurl: 3df669378 RELEASE-NOTES: synced
testcurl: be17dc9d3 libssh: when keyboard-interactive auth fails, try password
testcurl: c4a019603 configure: fix build with arbitrary CC and LD_LIBRARY_PATH
testcurl: 6375a6543 urlapi: remove superfluous host name check
testcurl: invoke autoreconf
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.
configure.ac:123: installing './compile'
configure.ac:129: installing './missing'
docs/examples/Makefile.am: installing './depcomp'
testcurl: buildconf was successful
testcurl: timestamp = [unreleased] UTC
testcurl: configure created (at least it exists)
testcurl: going with make 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... (assumed) 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 ECH support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /home/autobuild/curl/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking curl version... 8.1.2-DEV
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... armv7eb-unknown-netbsdelf9.3-eabihf
checking host system type... armv7eb-unknown-netbsdelf9.3-eabihf
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert armv7eb-unknown-netbsdelf9.3-eabihf file names to armv7eb-unknown-netbsdelf9.3-eabihf format... func_convert_file_noop
checking how to convert armv7eb-unknown-netbsdelf9.3-eabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking for dlltool... no
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 /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... NetBSD ld.elf_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... no
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... no
checking for inline... inline
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 if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... 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: -std=gnu89 -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Winline -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 -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -ftree-vrp -Wdouble-promotion -Wformat=2 -Warray-bounds=2 -Wshift-negative-value -Wshift-overflow=2 -Wnull-dereference -fdelete-null-pointer-checks -Wduplicated-cond -Wunused-const-variable -Wduplicated-branches -Wrestrict -Walloc-zero -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=4 -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
checking if curl debug memory tracking can be enabled... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking whether build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... 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 enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for pkg-config... /usr/pkg/bin/pkg-config
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... no
checking for lber.h... yes
checking for ldap.h... yes
checking for ldap_ssl.h... no
checking for LDAP libraries... -lldap
checking for ldap_url_parse... 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... no
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) /usr/pkg/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for AWS-LC... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/openssl/certs (capath)
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for libidn2 options with pkg-config... found
configure: pkg-config: IDN_LIBS: "-lidn2 "
configure: pkg-config: IDN_LDFLAGS: "-L/usr/pkg/lib "
configure: pkg-config: IDN_CPPFLAGS: "-I/usr/pkg/include "
configure: pkg-config: IDN_DIR: "/usr/pkg/lib"
checking if idn2_lookup_ul can be linked... yes
checking for idn2.h... yes
configure: Added /usr/pkg/lib to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2
configure: -I is -I/usr/pkg/include
configure: -L is -L/usr/pkg/lib
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added /usr/pkg/lib to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for fish options with pkg-config... no
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 sys/uio.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.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... no
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... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... yes
checking for sys/wait.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... 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... 8
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 sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for in_addr_t... yes
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... yes
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 string.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 for sys/types.h... (cached) yes
checking for socket.h... (cached) no
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 if connect can be linked... yes
checking if connect is prototyped... yes
checking if connect is compilable... yes
checking if connect usage allowed... yes
checking if connect might be used... yes
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 for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (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... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
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 for stdlib.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 can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... no
checking if gethostbyname_r might be used... no
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... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
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 net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs 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 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 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... yes
checking if memrchr is prototyped... yes
checking if memrchr is compilable... yes
checking if memrchr usage allowed... yes
checking if memrchr might be used... yes
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 for setjmp.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 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 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 if stricmp can be linked... no
checking if stricmp might be used... no
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... yes
checking for fork... yes
checking for geteuid... yes
checking for getpass_r... yes
checking for getppid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... yes
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/pkg/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... 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 cryptographic authentication methods... yes
checking whether to support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... 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 date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... 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 for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
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 lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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/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: armv7eb-unknown-netbsdelf9.3-eabihf
Install prefix: /usr/local
Compiler: gcc
CFLAGS: -Werror-implicit-function-declaration -g -O0 -std=gnu89 -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Winline -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 -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -ftree-vrp -Wdouble-promotion -Wformat=2 -Warray-bounds=2 -Wshift-negative-value -Wshift-overflow=2 -Wnull-dereference -fdelete-null-pointer-checks -Wduplicated-cond -Wunused-const-variable -Wduplicated-branches -Wrestrict -Walloc-zero -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=4 -Wno-system-headers -pthread
CPPFLAGS: -isystem /usr/pkg/include -isystem /usr/pkg/include
LDFLAGS: -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib
LIBS: -lnghttp2 -lidn2 -lssl -lcrypto -lssl -lcrypto -lldap -lz
curl version: 8.1.2-DEV
SSL: enabled (OpenSSL)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: no (--with-brotli)
zstd: no (--with-zstd)
GSS-API: no (--with-gssapi)
GSASL: no (libgsasl not found)
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: enabled (libidn2)
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: /etc/openssl/certs
ca fallback: no
LDAP: enabled (OpenLDAP)
LDAPS: enabled
RTSP: enabled
RTMP: no (--with-librtmp)
PSL: no (libpsl not found)
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-msh3)
ECH: no (--enable-ech)
WebSockets: no (--enable-websockets)
Protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
Features: AsynchDNS HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe
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 LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="AsynchDNS HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe"
Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with ftp, http, etc.
Version: 8.1.2-DEV
Libs: -L${libdir} -lcurl
Libs.private: -lnghttp2 -lidn2 -lssl -lcrypto -lssl -lcrypto -lldap -lz -pthread
Cflags: -I${includedir}
testcurl: display lib/curl_config.h
#define CURLDEBUG 1
#define CURL_CA_PATH "/etc/openssl/certs"
#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
#define CURL_SA_FAMILY_T sa_family_t
#define DEBUGBUILD 1
#define ENABLE_IPV6 1
#define GETHOSTNAME_TYPE_ARG2 size_t
#define HAVE_ALARM 1
#define HAVE_ARC4RANDOM 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_TFTP_H 1
#define HAVE_ATOMIC 1
#define HAVE_BASENAME 1
#define HAVE_BOOL_T 1
#define HAVE_CLOCK_GETTIME_MONOTONIC 1
#define HAVE_CONNECT 1
#define HAVE_DECL_GETPWUID_R 1
#define HAVE_DLFCN_H 1
#define HAVE_FCHMOD 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FCNTL_O_NONBLOCK 1
#define HAVE_FNMATCH 1
#define HAVE_FORK 1
#define HAVE_FREEADDRINFO 1
#define HAVE_FSETXATTR 1
#define HAVE_FSETXATTR_5 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETADDRINFO_THREADSAFE 1
#define HAVE_GETEUID 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETPASS_R 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_IDN2_H 1
#define HAVE_IFADDRS_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_SSL 1
#define HAVE_LDAP_URL_PARSE 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBIDN2 1
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LOCALE_H 1
#define HAVE_LONGLONG 1
#define HAVE_MEMRCHR 1
#define HAVE_MSG_NOSIGNAL 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_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_FINE 1
#define HAVE_POLL_H 1
#define HAVE_POSIX_STRERROR_R 1
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
#define HAVE_RECV 1
#define HAVE_SCHED_YIELD 1
#define HAVE_SELECT 1
#define HAVE_SEND 1
#define HAVE_SENDMSG 1
#define HAVE_SETJMP_H 1
#define HAVE_SETLOCALE 1
#define HAVE_SETMODE 1
#define HAVE_SETRLIMIT 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIGNAL 1
#define HAVE_SIGNAL_H 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_STDIO_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_STRTOK_R 1
#define HAVE_STRTOLL 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_UIO_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
#define HAVE_VARIADIC_MACROS_C99 1
#define HAVE_VARIADIC_MACROS_GCC 1
#define HAVE_WRITABLE_ARGV 1
#define LT_OBJDIR ".libs/"
#define NTLM_WB_ENABLED 1
#define NTLM_WB_FILE "/usr/bin/ntlm_auth"
#define OS "armv7eb-unknown-netbsdelf9.3-eabihf"
#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 RANDOM_FILE "/dev/urandom"
#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 8
#define STDC_HEADERS 1
#define USE_MANUAL 1
#define USE_NGHTTP2 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 __cplusplus
#endif
testcurl: make -i
Making all in lib
make all-am
CC libcurl_la-altsvc.lo
CC libcurl_la-amigaos.lo
CC libcurl_la-asyn-ares.lo
CC libcurl_la-asyn-thread.lo
CC libcurl_la-base64.lo
CC libcurl_la-bufq.lo
CC libcurl_la-bufref.lo
CC libcurl_la-c-hyper.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-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_log.lo
CC libcurl_la-curl_memrchr.lo
CC libcurl_la-curl_multibyte.lo
CC libcurl_la-curl_ntlm_core.lo
CC libcurl_la-curl_ntlm_wb.lo
CC libcurl_la-curl_path.lo
CC libcurl_la-curl_range.lo
CC libcurl_la-curl_rtmp.lo
CC libcurl_la-curl_sasl.lo
CC libcurl_la-curl_sspi.lo
CC libcurl_la-curl_threads.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-hostasyn.lo
CC libcurl_la-hostip.lo
CC libcurl_la-hostip4.lo
CC libcurl_la-hostip6.lo
CC libcurl_la-hostsyn.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_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-http_aws_sigv4.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-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-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-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-strerror.lo
CC libcurl_la-strtok.lo
CC libcurl_la-strtoofft.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-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-gskit.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-nss.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-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_quiche.lo
CC vquic/libcurl_la-vquic.lo
CC vssh/libcurl_la-libssh.lo
CC vssh/libcurl_la-libssh2.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-thread.lo
CC libcurlu_la-base64.lo
CC libcurlu_la-bufq.lo
CC libcurlu_la-bufref.lo
CC libcurlu_la-c-hyper.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-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_log.lo
CC libcurlu_la-curl_memrchr.lo
CC libcurlu_la-curl_multibyte.lo
CC libcurlu_la-curl_ntlm_core.lo
CC libcurlu_la-curl_ntlm_wb.lo
CC libcurlu_la-curl_path.lo
CC libcurlu_la-curl_range.lo
CC libcurlu_la-curl_rtmp.lo
CC libcurlu_la-curl_sasl.lo
CC libcurlu_la-curl_sspi.lo
CC libcurlu_la-curl_threads.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-hostasyn.lo
CC libcurlu_la-hostip.lo
CC libcurlu_la-hostip4.lo
CC libcurlu_la-hostip6.lo
CC libcurlu_la-hostsyn.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_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-http_aws_sigv4.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-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-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-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-strerror.lo
CC libcurlu_la-strtok.lo
CC libcurlu_la-strtoofft.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-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-gskit.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-nss.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-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_quiche.lo
CC vquic/libcurlu_la-vquic.lo
CC vssh/libcurlu_la-libssh.lo
CC vssh/libcurlu_la-libssh2.lo
CC vssh/libcurlu_la-wolfssh.lo
CCLD libcurlu.la
RUN checksrc
Making all in src
Making all in ../docs
Making all in .
if test "..x" != "x" -a -e "/docs/curl.1"; then /usr/bin/install -c -m 644 "/docs/curl.1" /build-28446/docs/curl.1; fi
cd cmdline-opts && make
Making all in cmdline-opts
CC slist_wc.o
CC tool_binmode.o
CC tool_bname.o
CC tool_cb_dbg.o
CC tool_cb_hdr.o
CC tool_cb_prg.o
CC tool_cb_rea.o
CC tool_cb_see.o
CC tool_cb_wrt.o
CC tool_cfgable.o
CC tool_dirhie.o
CC tool_doswin.o
CC tool_easysrc.o
CC tool_filetime.o
CC tool_findfile.o
CC tool_formparse.o
CC tool_getparam.o
CC tool_getpass.o
CC tool_help.o
CC tool_helpers.o
HUGE tool_hugehelp.c
CC tool_hugehelp.o
CC tool_libinfo.o
CC tool_listhelp.o
CC tool_main.o
CC tool_msgs.o
CC tool_operate.o
CC tool_operhlp.o
CC tool_paramhlp.o
CC tool_parsecfg.o
CC tool_progress.o
CC tool_stderr.o
CC tool_strdup.o
CC tool_setopt.o
CC tool_sleep.o
CC tool_urlglob.o
CC tool_util.o
CC tool_vms.o
CC tool_writeout.o
CC tool_writeout_json.o
CC tool_xattr.o
CC ../lib/strtoofft.o
CC ../lib/timediff.o
CC ../lib/nonblock.o
CC ../lib/warnless.o
CC ../lib/curl_multibyte.o
CC ../lib/version_win32.o
CC ../lib/dynbuf.o
CCLD curl
CC libcurltool_la-slist_wc.lo
CC libcurltool_la-tool_binmode.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_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_hugehelp.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_stderr.lo
CC libcurltool_la-tool_strdup.lo
CC libcurltool_la-tool_setopt.lo
CC libcurltool_la-tool_sleep.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 ../lib/libcurltool_la-strtoofft.lo
CC ../lib/libcurltool_la-timediff.lo
CC ../lib/libcurltool_la-nonblock.lo
CC ../lib/libcurltool_la-warnless.lo
CC ../lib/libcurltool_la-curl_multibyte.lo
CC ../lib/libcurltool_la-version_win32.lo
CC ../lib/libcurltool_la-dynbuf.lo
CCLD libcurltool.la
RUN checksrc
testcurl: libcurl was created fine (libcurl.la)
testcurl: curl was created fine (curl)
testcurl: display curl --version output
testcurl: make -k test-full
Making all in certs
Making all in scripts
Making all in data
Making all in server
CC ../../lib/getpart-mprintf.o
CC ../../lib/getpart-nonblock.o
CC ../../lib/getpart-strtoofft.o
CC ../../lib/getpart-warnless.o
CC ../../lib/getpart-timediff.o
CC ../../lib/getpart-dynbuf.o
CC ../../lib/getpart-strdup.o
CC ../../lib/getpart-strcase.o
CC ../../lib/getpart-curl_multibyte.o
CC getpart-getpart.o
CC ../../lib/getpart-base64.o
CC ../../lib/getpart-memdebug.o
CC getpart-testpart.o
CCLD getpart
CC ../../lib/resolve-mprintf.o
CC ../../lib/resolve-nonblock.o
CC ../../lib/resolve-strtoofft.o
CC ../../lib/resolve-warnless.o
CC ../../lib/resolve-timediff.o
CC ../../lib/resolve-dynbuf.o
CC ../../lib/resolve-strdup.o
CC ../../lib/resolve-strcase.o
CC ../../lib/resolve-curl_multibyte.o
CC resolve-getpart.o
CC ../../lib/resolve-base64.o
CC ../../lib/resolve-memdebug.o
CC resolve-util.o
CC resolve-resolve.o
CCLD resolve
CC ../../lib/rtspd-mprintf.o
CC ../../lib/rtspd-nonblock.o
CC ../../lib/rtspd-strtoofft.o
CC ../../lib/rtspd-warnless.o
CC ../../lib/rtspd-timediff.o
CC ../../lib/rtspd-dynbuf.o
CC ../../lib/rtspd-strdup.o
CC ../../lib/rtspd-strcase.o
CC ../../lib/rtspd-curl_multibyte.o
CC rtspd-getpart.o
CC ../../lib/rtspd-base64.o
CC ../../lib/rtspd-memdebug.o
CC rtspd-util.o
CC rtspd-rtspd.o
CCLD rtspd
CC ../../lib/sockfilt-mprintf.o
CC ../../lib/sockfilt-nonblock.o
CC ../../lib/sockfilt-strtoofft.o
CC ../../lib/sockfilt-warnless.o
CC ../../lib/sockfilt-timediff.o
CC ../../lib/sockfilt-dynbuf.o
CC ../../lib/sockfilt-strdup.o
CC ../../lib/sockfilt-strcase.o
CC ../../lib/sockfilt-curl_multibyte.o
CC sockfilt-getpart.o
CC ../../lib/sockfilt-base64.o
CC ../../lib/sockfilt-memdebug.o
CC sockfilt-util.o
CC sockfilt-sockfilt.o
CC ../../lib/sockfilt-inet_pton.o
CCLD sockfilt
CC ../../lib/sws-mprintf.o
CC ../../lib/sws-nonblock.o
CC ../../lib/sws-strtoofft.o
CC ../../lib/sws-warnless.o
CC ../../lib/sws-timediff.o
CC ../../lib/sws-dynbuf.o
CC ../../lib/sws-strdup.o
CC ../../lib/sws-strcase.o
CC ../../lib/sws-curl_multibyte.o
CC sws-getpart.o
CC ../../lib/sws-base64.o
CC ../../lib/sws-memdebug.o
CC sws-util.o
CC sws-sws.o
CC ../../lib/sws-inet_pton.o
CCLD sws
CC ../../lib/tftpd-mprintf.o
CC ../../lib/tftpd-nonblock.o
CC ../../lib/tftpd-strtoofft.o
CC ../../lib/tftpd-warnless.o
CC ../../lib/tftpd-timediff.o
CC ../../lib/tftpd-dynbuf.o
CC ../../lib/tftpd-strdup.o
CC ../../lib/tftpd-strcase.o
CC ../../lib/tftpd-curl_multibyte.o
CC tftpd-getpart.o
CC ../../lib/tftpd-base64.o
CC ../../lib/tftpd-memdebug.o
CC tftpd-util.o
CC tftpd-tftpd.o
CCLD tftpd
CC ../../lib/fake_ntlm-mprintf.o
CC ../../lib/fake_ntlm-nonblock.o
CC ../../lib/fake_ntlm-strtoofft.o
CC ../../lib/fake_ntlm-warnless.o
CC ../../lib/fake_ntlm-timediff.o
CC ../../lib/fake_ntlm-dynbuf.o
CC ../../lib/fake_ntlm-strdup.o
CC ../../lib/fake_ntlm-strcase.o
CC ../../lib/fake_ntlm-curl_multibyte.o
CC fake_ntlm-getpart.o
CC ../../lib/fake_ntlm-base64.o
CC ../../lib/fake_ntlm-memdebug.o
CC fake_ntlm-util.o
CC fake_ntlm-fake_ntlm.o
CCLD fake_ntlm
CC ../../lib/socksd-mprintf.o
CC ../../lib/socksd-nonblock.o
CC ../../lib/socksd-strtoofft.o
CC ../../lib/socksd-warnless.o
CC ../../lib/socksd-timediff.o
CC ../../lib/socksd-dynbuf.o
CC ../../lib/socksd-strdup.o
CC ../../lib/socksd-strcase.o
CC ../../lib/socksd-curl_multibyte.o
CC socksd-getpart.o
CC ../../lib/socksd-base64.o
CC ../../lib/socksd-memdebug.o
CC socksd-util.o
CC socksd-socksd.o
CC ../../lib/socksd-inet_pton.o
CCLD socksd
CC disabled-disabled.o
CCLD disabled
CC ../../lib/mqttd-mprintf.o
CC ../../lib/mqttd-nonblock.o
CC ../../lib/mqttd-strtoofft.o
CC ../../lib/mqttd-warnless.o
CC ../../lib/mqttd-timediff.o
CC ../../lib/mqttd-dynbuf.o
CC ../../lib/mqttd-strdup.o
CC ../../lib/mqttd-strcase.o
CC ../../lib/mqttd-curl_multibyte.o
CC mqttd-getpart.o
CC ../../lib/mqttd-base64.o
CC ../../lib/mqttd-memdebug.o
CC mqttd-util.o
CC mqttd-mqttd.o
CC ../../lib/mqttd-inet_pton.o
CCLD mqttd
RUN checksrc
Making all in libtest
CC chkhostname.o
CC ../../lib/curl_gethostname.o
CCLD chkhostname
CC libauthretry.o
CC first.o
CCLD libauthretry
CC libntlmconnect.o
CC testutil.o
CCLD libntlmconnect
CC libprereq.o
CCLD libprereq
CC lib500.o
CC testtrace.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 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 lib1156.o
CCLD lib1156
CC lib1301.o
CCLD lib1301
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
/usr/pkg/bin/perl /tests/libtest/mk-lib1521.pl < /include/curl/curl.h > lib1521.c
CC lib1521-lib1521.o
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 lib1542.o
CCLD lib1542
CC lib1543-lib1518.o
CC ../../lib/lib1543-timediff.o
CC lib1543-first.o
CCLD lib1543
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 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 lib1662.o
CCLD lib1662
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 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 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 lib2402.o
CCLD lib2402
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 libhostname_la-sethostname.lo
CCLD libhostname.la
RUN checksrc
Making all in http
Making all in clients
CC h2-serverpush.o
CCLD h2-serverpush
CC h2-download.o
CCLD h2-download
CC ws-data.o
CCLD ws-data
CC ws-pingpong.o
CCLD ws-pingpong
Making all in 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 unit1308.o
CCLD unit1308
CC unit1309.o
CCLD unit1309
CC unit1323.o
CCLD unit1323
CC unit1330.o
CCLD unit1330
CC unit1394.o
CCLD unit1394
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 unit1604.o
CCLD unit1604
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 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 unit1660.o
CCLD unit1660
CC unit1661.o
CCLD unit1661
CC unit2600.o
CCLD unit2600
CC unit2601.o
CCLD unit2601
CC unit2602.o
CCLD unit2602
CC unit2603.o
CCLD unit2603
CC unit3200.o
CCLD unit3200
cd libtest && make checksrc
RUN checksrc
cd unit && make checksrc
RUN checksrc
cd server && make checksrc
RUN checksrc
cd http && make checksrc
cd clients && make checksrc
RUN checksrc
srcdir=/tests /usr/pkg/bin/perl -I/tests /tests/runtests.pl -a -p -r
sh: nghttpx -v 2>/dev/null: not found
********* System characteristics ********
* curl 8.1.2-DEV (armv7eb-unknown-netbsdelf9.3-eabihf)
* libcurl/8.1.2-DEV OpenSSL/1.1.1k zlib/1.2.10 libidn2/2.3.3 nghttp2/1.49.0
* Features: alt-svc AsynchDNS Debug HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP TrackMemory UnixSockets
* Disabled:
* Host: cubieboard
* System: NetBSD cubieboard 9.3 NetBSD 9.3 (GENERIC) #0: Thu Aug 4 15:30:37 UTC 2022 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm
* OS: netbsd
*
*** DISABLES memory tracking when using threaded resolver
*
* Env:
* Seed: 209700
* Servers: SSL HTTP-IPv6 HTTP-unix FTP-IPv6
*****************************************
test 0096 SKIPPED: curl lacks TrackMemory support
test 0314 SKIPPED: curl lacks brotli support
test 0315 SKIPPED: curl lacks brotli support
test 0316 SKIPPED: curl lacks brotli support
test 0375 SKIPPED: curl has proxy support
test 0396 SKIPPED: curl lacks zstd support
test 0397 SKIPPED: curl lacks zstd support
test 0445 SKIPPED: curl lacks scp support
test 0506 SKIPPED: curl has threaded-resolver support
test 0558 SKIPPED: curl lacks TrackMemory support
test 0632 SKIPPED: curl lacks sftp support
test 0959 SKIPPED: curl has idn support
test 0960 SKIPPED: curl has idn support
test 0961 SKIPPED: curl has idn support
test 1136 SKIPPED: curl lacks PSL support
test 1282 SKIPPED: curl lacks GSS-API support
test 1330 SKIPPED: curl lacks TrackMemory support
test 1454 SKIPPED: curl has ipv6 support
test 1459 SKIPPED: curl lacks sftp support
test 1703 SKIPPED: curl lacks Unicode support
test 2033 SKIPPED: curl lacks Schannel support
test 2056 SKIPPED: curl lacks GSS-API support
test 2057 SKIPPED: curl lacks GSS-API support
test 2070 SKIPPED: curl lacks Schannel support
test 2079 SKIPPED: curl lacks Schannel support
test 2300 SKIPPED: curl lacks ws support
test 2301 SKIPPED: curl lacks ws support
test 2302 SKIPPED: curl lacks ws 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 3021 SKIPPED: curl lacks libssh2 support
test 3022 SKIPPED: curl lacks libssh2 support
test 0001...[HTTP GET]
--pd---e--- OK (1 out of 1545, remaining: 203:32, took 1.786s, duration: 00:07)
test 0002...[HTTP GET with user and password]
--pd---e--- OK (2 out of 1545, remaining: 109:37, took 0.543s, duration: 00:08)
test 0003...[HTTP POST with auth and contents but with content-length set to 0]
--pd---e--- OK (3 out of 1545, remaining: 78:05, took 0.529s, duration: 00:09)
test 0004...[Replaced internal and added custom HTTP headers]
--pd---e--- OK (4 out of 1545, remaining: 63:14, took 0.673s, duration: 00:09)
test 0005...[HTTP over proxy]
--pd---e--- OK (5 out of 1545, remaining: 54:01, took 0.554s, duration: 00:10)
test 0006...[HTTP with simple cookie send]
--pd---e--- OK (6 out of 1545, remaining: 47:39, took 0.561s, duration: 00:11)
test 0007...[HTTP with cookie parser and header recording]
--pd--oe--- OK (7 out of 1545, remaining: 43:11, took 0.584s, duration: 00:11)
test 0008...[HTTP with cookie parsing from header file]
--pd---e--- OK (8 out of 1545, remaining: 40:33, took 0.803s, duration: 00:12)
test 0009...[HTTP RFC1867-type formposting]
--pd---e--- OK (9 out of 1545, remaining: 38:01, took 0.631s, duration: 00:13)
test 0010...[simple HTTP PUT from file]
--pd---e--- OK (10 out of 1545, remaining: 35:55, took 0.607s, duration: 00:14)
test 0011...[simple HTTP Location: following]
--pd---e--- OK (11 out of 1545, remaining: 34:25, took 0.706s, duration: 00:14)
test 0012...[HTTP range support]
--pd---e--- OK (12 out of 1545, remaining: 32:46, took 0.519s, duration: 00:15)
test 0013...[HTTP custom request 'DELETE']
--pd---e--- OK (13 out of 1545, remaining: 31:15, took 0.466s, duration: 00:15)
test 0014...[HTTP HEAD with Connection: close]
--pd---e--- OK (14 out of 1545, remaining: 29:57, took 0.464s, duration: 00:16)
test 0015...[--write-out test]
s-p----e--- OK (15 out of 1545, remaining: 28:54, took 0.508s, duration: 00:17)
test 0016...[HTTP with proxy authorization]
--pd---e--- OK (16 out of 1545, remaining: 27:59, took 0.506s, duration: 00:17)
test 0017...[HTTP with config file on stdin]
--pd---e--- OK (17 out of 1545, remaining: 27:11, took 0.517s, duration: 00:18)
test 0018...[multiple requests using {} in URL]
s-p----e--- OK (18 out of 1545, remaining: 26:38, took 0.632s, duration: 00:18)
test 0019...[attempt connect to non-listening socket]
-------e--- OK (19 out of 1545, remaining: 25:55, took 0.414s, duration: 00:19)
test 0020...[attempt connect to non-existing host name]
-------e--- OK (20 out of 1545, remaining: 25:31, took 0.681s, duration: 00:20)
test 0021...[use curl with multiple request methods]
-------e--- OK (21 out of 1545, remaining: 24:48, took 0.383s, duration: 00:20)
test 0022...[get HTTP with URL > 10000 bytes]
--pd---e--- OK (22 out of 1545, remaining: 24:18, took 0.529s, duration: 00:21)
test 0023...[unsupported protocol:// URL]
-------e--- OK (23 out of 1545, remaining: 23:44, took 0.390s, duration: 00:21)
test 0024...[HTTP GET fail silently on HTTP error return]
--p---oe--- OK (24 out of 1545, remaining: 23:16, took 0.479s, duration: 00:22)
test 0025...[looping HTTP Location: following with --max-redirs]
--pd---e--- OK (25 out of 1545, remaining: 23:12, took 0.801s, duration: 00:22)
test 0026...[specify more -o than URLs]
--pd---e--- OK (26 out of 1545, remaining: 22:52, took 0.525s, duration: 00:23)
test 0027...[Get same cookie page several times]
--pd---e--- OK (27 out of 1545, remaining: 22:45, took 0.727s, duration: 00:24)
test 0028...[HTTP Location: following with extra spaces in header]
--pd---e--- OK (28 out of 1545, remaining: 22:37, took 0.701s, duration: 00:25)
test 0029...[HTTP with 2 secs timeout]
Warning: server logs lock timeout (2 seconds) expired
--pd---e--- OK (29 out of 1545, remaining: 26:06, took 4.860s, duration: 00:29)
test 0030...[HTTP with no data in server reply]
--p----e--- OK (30 out of 1545, remaining: 30:24, took 6.098s, duration: 00:36)
test 0031...[HTTP with weirdly formatted cookies and cookiejar storage]
--pd--oe--- OK (31 out of 1545, remaining: 30:09, took 0.858s, duration: 00:37)
test 0032...[HTTP with -d and -G]
--pd---e--- OK (32 out of 1545, remaining: 29:38, took 0.503s, duration: 00:37)
test 0033...[HTTP PUT with resume]
--pd---e--- OK (33 out of 1545, remaining: 29:13, took 0.589s, duration: 00:38)
test 0034...[HTTP GET with chunked Transfer-Encoding]
--pd---e--- OK (34 out of 1545, remaining: 28:47, took 0.540s, duration: 00:38)
test 0035...[HTTP POST binary data with embedded NUL]
--pd---e--- OK (35 out of 1545, remaining: 28:24, took 0.552s, duration: 00:39)
test 0036...[HTTP GET with bad chunked Transfer-Encoding]
--pd---e--- OK (36 out of 1545, remaining: 28:01, took 0.545s, duration: 00:40)
test 0037...[HTTP GET with nothing returned from server]
--p----e--- OK (37 out of 1545, remaining: 27:38, took 0.526s, duration: 00:40)
test 0038...[HTTP resume request without server supporting it]
--p---oe--- OK (38 out of 1545, remaining: 27:17, took 0.537s, duration: 00:41)
test 0039...[HTTP RFC1867-type formposting with filename= and type=]
--pd---e--- OK (39 out of 1545, remaining: 27:04, took 0.710s, duration: 00:42)
test 0040...[HTTP redirect with whitespace after ? (and conversion)]
--pd---e--- OK (40 out of 1545, remaining: 26:51, took 0.708s, duration: 00:42)
test 0041...[HTTP formpost with missing file]
-------e--- OK (41 out of 1545, remaining: 26:27, took 0.395s, duration: 00:43)
test 0042...[HTTP redirect with whitespace in path (and conversion)]
--pd---e--- OK (42 out of 1545, remaining: 26:15, took 0.701s, duration: 00:44)
test 0043...[HTTP Location: following over HTTP proxy]
--pd---e--- OK (43 out of 1545, remaining: 26:03, took 0.674s, duration: 00:44)
test 0044...[HTTP RFC1867-type formposting without Expect: header]
--pd---e--- OK (44 out of 1545, remaining: 25:50, took 0.642s, duration: 00:45)
test 0045...[simple HTTP Location: without protocol in initial URL]
--pd---e--- OK (45 out of 1545, remaining: 25:41, took 0.718s, duration: 00:46)
test 0046...[HTTP with bad domain name, get cookies and store in cookie jar]
--pd--oe--- OK (46 out of 1545, remaining: 25:31, took 0.692s, duration: 00:46)
test 0047...[simple HTTP 1.0 GET]
--pd---e--- OK (47 out of 1545, remaining: 25:17, took 0.538s, duration: 00:47)
test 0048...[HTTP with -d and -G and -I]
--pd---e--- OK (48 out of 1545, remaining: 25:03, took 0.538s, duration: 00:48)
test 0049...[HTTP follow redirect with ../]
--pd---e--- OK (49 out of 1545, remaining: 24:55, took 0.698s, duration: 00:48)
test 0050...[HTTP follow redirect with ../../]
--pd---e--- OK (50 out of 1545, remaining: 24:46, took 0.689s, duration: 00:49)
test 0051...[HTTP follow redirect with excessive ../]
--pd---e--- OK (51 out of 1545, remaining: 24:39, took 0.709s, duration: 00:50)
test 0052...[HTTP follow redirect with ./-prefix]
--pd---e--- OK (52 out of 1545, remaining: 24:31, took 0.690s, duration: 00:51)
test 0053...[HTTP, junk session cookies]
--pd---e--- OK (53 out of 1545, remaining: 24:18, took 0.517s, duration: 00:51)
test 0054...[HTTP with blank Location:]
--pd---e--- OK (54 out of 1545, remaining: 24:07, took 0.523s, duration: 00:52)
test 0055...[HTTP follow redirect with single slash in path]
--pd---e--- OK (55 out of 1545, remaining: 23:59, took 0.669s, duration: 00:53)
test 0056...[HTTP POST with *HUGE* request and chunked transfer-encoding]
--pd---e--- OK (56 out of 1545, remaining: 24:03, took 1.088s, duration: 00:54)
test 0057...[HTTP content-type with spaces in]
s-p----e--- OK (57 out of 1545, remaining: 23:52, took 0.531s, duration: 00:54)
test 0058...[HTTP PUT from file with weird letters]
--pd---e--- OK (58 out of 1545, remaining: 23:43, took 0.548s, duration: 00:55)
test 0059...[HTTP URL with slash but with "parameter"]
--pd---e--- OK (59 out of 1545, remaining: 23:33, took 0.536s, duration: 00:56)
test 0060...[HTTP PUT from stdin with wrong content-length]
--pd---e--- OK (60 out of 1545, remaining: 23:49, took 1.573s, duration: 00:57)
test 0061...[HTTP with various cookies and custom Host:]
--pd--oe--- OK (61 out of 1545, remaining: 23:40, took 0.591s, duration: 00:58)
test 0062...[HTTP, send cookies when using custom Host:]
--pd---e--- OK (62 out of 1545, remaining: 23:35, took 0.705s, duration: 00:59)
test 0063...[HTTP with proxy authorization set in environment]
--pd---e--- OK (63 out of 1545, remaining: 23:26, took 0.564s, duration: 00:59)
test 0064...[HTTP with Digest authorization]
--pd---e--- OK (64 out of 1545, remaining: 23:22, took 0.774s, duration: 01:00)
test 0065...[HTTP with Digest authorization with bad password]
--pd---e--- OK (65 out of 1545, remaining: 23:15, took 0.613s, duration: 01:01)
test 0066...[HTTP GET without headers in the response]
--pd---e--- OK (66 out of 1545, remaining: 23:06, took 0.523s, duration: 01:01)
test 0067...[HTTP with NTLM authorization]
--pd---e--- OK (67 out of 1545, remaining: 23:02, took 0.702s, duration: 01:02)
test 0068...[HTTP with NTLM authorization and wrong password]
--pd---e--- OK (68 out of 1545, remaining: 22:56, took 0.639s, duration: 01:03)
test 0069...[HTTP with NTLM, Basic or Wild-and-crazy authorization]
--pd---e--- OK (69 out of 1545, remaining: 22:54, took 0.844s, duration: 01:04)
test 0070...[HTTP with Digest *OR* NTLM authorization]
--pd---e--- OK (70 out of 1545, remaining: 22:48, took 0.620s, duration: 01:04)
test 0071...[HTTP and -F upload in config file]
--pd---e--- OK (71 out of 1545, remaining: 22:43, took 0.661s, duration: 01:05)
test 0072...[HTTP with Digest *OR* Basic authorization]
--pd---e--- OK (72 out of 1545, remaining: 22:37, took 0.618s, duration: 01:06)
test 0073...[HTTP, receive cookies when using custom Host:, domain using only two dots]
--pd--oe--- OK (73 out of 1545, remaining: 22:30, took 0.571s, duration: 01:06)
test 0074...[HTTP, urlglob {}-retrieval and -o #[num] usage]
--p---oe--- OK (74 out of 1545, remaining: 22:25, took 0.646s, duration: 01:07)
test 0075...[HTTP, urlglob retrieval with bad range]
s------e--- OK (75 out of 1545, remaining: 22:15, took 0.416s, duration: 01:08)
test 0076...[HTTP, -O with no file name part in the URL]
-------e--- OK (76 out of 1545, remaining: 22:05, took 0.384s, duration: 01:08)
test 0077...[HTTP with -z "older date"]
--pd---e--- OK (77 out of 1545, remaining: 21:57, took 0.509s, duration: 01:09)
test 0078...[HTTP with -z "newer date"]
--pd---e--- OK (78 out of 1545, remaining: 21:51, took 0.553s, duration: 01:09)
test 0079...[FTP over HTTP proxy]
--pd---e--- OK (79 out of 1545, remaining: 21:45, took 0.563s, duration: 01:10)
test 0080...[HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication]
--pd-P-e--- OK (80 out of 1545, remaining: 22:14, took 2.472s, duration: 01:12)
test 0081...[HTTP with proxy using NTLM authorization]
--pd---e--- OK (81 out of 1545, remaining: 22:11, took 0.708s, duration: 01:13)
test 0082...[HTTP with proxy requiring NTLM, but we send Basic]
--pd---e--- OK (82 out of 1545, remaining: 22:04, took 0.513s, duration: 01:14)
test 0083...[HTTP over proxy-tunnel with site authentication]
--pd-P-e--- OK (83 out of 1545, remaining: 22:09, took 1.185s, duration: 01:15)
test 0084...[HTTP over proxy with site authentication]
--pd---e--- OK (84 out of 1545, remaining: 22:04, took 0.563s, duration: 01:16)
test 0085...[HTTP over proxy with site and proxy authentication]
--pd---e--- OK (85 out of 1545, remaining: 21:58, took 0.583s, duration: 01:16)
test 0086...[HTTP, urlglob []-retrieval and -o #[num] usage]
--p---oe--- OK (86 out of 1545, remaining: 21:58, took 0.861s, duration: 01:17)
test 0087...[urlglob with out of range -o #[num] usage]
------oe--- OK (87 out of 1545, remaining: 21:52, took 0.555s, duration: 01:18)
test 0088...[HTTP PUT with Digest authorization]
--pd---e--- OK (88 out of 1545, remaining: 21:50, took 0.785s, duration: 01:19)
test 0089...[HTTP with NTLM and follow-location]
--pd---e--- OK (89 out of 1545, remaining: 21:51, took 0.944s, duration: 01:20)
test 0090...[HTTP with NTLM via --anyauth, and then follow-location with NTLM again]
--pd---e--- OK (90 out of 1545, remaining: 21:56, took 1.234s, duration: 01:21)
test 0091...[HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0]
--pd---e--- OK (91 out of 1545, remaining: 21:56, took 0.845s, duration: 01:22)
test 0092...[HTTP resume transfer with the whole file already downloaded]
--pd---e--- OK (92 out of 1545, remaining: 21:50, took 0.561s, duration: 01:22)
test 0093...[HTTP GET with failed proxy auth]
--pd---e--- OK (93 out of 1545, remaining: 21:45, took 0.550s, duration: 01:23)
test 0094...[HTTPS GET with failed proxy auth (CONNECT 1.0)]
--p----e--- OK (94 out of 1545, remaining: 21:40, took 0.572s, duration: 01:24)
test 0095...[HTTP over proxytunnel using POST]
--pd-P-e--- OK (95 out of 1545, remaining: 21:44, took 1.194s, duration: 01:25)
test 0097...[HTTP POST with custom content-type]
--pd---e--- OK (96 out of 1545, remaining: 21:39, took 0.508s, duration: 01:26)
test 0098...[HTTP PUT from stdin with set size, disabling chunked transfer-encoding]
--pd---e--- OK (97 out of 1545, remaining: 21:48, took 1.517s, duration: 01:27)
test 0099...[HTTP GET with large-file resume point and failed resume]
--pd---e--- OK (98 out of 1545, remaining: 21:43, took 0.564s, duration: 01:28)
test 0100...[FTP dir list PASV]
--pd---e--- OK (99 out of 1545, remaining: 22:06, took 2.459s, duration: 01:30)
test 0101...[FTP dir list, PORT with specified IP]
--pd---e--- OK (100 out of 1545, remaining: 22:04, took 0.810s, duration: 01:31)
test 0102...[FTP RETR PASV]
--pd---e--- OK (101 out of 1545, remaining: 22:03, took 0.798s, duration: 01:32)
test 0103...[FTP RETR PORT with CWD]
--pd---e--- OK (102 out of 1545, remaining: 22:01, took 0.808s, duration: 01:33)
test 0104...[FTP --head to get file size only]
--p----e--- OK (103 out of 1545, remaining: 21:56, took 0.533s, duration: 01:34)
test 0105...[FTP user+password in URL and ASCII transfer]
--pd---e--- OK (104 out of 1545, remaining: 21:54, took 0.781s, duration: 01:34)
test 0106...[FTP GET with type=A style ASCII URL using %20 codes]
--pd---e--- OK (105 out of 1545, remaining: 21:52, took 0.795s, duration: 01:35)
test 0107...[FTP PASV upload file]
--p-u--e--- OK (106 out of 1545, remaining: 21:51, took 0.802s, duration: 01:36)
test 0108...[FTP PORT upload with CWD]
--p-u--e--- OK (107 out of 1545, remaining: 21:50, took 0.833s, duration: 01:37)
test 0109...[FTP PASV upload append]
--p-u--e--- OK (108 out of 1545, remaining: 21:48, took 0.804s, duration: 01:38)
test 0110...[FTP download resume with set limit]
--pd---e--- OK (109 out of 1545, remaining: 21:47, took 0.813s, duration: 01:39)
test 0111...[FTP download resume beyond file size]
--p----e--- OK (110 out of 1545, remaining: 21:43, took 0.573s, duration: 01:39)
test 0112...[FTP PASV upload resume]
--p-u--e--- OK (111 out of 1545, remaining: 21:41, took 0.792s, duration: 01:40)
test 0113...[FTP download, failed login: USER not valid]
--p----e--- OK (112 out of 1545, remaining: 21:35, took 0.452s, duration: 01:41)
test 0114...[FTP download, failed login: PASS not valid]
--p----e--- OK (113 out of 1545, remaining: 21:30, took 0.462s, duration: 01:41)
test 0115...[FTP download, failed PASV]
--p----e--- OK (114 out of 1545, remaining: 21:25, took 0.508s, duration: 01:42)
test 0116...[FTP download, failed PORT]
--p----e--- OK (115 out of 1545, remaining: 21:20, took 0.556s, duration: 01:42)
test 0117...[FTP download, failed TYPE]
--p----e--- OK (116 out of 1545, remaining: 21:16, took 0.563s, duration: 01:43)
test 0118...[FTP download, failed RETR]
--p----e--- OK (117 out of 1545, remaining: 21:12, took 0.591s, duration: 01:44)
test 0119...[FTP download, failed RETR with PORT]
--p----e--- OK (118 out of 1545, remaining: 21:08, took 0.586s, duration: 01:44)
test 0120...[ftp download with post-quote delete operation]
--pd---e--- OK (119 out of 1545, remaining: 21:07, took 0.807s, duration: 01:45)
test 0121...[ftp download with post- and pre-transfer delete operations]
--pd---e--- OK (120 out of 1545, remaining: 21:06, took 0.786s, duration: 01:46)
test 0122...[FTP download resume with whole file already downloaded]
--p----e--- OK (121 out of 1545, remaining: 21:02, took 0.585s, duration: 01:47)
test 0123...[FTP upload resume with whole file already downloaded]
--p----e--- OK (122 out of 1545, remaining: 20:58, took 0.560s, duration: 01:47)
test 0124...[FTP download, failed PWD]
--pd---e--- OK (123 out of 1545, remaining: 20:57, took 0.780s, duration: 01:48)
test 0125...[FTP download, failed CWD]
--p----e--- OK (124 out of 1545, remaining: 20:52, took 0.482s, duration: 01:49)
test 0126...[FTP download with multiple replies at once in RETR]
--pd---e--- OK (125 out of 1545, remaining: 20:51, took 0.787s, duration: 01:50)
test 0127...[FTP --disable-epsv]
--pd---e--- OK (126 out of 1545, remaining: 20:49, took 0.774s, duration: 01:50)
test 0128...[FTP upload with --crlf]
--p-u--e--- OK (127 out of 1545, remaining: 20:48, took 0.814s, duration: 01:51)
test 0129...[HTTP/1.2 is rejected]
--p----e--- OK (128 out of 1545, remaining: 20:44, took 0.509s, duration: 01:52)
test 0130...[FTP (optional .netrc; no user/pass) dir list PASV]
--pd---e--- OK (129 out of 1545, remaining: 20:44, took 0.841s, duration: 01:53)
test 0131...[FTP (optional .netrc; user/no pass) dir list PASV]
--pd---e--- OK (130 out of 1545, remaining: 20:43, took 0.838s, duration: 01:54)
test 0132...[FTP (optional .netrc; user/passwd supplied) dir list PASV]
--pd---e--- OK (131 out of 1545, remaining: 20:42, took 0.822s, duration: 01:55)
test 0133...[FTP compulsory .netrc; ignore passwd in URL]
--pd---e--- OK (132 out of 1545, remaining: 20:42, took 0.833s, duration: 01:56)
test 0134...[FTP (optional .netrc; programmatic user/passwd) dir list PASV]
--pd---e--- OK (133 out of 1545, remaining: 20:42, took 0.891s, duration: 01:57)
test 0135...[FTP retrieve a byte-range]
--pd---e--- OK (134 out of 1545, remaining: 20:39, took 0.634s, duration: 01:57)
test 0136...[FTP with user and no password]
--pd---e--- OK (135 out of 1545, remaining: 20:38, took 0.760s, duration: 01:58)
test 0137...[FTP download without size in RETR string]
--pd---e--- OK (136 out of 1545, remaining: 20:37, took 0.786s, duration: 01:59)
test 0138...[FTP download without size in RETR string and no SIZE command]
--pd---e--- OK (137 out of 1545, remaining: 20:36, took 0.804s, duration: 02:00)
test 0139...[FTP download a newer file with -z]
--pd---e--- OK (138 out of 1545, remaining: 20:34, took 0.786s, duration: 02:01)
test 0140...[FTP download file with -z, expected to not transfer]
--p----e--- OK (139 out of 1545, remaining: 20:30, took 0.494s, duration: 02:01)
test 0141...[FTP download info with -I]
s-p----e--- OK (140 out of 1545, remaining: 20:27, took 0.542s, duration: 02:02)
test 0142...[FTP URL with 150 dir levels]
--pd---e--- OK (141 out of 1545, remaining: 20:40, took 2.033s, duration: 02:04)
test 0143...[FTP URL with type=a]
--pd---e--- OK (142 out of 1545, remaining: 20:39, took 0.776s, duration: 02:05)
test 0144...[FTP NLST dir list without contents, using PORT]
--p----e--- OK (143 out of 1545, remaining: 20:36, took 0.589s, duration: 02:06)
test 0145...[FTP NLST dir list with weird reply code, using PORT]
--p----e--- OK (144 out of 1545, remaining: 20:32, took 0.579s, duration: 02:06)
test 0146...[persistent FTP with different paths]
--pd---e--- OK (145 out of 1545, remaining: 20:34, took 1.097s, duration: 02:07)
test 0147...[FTP with --ftp-create-dirs (failing CWD)]
--pd---e--- OK (146 out of 1545, remaining: 20:34, took 0.835s, duration: 02:08)
test 0148...[FTP with --ftp-create-dirs (failing MKD)]
--p----e--- OK (147 out of 1545, remaining: 20:30, took 0.532s, duration: 02:09)
test 0149...[FTP with multiple uploads]
--p---oe--- OK (148 out of 1545, remaining: 20:32, took 1.090s, duration: 02:10)
test 0150...[HTTP with NTLM authorization and --fail]
--pd---e--- OK (149 out of 1545, remaining: 20:30, took 0.719s, duration: 02:11)
test 0151...[HTTP GET with an error code that might trick authentication]
--pd---e--- OK (150 out of 1545, remaining: 20:26, took 0.527s, duration: 02:11)
test 0152...[HTTP GET with an error code that might trick authentication and --fail]
--p----e--- OK (151 out of 1545, remaining: 20:23, took 0.548s, duration: 02:12)
test 0153...[HTTP with Digest authorization with stale=true]
s-p----e--- OK (152 out of 1545, remaining: 20:24, took 1.025s, duration: 02:13)
test 0154...[HTTP PUT with --anyauth authorization (picking Digest)]
--pd---e--- OK (153 out of 1545, remaining: 20:23, took 0.821s, duration: 02:14)
test 0155...[HTTP PUT with --anyauth authorization (picking NTLM)]
--pd---e--- OK (154 out of 1545, remaining: 20:23, took 0.921s, duration: 02:15)
test 0156...[HTTP PUT with --anyauth (when the server requires none)]
--pd---e--- OK (155 out of 1545, remaining: 20:20, took 0.574s, duration: 02:16)
test 0157...[HTTP GET with --anyauth (when the server requires none)]
--pd---e--- OK (156 out of 1545, remaining: 20:17, took 0.531s, duration: 02:16)
test 0158...[HTTP multipart formpost with only a 100 reply]
--pd---e--- OK (157 out of 1545, remaining: 20:14, took 0.576s, duration: 02:17)
test 0159...[HTTP with NTLM authorization when talking HTTP/1.0 (known to fail)]
--pd---e--- OK (158 out of 1545, remaining: 20:11, took 0.639s, duration: 02:18)
test 0160...[HTTP with delayed close, conn reuse, connection reset and retry]
s-p----e--- OK (159 out of 1545, remaining: 20:28, took 2.771s, duration: 02:20)
test 0161...[FTP RETR PASV]
--pd---e--- OK (160 out of 1545, remaining: 20:25, took 0.598s, duration: 02:21)
test 0162...[HTTP GET asking for --proxy-ntlm when some other authentication is required]
--p----e--- OK (161 out of 1545, remaining: 20:22, took 0.590s, duration: 02:22)
test 0163...[HTTP multipart formpost with contents from a file]
--pd---e--- OK (162 out of 1545, remaining: 20:20, took 0.667s, duration: 02:22)
test 0164...[HTTP range with multiple ranges]
--pd---e--- OK (163 out of 1545, remaining: 20:17, took 0.608s, duration: 02:23)
test 0165...[HTTP over proxy with IDN host name]
--pd---e--- OK (164 out of 1545, remaining: 20:17, took 0.905s, duration: 02:24)
test 0166...[HTTP formpost a file with spaces in name]
--pd---e--- OK (165 out of 1545, remaining: 20:14, took 0.599s, duration: 02:25)
test 0167...[HTTP with proxy-requiring-Basic to site-requiring-Digest]
--pd---e--- OK (166 out of 1545, remaining: 20:13, took 0.727s, duration: 02:26)
test 0168...[HTTP with proxy-requiring-Digest to site-requiring-Digest]
--pd---e--- OK (167 out of 1545, remaining: 20:12, took 0.855s, duration: 02:26)
test 0169...[HTTP with proxy-requiring-NTLM to site-requiring-Digest]
--pd---e--- OK (168 out of 1545, remaining: 20:11, took 0.751s, duration: 02:27)
test 0170...[HTTP POST with --proxy-ntlm and no SSL with no response]
--p----e--- OK (169 out of 1545, remaining: 20:08, took 0.548s, duration: 02:28)
test 0171...[HTTP, get cookie with dot prefixed full domain]
--pd--oe--- OK (170 out of 1545, remaining: 20:05, took 0.550s, duration: 02:28)
test 0172...[HTTP with cookies file and custom added cookie]
--pd---e--- OK (171 out of 1545, remaining: 20:02, took 0.617s, duration: 02:29)
test 0173...[HTTP RFC1867-formpost a file from stdin with "faked" filename]
--pd---e--- OK (172 out of 1545, remaining: 20:00, took 0.660s, duration: 02:30)
test 0174...[HTTP POST --anyauth to server not requiring any auth at all]
--pd---e--- OK (173 out of 1545, remaining: 19:57, took 0.555s, duration: 02:31)
test 0175...[HTTP POST --digest to server not requiring any auth at all]
--pd---e--- OK (174 out of 1545, remaining: 19:56, took 0.731s, duration: 02:31)
test 0176...[HTTP POST --ntlm to server not requiring any auth at all]
--pd---e--- OK (175 out of 1545, remaining: 19:54, took 0.739s, duration: 02:32)
test 0177...[HTTP POST --digest to server doing a 302-location response]
--pd---e--- OK (176 out of 1545, remaining: 19:51, took 0.562s, duration: 02:33)
test 0178...[HTTP response with negative Content-Length]
--pd---e--- OK (177 out of 1545, remaining: 19:49, took 0.575s, duration: 02:33)
test 0179...[HTTP using proxy and cookies with path checks]
--pd---e--- OK (178 out of 1545, remaining: 19:46, took 0.536s, duration: 02:34)
test 0180...[HTTP 1.0 PUT]
--pd---e--- OK (179 out of 1545, remaining: 19:44, took 0.617s, duration: 02:35)
test 0181...[HTTP 1.0 POST]
--pd---e--- OK (180 out of 1545, remaining: 19:41, took 0.603s, duration: 02:35)
test 0182...[FTP download an empty file]
--pd---e--- OK (181 out of 1545, remaining: 19:40, took 0.776s, duration: 02:36)
test 0183...[HTTP GET two URLs over a single proxy with persistent connection]
--pd---e--- OK (182 out of 1545, remaining: 19:37, took 0.540s, duration: 02:37)
test 0184...[HTTP replace Host: when following Location: to new host]
--pd---e--- OK (183 out of 1545, remaining: 19:35, took 0.605s, duration: 02:37)
test 0185...[HTTP replace Host: when following Location: on the same host]
--pd---e--- OK (184 out of 1545, remaining: 19:33, took 0.596s, duration: 02:38)
test 0186...[HTTP RFC1867-type formposting with types on text fields]
--pd---e--- OK (185 out of 1545, remaining: 19:30, took 0.600s, duration: 02:39)
test 0187...[HTTP redirect with bad host name separation and slash in parameters]
--pd---e--- OK (186 out of 1545, remaining: 19:29, took 0.666s, duration: 02:40)
test 0188...[HTTP GET with resume and redirect]
--pd---e--- OK (187 out of 1545, remaining: 19:26, took 0.592s, duration: 02:40)
test 0189...[HTTP GET with resume and redirect (to a page that doesn't resume)]
--pd---e--- OK (188 out of 1545, remaining: 19:24, took 0.604s, duration: 02:41)
test 0190...[FTP download with strict timeout and slow CWD]
--p----e--- OK (189 out of 1545, remaining: 20:27, took 9.669s, duration: 02:51)
test 0191...[FTP URL with ?-letters in username and password ]
--pd---e--- OK (190 out of 1545, remaining: 20:36, took 2.298s, duration: 02:53)
test 0192...[HTTP GET -w num_connects with one simple connect]
s-p----e--- OK (191 out of 1545, remaining: 20:33, took 0.520s, duration: 02:53)
test 0193...[HTTP GET -w num_connects with redirected fetch (2 connects)]
s-p----e--- OK (192 out of 1545, remaining: 20:31, took 0.655s, duration: 02:54)
test 0194...[HTTP resume transfer with the whole file already downloaded and --fail]
--pd---e--- OK (193 out of 1545, remaining: 20:28, took 0.630s, duration: 02:55)
test 0195...[FTP response 530 after PASS, temporarily not allowed access]
--p----e--- OK (194 out of 1545, remaining: 20:25, took 0.463s, duration: 02:55)
test 0196...[FTP transient error, retry request once]
--p----e--- OK (195 out of 1545, remaining: 20:28, took 1.508s, duration: 02:57)
test 0197...[HTTP GET --retry on 503 error with output to stdout]
s-p----e--- OK (196 out of 1545, remaining: 20:32, took 1.590s, duration: 02:59)
test 0198...[HTTP GET --retry on 503 error with output to file]
--pd---e--- OK (197 out of 1545, remaining: 20:37, took 1.683s, duration: 03:00)
test 0199...[HTTP with -d, -G and {}]
--pd---e--- OK (198 out of 1545, remaining: 20:34, took 0.558s, duration: 03:01)
test 0200...[basic file:// file]
---d---e--- OK (199 out of 1545, remaining: 20:31, took 0.455s, duration: 03:02)
test 0201...[missing file:// file]
-------e--- OK (200 out of 1545, remaining: 20:27, took 0.398s, duration: 03:02)
test 0202...[two file:// URLs to stdout]
s------e--- OK (201 out of 1545, remaining: 20:23, took 0.438s, duration: 03:02)
test 0203...[file:/path URL with a single slash]
---d---e--- OK (202 out of 1545, remaining: 20:19, took 0.462s, duration: 03:03)
test 0204...["upload" with file://]
------oe--- OK (203 out of 1545, remaining: 20:16, took 0.452s, duration: 03:03)
test 0205...["upload" with file://]
-------e--- OK (204 out of 1545, remaining: 20:12, took 0.425s, duration: 03:04)
test 0206...[HTTP proxy CONNECT auth Digest]
--pd---e--- OK (205 out of 1545, remaining: 20:10, took 0.712s, duration: 03:05)
test 0207...[HTTP GET with chunked Transfer-Encoding closed prematurely]
--pd---e--- OK (206 out of 1545, remaining: 20:08, took 0.607s, duration: 03:05)
test 0208...[HTTP PUT to a FTP URL with username+password - over HTTP proxy]
--pd---e--- OK (207 out of 1545, remaining: 20:05, took 0.647s, duration: 03:06)
test 0209...[HTTP proxy CONNECT auth NTLM]
--pd---e--- OK (208 out of 1545, remaining: 20:04, took 0.755s, duration: 03:07)
test 0210...[Get two FTP files from the same remote dir: no second CWD]
--pd---e--- OK (209 out of 1545, remaining: 20:05, took 1.099s, duration: 03:08)
test 0211...[Get two FTP files with no remote EPSV support]
--pd---e--- OK (210 out of 1545, remaining: 20:05, took 1.088s, duration: 03:09)
test 0212...[Get two FTP files with no remote EPRT support]
--pd---e--- OK (211 out of 1545, remaining: 20:06, took 1.129s, duration: 03:10)
test 0213...[HTTP 1.0 proxy CONNECT auth NTLM and then POST]
--pd---e--- OK (212 out of 1545, remaining: 20:05, took 0.751s, duration: 03:11)
test 0214...[HTTP URL with escaped { and }]
--pd---e--- OK (213 out of 1545, remaining: 20:02, took 0.499s, duration: 03:12)
test 0215...[Get two FTP dir listings from the same remote dir: no second CWD]
--pd---e--- OK (214 out of 1545, remaining: 20:03, took 1.102s, duration: 03:13)
test 0216...[FTP upload two files to the same dir]
--p----e--- OK (215 out of 1545, remaining: 20:03, took 1.066s, duration: 03:14)
test 0217...[HTTP proxy CONNECT to proxy returning 405]
s-p----e--- OK (216 out of 1545, remaining: 20:01, took 0.588s, duration: 03:15)
test 0218...[HTTP PUT from a file but enforce chunked transfer-encoding]
--pd---e--- OK (217 out of 1545, remaining: 19:58, took 0.522s, duration: 03:15)
test 0219...[try using proxy with unsupported scheme]
-------e--- OK (218 out of 1545, remaining: 20:02, took 0.737s, duration: 03:17)
test 0220...[HTTP GET gzip compressed content]
--pd---e--- OK (219 out of 1545, remaining: 19:59, took 0.580s, duration: 03:18)
test 0221...[HTTP GET gzip compressed content with broken gzip header]
--pd---e--- OK (220 out of 1545, remaining: 19:56, took 0.577s, duration: 03:18)
test 0222...[HTTP GET deflate compressed content]
--pd---e--- OK (221 out of 1545, remaining: 19:57, took 0.996s, duration: 03:19)
test 0223...[HTTP GET deflate compressed content with broken deflate header]
--pd---e--- OK (222 out of 1545, remaining: 19:54, took 0.649s, duration: 03:20)
test 0224...[HTTP GET gzip compressed content with huge comment and extra field]
--pd---e--- OK (223 out of 1545, remaining: 19:53, took 0.695s, duration: 03:21)
test 0225...[FTP %0a-code in URL's name part]
-------e--- OK (224 out of 1545, remaining: 19:49, took 0.375s, duration: 03:21)
test 0226...[FTP %0d-code in URL's CWD part]
-------e--- OK (225 out of 1545, remaining: 19:46, took 0.439s, duration: 03:22)
test 0227...[FTP with quote ops]
--pd---e--- OK (226 out of 1545, remaining: 19:45, took 0.838s, duration: 03:23)
test 0228...[FTP RETR with ACCT]
--pd---e--- OK (227 out of 1545, remaining: 19:44, took 0.787s, duration: 03:23)
test 0229...[FTP RETR with bad ACCT]
--p----e--- OK (228 out of 1545, remaining: 19:41, took 0.485s, duration: 03:24)
test 0230...[HTTP GET multiply compressed content]
--pd---e--- OK (229 out of 1545, remaining: 19:41, took 1.003s, duration: 03:25)
test 0231...[file:// with resume]
---d---e--- OK (230 out of 1545, remaining: 19:37, took 0.437s, duration: 03:26)
test 0232...[HTTP GET deflate raw-compressed content]
--pd---e--- OK (231 out of 1545, remaining: 19:38, took 1.010s, duration: 03:27)
test 0233...[HTTP, proxy, site+proxy auth and Location: to new host]
--pd---e--- OK (232 out of 1545, remaining: 19:36, took 0.788s, duration: 03:27)
test 0234...[HTTP, proxy, site+proxy auth and Location: to new host using location-trusted]
--pd---e--- OK (233 out of 1545, remaining: 19:35, took 0.781s, duration: 03:28)
test 0235...[FTP resumed upload but no file present remotely]
--p-u--e--- OK (234 out of 1545, remaining: 19:34, took 0.812s, duration: 03:29)
test 0236...[FTP resume upload but denied access to remote file]
--p----e--- OK (235 out of 1545, remaining: 19:32, took 0.626s, duration: 03:30)
test 0237...[FTP getting bad host in 227-response to PASV]
--p----e--- OK (236 out of 1545, remaining: 19:29, took 0.493s, duration: 03:30)
test 0238...[FTP getting bad port in response to EPSV]
--p----e--- OK (237 out of 1545, remaining: 19:27, took 0.489s, duration: 03:31)
test 0239...[HTTP proxy-auth NTLM and then POST]
--pd---e--- OK (238 out of 1545, remaining: 19:25, took 0.716s, duration: 03:32)
test 0240...[HTTP-IPv6 GET]
--pd---e--- OK (239 out of 1545, remaining: 19:29, took 1.795s, duration: 03:34)
test 0241 SKIPPED: Resolving IPv6 'ip6-localhost' didn't work
test 0242...[HTTP-IPv6 GET with username+password in URL]
--pd---e--- OK (241 out of 1545, remaining: 19:23, took 0.516s, duration: 03:35)
test 0243...[HTTP POST with --proxy-anyauth, picking NTLM]
--pd---e--- OK (242 out of 1545, remaining: 19:22, took 0.863s, duration: 03:35)
test 0244...[FTP dir listing with nocwd and URL encoded path]
--pd---e--- OK (243 out of 1545, remaining: 19:21, took 0.787s, duration: 03:36)
test 0245...[HTTP POST --digest]
--pd---e--- OK (244 out of 1545, remaining: 19:19, took 0.627s, duration: 03:37)
test 0246...[HTTP POST --digest with server doing a 100 before 401 response]
--pd---e--- OK (245 out of 1545, remaining: 19:18, took 0.670s, duration: 03:38)
test 0247...[FTP upload time condition evaluates TRUE => skip upload]
--p----e--- OK (246 out of 1545, remaining: 19:15, took 0.514s, duration: 03:38)
test 0248...[FTP upload time condition evaluates FALSE => upload anyway]
--p-u--e--- OK (247 out of 1545, remaining: 19:14, took 0.823s, duration: 03:39)
test 0249...[HTTP 304 response with "illegal" Content-Length: header]
--pd---e--- OK (248 out of 1545, remaining: 19:12, took 0.562s, duration: 03:40)
test 0250...[FTP dir list PASV with slow response]
--pd---e--- OK (249 out of 1545, remaining: 20:58, took 21.411s, duration: 04:01)
test 0251...[FTP dir list, PORT with specified IP and slow response]
--pd---e--- OK (250 out of 1545, remaining: 22:44, took 21.616s, duration: 04:23)
test 0252...[FTP IPv6 dir list PASV]
--pd---e--- OK (251 out of 1545, remaining: 22:50, took 2.350s, duration: 04:25)
test 0253...[FTP IPv6 dir list with EPRT]
--pd---e--- OK (252 out of 1545, remaining: 22:49, took 0.818s, duration: 04:26)
test 0254...[FTP IPv6 dir list PASV and --disable-epsv]
--pd---e--- OK (253 out of 1545, remaining: 22:47, took 0.811s, duration: 04:27)
test 0255...[FTP IPv6 dir list with EPRT and --disable-eprt]
--pd---e--- OK (254 out of 1545, remaining: 22:45, took 0.827s, duration: 04:28)
test 0256...[HTTP resume request over proxy with auth without server supporting it]
--p---oe--- OK (255 out of 1545, remaining: 22:41, took 0.549s, duration: 04:29)
test 0257...[HTTP Location: following with --netrc-optional]
--pd---e--- OK (256 out of 1545, remaining: 22:40, took 0.965s, duration: 04:30)
test 0258...[HTTP POST multipart without Expect: header using proxy anyauth (Digest)]
--pd---e--- OK (257 out of 1545, remaining: 22:38, took 0.847s, duration: 04:31)
test 0259...[HTTP POST multipart with Expect: header using proxy anyauth (Digest)]
--pd---e--- OK (258 out of 1545, remaining: 22:46, took 2.815s, duration: 04:34)
test 0260...[HTTP GET URL without slash but with questionmark]
--pd---e--- OK (259 out of 1545, remaining: 22:43, took 0.505s, duration: 04:34)
test 0261...[FTP RETR with 226 response code to TYPE]
--pd---e--- OK (260 out of 1545, remaining: 22:41, took 0.781s, duration: 04:35)
test 0262...[Reject HTTP response with binary zero in header]
--p----e--- OK (261 out of 1545, remaining: 22:37, took 0.532s, duration: 04:36)
test 0263...[HTTP-IPv6 GET with proxy specified using IPv6-numerical address]
--pd---e--- OK (262 out of 1545, remaining: 22:34, took 0.504s, duration: 04:36)
test 0264...[HTTP with proxy string including http:// and user+password]
--pd---e--- OK (263 out of 1545, remaining: 22:31, took 0.553s, duration: 04:37)
test 0265...[HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407]
--pd---e--- OK (264 out of 1545, remaining: 22:29, took 0.807s, duration: 04:38)
test 0266...[HTTP GET with chunked Transfer-Encoding and chunked trailer]
--pd--oe--- OK (265 out of 1545, remaining: 22:28, took 0.984s, duration: 04:39)
test 0267...[HTTP POST with NTLM authorization and added custom headers]
--pd---e--- OK (266 out of 1545, remaining: 22:26, took 0.748s, duration: 04:39)
test 0268...[HTTP POST a non-existing file]
--pd---e--- OK (267 out of 1545, remaining: 22:22, took 0.513s, duration: 04:40)
test 0269...[HTTP --ignore-content-length]
--pd---e--- OK (268 out of 1545, remaining: 22:19, took 0.575s, duration: 04:41)
test 0270...[FTP RETR PASV --ftp-skip-pasv-ip]
--pd---e--- OK (269 out of 1545, remaining: 22:17, took 0.782s, duration: 04:41)
test 0271...[TFTP retrieve]
--pd---e--- OK (270 out of 1545, remaining: 22:20, took 1.737s, duration: 04:43)
test 0272...[FTP timed conditioned get file with identical time stamp ]
--p----e--- OK (271 out of 1545, remaining: 22:16, took 0.480s, duration: 04:44)
test 0273...[HTTP with two Digest authorization headers]
--pd---e--- OK (272 out of 1545, remaining: 22:14, took 0.728s, duration: 04:45)
test 0274...[HTTP Location: following with --max-redirs 0]
--pd---e--- OK (273 out of 1545, remaining: 22:11, took 0.546s, duration: 04:45)
test 0275...[HTTP CONNECT with proxytunnel getting two URLs from the same host]
--pd-P-e--- OK (274 out of 1545, remaining: 22:11, took 1.192s, duration: 04:46)
test 0276...[HTTP Location: following with multiple question marks in URLs]
--pd---e--- OK (275 out of 1545, remaining: 22:08, took 0.706s, duration: 04:47)
test 0277...[HTTP RFC1867-type formposting with custom Content-Type]
--pd---e--- OK (276 out of 1545, remaining: 22:06, took 0.588s, duration: 04:48)
test 0278...[HTTP with proxy string including http:// and user+empty password]
--pd---e--- OK (277 out of 1545, remaining: 22:03, took 0.566s, duration: 04:49)
test 0279...[HTTP with proxy string including http:// and user only]
--pd---e--- OK (278 out of 1545, remaining: 22:00, took 0.559s, duration: 04:49)
test 0280...[FTP --ftp-alternative-to-user on USER failure]
--pd---e--- OK (279 out of 1545, remaining: 21:58, took 0.832s, duration: 04:50)
test 0281...[HTTP PUT from file with 100 + 401 responses and -f without auth given]
--pd---e--- OK (280 out of 1545, remaining: 21:55, took 0.593s, duration: 04:51)
test 0282...[HTTP GET with no response body or headers]
--pd---e--- OK (281 out of 1545, remaining: 21:52, took 0.532s, duration: 04:51)
test 0283...[TFTP retrieve on invalid file]
--p----e--- OK (282 out of 1545, remaining: 21:49, took 0.450s, duration: 04:52)
test 0284...[TFTP retrieve of boundary case 512 byte file]
--pd---e--- OK (283 out of 1545, remaining: 21:46, took 0.555s, duration: 04:52)
test 0285...[TFTP send]
Warning: server logs lock timeout (2 seconds) expired
--p-u--e--- OK (284 out of 1545, remaining: 21:53, took 2.889s, duration: 04:55)
test 0286...[TFTP send of boundary case 512 byte file]
Warning: server logs lock timeout (2 seconds) expired
--p-u--e--- OK (285 out of 1545, remaining: 22:10, took 4.999s, duration: 05:00)
test 0287...[HTTP proxy CONNECT with custom User-Agent header]
s-p----e--- OK (286 out of 1545, remaining: 22:07, took 0.570s, duration: 05:01)
test 0288...[file:// with (unsupported) proxy, authentication and range]
---d---e--- OK (287 out of 1545, remaining: 22:04, took 0.482s, duration: 05:02)
test 0289...[FTP resume upload but denied access to local file]
-------e--- OK (288 out of 1545, remaining: 22:00, took 0.374s, duration: 05:02)
test 0290...[FTP download maximum filesize exceeded]
--p----e--- OK (289 out of 1545, remaining: 21:57, took 0.570s, duration: 05:03)
test 0291...[FTP download maximum filesize not exceeded]
--pd---e--- OK (290 out of 1545, remaining: 21:55, took 0.776s, duration: 05:04)
test 0292...[HTTP GET with maximum filesize not exceeded]
--pd---e--- OK (291 out of 1545, remaining: 21:52, took 0.508s, duration: 05:04)
test 0293...[HTTP GET with maximum filesize exceeded]
--p----e--- OK (292 out of 1545, remaining: 21:49, took 0.525s, duration: 05:05)
test 0294...[FTP --ftp-account on ACCT request]
--pd---e--- OK (293 out of 1545, remaining: 21:47, took 0.841s, duration: 05:06)
test 0295...[FTP ACCT request without --ftp-account]
--p----e--- OK (294 out of 1545, remaining: 21:44, took 0.485s, duration: 05:06)
test 0296...[FTP CWD with --ftp-method multicwd]
--pd---e--- OK (295 out of 1545, remaining: 21:42, took 0.787s, duration: 05:07)
test 0297...[FTP CWD with --ftp-method singlecwd]
--pd---e--- OK (296 out of 1545, remaining: 21:40, took 0.781s, duration: 05:08)
test 0298...[FTP CWD with --ftp-method nocwd]
--pd---e--- OK (297 out of 1545, remaining: 21:39, took 0.765s, duration: 05:09)
test 0299...[FTP over HTTP proxy with user:pass not in url]
--pd---e--- OK (298 out of 1545, remaining: 21:36, took 0.555s, duration: 05:09)
test 0300...[simple HTTPS GET]
--pd---e--- OK (299 out of 1545, remaining: 21:37, took 1.614s, duration: 05:11)
test 0301...[HTTPS GET with user and password]
--pd---e--- OK (300 out of 1545, remaining: 21:35, took 0.644s, duration: 05:12)
test 0302...[HTTPS GET over HTTP proxy fails]
-------e--- OK (301 out of 1545, remaining: 21:32, took 0.540s, duration: 05:12)
test 0303...[HTTPS with 8 secs timeout]
Warning: server logs lock timeout (2 seconds) expired
--pd---e--- OK (302 out of 1545, remaining: 22:37, took 16.903s, duration: 05:29)
test 0304...[HTTPS multipart formpost]
--pd---e--- OK (303 out of 1545, remaining: 22:43, took 2.969s, duration: 05:32)
test 0305...[insecure HTTPS without permission]
-------e--- OK (304 out of 1545, remaining: 22:40, took 0.430s, duration: 05:33)
test 0306...[HTTPS GET, receive no headers only data!]
--pd---e--- OK (305 out of 1545, remaining: 22:37, took 0.680s, duration: 05:33)
test 0307 SKIPPED: openssl engine not supported
test 0308...[simple HTTPS GET with invalid crypto engine]
-------e--- OK (307 out of 1545, remaining: 22:30, took 0.396s, duration: 05:34)
test 0309...[HTTP Location: redirect to HTTPS URL]
--pd---e--- OK (308 out of 1545, remaining: 22:28, took 0.756s, duration: 05:35)
test 0310...[simple HTTPS GET]
--pd---e--- OK (309 out of 1545, remaining: 22:58, took 8.938s, duration: 05:44)
test 0311...[HTTPS wrong subjectAltName but right CN]
-------e--- OK (310 out of 1545, remaining: 23:28, took 8.882s, duration: 05:53)
test 0312...[HTTPS GET to localhost and null-prefixed CN cert]
-------e--- OK (311 out of 1545, remaining: 23:58, took 8.901s, duration: 06:02)
test 0313...[CRL test]
-------e--- OK (312 out of 1545, remaining: 24:28, took 8.863s, duration: 06:11)
test 0317...[HTTP with custom Authorization: and redirect to new host]
--pd---e--- OK (313 out of 1545, remaining: 24:25, took 0.788s, duration: 06:12)
test 0318...[HTTP with custom Authorization: and redirect to new host]
--pd---e--- OK (314 out of 1545, remaining: 24:23, took 0.779s, duration: 06:13)
test 0319...[HTTP GET gzip transfer-encoded data in raw mode]
--pd---e--- OK (315 out of 1545, remaining: 24:19, took 0.577s, duration: 06:13)
test 0320 SKIPPED: no gnutls-serv (with SRP support)
test 0321 SKIPPED: no gnutls-serv (with SRP support)
test 0322 SKIPPED: no gnutls-serv (with SRP support)
test 0325...[HTTPS with attempted redirect to denied HTTP]
--pd---e--- OK (320 out of 1545, remaining: 24:25, took 8.928s, duration: 06:22)
test 0326...[HTTP GET chunked data in raw mode]
--pd---e--- OK (321 out of 1545, remaining: 24:22, took 0.552s, duration: 06:23)
test 0327...[HTTP with cookiejar without cookies left]
--pd--oe--- OK (322 out of 1545, remaining: 24:19, took 0.745s, duration: 06:24)
test 0328...[HTTP with "Content-Encoding: none]
--pd---e--- OK (323 out of 1545, remaining: 24:16, took 0.511s, duration: 06:24)
test 0329...[HTTP cookie with Max-Age=0]
--pd---e--- OK (324 out of 1545, remaining: 24:12, took 0.615s, duration: 06:25)
test 0330...[HTTP with custom Cookie: and redirect to new host]
--pd---e--- OK (325 out of 1545, remaining: 24:10, took 0.782s, duration: 06:26)
test 0331...[HTTP with cookie using host name 'moo']
--pd---e--- OK (326 out of 1545, remaining: 24:07, took 0.635s, duration: 06:27)
test 0332...[TFTP retrieve with blksize 400]
--pd---e--- OK (327 out of 1545, remaining: 24:04, took 0.473s, duration: 06:27)
test 0333...[Try a non-boolean command line option with --no-]
-------e--- OK (328 out of 1545, remaining: 24:00, took 0.384s, duration: 06:28)
test 0334...[HTTP 204 No content with chunked header]
--pd---e--- OK (329 out of 1545, remaining: 23:56, took 0.503s, duration: 06:28)
test 0335...[HTTP with proxy Digest and site Digest with creds in URLs]
--pd---e--- OK (330 out of 1545, remaining: 23:55, took 0.992s, duration: 06:29)
test 0336...[FTP range download when SIZE doesn't work]
--pd---e--- OK (331 out of 1545, remaining: 23:52, took 0.683s, duration: 06:30)
test 0337...[FTP range download with SIZE returning extra crap]
--pd---e--- OK (332 out of 1545, remaining: 23:49, took 0.681s, duration: 06:31)
test 0338...[ANYAUTH connection reuse of non-authed connection]
--pd---e--- OK (333 out of 1545, remaining: 23:46, took 0.560s, duration: 06:31)
test 0339...[Check if --etag-save saved correct etag to a file]
--p---oe--- OK (334 out of 1545, remaining: 23:43, took 0.574s, duration: 06:32)
test 0340...[FTP using %00 in path with singlecwd]
--p----e--- OK (335 out of 1545, remaining: 23:39, took 0.517s, duration: 06:33)
test 0341...[Try to open a non existing file with --etag-compare should return an error]
-------e--- OK (336 out of 1545, remaining: 23:36, took 0.478s, duration: 06:33)
test 0342...[Check if --etag-compare set correct etag in header]
--pd---e--- OK (337 out of 1545, remaining: 23:33, took 0.534s, duration: 06:34)
test 0343...[Both --etag-compare and --etag-save to save new Etag]
--pd--oe--- OK (338 out of 1545, remaining: 23:30, took 0.540s, duration: 06:34)
test 0344...[Both --etag-compare and -save store new Etag using non-existing file]
--pd--oe--- OK (339 out of 1545, remaining: 23:27, took 0.526s, duration: 06:35)
test 0345...[Both --etag-compare and -save store new Etag using one pre-existing file]
--pd--oe--- OK (340 out of 1545, remaining: 23:24, took 0.575s, duration: 06:36)
test 0346...[HTTP GET over proxy with credentials using blank passwords]
--pd---e--- OK (341 out of 1545, remaining: 23:20, took 0.531s, duration: 06:36)
test 0347...[--etag-save with blank incoming header]
--p---oe--- OK (342 out of 1545, remaining: 23:17, took 0.538s, duration: 06:37)
test 0348...[FTP upload file with 552 disk full response]
--p-u--e--- OK (343 out of 1545, remaining: 23:15, took 0.833s, duration: 06:38)
test 0349...[HTTP GET --fail-with-body on HTTP error return]
--pd---e--- OK (344 out of 1545, remaining: 23:12, took 0.540s, duration: 06:38)
test 0350...[FTP root dir list multicwd]
--pd---e--- OK (345 out of 1545, remaining: 23:10, took 0.800s, duration: 06:39)
test 0351...[FTP root dir list nocwd]
--pd---e--- OK (346 out of 1545, remaining: 23:08, took 0.798s, duration: 06:40)
test 0352...[FTP root dir list singlecwd]
--pd---e--- OK (347 out of 1545, remaining: 23:06, took 0.806s, duration: 06:41)
test 0353...[FTP home dir list singlecwd]
--pd---e--- OK (348 out of 1545, remaining: 23:03, took 0.798s, duration: 06:42)
test 0354...[FTP without password]
--pd---e--- OK (349 out of 1545, remaining: 23:01, took 0.776s, duration: 06:43)
test 0355...[load Alt-Svc from file and use]
--pd---e--- OK (350 out of 1545, remaining: 22:58, took 0.517s, duration: 06:43)
test 0356...[parse incoming Alt-Svc and save to file]
--pd--oe--- OK (351 out of 1545, remaining: 22:55, took 0.582s, duration: 06:44)
test 0357...[HTTP PUT with Expect: 100-continue and 417 response]
--pd---e--- OK (352 out of 1545, remaining: 23:10, took 5.709s, duration: 06:50)
RUN: failed to start the HTTP/2 server
== Contents of files in the log/ dir after test 358
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 (355 out of 1545, remaining: 25:46, took 0.503s, duration: 07:41)
test 0361...[HTTP GET --fail-with-body on HTTP error return - twice]
--pd---e--- OK (356 out of 1545, remaining: 25:43, took 0.731s, duration: 07:42)
test 0362...[FTP resume upload file with nothing to start from]
--p-u--e--- OK (357 out of 1545, remaining: 25:41, took 0.926s, duration: 07:43)
test 0363...[CONNECT with short sends]
--pd-P-e--- OK (358 out of 1545, remaining: 25:40, took 1.362s, duration: 07:44)
test 0364...[HTTPS PUT of small file]
--pd---e--- OK (359 out of 1545, remaining: 25:37, took 0.801s, duration: 07:45)
test 0365...[HTTP/1.1 with chunked AND Content-Length headers]
--pd---e--- OK (360 out of 1545, remaining: 25:34, took 0.701s, duration: 07:46)
test 0366...[HTTP --retry-max-time with too long Retry-After]
--pd---e--- OK (361 out of 1545, remaining: 25:31, took 0.572s, duration: 07:46)
test 0367...[Empty user name provided in URL]
--pd---e--- OK (362 out of 1545, remaining: 25:27, took 0.558s, duration: 07:47)
test 0368...[Append dash if -r range specified without one]
--pd---e--- OK (363 out of 1545, remaining: 25:24, took 0.562s, duration: 07:48)
test 0369...[--etag-save with bad path then working transfer]
--pd---e--- OK (364 out of 1545, remaining: 25:21, took 0.593s, duration: 07:48)
test 0370...[--etag-save with bad path - no transfer]
-------e--- OK (365 out of 1545, remaining: 25:17, took 0.493s, duration: 07:49)
test 0371...[using more -o than URLs in the command line]
-rp----e--- OK (366 out of 1545, remaining: 25:13, took 0.582s, duration: 07:49)
test 0372...[Binary zero in data element.]
--pd---e--- OK (367 out of 1545, remaining: 25:10, took 0.668s, duration: 07:50)
test 0373...[Chunked transfer encoding - Multiple valid chunks with binary zeros.]
--pd---e--- OK (368 out of 1545, remaining: 25:08, took 0.750s, duration: 07:51)
test 0374...[Valid gif with two frames. No new line in data section.]
--pd---e--- OK (369 out of 1545, remaining: 25:05, took 0.621s, duration: 07:52)
test 0376...[--remove-on-error]
--p---oe--- OK (370 out of 1545, remaining: 25:02, took 0.674s, duration: 07:52)
test 0378...[Reject using -T and -d at once]
-r-----e--- OK (371 out of 1545, remaining: 24:58, took 0.480s, duration: 07:53)
test 0379...[--remove-on-error with --no-clobber and an added number]
--p---oe--- OK (372 out of 1545, remaining: 24:55, took 0.776s, duration: 07:54)
test 0380...[pick netrc password based on user name in URL]
--pd---e--- OK (373 out of 1545, remaining: 24:53, took 0.981s, duration: 07:55)
test 0381...[netrc-optional lets URL creds override netrc]
--pd---e--- OK (374 out of 1545, remaining: 24:51, took 0.969s, duration: 07:56)
test 0383...[HTTP with --json]
--pd---e--- OK (375 out of 1545, remaining: 24:48, took 0.660s, duration: 07:57)
test 0384...[HTTP with --json from stdin]
--pd---e--- OK (376 out of 1545, remaining: 24:45, took 0.638s, duration: 07:57)
test 0385...[HTTP with --json x 2]
--pd---e--- OK (377 out of 1545, remaining: 24:42, took 0.585s, duration: 07:58)
test 0386...[HTTP with --json + --next]
--pd---e--- OK (378 out of 1545, remaining: 24:39, took 0.735s, duration: 07:59)
test 0387...[Response with overly long compression chain]
-rp----e--- OK (379 out of 1545, remaining: 24:37, took 0.638s, duration: 08:00)
test 0388...[HTTP with Digest and multiple qop values with leading space]
s-p----e--- OK (380 out of 1545, remaining: 24:36, took 1.351s, duration: 08:01)
test 0389...[*.localhost is a local host]
--pd---e--- OK (381 out of 1545, remaining: 24:33, took 0.690s, duration: 08:02)
test 0390...[curl HTTP, FILE and FTP in parallel]
-------e--- OK (382 out of 1545, remaining: 24:31, took 1.024s, duration: 08:03)
test 0391...[--path-as-is with redirect, keeping dotdots]
--pd---e--- OK (383 out of 1545, remaining: 24:29, took 0.673s, duration: 08:04)
test 0392...[HTTP secure cookies over localhost]
--pd---e--- OK (384 out of 1545, remaining: 24:26, took 0.768s, duration: 08:05)
test 0393...[HTTP max-filesize and out-of-range Content-Length]
--p----e--- OK (385 out of 1545, remaining: 24:24, took 0.697s, duration: 08:05)
test 0394...[HTTP with rubbish in Content-Length]
--p----e--- OK (386 out of 1545, remaining: 24:21, took 0.657s, duration: 08:06)
test 0395...[HTTP and out-of-range Content-Length]
--p----e--- OK (387 out of 1545, remaining: 24:18, took 0.691s, duration: 08:07)
test 0398...[Reject HTTP/1.1 response with colon-less header]
--p----e--- OK (388 out of 1545, remaining: 24:15, took 0.675s, duration: 08:08)
test 0399...[65536 bytes long host name in URL]
-------e--- OK (389 out of 1545, remaining: 24:12, took 0.600s, duration: 08:08)
test 0400...[FTPS dir list PASV unencrypted data]
--pd---e--- OK (390 out of 1545, remaining: 24:14, took 2.119s, duration: 08:11)
test 0401...[FTPS PASV upload file]
--p-u--e--- OK (391 out of 1545, remaining: 24:12, took 1.048s, duration: 08:12)
test 0402...[FTP SSL required on non-SSL server]
--p----e--- OK (392 out of 1545, remaining: 24:09, took 0.550s, duration: 08:12)
test 0403...[FTPS with CCC not supported by server]
--pd---e--- OK (393 out of 1545, remaining: 24:07, took 1.069s, duration: 08:13)
test 0404...[FTPS with invalid cacert]
-------e--- OK (394 out of 1545, remaining: 24:04, took 0.510s, duration: 08:14)
test 0405...[FTPS operation to FTP port]
-------e--- OK (395 out of 1545, remaining: 24:01, took 0.534s, duration: 08:15)
test 0406...[FTPS dir list, PORT with specified IP]
--pd---e--- OK (396 out of 1545, remaining: 23:59, took 1.060s, duration: 08:16)
test 0407...[Get two FTPS files from the same remote dir: no second CWD]
--pd---e--- OK (397 out of 1545, remaining: 23:59, took 1.390s, duration: 08:17)
test 0408...[FTPS PORT upload with CWD]
--p-u--e--- OK (398 out of 1545, remaining: 23:57, took 1.052s, duration: 08:18)
test 0409...[FTPS PASV upload file]
--p-u--e--- OK (399 out of 1545, remaining: 23:55, took 1.021s, duration: 08:19)
test 0410...[HTTPS GET with very long request header]
--pd---e--- OK (400 out of 1545, remaining: 23:54, took 0.963s, duration: 08:20)
test 0411...[-K with missing file causes error]
-r-----e--- OK (401 out of 1545, remaining: 23:50, took 0.482s, duration: 08:21)
test 0412...[alt-svc using host name with trailing dot in URL]
--pd---e--- OK (402 out of 1545, remaining: 23:48, took 0.653s, duration: 08:22)
test 0413...[alt-svc using host name with trailing dot on host from file]
--pd---e--- OK (403 out of 1545, remaining: 23:45, took 0.713s, duration: 08:23)
test 0414...[HTTPS sec-cookie, HTTP redirect, same name cookie, redirect back]
--p----e--- OK (404 out of 1545, remaining: 23:43, took 0.844s, duration: 08:23)
test 0415...[HTTP response with control code then negative Content-Length]
--pd---e--- OK (405 out of 1545, remaining: 23:40, took 0.654s, duration: 08:24)
test 0416...[FTP growing file support]
--pd---e--- OK (406 out of 1545, remaining: 23:38, took 0.870s, duration: 08:25)
test 0417...[%{certs}]
s-p----e--- OK (407 out of 1545, remaining: 23:36, took 0.850s, duration: 08:26)
test 0418...[Response with multiple Transfer-Encoding headers]
-rp----e--- OK (408 out of 1545, remaining: 23:33, took 0.678s, duration: 08:27)
test 0419...[--dump-header to file that cannot be created]
-------e--- OK (409 out of 1545, remaining: 23:30, took 0.471s, duration: 08:27)
test 0420...[Setting cookies set with expired dates that were loaded from jar]
--pd--oe--- OK (410 out of 1545, remaining: 23:28, took 0.745s, duration: 08:28)
test 0421...[HTTP GET multiple headers and %{header_json}]
-rpd---e--- OK (411 out of 1545, remaining: 23:25, took 0.842s, duration: 08:29)
test 0422...[use --next with missing URL before it]
-r-----e--- OK (412 out of 1545, remaining: 23:22, took 0.486s, duration: 08:30)
test 0423...[-w with url.* variables]
s------e--- OK (413 out of 1545, remaining: 23:20, took 0.648s, duration: 08:30)
test 0424...[-w with urle.* variables]
s------e--- OK (414 out of 1545, remaining: 23:18, took 0.867s, duration: 08:31)
test 0425...[HTTP PUT with path ending with slash + query]
--pd---e--- OK (415 out of 1545, remaining: 23:16, took 0.729s, duration: 08:32)
test 0426...[try --data with --continue-at]
-------e--- OK (416 out of 1545, remaining: 23:12, took 0.488s, duration: 08:33)
test 0430...[Three -K uses with --next and --data in each]
--p----e--- OK (417 out of 1545, remaining: 23:11, took 0.929s, duration: 08:34)
test 0431...[Two -K uses with --next and then one on cmdline]
--p----e--- OK (418 out of 1545, remaining: 23:09, took 0.851s, duration: 08:35)
test 0432...[Use -K with --next and --config from within]
--p----e--- OK (419 out of 1545, remaining: 23:07, took 0.908s, duration: 08:36)
test 0433...[Verify XDG_CONFIG_HOME use to find .curlrc]
--pd---e--- OK (420 out of 1545, remaining: 23:04, took 0.629s, duration: 08:36)
test 0434...[-K with a single line without newline]
--pd---e--- OK (421 out of 1545, remaining: 23:01, took 0.580s, duration: 08:37)
test 0435...[verify -w local/remote port+ip after connection re-use]
s-p----e--- OK (422 out of 1545, remaining: 22:59, took 0.667s, duration: 08:38)
test 0436...[Find .curlrc in .config/curlrc via CURL_HOME]
--pd---e--- OK (423 out of 1545, remaining: 22:56, took 0.621s, duration: 08:38)
test 0440...[HSTS with trailing-dot host name in URL but none in hsts file]
s-p----e--- OK (424 out of 1545, remaining: 22:54, took 0.695s, duration: 08:39)
test 0441...[HSTS with no t-dot host name in URL but t-dot in file]
s-p----e--- OK (425 out of 1545, remaining: 22:51, took 0.736s, duration: 08:40)
test 0442...[Send capped huge number of matching cookies]
--pd---e--- OK (426 out of 1545, remaining: 22:51, took 1.417s, duration: 08:42)
test 0443...[Cookie header in request no longer than 8K]
--pd---e--- OK (427 out of 1545, remaining: 22:48, took 0.738s, duration: 08:42)
test 0444...[Many Set-Cookie response headers]
--pd--oe--- OK (428 out of 1545, remaining: 22:47, took 1.185s, duration: 08:44)
test 0446...[HSTS with two URLs]
---d-Poe--- OK (429 out of 1545, remaining: 22:45, took 0.842s, duration: 08:45)
test 0490...[Two globbed HTTP PUTs]
--pd---e--- OK (430 out of 1545, remaining: 22:43, took 0.750s, duration: 08:45)
test 0491...[Two globbed HTTP PUTs, the second upload file is missing]
--pd---e--- OK (431 out of 1545, remaining: 22:41, took 0.684s, duration: 08:46)
test 0492...[Two globbed HTTP PUTs to two globbed URLs]
--pd---e--- OK (432 out of 1545, remaining: 22:39, took 0.932s, duration: 08:47)
test 0493...[HSTS and %{url_effective} after upgrade]
s-p----e--- OK (433 out of 1545, remaining: 22:37, took 0.700s, duration: 08:48)
test 0494...[skip 'macdef' when parsing netrc]
--pd---e--- OK (434 out of 1545, remaining: 22:35, took 0.950s, duration: 08:49)
test 0495...[user+password in URL with optional netrc]
--pd---e--- OK (435 out of 1545, remaining: 22:32, took 0.590s, duration: 08:50)
test 0496...[parallel upload missing file]
-------e--- OK (436 out of 1545, remaining: 22:29, took 0.495s, duration: 08:50)
test 0500...[simple libcurl HTTP GET tool]
--pd--oe--- OK (437 out of 1545, remaining: 22:27, took 0.694s, duration: 08:51)
test 0501...[simple libcurl attempt operation without URL set]
-------e--- OK (438 out of 1545, remaining: 22:24, took 0.443s, duration: 08:51)
test 0502...[simple multi file:// get]
---d---e--- OK (439 out of 1545, remaining: 22:21, took 0.501s, duration: 08:52)
test 0503...[simple multi http:// through proxytunnel with authentication info]
--pd-P-e--- OK (440 out of 1545, remaining: 22:20, took 1.331s, duration: 08:53)
test 0504...[simple multi through local proxy without listener]
-------e--- OK (441 out of 1545, remaining: 22:17, took 0.535s, duration: 08:54)
test 0505...[FTP upload with rename after transfer]
--p-u--e--- OK (442 out of 1545, remaining: 22:16, took 1.086s, duration: 08:55)
test 0507...[multi interface get with non-existing host name]
-------e--- OK (443 out of 1545, remaining: 22:14, took 0.657s, duration: 08:56)
test 0508...[send HTTP POST using read callback]
--pd---e--- OK (444 out of 1545, remaining: 22:11, took 0.645s, duration: 08:57)
test 0509...[initialization with memory callbacks and actual usage]
s------e--- OK (445 out of 1545, remaining: 22:08, took 0.480s, duration: 08:57)
test 0510...[send HTTP POST using read callback, using chunked transfer-encoding]
--pd---e--- OK (446 out of 1545, remaining: 22:08, took 1.687s, duration: 08:59)
test 0511...[FTP with FILETIME and NOBODY but missing file]
--p----e--- OK (447 out of 1545, remaining: 22:06, took 0.603s, duration: 08:59)
test 0512...[simple curl_easy_duplicate() test]
--pd---e--- OK (448 out of 1545, remaining: 22:03, took 0.642s, duration: 09:00)
test 0513...[send HTTP POST using read callback that returns CURL_READFUNC_ABORT]
--p----e--- OK (449 out of 1545, remaining: 22:03, took 1.648s, duration: 09:02)
test 0514...[First set options to POST and then to make HEAD]
--pd---e--- OK (450 out of 1545, remaining: 22:03, took 1.611s, duration: 09:04)
test 0515...[make a POSTFIELDS set to NULL with POSTFIELDSIZE set to zero]
--pd---e--- OK (451 out of 1545, remaining: 22:01, took 0.601s, duration: 09:04)
test 0516...[make an HTTPPOST set to NULL]
--pd---e--- OK (452 out of 1545, remaining: 21:58, took 0.604s, duration: 09:05)
test 0517...[curl_getdate() testing]
-------e--- OK (453 out of 1545, remaining: 21:55, took 0.415s, duration: 09:05)
test 0518...[HTTP GET with more than FD_SETSIZE descriptors open]
--pd---e--- OK (454 out of 1545, remaining: 21:53, took 0.882s, duration: 09:06)
test 0519...[GET same URL twice with different users]
--pd---e--- OK (455 out of 1545, remaining: 21:51, took 0.715s, duration: 09:07)
test 0520...[FTP RETR with FILETIME]
--pd---e--- OK (456 out of 1545, remaining: 21:50, took 0.964s, duration: 09:08)
test 0521...[FTP dir list PASV with CURLOPT_PORT]
--pd---e--- OK (457 out of 1545, remaining: 21:48, took 0.911s, duration: 09:09)
test 0522...[HTTP GET with CURLOPT_PORT]
s-p----e--- OK (458 out of 1545, remaining: 21:45, took 0.595s, duration: 09:10)
test 0523...[HTTP GET with proxy and CURLOPT_PORT]
s-p----e--- OK (459 out of 1545, remaining: 21:43, took 0.763s, duration: 09:11)
test 0524...[FTP upload with target URL ending with slash]
--p----e--- OK (460 out of 1545, remaining: 21:41, took 0.626s, duration: 09:11)
test 0525...[FTP PORT upload using multi interface]
--p-u--e--- OK (461 out of 1545, remaining: 21:39, took 0.998s, duration: 09:12)
test 0526...[FTP RETR same file using different handles but same connection]
--pd---e--- OK (462 out of 1545, remaining: 21:47, took 4.844s, duration: 09:17)
test 0527...[FTP RETR same file using different handles but same connection]
--pd---e--- OK (463 out of 1545, remaining: 21:54, took 4.762s, duration: 09:22)
test 0528...[HTTP GET same file using different handles but same connection]
--pd---e--- OK (464 out of 1545, remaining: 21:59, took 3.686s, duration: 09:26)
test 0529...[FTP PORT upload using multi interface (weird cleanup function sequence)]
--p-u--e--- OK (465 out of 1545, remaining: 21:57, took 0.893s, duration: 09:27)
test 0530...[multi_socket interface transfer with callbacks returning error]
-------e--- OK (466 out of 1545, remaining: 21:55, took 0.707s, duration: 09:28)
test 0531...[FTP PORT upload using multi interface and get 425 response]
--p----e--- OK (467 out of 1545, remaining: 21:53, took 0.769s, duration: 09:28)
test 0532...[FTP RETR same file using reset handles between each transfer]
--pd---e--- OK (468 out of 1545, remaining: 22:00, took 4.781s, duration: 09:33)
test 0533...[FTP RETR a non-existing file twice using the multi interface]
--p----e--- OK (469 out of 1545, remaining: 22:00, took 1.771s, duration: 09:35)
test 0534...[FTP RETR twice using multi: non-existing host and non-existing file]
--p----e--- OK (470 out of 1545, remaining: 22:00, took 1.695s, duration: 09:37)
test 0535...[HTTP GET multi two files with FAILONERROR]
--pd---e--- OK (471 out of 1545, remaining: 22:00, took 1.681s, duration: 09:39)
test 0537...[HTTP GET with a HUGE number of file descriptors open]
--pd---e--- OK (472 out of 1545, remaining: 21:58, took 0.826s, duration: 09:39)
test 0538...[FTP multi-interface download, failed login: PASS not valid]
--p----e--- OK (473 out of 1545, remaining: 21:55, took 0.556s, duration: 09:40)
test 0539...[Two FTP fetches using different CURLOPT_FTP_FILEMETHOD]
--pd---e--- OK (474 out of 1545, remaining: 21:55, took 1.402s, duration: 09:42)
test 0540...[HTTP proxy auth Digest multi API re-using connection]
--pd---e--- OK (475 out of 1545, remaining: 21:53, took 0.847s, duration: 09:42)
test 0541...[FTP upload and upload same file again without rewind]
--p----e--- OK (476 out of 1545, remaining: 21:52, took 1.219s, duration: 09:44)
test 0542...[FTP a file with NOBODY yes and HEADER no]
--pd---e--- OK (477 out of 1545, remaining: 21:49, took 0.686s, duration: 09:45)
test 0543...[curl_easy_escape]
s------e--- OK (478 out of 1545, remaining: 21:46, took 0.443s, duration: 09:45)
test 0544...[HTTP POST text data using CURLOPT_COPYPOSTFIELDS]
--pd---e--- OK (479 out of 1545, remaining: 21:44, took 0.676s, duration: 09:46)
test 0545...[HTTP POST binary with embedded zero and no trailing zero]
--pd---e--- OK (480 out of 1545, remaining: 21:42, took 0.615s, duration: 09:46)
test 0546...[FTP RETR a non-existing file then a found one using the multi interface]
s-p----e--- OK (481 out of 1545, remaining: 21:42, took 2.037s, duration: 09:49)
test 0547...[HTTP proxy auth NTLM with POST data from read callback]
--pd---e--- OK (482 out of 1545, remaining: 21:41, took 1.045s, duration: 09:50)
test 0548...[HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS]
--pd---e--- OK (483 out of 1545, remaining: 21:39, took 1.019s, duration: 09:51)
test 0549...[FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE]
s-p----e--- OK (484 out of 1545, remaining: 21:37, took 0.729s, duration: 09:52)
test 0550...[FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE and ASCII transfer]
s-p----e--- OK (485 out of 1545, remaining: 21:35, took 0.709s, duration: 09:52)
test 0551...[HTTP proxy auth Digest with POST data from read callback]
--pd---e--- OK (486 out of 1545, remaining: 21:33, took 0.882s, duration: 09:53)
test 0552...[HTTP proxy auth Digest with 70K POST data from read callback]
--pd---e--- OK (487 out of 1545, remaining: 21:41, took 5.158s, duration: 09:58)
test 0553...[HTTP post with huge request headers and post data from callback]
--pd---e--- OK (488 out of 1545, remaining: 21:39, took 0.738s, duration: 09:59)
test 0554...[HTTP multi-part formpost using read callback for the file part]
--pd---e--- OK (489 out of 1545, remaining: 21:37, took 1.136s, duration: 10:00)
test 0555...[HTTP proxy auth NTLM with POST data from read callback multi-if]
--pd---e--- OK (490 out of 1545, remaining: 21:36, took 1.022s, duration: 10:02)
test 0556...[send and recv HTTP]
--pd---e--- OK (491 out of 1545, remaining: 21:33, took 0.609s, duration: 10:02)
test 0557...[curl_mprintf() testing]
s------e--- OK (492 out of 1545, remaining: 21:31, took 0.458s, duration: 10:03)
test 0559...[use tiny CURLOPT_BUFFERSIZE]
---d---e--- OK (493 out of 1545, remaining: 21:28, took 0.616s, duration: 10:03)
test 0560...[simple HTTPS GET with multi interface]
--pd---e--- OK (494 out of 1545, remaining: 21:26, took 0.661s, duration: 10:04)
test 0561...[FTP RETR with CURLOPT_PROXY_TRANSFER_MODE, ASCII transfer and type=i]
s-p----e--- OK (495 out of 1545, remaining: 21:24, took 0.678s, duration: 10:05)
test 0562...[FTP a type=A URL and CURLOPT_PORT set]
--pd---e--- OK (496 out of 1545, remaining: 21:22, took 0.879s, duration: 10:06)
test 0563...[FTP type=A URL and CURLOPT_PORT set and proxy]
--p----e--- OK (497 out of 1545, remaining: 21:20, took 0.650s, duration: 10:07)
test 0564...[FTP RETR a file over a SOCKS proxy using the multi interface]
s-pd---e--- OK (498 out of 1545, remaining: 21:20, took 2.118s, duration: 10:09)
test 0565...[send HTTP POST using read callback, chunked transfer-encoding and Digest]
--pd---e--- OK (499 out of 1545, remaining: 21:21, took 1.812s, duration: 10:11)
test 0566...[HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer]
--pd--oe--- OK (500 out of 1545, remaining: 21:18, took 0.573s, duration: 10:11)
test 0567...[simple RTSP OPTIONS command]
--pd---e--- OK (501 out of 1545, remaining: 21:19, took 1.974s, duration: 10:13)
test 0568...[RTSP Announce (PUT and POST style) test]
--p----e--- OK (502 out of 1545, remaining: 21:17, took 0.943s, duration: 10:14)
test 0569...[RTSP Session ID parsing]
--p---oe--- OK (503 out of 1545, remaining: 21:15, took 0.838s, duration: 10:15)
test 0570...[RTSP CSeq and Session Mismatch checks]
--p----e--- OK (504 out of 1545, remaining: 21:13, took 0.659s, duration: 10:16)
test 0571...[RTSP RTP Interleaving Test]
s-----oe--- OK (505 out of 1545, remaining: 21:11, took 1.007s, duration: 10:17)
test 0572...[RTSP GET_PARAMETER (Put/Heartbeat/Post)]
--p----e--- OK (506 out of 1545, remaining: 21:10, took 0.904s, duration: 10:18)
test 0573...[verify connect time with multi interface]
--pd---e--- OK (507 out of 1545, remaining: 21:07, took 0.715s, duration: 10:19)
test 0574...[FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)]
s-p----e--- OK (508 out of 1545, remaining: 21:14, took 4.830s, duration: 10:24)
test 0575...[FTP wildcard download - dup_handle and multi interface]
s-p----e--- OK (509 out of 1545, remaining: 21:24, took 6.677s, duration: 10:30)
test 0576...[FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)]
s------e--- OK (510 out of 1545, remaining: 21:26, took 2.829s, duration: 10:33)
test 0577...[Funny RTSP version in response]
--p----e--- OK (511 out of 1545, remaining: 21:23, took 0.549s, duration: 10:34)
test 0578...[HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback]
---d--oe--- OK (512 out of 1545, remaining: 21:21, took 0.610s, duration: 10:35)
test 0579...[small chunked HTTP POSTs with digest auth. and progress callback]
---d--oe--- OK (513 out of 1545, remaining: 21:21, took 1.727s, duration: 10:36)
test 0580...[multi interface, multiple Location: headers]
--pd---e--- OK (514 out of 1545, remaining: 21:18, took 0.574s, duration: 10:37)
test 0581...[multi interface, multiple Content-Type: headers]
--pd---e--- OK (515 out of 1545, remaining: 21:16, took 0.592s, duration: 10:38)
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 (518 out of 1545, remaining: 21:07, took 0.836s, duration: 10:39)
test 0585...[socket open/close callbacks]
--pd---e--- OK (519 out of 1545, remaining: 21:05, took 0.658s, duration: 10:39)
test 0586...[FTP and open/close socket callbacks]
--pd---e--- OK (520 out of 1545, remaining: 21:03, took 0.950s, duration: 10:40)
test 0587...[HTTP multi-part formpost with aborted read callback]
--p----e--- OK (521 out of 1545, remaining: 21:01, took 0.650s, duration: 10:41)
test 0588...[FTP PORT upload using multi interface, EPRT doesn't work]
--p-u--e--- OK (522 out of 1545, remaining: 20:59, took 0.936s, duration: 10:42)
test 0589...[make an HTTP MIME POST set to NULL]
--pd---e--- OK (523 out of 1545, remaining: 20:57, took 0.642s, duration: 10:43)
test 0590...[HTTP proxy offers Negotiate+NTLM, use only NTLM]
--pd---e--- OK (524 out of 1545, remaining: 20:55, took 0.963s, duration: 10:44)
test 0591...[FTP multi PORT and 425 on upload]
--p----e--- OK (525 out of 1545, remaining: 20:53, took 0.926s, duration: 10:45)
test 0592...[FTP multi PORT and 421 on upload]
--p----e--- OK (526 out of 1545, remaining: 20:52, took 0.958s, duration: 10:46)
test 0593...[FTP multi PORT upload, no data conn and no transient neg. reply]
--p----e--- OK (527 out of 1545, remaining: 20:54, took 2.747s, duration: 10:49)
test 0595...[verify close callbacks with passive FTP]
--pd---e--- OK (528 out of 1545, remaining: 20:52, took 0.991s, duration: 10:50)
test 0596...[verify close callbacks with active FTP]
--pd---e--- OK (529 out of 1545, remaining: 20:51, took 0.935s, duration: 10:51)
test 0597...[FTP connect only option]
--p----e--- OK (530 out of 1545, remaining: 20:48, took 0.577s, duration: 10:52)
test 0598...[curl_easy_reset with referer and other strings set]
--pd---e--- OK (531 out of 1545, remaining: 20:46, took 0.698s, duration: 10:52)
test 0599...[HTTP GET with progress callback and redirects changing content sizes]
---d--oe--- OK (532 out of 1545, remaining: 20:44, took 0.741s, duration: 10:53)
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 (575 out of 1545, remaining: 18:25, took 1.048s, duration: 10:55)
test 0644...[--xattr with redirect]
s-p----e--- OK (576 out of 1545, remaining: 18:23, took 0.766s, duration: 10:55)
test 0645...[HTTP multi-part chunked mimepost using read callback for the file part]
--pd---e--- OK (577 out of 1545, remaining: 18:26, took 3.413s, duration: 10:59)
test 0646...[SMTP multipart using mime API]
--p-u--e--- OK (578 out of 1545, remaining: 18:28, took 3.280s, duration: 11:02)
test 0647...[IMAP APPEND multipart using mime API]
--p-u--e--- OK (579 out of 1545, remaining: 18:32, took 3.735s, duration: 11:06)
test 0648...[SMTP multipart with transfer content encoders]
--p-u--e--- OK (580 out of 1545, remaining: 18:30, took 0.792s, duration: 11:07)
test 0649...[SMTP multipart with 7bit encoder error]
--p-u--e--- OK (581 out of 1545, remaining: 18:28, took 0.749s, duration: 11:08)
test 0650...[HTTP formpost using form API]
--pd---e--- OK (582 out of 1545, remaining: 18:29, took 2.143s, duration: 11:10)
test 0651...[curl_formadd with huge COPYCONTENTS]
--pd---e--- OK (583 out of 1545, remaining: 18:27, took 0.781s, duration: 11:11)
test 0652...[SMTP with encoded huge mime data contents]
--p-u--e--- OK (584 out of 1545, remaining: 18:28, took 2.293s, duration: 11:13)
test 0653...[Reuse of handle after altering mime data]
--pd---e--- OK (585 out of 1545, remaining: 18:27, took 0.953s, duration: 11:14)
test 0654...[HTTP duplicate easy handle with mime data]
--pd---e--- OK (586 out of 1545, remaining: 18:28, took 2.304s, duration: 11:17)
test 0655...[resolver start callback]
---d---e--- OK (587 out of 1545, remaining: 18:26, took 0.632s, duration: 11:17)
test 0658...[Pass URL to libcurl with CURLOPT_CURLU]
--p----e--- OK (589 out of 1545, remaining: 18:21, took 0.589s, duration: 11:18)
test 0659...[CURLOPT_CURLU without the path set - over proxy]
--p----e--- OK (590 out of 1545, remaining: 18:19, took 0.780s, duration: 11:19)
test 0660...[IMAP CONNECT_ONLY option]
--p----e--- OK (591 out of 1545, remaining: 18:17, took 0.524s, duration: 11:19)
test 0661...[Avoid redundant CWDs]
--p----e--- OK (592 out of 1545, remaining: 18:16, took 1.198s, duration: 11:21)
test 0662...[HTTP redirect with whitespace in absolute Location: URL]
--pd---e--- OK (593 out of 1545, remaining: 18:15, took 0.822s, duration: 11:22)
test 0663...[HTTP redirect with dotdots and whitespaces in absolute Location: URL]
--pd---e--- OK (594 out of 1545, remaining: 18:13, took 0.809s, duration: 11:23)
test 0666...[HTTP mime post with binary-encoded huge data contents]
--pd---e--- OK (597 out of 1545, remaining: 18:07, took 1.709s, duration: 11:24)
test 0667...[HTTP chunked mimepost using single-byte read callback with encoder]
--pd---e--- OK (598 out of 1545, remaining: 18:07, took 1.805s, duration: 11:26)
test 0668...[HTTP mimepost early end of data detection]
--pd---e--- OK (599 out of 1545, remaining: 18:07, took 1.871s, duration: 11:28)
test 0669...[HTTP custom Content-Type with parameter]
--pd---e--- OK (600 out of 1545, remaining: 18:05, took 0.737s, duration: 11:29)
test 0670...[Request pause from mime read callback: multi]
--pd---e--- OK (601 out of 1545, remaining: 18:07, took 2.846s, duration: 11:32)
test 0671...[Request pause from mime read callback: easy]
--pd---e--- OK (602 out of 1545, remaining: 18:07, took 1.899s, duration: 11:34)
test 0672...[Request pause from form read callback: multi]
--pd---e--- OK (603 out of 1545, remaining: 18:07, took 1.954s, duration: 11:36)
test 0673...[Request pause from form read callback: easy]
--pd---e--- OK (604 out of 1545, remaining: 18:08, took 1.898s, duration: 11:38)
test 0674...[Set CURLOPT_CURLU and dupe the handle]
--p----e--- OK (605 out of 1545, remaining: 18:06, took 0.574s, duration: 11:38)
test 0675...[HTTP connection re-use and different credentials]
--pd---e--- OK (606 out of 1545, remaining: 18:04, took 0.733s, duration: 11:39)
test 0676...[verify setting CURLOPT_COOKIEFILE to NULL again]
--pd---e--- OK (607 out of 1545, remaining: 18:02, took 0.693s, duration: 11:40)
test 0677...[IMAP with CONNECT_ONLY, custom command then exit]
--p----e--- OK (608 out of 1545, remaining: 18:06, took 4.651s, duration: 11:45)
test 0678...[HTTPS GET using CURLOPT_CAINFO_BLOB]
--pd---e--- OK (609 out of 1545, remaining: 18:18, took 9.307s, duration: 11:54)
test 0679...[netrc with quoted password]
--pd---e--- OK (610 out of 1545, remaining: 18:16, took 0.668s, duration: 11:55)
test 0680...[netrc with quoted password but missing end quote]
-------e--- OK (611 out of 1545, remaining: 18:14, took 0.506s, duration: 11:56)
test 0681...[--remote-name-all with --no-remote-name]
s-p----e--- OK (612 out of 1545, remaining: 18:12, took 0.608s, duration: 11:56)
test 0682...[netrc with multiple logins - pick first]
--pd---e--- OK (613 out of 1545, remaining: 18:10, took 0.623s, duration: 11:57)
test 0683...[netrc with multiple logins - pick second]
--pd---e--- OK (614 out of 1545, remaining: 18:08, took 0.620s, duration: 11:58)
test 0684...[netrc with no login]
--pd---e--- OK (615 out of 1545, remaining: 18:07, took 0.662s, duration: 11:58)
test 0685...[netrc with no login - provided user]
---d---e--- OK (616 out of 1545, remaining: 18:05, took 0.596s, duration: 11:59)
test 0686...[verify return code for missing URL after --next]
-------e--- OK (617 out of 1545, remaining: 18:03, took 0.471s, duration: 12:00)
test 0700...[HTTP GET via SOCKS4 proxy]
--pd---e--- OK (618 out of 1545, remaining: 18:01, took 0.838s, duration: 12:00)
test 0701...[HTTP GET via SOCKS5 proxy]
--pd---e--- OK (619 out of 1545, remaining: 17:59, took 0.820s, duration: 12:01)
test 0702...[Attempt connect to non-listening HTTP server via SOCKS4 proxy]
-------e--- OK (620 out of 1545, remaining: 17:58, took 0.700s, duration: 12:02)
test 0703...[Attempt connect to non-listening HTTP server via SOCKS5 proxy]
-------e--- OK (621 out of 1545, remaining: 17:56, took 0.563s, duration: 12:03)
test 0704...[Attempt connect to non-listening SOCKS4 proxy]
-------e--- OK (622 out of 1545, remaining: 17:54, took 0.506s, duration: 12:03)
test 0705...[Attempt connect to non-listening SOCKS5 proxy]
-------e--- OK (623 out of 1545, remaining: 17:52, took 0.657s, duration: 12:04)
test 0706...[FTP dir list PASV via SOCKS4]
--pd---e--- OK (624 out of 1545, remaining: 17:51, took 1.130s, duration: 12:05)
test 0707...[FTP dir list PASV via SOCKS5]
--pd---e--- OK (625 out of 1545, remaining: 17:50, took 1.135s, duration: 12:06)
test 0708...[HTTP GET via SOCKS4 proxy]
--pd---e--- OK (626 out of 1545, remaining: 17:48, took 0.884s, duration: 12:07)
test 0709...[HTTP GET via SOCKS5 set in http_proxy environment variable]
--pd---e--- OK (627 out of 1545, remaining: 17:47, took 0.999s, duration: 12:09)
test 0710...[HTTP GET via SOCKS5 set with --proxy]
--pd---e--- OK (628 out of 1545, remaining: 17:45, took 0.876s, duration: 12:10)
test 0711...[FTP fetch with all_proxy set to socks5]
--pd---e--- OK (629 out of 1545, remaining: 17:44, took 1.072s, duration: 12:11)
test 0712...[FTP fetch with --proxy set to socks5://]
--pd---e--- OK (630 out of 1545, remaining: 17:43, took 1.000s, duration: 12:12)
test 0713...[FTP fetch with --proxy set to socks5:// and with --connect-to]
--pd---e--- OK (631 out of 1545, remaining: 17:42, took 0.994s, duration: 12:13)
test 0714...[FTP fetch with --proxy set to http:// and with --connect-to]
--p----e--- OK (632 out of 1545, remaining: 17:42, took 2.268s, duration: 12:15)
test 0715...[FTP fetch with --preproxy, --proxy and --connect-to]
--p----e--- OK (633 out of 1545, remaining: 17:43, took 2.320s, duration: 12:18)
test 0716...[SOCKS5 proxy with too long user name]
-------e--- OK (634 out of 1545, remaining: 17:41, took 0.507s, duration: 12:18)
test 0717...[SOCKS5 proxy auth]
--pd---e--- OK (635 out of 1545, remaining: 17:39, took 0.783s, duration: 12:19)
test 0718...[HTTP proxy CONNECT (no auth) with proxy returning 407 and closing]
--pd---e--- OK (636 out of 1545, remaining: 17:37, took 0.603s, duration: 12:20)
test 0719...[HTTP GET with IPv6 numerical via SOCKS5h]
--pd---e--- OK (637 out of 1545, remaining: 17:36, took 0.745s, duration: 12:20)
test 0720...[HTTP GET with IPv4 numerical via SOCKS5h]
--pd---e--- OK (638 out of 1545, remaining: 17:34, took 0.747s, duration: 12:21)
test 0721...[HTTP GET with host name using SOCKS5h]
--pd---e--- OK (639 out of 1545, remaining: 17:32, took 0.748s, duration: 12:22)
test 0800...[IMAP FETCH message]
--pd---e--- OK (640 out of 1545, remaining: 17:31, took 1.120s, duration: 12:23)
test 0801...[IMAP FETCH message by MAILINDEX and SECTION]
--pd---e--- OK (641 out of 1545, remaining: 17:30, took 1.100s, duration: 12:24)
test 0802...[IMAP SELECT UIDVALIDITY Success]
--pd---e--- OK (642 out of 1545, remaining: 17:29, took 1.094s, duration: 12:26)
test 0803...[IMAP SELECT UIDVALIDITY Failure]
--p----e--- OK (643 out of 1545, remaining: 17:28, took 0.892s, duration: 12:27)
test 0804...[IMAP doesn't perform SELECT if re-using the same mailbox]
--pd---e--- OK (644 out of 1545, remaining: 17:27, took 1.332s, duration: 12:28)
test 0805...[IMAP APPEND message]
--p-u--e--- OK (645 out of 1545, remaining: 17:26, took 0.777s, duration: 12:29)
test 0806...[IMAP LIST mailbox]
--pd---e--- OK (646 out of 1545, remaining: 17:24, took 0.897s, duration: 12:30)
test 0807...[IMAP LSUB mailbox]
--pd---e--- OK (647 out of 1545, remaining: 17:23, took 0.912s, duration: 12:31)
test 0808...[IMAP EXAMINE mailbox (CUSTOMREQUEST)]
--pd---e--- OK (648 out of 1545, remaining: 17:21, took 0.922s, duration: 12:32)
test 0809...[IMAP mailbox STATUS (CUSTOMREQUEST)]
--pd---e--- OK (649 out of 1545, remaining: 17:20, took 0.889s, duration: 12:33)
test 0810...[IMAP SEARCH for NEW messages]
--pd---e--- OK (650 out of 1545, remaining: 17:19, took 1.089s, duration: 12:34)
test 0811...[IMAP CREATE mailbox (CUSTOMREQUEST)]
--p----e--- OK (651 out of 1545, remaining: 17:17, took 0.686s, duration: 12:35)
test 0812...[IMAP DELETE mailbox (CUSTOMREQUEST)]
--p----e--- OK (652 out of 1545, remaining: 17:15, took 0.681s, duration: 12:36)
test 0813...[IMAP RENAME mailbox (CUSTOMREQUEST)]
--p----e--- OK (653 out of 1545, remaining: 17:13, took 0.683s, duration: 12:36)
test 0814...[IMAP CHECK mailbox (CUSTOMREQUEST)]
--p----e--- OK (654 out of 1545, remaining: 17:12, took 0.897s, duration: 12:37)
test 0815...[IMAP STORE - delete message (CUSTOMREQUEST)]
--p----e--- OK (655 out of 1545, remaining: 17:11, took 1.118s, duration: 12:39)
test 0816...[IMAP STORE - delete message with confirmation (CUSTOMREQUEST)]
--p----e--- OK (656 out of 1545, remaining: 17:10, took 1.311s, duration: 12:40)
test 0817...[IMAP COPY message to mailbox (CUSTOMREQUEST)]
--p----e--- OK (657 out of 1545, remaining: 17:08, took 0.684s, duration: 12:41)
test 0818...[IMAP NOOP (CUSTOMREQUEST)]
--pd---e--- OK (658 out of 1545, remaining: 17:07, took 0.906s, duration: 12:42)
test 0819...[IMAP plain authentication]
--pd---e--- OK (659 out of 1545, remaining: 17:06, took 1.344s, duration: 12:43)
test 0820...[IMAP login authentication]
--pd---e--- OK (660 out of 1545, remaining: 17:05, took 1.339s, duration: 12:44)
test 0821...[IMAP CRAM-MD5 authentication]
--pd---e--- OK (661 out of 1545, remaining: 17:04, took 1.348s, duration: 12:46)
test 0822...[IMAP NTLM authentication]
--pd---e--- OK (662 out of 1545, remaining: 17:04, took 1.359s, duration: 12:47)
test 0823...[IMAP DIGEST-MD5 authentication]
--pd---e--- OK (663 out of 1545, remaining: 17:03, took 1.358s, duration: 12:49)
test 0824...[IMAP OAuth 2.0 (XOAUTH2) authentication]
--pd---e--- OK (664 out of 1545, remaining: 17:02, took 1.368s, duration: 12:50)
test 0825...[IMAP plain authentication with initial response]
--pd---e--- OK (665 out of 1545, remaining: 17:01, took 1.330s, duration: 12:51)
test 0826...[IMAP login authentication with initial response]
--pd---e--- OK (666 out of 1545, remaining: 17:00, took 1.358s, duration: 12:53)
test 0827...[IMAP NTLM authentication with initial response]
--pd---e--- OK (667 out of 1545, remaining: 16:59, took 1.370s, duration: 12:54)
test 0828...[IMAP OAuth 2.0 (XOAUTH2) authentication with initial response]
--pd---e--- OK (668 out of 1545, remaining: 16:59, took 1.338s, duration: 12:56)
test 0829...[IMAP with URL-encoded CR LF in the URL]
-------e--- OK (669 out of 1545, remaining: 16:57, took 0.633s, duration: 12:56)
test 0830...[IMAP CRAM-MD5 graceful cancellation]
--p----e--- OK (670 out of 1545, remaining: 16:55, took 0.725s, duration: 12:57)
test 0831...[IMAP NTLM graceful cancellation]
--p----e--- OK (671 out of 1545, remaining: 16:54, took 0.896s, duration: 12:58)
test 0832...[IMAP DIGEST-MD5 graceful cancellation]
--p----e--- OK (672 out of 1545, remaining: 16:52, took 0.739s, duration: 12:59)
test 0833...[IMAP CRAM-MD5 authentication with SASL downgrade]
--pd---e--- OK (673 out of 1545, remaining: 16:51, took 1.382s, duration: 13:00)
test 0834...[IMAP NTLM authentication with SASL downgrade]
--pd---e--- OK (674 out of 1545, remaining: 16:51, took 1.472s, duration: 13:02)
test 0835...[IMAP DIGEST-MD5 authentication with SASL downgrade]
--pd---e--- OK (675 out of 1545, remaining: 16:50, took 1.385s, duration: 13:03)
test 0837...[IMAP external authentication]
--pd---e--- OK (676 out of 1545, remaining: 16:49, took 1.340s, duration: 13:05)
test 0838...[IMAP external authentication without credentials]
--pd---e--- OK (677 out of 1545, remaining: 16:48, took 1.339s, duration: 13:06)
test 0839...[IMAP external authentication with initial response]
--pd---e--- OK (678 out of 1545, remaining: 16:47, took 1.331s, duration: 13:08)
test 0840...[IMAP external authentication with initial response without credentials]
--pd---e--- OK (679 out of 1545, remaining: 16:46, took 1.331s, duration: 13:09)
test 0841...[IMAP custom request doesn't check continuation data]
--pd---e--- OK (680 out of 1545, remaining: 16:45, took 1.122s, duration: 13:10)
test 0842...[IMAP OAuth 2.0 (OAUTHBEARER) authentication]
--pd---e--- OK (681 out of 1545, remaining: 16:44, took 1.348s, duration: 13:12)
test 0843...[IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response]
--pd---e--- OK (682 out of 1545, remaining: 16:44, took 1.338s, duration: 13:13)
test 0844...[IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation]
--p----e--- OK (683 out of 1545, remaining: 16:42, took 0.713s, duration: 13:14)
test 0845...[IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response]
--p----e--- OK (684 out of 1545, remaining: 16:40, took 0.724s, duration: 13:14)
test 0846...[IMAP PREAUTH response]
--pd---e--- OK (685 out of 1545, remaining: 16:39, took 1.112s, duration: 13:16)
test 0847...[IMAP FETCH message]
--pd---e--- OK (686 out of 1545, remaining: 16:38, took 1.111s, duration: 13:17)
test 0848...[IMAP plain authentication with alternative authorization identity]
--pd---e--- OK (687 out of 1545, remaining: 16:37, took 1.352s, duration: 13:18)
test 0849...[IMAP plain authentication with alternative authorization identity (Not authorized)]
--p----e--- OK (688 out of 1545, remaining: 16:35, took 0.713s, duration: 13:19)
test 0850...[POP3 RETR message]
--pd---e--- OK (689 out of 1545, remaining: 16:36, took 2.188s, duration: 13:21)
test 0851...[POP3 LIST one message]
--p----e--- OK (690 out of 1545, remaining: 16:34, took 0.512s, duration: 13:22)
test 0852...[POP3 LIST invalid message]
--p----e--- OK (691 out of 1545, remaining: 16:32, took 0.513s, duration: 13:22)
test 0853...[POP3 LIST messages from *SLOW* server]
--pd---e--- OK (692 out of 1545, remaining: 16:39, took 7.505s, duration: 13:30)
test 0854...[POP3 LIST no messages available]
--p----e--- OK (693 out of 1545, remaining: 16:37, took 0.522s, duration: 13:31)
test 0855...[POP3 RETR invalid message]
--p----e--- OK (694 out of 1545, remaining: 16:35, took 0.507s, duration: 13:31)
test 0856...[POP3 invalid login]
--p----e--- OK (695 out of 1545, remaining: 16:33, took 0.721s, duration: 13:32)
test 0857...[POP3 RETR message with dot-prefixed line]
--pd---e--- OK (696 out of 1545, remaining: 16:32, took 0.775s, duration: 13:33)
test 0858...[POP3 DELE message (CUSTOMREQUEST)]
--p----e--- OK (697 out of 1545, remaining: 16:30, took 0.497s, duration: 13:33)
test 0859...[POP3 STAT (CUSTOMREQUEST)]
--p----e--- OK (698 out of 1545, remaining: 16:28, took 0.500s, duration: 13:34)
test 0860...[POP3 NOOP (CUSTOMREQUEST)]
--p----e--- OK (699 out of 1545, remaining: 16:26, took 0.497s, duration: 13:34)
test 0861...[POP3 UIDL (CUSTOMREQUEST)]
--pd---e--- OK (700 out of 1545, remaining: 16:24, took 0.928s, duration: 13:35)
test 0862...[POP3 retrieve message header (CUSTOMREQUEST)]
--pd---e--- OK (701 out of 1545, remaining: 16:23, took 0.916s, duration: 13:36)
test 0863...[POP3 RSET (CUSTOMREQUEST)]
--p----e--- OK (702 out of 1545, remaining: 16:21, took 0.498s, duration: 13:37)
test 0864...[POP3 APOP authentication]
--pd---e--- OK (703 out of 1545, remaining: 16:20, took 0.739s, duration: 13:38)
test 0865...[POP3 plain authentication]
--pd---e--- OK (704 out of 1545, remaining: 16:18, took 0.940s, duration: 13:39)
test 0866...[POP3 login authentication]
--pd---e--- OK (705 out of 1545, remaining: 16:17, took 0.948s, duration: 13:40)
test 0867...[POP3 CRAM-MD5 authentication]
--pd---e--- OK (706 out of 1545, remaining: 16:16, took 0.950s, duration: 13:41)
test 0868...[POP3 NTLM authentication]
--pd---e--- OK (707 out of 1545, remaining: 16:14, took 0.979s, duration: 13:42)
test 0869...[POP3 DIGEST-MD5 authentication]
--pd---e--- OK (708 out of 1545, remaining: 16:13, took 0.977s, duration: 13:43)
test 0870...[POP3 OAuth 2.0 (XOAUTH2) authentication]
--pd---e--- OK (709 out of 1545, remaining: 16:12, took 0.945s, duration: 13:44)
test 0871...[POP3 plain authentication with initial response]
--pd---e--- OK (710 out of 1545, remaining: 16:10, took 0.950s, duration: 13:45)
test 0872...[POP3 login authentication with initial response]
--pd---e--- OK (711 out of 1545, remaining: 16:09, took 0.950s, duration: 13:46)
test 0873...[POP3 NTLM authentication with initial response]
--pd---e--- OK (712 out of 1545, remaining: 16:08, took 0.981s, duration: 13:47)
test 0874...[POP3 OAuth 2.0 (XOAUTH2) authentication with initial response]
--pd---e--- OK (713 out of 1545, remaining: 16:06, took 0.949s, duration: 13:48)
test 0875...[POP3 with URL-encoded CR LF in the URL]
-------e--- OK (714 out of 1545, remaining: 16:04, took 0.445s, duration: 13:48)
test 0876...[POP3 CRAM-MD5 graceful cancellation]
--p----e--- OK (715 out of 1545, remaining: 16:03, took 0.729s, duration: 13:49)
test 0877...[POP3 NTLM graceful cancellation]
--p----e--- OK (716 out of 1545, remaining: 16:01, took 0.821s, duration: 13:50)
test 0878...[POP3 DIGEST-MD5 graceful cancellation]
--p----e--- OK (717 out of 1545, remaining: 16:00, took 0.734s, duration: 13:51)
test 0879...[POP3 CRAM-MD5 authentication with SASL downgrade]
--pd---e--- OK (718 out of 1545, remaining: 15:58, took 0.989s, duration: 13:52)
test 0880...[POP3 NTLM authentication with SASL downgrade]
--pd---e--- OK (719 out of 1545, remaining: 15:57, took 1.073s, duration: 13:53)
test 0881...[POP3 DIGEST-MD5 authentication with SASL downgrade]
--pd---e--- OK (720 out of 1545, remaining: 15:56, took 0.986s, duration: 13:54)
test 0883...[POP3 external authentication]
--pd---e--- OK (721 out of 1545, remaining: 15:55, took 0.948s, duration: 13:55)
test 0884...[POP3 external authentication without credentials]
--pd---e--- OK (722 out of 1545, remaining: 15:53, took 0.960s, duration: 13:56)
test 0885...[POP3 external authentication with initial response]
--pd---e--- OK (723 out of 1545, remaining: 15:52, took 0.944s, duration: 13:57)
test 0886...[POP3 external authentication with initial response without credentials]
--pd---e--- OK (724 out of 1545, remaining: 15:51, took 0.954s, duration: 13:58)
test 0887...[POP3 OAuth 2.0 (OAUTHBEARER) authentication]
--pd---e--- OK (725 out of 1545, remaining: 15:49, took 0.952s, duration: 13:59)
test 0888...[POP3 OAuth 2.0 (OAUTHBEARER) authentication with initial response]
--pd---e--- OK (726 out of 1545, remaining: 15:48, took 0.961s, duration: 14:00)
test 0889...[POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation]
--p----e--- OK (727 out of 1545, remaining: 15:47, took 0.743s, duration: 14:01)
test 0890...[POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response]
--p----e--- OK (728 out of 1545, remaining: 15:45, took 0.729s, duration: 14:02)
test 0891...[POP3 with short authentication response]
--p----e--- OK (729 out of 1545, remaining: 15:43, took 0.701s, duration: 14:03)
test 0892...[POP3 plain authentication with alternative authorization identity]
--pd---e--- OK (730 out of 1545, remaining: 15:42, took 0.948s, duration: 14:04)
test 0893...[POP3 plain authentication with alternative authorization identity (Not authorized)]
--p----e--- OK (731 out of 1545, remaining: 15:40, took 0.718s, duration: 14:04)
test 0894...[POP3 with CR in username]
-------e--- OK (732 out of 1545, remaining: 15:39, took 0.409s, duration: 14:05)
test 0895...[IMAP with --login-options 'AUTH=*']
--pd---e--- OK (733 out of 1545, remaining: 15:37, took 1.111s, duration: 14:06)
test 0896...[IMAP with --login-options 'AUTH=dummy' (failing)]
-------e--- OK (734 out of 1545, remaining: 15:36, took 0.503s, duration: 14:07)
test 0897...[IMAP and envelope meta data after body transfer]
--pd--oe--- OK (735 out of 1545, remaining: 15:34, took 1.188s, duration: 14:08)
test 0898...[HTTP with custom auth and cookies redirected to HTTP on a diff port]
--pd---e--- OK (736 out of 1545, remaining: 15:33, took 0.670s, duration: 14:09)
test 0900...[SMTP]
--p-u--e--- OK (737 out of 1545, remaining: 15:31, took 0.551s, duration: 14:09)
test 0901...[SMTP with CRLF-dot-CRLF in data]
--p-u--e--- OK (738 out of 1545, remaining: 15:29, took 0.590s, duration: 14:10)
test 0902...[RFC821-only SMTP server (EHLO not supported)]
--p-u--e--- OK (739 out of 1545, remaining: 15:28, took 0.590s, duration: 14:11)
test 0903...[SMTP plain authentication]
--p-u--e--- OK (740 out of 1545, remaining: 15:26, took 0.778s, duration: 14:11)
test 0904...[SMTP login authentication]
--p-u--e--- OK (741 out of 1545, remaining: 15:25, took 0.782s, duration: 14:12)
test 0905...[SMTP CRAM-MD5 authentication]
--p-u--e--- OK (742 out of 1545, remaining: 15:23, took 0.782s, duration: 14:13)
test 0906...[SMTP NTLM authentication]
--p-u--e--- OK (743 out of 1545, remaining: 15:22, took 0.812s, duration: 14:14)
test 0907...[SMTP DIGEST-MD5 authentication]
--p-u--e--- OK (744 out of 1545, remaining: 15:20, took 0.806s, duration: 14:15)
test 0908...[SMTP OAuth 2.0 (XOAUTH2) authentication]
--p-u--e--- OK (745 out of 1545, remaining: 15:19, took 0.773s, duration: 14:16)
test 0909...[SMTP without SIZE support]
--p-u--e--- OK (746 out of 1545, remaining: 15:17, took 0.550s, duration: 14:16)
test 0910...[SMTP without terminating CRLF]
--p-u--e--- OK (747 out of 1545, remaining: 15:15, took 0.548s, duration: 14:17)
test 0911...[SMTP with no mail data]
--p-u--e--- OK (748 out of 1545, remaining: 15:14, took 0.540s, duration: 14:18)
test 0912...[SMTP with SIZE support]
--p-u--e--- OK (749 out of 1545, remaining: 15:12, took 0.758s, duration: 14:18)
test 0913...[SMTP with large message SIZE]
--p----e--- OK (750 out of 1545, remaining: 15:11, took 0.713s, duration: 14:19)
test 0914...[SMTP invalid --mail-from]
--p----e--- OK (751 out of 1545, remaining: 15:09, took 0.517s, duration: 14:20)
test 0915...[SMTP without --mail-from]
--p-u--e--- OK (752 out of 1545, remaining: 15:07, took 0.546s, duration: 14:20)
test 0916...[SMTP with invalid --mail-rcpt]
--p----e--- OK (753 out of 1545, remaining: 15:06, took 0.511s, duration: 14:21)
test 0917...[SMTP with multiple --mail-rcpt]
--p-u--e--- OK (754 out of 1545, remaining: 15:04, took 0.588s, duration: 14:22)
test 0918...[SMTP with multiple and invalid --mail-rcpt]
--p----e--- OK (755 out of 1545, remaining: 15:02, took 0.526s, duration: 14:22)
test 0919...[SMTP plain authentication with initial response]
--p-u--e--- OK (756 out of 1545, remaining: 15:01, took 0.763s, duration: 14:23)
test 0920...[SMTP login authentication with initial response]
--p-u--e--- OK (757 out of 1545, remaining: 14:59, took 0.777s, duration: 14:24)
test 0921...[SMTP NTLM authentication with initial response]
--p-u--e--- OK (758 out of 1545, remaining: 14:58, took 0.796s, duration: 14:25)
test 0922...[SMTP OAuth 2.0 (XOAUTH2) authentication with initial response]
--p-u--e--- OK (759 out of 1545, remaining: 14:56, took 0.777s, duration: 14:26)
test 0923...[SMTP VRFY]
--p----e--- OK (760 out of 1545, remaining: 14:55, took 0.478s, duration: 14:26)
test 0924...[SMTP ambiguous VRFY]
--pd---e--- OK (761 out of 1545, remaining: 14:53, took 0.695s, duration: 14:27)
test 0925...[SMTP external VRFY]
--pd---e--- OK (762 out of 1545, remaining: 14:51, took 0.488s, duration: 14:27)
test 0926...[SMTP unknown user VRFY]
--p----e--- OK (763 out of 1545, remaining: 14:50, took 0.490s, duration: 14:28)
test 0927...[SMTP mailing list EXPN (CUSTOMREQUEST)]
--pd---e--- OK (764 out of 1545, remaining: 14:48, took 0.725s, duration: 14:29)
test 0928...[SMTP HELP]
--pd---e--- OK (765 out of 1545, remaining: 14:47, took 0.678s, duration: 14:29)
test 0929...[SMTP NOOP (CUSTOMREQUEST)]
--p----e--- OK (766 out of 1545, remaining: 14:45, took 0.476s, duration: 14:30)
test 0930...[SMTP RSET (CUSTOMREQUEST)]
--p----e--- OK (767 out of 1545, remaining: 14:43, took 0.488s, duration: 14:31)
test 0931...[SMTP with URL-encoded CR LF in the URL]
-------e--- OK (768 out of 1545, remaining: 14:41, took 0.461s, duration: 14:31)
test 0932...[SMTP CRAM-MD5 graceful cancellation]
--p----e--- OK (769 out of 1545, remaining: 14:40, took 0.725s, duration: 14:32)
test 0933...[SMTP NTLM graceful cancellation]
--p----e--- OK (770 out of 1545, remaining: 14:38, took 0.816s, duration: 14:33)
test 0934...[SMTP DIGEST-MD5 graceful cancellation]
--p----e--- OK (771 out of 1545, remaining: 14:37, took 0.737s, duration: 14:34)
test 0935...[SMTP CRAM-MD5 authentication with SASL downgrade]
--p-u--e--- OK (772 out of 1545, remaining: 14:36, took 0.809s, duration: 14:34)
test 0936...[SMTP NTLM authentication with SASL downgrade]
--p-u--e--- OK (773 out of 1545, remaining: 14:34, took 0.900s, duration: 14:35)
test 0937...[SMTP DIGEST-MD5 authentication with SASL downgrade]
--p-u--e--- OK (774 out of 1545, remaining: 14:33, took 0.815s, duration: 14:36)
test 0939...[RFC821-only SMTP with username and password]
--p-u--e--- OK (775 out of 1545, remaining: 14:31, took 0.560s, duration: 14:37)
test 0940...[SMTP with username and password but no AUTH capability]
--p-u--e--- OK (776 out of 1545, remaining: 14:30, took 0.530s, duration: 14:37)
test 0941...[SMTP with --crlf]
--p-u--e--- OK (777 out of 1545, remaining: 14:28, took 0.600s, duration: 14:38)
test 0942...[SMTP external authentication]
--p-u--e--- OK (778 out of 1545, remaining: 14:27, took 0.780s, duration: 14:39)
test 0943...[SMTP external authentication without credentials]
--p-u--e--- OK (779 out of 1545, remaining: 14:25, took 0.782s, duration: 14:40)
test 0944...[SMTP external authentication with initial response]
--p-u--e--- OK (780 out of 1545, remaining: 14:24, took 0.761s, duration: 14:41)
test 0945...[SMTP external authentication with initial response without credentials]
--p-u--e--- OK (781 out of 1545, remaining: 14:22, took 0.771s, duration: 14:42)
test 0946...[SMTP OAuth 2.0 (OAUTHBEARER) authentication]
--p-u--e--- OK (782 out of 1545, remaining: 14:21, took 0.779s, duration: 14:42)
test 0947...[SMTP OAuth 2.0 (OAUTHBEARER) authentication with initial response]
--p-u--e--- OK (783 out of 1545, remaining: 14:20, took 0.785s, duration: 14:43)
test 0948...[SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation]
--p----e--- OK (784 out of 1545, remaining: 14:18, took 0.761s, duration: 14:44)
test 0949...[SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response]
--p----e--- OK (785 out of 1545, remaining: 14:17, took 0.757s, duration: 14:45)
test 0950...[SMTP VRFY with custom request]
--pd---e--- OK (786 out of 1545, remaining: 14:15, took 0.496s, duration: 14:45)
test 0951...[SMTP data with dot as first character]
--p-u--e--- OK (787 out of 1545, remaining: 14:13, took 0.531s, duration: 14:46)
test 0952...[SMTP data with single dot-only line]
--p-u--e--- OK (788 out of 1545, remaining: 14:12, took 0.534s, duration: 14:47)
test 0953...[SMTP plain authentication with alternative authorization identity]
--p-u--e--- OK (789 out of 1545, remaining: 14:10, took 0.771s, duration: 14:47)
test 0954...[SMTP plain authentication with alternative authorization identity (Not authorized)]
--p----e--- OK (790 out of 1545, remaining: 14:09, took 0.729s, duration: 14:48)
test 0955...[SMTP without SMTPUTF8 support - UTF-8 based sender (local part only)]
--p----e--- OK (791 out of 1545, remaining: 14:08, took 0.773s, duration: 14:49)
test 0956...[SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only)]
--p----e--- OK (792 out of 1545, remaining: 14:06, took 0.759s, duration: 14:50)
test 0957...[SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)]
--p----e--- OK (793 out of 1545, remaining: 14:05, took 0.727s, duration: 14:51)
test 0958...[SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)]
--p----e--- OK (794 out of 1545, remaining: 14:03, took 0.743s, duration: 14:52)
test 0962...[SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)]
--p-u--e--- OK (795 out of 1545, remaining: 14:02, took 0.804s, duration: 14:52)
test 0963...[SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)]
--p-u--e--- OK (796 out of 1545, remaining: 14:01, took 0.802s, duration: 14:53)
test 0964...[SMTP external VRFY without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)]
--p----e--- OK (797 out of 1545, remaining: 13:59, took 0.735s, duration: 14:54)
test 0965...[SMTP with SMTPUTF8 support - UTF-8 based sender]
--p-u--e--- OK (798 out of 1545, remaining: 13:58, took 1.014s, duration: 14:55)
test 0966...[SMTP with SMTPUTF8 support - UTF-8 based recipient]
--p-u--e--- OK (799 out of 1545, remaining: 13:57, took 1.011s, duration: 14:56)
test 0967...[SMTP external VRFY with SMTPUTF8 support]
--pd---e--- OK (800 out of 1545, remaining: 13:56, took 0.945s, duration: 14:57)
test 0968...[SMTP VRFY with SMTPUTF8 support]
--p----e--- OK (801 out of 1545, remaining: 13:54, took 0.932s, duration: 14:58)
test 0969...[SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support]
--pd---e--- OK (802 out of 1545, remaining: 13:53, took 0.965s, duration: 14:59)
test 0970...[HTTP GET with JSON output]
s-p----e--- OK (803 out of 1545, remaining: 13:52, took 0.569s, duration: 15:00)
test 0971...[Verify that options-in-versions and docs/cmdline-opts are in sync]
-r-----e--- OK (804 out of 1545, remaining: 13:50, took 0.540s, duration: 15:01)
test 0972...[Verify JSON output]
s-p----e--- OK (805 out of 1545, remaining: 13:48, took 0.562s, duration: 15:01)
test 0973...[HTTP with auth redirected to FTP w/o auth]
--pd---e--- OK (806 out of 1545, remaining: 13:47, took 0.959s, duration: 15:02)
test 0974...[HTTP with auth redirected to HTTP on a diff port w/o auth]
--pd---e--- OK (807 out of 1545, remaining: 13:46, took 0.668s, duration: 15:03)
test 0975...[HTTP with auth redirected to FTP allowing auth to continue]
--pd---e--- OK (808 out of 1545, remaining: 13:44, took 0.966s, duration: 15:04)
test 0976...[HTTP with auth redirected to HTTP on a diff port --location-trusted]
--pd---e--- OK (809 out of 1545, remaining: 13:43, took 0.661s, duration: 15:05)
test 0977...[URL with trailing dot and receiving a cookie for the TLD with dot]
--pd--oe--- OK (810 out of 1545, remaining: 13:41, took 0.549s, duration: 15:05)
test 0978...[verify that --stderr works for -w's stderr as well]
--pd--oe--- OK (811 out of 1545, remaining: 13:40, took 0.535s, duration: 15:06)
test 0980...[SMTP STARTTLS pipelined server response]
--p----e--- OK (812 out of 1545, remaining: 13:38, took 0.722s, duration: 15:07)
test 0981...[IMAP STARTTLS pipelined server response]
--p----e--- OK (813 out of 1545, remaining: 13:37, took 0.743s, duration: 15:07)
test 0982...[POP3 STARTTLS pipelined server response]
--p----e--- OK (814 out of 1545, remaining: 13:36, took 0.730s, duration: 15:08)
test 0983...[FTP STARTTLS pipelined server response]
--p----e--- OK (815 out of 1545, remaining: 13:34, took 0.533s, duration: 15:09)
test 0984...[IMAP require STARTTLS with failing capabilities]
--p----e--- OK (816 out of 1545, remaining: 13:32, took 0.536s, duration: 15:09)
test 0985...[POP3 require STARTTLS with failing capabilities]
--p----e--- OK (817 out of 1545, remaining: 13:31, took 0.515s, duration: 15:10)
test 0986...[FTP require STARTTLS while preauthenticated]
--p----e--- OK (818 out of 1545, remaining: 13:29, took 0.534s, duration: 15:11)
test 0987...[SMTPS with redundant explicit SSL request]
--p-u--e--- OK (819 out of 1545, remaining: 13:29, took 1.675s, duration: 15:12)
test 0988...[IMAPS FETCH with redundant explicit SSL request]
--pd---e--- OK (820 out of 1545, remaining: 13:29, took 2.239s, duration: 15:15)
test 0989...[POP3S RETR with redundant explicit SSL request]
--pd---e--- OK (821 out of 1545, remaining: 13:28, took 1.844s, duration: 15:17)
test 1000...[FTP dir list PASV with -I]
--p----e--- OK (822 out of 1545, remaining: 13:27, took 0.504s, duration: 15:17)
test 1001...[HTTP POST --digest with PUT and resumed upload and modified method]
--pd---e--- OK (823 out of 1545, remaining: 13:25, took 0.719s, duration: 15:18)
test 1002...[HTTP PUT with Digest auth, resumed upload and modified method, twice]
--pd---e--- OK (824 out of 1545, remaining: 13:24, took 0.806s, duration: 15:19)
test 1003...[FTP with excessively large server command response line]
--pd---e--- OK (825 out of 1545, remaining: 13:23, took 0.975s, duration: 15:20)
test 1004...[HTTP GET with empty proxy]
--pd---e--- OK (826 out of 1545, remaining: 13:21, took 0.528s, duration: 15:20)
test 1005...[FTP with excessively large number of server command response lines]
--pd---e--- OK (827 out of 1545, remaining: 13:20, took 1.011s, duration: 15:21)
test 1006...[FTP with excessively large number of server command response lines (boundary condition)]
--pd---e--- OK (828 out of 1545, remaining: 13:19, took 1.011s, duration: 15:23)
test 1007...[TFTP send with invalid permission on server]
--p----e--- OK (829 out of 1545, remaining: 13:17, took 0.472s, duration: 15:23)
test 1008...[HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response]
--pd---e--- OK (830 out of 1545, remaining: 13:16, took 0.928s, duration: 15:24)
test 1009...[TFTP retrieve with --local-port]
--pd---e--- OK (831 out of 1545, remaining: 13:14, took 0.493s, duration: 15:25)
test 1010...[FTP dir list nocwd]
--pd---e--- OK (832 out of 1545, remaining: 13:13, took 1.083s, duration: 15:26)
test 1011...[HTTP POST with 301 redirect]
--pd---e--- OK (833 out of 1545, remaining: 13:12, took 0.645s, duration: 15:27)
test 1012...[HTTP POST with 301 redirect and --post301]
--pd---e--- OK (834 out of 1545, remaining: 13:10, took 0.724s, duration: 15:27)
test 1013...[Compare curl --version with curl-config --protocols]
-------e--- OK (835 out of 1545, remaining: 13:09, took 0.472s, duration: 15:28)
test 1014...[Compare curl --version with curl-config --features]
-------e--- OK (836 out of 1545, remaining: 13:07, took 0.462s, duration: 15:28)
test 1015...[--data-urlencode]
--pd---e--- OK (837 out of 1545, remaining: 13:06, took 0.646s, duration: 15:29)
test 1016...[X-Y range on a file:// URL to stdout]
s------e--- OK (838 out of 1545, remaining: 13:04, took 0.433s, duration: 15:29)
test 1017...[0-Y range on a file:// URL to stdout]
s------e--- OK (839 out of 1545, remaining: 13:02, took 0.434s, duration: 15:30)
test 1018...[X-X range on a file:// URL to stdout]
s------e--- OK (840 out of 1545, remaining: 13:01, took 0.434s, duration: 15:30)
test 1019...[X- range on a file:// URL to stdout]
s------e--- OK (841 out of 1545, remaining: 12:59, took 0.445s, duration: 15:31)
test 1020...[-Y range on a file:// URL to stdout]
s------e--- OK (842 out of 1545, remaining: 12:58, took 0.440s, duration: 15:31)
test 1021...[HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close]
--pd---e--- OK (843 out of 1545, remaining: 12:56, took 0.873s, duration: 15:32)
test 1022...[Compare curl --version with curl-config --version]
-------e--- OK (844 out of 1545, remaining: 12:55, took 0.463s, duration: 15:33)
test 1023...[Compare curl --version with curl-config --vernum]
-------e--- OK (845 out of 1545, remaining: 12:53, took 0.460s, duration: 15:33)
test 1024...[HTTP Location: following with cookies]
--pd---e--- OK (846 out of 1545, remaining: 12:52, took 0.715s, duration: 15:34)
test 1025...[HTTP Location: following with command-line and server cookies]
--pd---e--- OK (847 out of 1545, remaining: 12:50, took 0.722s, duration: 15:35)
test 1026...[curl --manual ]
-------e--- OK (848 out of 1545, remaining: 12:49, took 0.733s, duration: 15:36)
test 1027...[curl --help]
-------e--- OK (849 out of 1545, remaining: 12:47, took 0.446s, duration: 15:36)
test 1028...[HTTP Location: redirect to FTP URL]
s-p----e--- OK (850 out of 1545, remaining: 12:46, took 0.940s, duration: 15:37)
test 1029...[HTTP Location: and 'redirect_url' check]
s-p----e--- OK (851 out of 1545, remaining: 12:45, took 0.581s, duration: 15:38)
test 1030...[HTTP PUT with --anyauth authorization (picking Digest)]
--pd---e--- OK (852 out of 1545, remaining: 12:43, took 0.717s, duration: 15:39)
test 1031...[HTTP Location: following to a query string]
--pd---e--- OK (853 out of 1545, remaining: 12:42, took 0.709s, duration: 15:39)
test 1032...[HTTP HEAD with --range]
--pd---e--- OK (854 out of 1545, remaining: 12:40, took 0.510s, duration: 15:40)
test 1033...[HTTP GET with 102 response!]
--pd---e--- OK (855 out of 1545, remaining: 12:39, took 0.539s, duration: 15:41)
test 1034...[HTTP over proxy with malformatted IDN host name]
-------e--- OK (856 out of 1545, remaining: 12:38, took 0.687s, duration: 15:41)
test 1035...[HTTP over proxy with too long IDN host name]
-------e--- OK (857 out of 1545, remaining: 12:36, took 0.660s, duration: 15:42)
test 1036...[FTP download resume from end of file]
--p---oe--- OK (858 out of 1545, remaining: 12:35, took 0.847s, duration: 15:43)
test 1037...[FTP download resume from end of empty file]
--p----e--- OK (859 out of 1545, remaining: 12:34, took 0.813s, duration: 15:44)
test 1038...[FTP PASV upload resume from end of file]
--p-u--e--- OK (860 out of 1545, remaining: 12:32, took 0.820s, duration: 15:45)
test 1039...[FTP PASV upload resume from end of empty file]
--p-u--e--- OK (861 out of 1545, remaining: 12:31, took 0.813s, duration: 15:46)
test 1040...[HTTP GET with resume from end of entirely-downloaded file]
--pd---e--- OK (862 out of 1545, remaining: 12:30, took 0.589s, duration: 15:46)
test 1041...[HTTP PUT with resume from end of already-uploaded file]
--pd---e--- OK (863 out of 1545, remaining: 12:28, took 0.647s, duration: 15:47)
test 1042...[HTTP GET beyond end of entirely-downloaded file, no server resume]
--pd---e--- OK (864 out of 1545, remaining: 12:27, took 0.639s, duration: 15:48)
test 1043...[HTTP GET with resume from end of file]
--pd---e--- OK (865 out of 1545, remaining: 12:25, took 0.607s, duration: 15:48)
test 1044...[FTP download large file info with -I]
s-p----e--- OK (866 out of 1545, remaining: 12:24, took 0.572s, duration: 15:49)
test 1045...[HTTP GET with numeric localhost --interface]
--pd---e--- OK (867 out of 1545, remaining: 12:22, took 0.500s, duration: 15:49)
test 1046...[HTTP-IPv6 GET with numeric localhost --interface]
--pd---e--- OK (868 out of 1545, remaining: 12:21, took 0.584s, duration: 15:50)
test 1047...[FTP dir list PASV with localhost --interface]
--pd---e--- OK (869 out of 1545, remaining: 12:20, took 0.812s, duration: 15:51)
test 1048...[FTP-IPv6 dir list PASV with localhost --interface]
--pd---e--- OK (870 out of 1545, remaining: 12:18, took 0.901s, duration: 15:52)
test 1049...[TFTP retrieve with localhost --interface]
--pd---e--- OK (871 out of 1545, remaining: 12:17, took 0.483s, duration: 15:52)
test 1050...[FTP-IPv6 dir list, EPRT with specified IP]
--pd---e--- OK (872 out of 1545, remaining: 12:16, took 0.889s, duration: 15:53)
test 1051...[HTTP PUT with Location: following]
--pd---e--- OK (873 out of 1545, remaining: 12:14, took 0.839s, duration: 15:54)
test 1052...[HTTP 1.0 PUT with Location: following]
--pd---e--- OK (874 out of 1545, remaining: 12:13, took 0.895s, duration: 15:55)
test 1053...[HTTP RFC1867-type formposting from file with Location: following]
--pd---e--- OK (875 out of 1545, remaining: 12:12, took 0.902s, duration: 15:56)
test 1054...[HTTP POST from file with 301 redirect and --post301]
--pd---e--- OK (876 out of 1545, remaining: 12:11, took 0.735s, duration: 15:57)
test 1055...[HTTP PUT Location: redirect to FTP URL]
--pdu--e--- OK (877 out of 1545, remaining: 12:10, took 1.044s, duration: 15:58)
test 1056...[HTTP follow redirect from IPv4 to IPv6 with scope]
--pd---e--- OK (878 out of 1545, remaining: 12:08, took 0.721s, duration: 15:59)
test 1057...[FTP retrieve a byte-range relative to end of file]
--pd---e--- OK (879 out of 1545, remaining: 12:07, took 0.622s, duration: 16:00)
test 1058...[HTTP range relative to end of file]
--pd---e--- OK (880 out of 1545, remaining: 12:05, took 0.504s, duration: 16:00)
test 1059...[HTTP CONNECT with proxytunnel to unsupported FTP URL]
--p----e--- OK (881 out of 1545, remaining: 12:04, took 0.589s, duration: 16:01)
test 1060...[HTTP proxy CONNECT auth Digest, large headers and data]
--pd---e--- OK (882 out of 1545, remaining: 12:06, took 5.362s, duration: 16:06)
test 1061...[HTTP proxy CONNECT auth Digest, large headers and chunked data]
--pd---e--- OK (883 out of 1545, remaining: 12:08, took 5.460s, duration: 16:12)
test 1062...[FTP with excessively long server command response lines, boundary condition]
--pd---e--- OK (884 out of 1545, remaining: 12:07, took 1.005s, duration: 16:13)
test 1063...[Invalid large X- range on a file://]
-------e--- OK (885 out of 1545, remaining: 12:06, took 0.462s, duration: 16:13)
test 1064...[HTTP PUT twice]
s-p----e--- OK (886 out of 1545, remaining: 12:04, took 0.617s, duration: 16:14)
test 1065...[HTTP PUT with one file but two URLs]
s-p----e--- OK (887 out of 1545, remaining: 12:03, took 0.622s, duration: 16:15)
test 1066...[HTTP --dump-header - with two URLs]
s-p----e--- OK (888 out of 1545, remaining: 12:02, took 0.613s, duration: 16:15)
test 1067...[HTTP Location: following with auto-referer]
-rpd---e--- OK (889 out of 1545, remaining: 12:00, took 0.728s, duration: 16:16)
test 1068...[HTTP PUT from stdin]
--pd---e--- OK (890 out of 1545, remaining: 12:00, took 1.594s, duration: 16:18)
test 1069...[HTTP 1.0 PUT from stdin with no content length]
-------e--- OK (891 out of 1545, remaining: 11:58, took 0.430s, duration: 16:18)
test 1070...[HTTP POST with server closing connection before (all) data is received]
--pd---e--- OK (892 out of 1545, remaining: 11:57, took 1.628s, duration: 16:20)
test 1071...[Downgraded HTTP PUT to HTTP 1.0 with authorization]
--pd---e--- OK (893 out of 1545, remaining: 11:56, took 0.861s, duration: 16:21)
test 1072...[HTTP chunked PUT to HTTP 1.0 server with authorization]
--pd---e--- OK (894 out of 1545, remaining: 11:55, took 1.675s, duration: 16:23)
test 1073...[HTTP chunked PUT to HTTP 1.0 server with redirect]
--pd---e--- OK (895 out of 1545, remaining: 11:55, took 1.656s, duration: 16:24)
test 1074...[HTTP downgrade to HTTP/1.0 on second request]
s-p----e--- OK (896 out of 1545, remaining: 11:55, took 2.715s, duration: 16:27)
test 1075...[HTTP PUT with --anyauth authorization (picking Basic)]
--pd---e--- OK (897 out of 1545, remaining: 11:54, took 0.694s, duration: 16:28)
test 1076...[HTTP POST with 302 redirect and --post302]
--pd---e--- OK (898 out of 1545, remaining: 11:52, took 0.728s, duration: 16:29)
test 1077...[FTP over HTTP proxy with downgrade to HTTP 1.0]
--pd---e--- OK (899 out of 1545, remaining: 11:51, took 0.599s, duration: 16:29)
test 1078...[HTTP 1.0 CONNECT with proxytunnel and downgrade GET to HTTP/1.0]
s-p--P-e--- OK (900 out of 1545, remaining: 11:50, took 1.221s, duration: 16:31)
test 1079...[HTTP retry after closed connection and empty response]
--pd---e--- OK (901 out of 1545, remaining: 11:49, took 0.709s, duration: 16:31)
test 1080...[HTTP Location: on two URLs 'redirect_url' check]
s-p----e--- OK (902 out of 1545, remaining: 11:47, took 0.726s, duration: 16:32)
test 1081...[HTTP no Location: on second URL 'redirect_url' check]
s-p----e--- OK (903 out of 1545, remaining: 11:46, took 0.700s, duration: 16:33)
test 1082...[HTTP GET with localhost --interface]
--pd---e--- OK (904 out of 1545, remaining: 11:44, took 0.571s, duration: 16:34)
test 1083 SKIPPED: Resolving IPv6 'ip6-localhost' didn't work
test 1084...[HTTP GET with invalid --interface]
-------e--- OK (906 out of 1545, remaining: 11:41, took 0.579s, duration: 16:35)
test 1085...[HTTP-IPv6 GET with invalid --interface]
-------e--- OK (907 out of 1545, remaining: 11:40, took 0.507s, duration: 16:35)
test 1086...[FTP download with strict timeout and slow data transfer]
--p----e--- OK (908 out of 1545, remaining: 11:49, took 14.932s, duration: 16:50)
test 1087...[HTTP, proxy with --anyauth and Location: to new host]
--pd---e--- OK (909 out of 1545, remaining: 11:47, took 0.858s, duration: 16:51)
test 1088...[HTTP, proxy with --anyauth and Location: to new host using location-trusted]
--pd---e--- OK (910 out of 1545, remaining: 11:46, took 0.862s, duration: 16:52)
test 1089...[HTTP GET --write-out with redirected fetch]
s-p----e--- OK (911 out of 1545, remaining: 11:45, took 0.708s, duration: 16:53)
test 1090...[HTTP GET --write-out with redirected fetch and chunked reply]
s-p----e--- OK (912 out of 1545, remaining: 11:43, took 0.712s, duration: 16:54)
test 1091...[FTP URL with type=i]
--pd---e--- OK (913 out of 1545, remaining: 11:43, took 2.369s, duration: 16:56)
test 1092...[FTP with type=i over HTTP proxy]
--pd---e--- OK (914 out of 1545, remaining: 11:42, took 0.564s, duration: 16:57)
test 1093...[TFTP retrieve with mode=i]
--pd---e--- OK (915 out of 1545, remaining: 11:40, took 0.481s, duration: 16:57)
test 1094...[TFTP retrieve with mode=netascii]
--pd---e--- OK (916 out of 1545, remaining: 11:39, took 0.506s, duration: 16:58)
test 1095...[HTTP with Digest and realm with quoted quotes]
--pd---e--- OK (917 out of 1545, remaining: 11:37, took 0.780s, duration: 16:59)
test 1096...[Two FTP downloads, with failed RETR but re-used control connection]
--p----e--- OK (918 out of 1545, remaining: 11:36, took 0.690s, duration: 16:59)
test 1097...[HTTP POST using CONNECT with --proxy-ntlm but no auth is required]
--pd---e--- OK (919 out of 1545, remaining: 11:40, took 8.911s, duration: 17:08)
test 1098...[FTP RETR twice over proxy confirming persistent connection]
s-p----e--- OK (920 out of 1545, remaining: 11:39, took 0.587s, duration: 17:09)
test 1099...[TFTP get first a non-existing file then an existing]
s-p----e--- OK (921 out of 1545, remaining: 11:37, took 0.534s, duration: 17:10)
test 1100...[HTTP POST with NTLM authorization and following a 302 redirect]
---d---e--- OK (922 out of 1545, remaining: 11:36, took 1.131s, duration: 17:11)
test 1101...[NO_PROXY test, with user name in URL]
--pd---e--- OK (923 out of 1545, remaining: 11:35, took 0.508s, duration: 17:11)
test 1102...[FTP OS/400 server name format check]
--p----e--- OK (924 out of 1545, remaining: 11:34, took 0.801s, duration: 17:12)
test 1103...[FTP non-OS/400 server]
--p----e--- OK (925 out of 1545, remaining: 11:32, took 0.781s, duration: 17:13)
test 1104...[HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970]
--pd---e--- OK (926 out of 1545, remaining: 11:31, took 0.722s, duration: 17:14)
test 1105...[HTTP with cookie parser and header recording]
--pd--oe--- OK (927 out of 1545, remaining: 11:30, took 0.695s, duration: 17:15)
test 1106...[FTP URL and with ftp_proxy environment variable set]
--p----e--- OK (928 out of 1545, remaining: 11:28, took 0.574s, duration: 17:15)
test 1107...[FTP RETR PASV with PRET]
--pd---e--- OK (929 out of 1545, remaining: 11:27, took 0.823s, duration: 17:16)
test 1108...[FTP RETR PASV with PRET not supported]
--p----e--- OK (930 out of 1545, remaining: 11:25, took 0.510s, duration: 17:17)
test 1109...[HTTP GET with URL that contains fragment after the path]
--pd---e--- OK (931 out of 1545, remaining: 11:24, took 0.500s, duration: 17:17)
test 1110...[HTTP GET with URL that contains a fragment after the query part]
--pd---e--- OK (932 out of 1545, remaining: 11:23, took 0.494s, duration: 17:18)
test 1111...[HTTP GET with URL whose fragment contains a # (which is illegal)]
--pd---e--- OK (933 out of 1545, remaining: 11:21, took 0.479s, duration: 17:18)
test 1112...[FTPS download with strict timeout and slow data transfer]
--p----e--- OK (934 out of 1545, remaining: 11:36, took 24.947s, duration: 17:44)
test 1113...[FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)]
s-p----e--- OK (935 out of 1545, remaining: 11:37, took 5.746s, duration: 17:49)
test 1114...[FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (DOS)]
s------e--- OK (936 out of 1545, remaining: 11:37, took 2.296s, duration: 17:52)
test 1115...[HTTP GET with unexpected 1xx response]
--pd---e--- OK (937 out of 1545, remaining: 11:36, took 0.498s, duration: 17:52)
test 1116...[HTTP GET with chunked trailer without Trailer:]
--pd--oe--- OK (938 out of 1545, remaining: 11:34, took 1.014s, duration: 17:53)
test 1117...[HTTP with invalid range then another URL]
s-p----e--- OK (939 out of 1545, remaining: 11:48, took 24.572s, duration: 18:18)
test 1118...[URL without slash and @-letter in query]
--pd---e--- OK (940 out of 1545, remaining: 11:47, took 0.507s, duration: 18:19)
test 1119...[Verify that symbols-in-versions and headers are in sync]
s------e--- OK (941 out of 1545, remaining: 11:47, took 3.728s, duration: 18:22)
test 1120...[FTP with 421 timeout response]
--p----e--- OK (942 out of 1545, remaining: 11:46, took 0.509s, duration: 18:23)
test 1121...[HTTP multiple provided Host: headers]
--pd---e--- OK (943 out of 1545, remaining: 11:44, took 0.478s, duration: 18:23)
test 1122...[HTTP GET gzip transfer-encoded content]
--pd---e--- OK (944 out of 1545, remaining: 11:43, took 0.624s, duration: 18:24)
test 1123...[HTTP GET deflate transfer-encoded content]
--pd---e--- OK (945 out of 1545, remaining: 11:41, took 0.999s, duration: 18:25)
test 1124...[HTTP GET gzip+chunked transfer-encoded content]
--pd---e--- OK (946 out of 1545, remaining: 11:40, took 0.566s, duration: 18:26)
test 1125...[HTTP GET transfer-encoding with custom Connection:]
--pd---e--- OK (947 out of 1545, remaining: 11:38, took 0.558s, duration: 18:26)
test 1126...[HTTP 200 If-Modified-Since with newer document]
--pd---e--- OK (948 out of 1545, remaining: 11:37, took 0.506s, duration: 18:27)
test 1127...[HTTP 200 If-Modified-Since with older document]
--pd---e--- OK (949 out of 1545, remaining: 11:35, took 0.538s, duration: 18:28)
test 1128...[HTTP 200 If-Modified-Since with old+new documents]
s-p----e--- OK (950 out of 1545, remaining: 11:34, took 0.735s, duration: 18:28)
test 1129...[HTTP POST expect 100-continue with a 404]
s-p----e--- OK (951 out of 1545, remaining: 11:33, took 1.645s, duration: 18:30)
test 1130...[HTTP POST forced expect 100-continue with a 404]
s-p----e--- OK (952 out of 1545, remaining: 11:32, took 0.681s, duration: 18:31)
test 1131...[HTTP PUT expect 100-continue with a 400]
s-p----e--- OK (953 out of 1545, remaining: 11:30, took 0.670s, duration: 18:32)
test 1132...[Verify memory #include files in libcurl's C source files]
-------e--- OK (954 out of 1545, remaining: 11:29, took 0.783s, duration: 18:32)
test 1133...[HTTP RFC1867-type formposting with filename/data contains ',', ';', '"']
--pd---e--- OK (955 out of 1545, remaining: 11:27, took 0.688s, duration: 18:33)
test 1134...[HTTP connection re-use with different credentials]
--pd---e--- OK (956 out of 1545, remaining: 11:26, took 0.567s, duration: 18:34)
test 1135...[Verify CURL_EXTERN order]
s------e--- OK (957 out of 1545, remaining: 11:25, took 0.705s, duration: 18:34)
test 1137...[FTP RETR --ignore-content-length]
--pd---e--- OK (958 out of 1545, remaining: 11:23, took 0.795s, duration: 18:35)
test 1138...[HTTP redirect with UTF-8 characters]
--pd---e--- OK (959 out of 1545, remaining: 11:22, took 0.743s, duration: 18:36)
test 1139...[Verify that all libcurl options have man pages]
-r-----e--- OK (960 out of 1545, remaining: 11:20, took 0.717s, duration: 18:37)
test 1140...[Verify the nroff of man pages]
s------e--- OK (961 out of 1545, remaining: 11:19, took 1.301s, duration: 18:38)
test 1141...[HTTP redirect to http:/// (three slashes!)]
--pd---e--- OK (962 out of 1545, remaining: 11:18, took 0.596s, duration: 18:39)
test 1142...[HTTP redirect to http://// (four slashes!)]
--pd---e--- OK (963 out of 1545, remaining: 11:16, took 0.552s, duration: 18:39)
test 1143...[HTTP URL with http:/ (one slash!)]
--pd---e--- OK (964 out of 1545, remaining: 11:15, took 0.493s, duration: 18:40)
test 1144...[HTTP HEAD, receive no headers only body]
--pd---e--- OK (965 out of 1545, remaining: 11:13, took 0.624s, duration: 18:41)
test 1145...[file:// bad host]
-------e--- OK (966 out of 1545, remaining: 11:12, took 0.423s, duration: 18:41)
test 1146...[--proto-default file]
---d---e--- OK (967 out of 1545, remaining: 11:10, took 0.462s, duration: 18:42)
test 1147...[Get -H headers from a file]
--pd---e--- OK (968 out of 1545, remaining: 11:09, took 0.555s, duration: 18:42)
test 1148...[progress-bar]
--pd--oe--- OK (969 out of 1545, remaining: 11:07, took 0.559s, duration: 18:43)
test 1149...[FTP dir list multicwd then again nocwd]
--pd---e--- OK (970 out of 1545, remaining: 11:06, took 1.114s, duration: 18:44)
test 1150...[HTTP proxy with URLs using different ports]
--pd---e--- OK (971 out of 1545, remaining: 11:05, took 0.563s, duration: 18:45)
test 1151...[HTTP with too long cookies]
--pd--oe--- OK (972 out of 1545, remaining: 11:03, took 0.723s, duration: 18:46)
test 1152...[FTP with uneven quote in PWD response]
--pd---e--- OK (973 out of 1545, remaining: 11:02, took 0.809s, duration: 18:46)
test 1153...[FTP with quoted double quotes]
--pd---e--- OK (974 out of 1545, remaining: 11:01, took 0.818s, duration: 18:47)
test 1154...[HTTP GET with 100K (too long) response header]
--p----e--- OK (975 out of 1545, remaining: 10:59, took 0.914s, duration: 18:48)
test 1155...[HTTP cookie with parameter word as name]
--pd--oe--- OK (976 out of 1545, remaining: 10:58, took 0.523s, duration: 18:49)
test 1156...[HTTP resume/range fail range-error content-range combinations]
s------e--- OK (977 out of 1545, remaining: 10:57, took 0.778s, duration: 18:50)
test 1157...[Get -H headers from empty file]
--pd---e--- OK (978 out of 1545, remaining: 10:55, took 0.528s, duration: 18:50)
test 1158...[HTTP RFC1867-type formposting with filename containing '"']
--pd---e--- OK (979 out of 1545, remaining: 10:54, took 0.746s, duration: 18:51)
test 1159...[HTTP Location: and 'redirect_url' with non-supported scheme]
s-p----e--- OK (980 out of 1545, remaining: 10:52, took 0.574s, duration: 18:52)
test 1160...[HTTP with long funny format cookie]
--pd--oe--- OK (981 out of 1545, remaining: 10:51, took 0.551s, duration: 18:52)
test 1161...[HTTP cookie with path set twice]
--pd--oe--- OK (982 out of 1545, remaining: 10:49, took 0.521s, duration: 18:53)
test 1162...[FTP wildcard with crazy pattern]
--p----e--- OK (983 out of 1545, remaining: 10:48, took 0.766s, duration: 18:54)
test 1163...[FTP wildcard with pattern ending with an open-bracket]
--p----e--- OK (984 out of 1545, remaining: 10:47, took 0.756s, duration: 18:55)
test 1164...[HTTP/0.9 GET and all zeroes]
s-p----e--- OK (985 out of 1545, remaining: 10:45, took 0.568s, duration: 18:55)
test 1165...[Verify configure.ac and source code CURL_DISABLE_-sync]
-------e--- OK (986 out of 1545, remaining: 10:44, took 1.598s, duration: 18:57)
test 1166...[HTTP response with cookies but not receiving!]
--pd---e--- OK (987 out of 1545, remaining: 10:43, took 0.534s, duration: 18:57)
test 1167...[Verify curl prefix of public symbols in header files]
-------e--- OK (988 out of 1545, remaining: 10:42, took 2.497s, duration: 19:00)
test 1168...[HTTP redirect with credentials using # in user and password]
--pd---e--- OK (989 out of 1545, remaining: 10:41, took 0.729s, duration: 19:01)
test 1169...[Verify that runtests.pl accepts an -L option]
-------e--- OK (990 out of 1545, remaining: 10:40, took 1.367s, duration: 19:02)
test 1170...[HTTP GET transfer-encoding with removed Connection:]
--pd---e--- OK (991 out of 1545, remaining: 10:39, took 0.565s, duration: 19:03)
test 1171...[HTTP GET transfer-encoding with blanked Connection:]
--pd---e--- OK (992 out of 1545, remaining: 10:37, took 0.558s, duration: 19:03)
test 1172...[HTTP/0.9 GET response denied]
--p----e--- OK (993 out of 1545, remaining: 10:36, took 0.551s, duration: 19:04)
test 1173...[Man page syntax checks]
-r-----e--- OK (994 out of 1545, remaining: 10:35, took 2.175s, duration: 19:06)
test 1174...[HTTP/0.9 GET response denied by default]
--p----e--- OK (995 out of 1545, remaining: 10:34, took 0.544s, duration: 19:07)
test 1175...[Verify that symbols-in-versions and libcurl-errors.3 are in sync]
-------e--- OK (996 out of 1545, remaining: 10:32, took 0.235s, duration: 19:07)
test 1176...[--output using #0]
--p---oe--- OK (997 out of 1545, remaining: 10:31, took 0.552s, duration: 19:08)
test 1177...[Verify that feature names and CURL_VERSION_* in lib and docs are in sync]
-------e--- OK (998 out of 1545, remaining: 10:29, took 0.254s, duration: 19:08)
test 1178...[HTTP proxy auth with credentials longer than 256 bytes]
--pd---e--- OK (999 out of 1545, remaining: 10:28, took 0.573s, duration: 19:09)
test 1179...[error when using unknown command line option]
-r-----e--- OK (1000 out of 1545, remaining: 10:26, took 0.414s, duration: 19:09)
test 1180...[HTTP GET request with proxy and -H "Proxy-Connection: keep-alive"]
--pd---e--- OK (1001 out of 1545, remaining: 10:25, took 0.502s, duration: 19:10)
test 1181...[HTTP GET request with proxy and --proxy-header "Proxy-Connection: Keep-Alive"]
--pd---e--- OK (1002 out of 1545, remaining: 10:23, took 0.494s, duration: 19:10)
test 1183...[1183 used instead of actual test number]
--pd---e--- OK (1003 out of 1545, remaining: 10:22, took 0.501s, duration: 19:11)
test 1185...[checksrc]
s------e--- OK (1004 out of 1545, remaining: 10:20, took 0.827s, duration: 19:12)
test 1186...[Multipart formposting with backslash-escaping filename containing '"']
--pd---e--- OK (1005 out of 1545, remaining: 10:19, took 0.735s, duration: 19:12)
test 1187...[SMTP multipart with file name escaping]
--p-u--e--- OK (1006 out of 1545, remaining: 10:18, took 0.615s, duration: 19:13)
test 1188...[--write-out with %{onerror} and %{urlnum} to stderr]
-rpd---e--- OK (1007 out of 1545, remaining: 10:16, took 0.542s, duration: 19:14)
test 1189...[Multipart formposting with backslash-escaping of name= and filename=]
--pd---e--- OK (1008 out of 1545, remaining: 10:15, took 0.708s, duration: 19:14)
test 1190...[MQTT SUBSCRIBE]
--p----e--- OK (1009 out of 1545, remaining: 10:14, took 1.737s, duration: 19:16)
test 1191...[MQTT PUBLISH]
--p----e--- OK (1010 out of 1545, remaining: 10:13, took 0.491s, duration: 19:17)
test 1192...[MQTT SUBSCRIBE 2k topic]
--p----e--- OK (1011 out of 1545, remaining: 10:11, took 0.797s, duration: 19:18)
test 1193...[MQTT PUBLISH 2k payload]
--p----e--- OK (1012 out of 1545, remaining: 10:10, took 0.605s, duration: 19:18)
test 1194...[MQTT SUBSCRIBE with PUBLISH befoire SUBACK]
--p----e--- OK (1013 out of 1545, remaining: 10:08, took 0.732s, duration: 19:19)
test 1195...[MQTT SUBSCRIBE with short PUBLISH]
--p----e--- OK (1014 out of 1545, remaining: 10:07, took 0.596s, duration: 19:20)
test 1196...[MQTT with error in CONNACK]
--p----e--- OK (1015 out of 1545, remaining: 10:06, took 0.533s, duration: 19:20)
test 1197...[HTTP POST redirected to GET and --write-out method]
s-p----e--- OK (1016 out of 1545, remaining: 10:04, took 0.684s, duration: 19:21)
test 1198...[MQTT PUBLISH empty payload, single space topic]
--p----e--- OK (1017 out of 1545, remaining: 10:03, took 0.522s, duration: 19:22)
test 1199...[MQTT PUBLISH empty payload, no topic]
--p----e--- OK (1018 out of 1545, remaining: 10:01, took 0.505s, duration: 19:22)
test 1200...[Gopher index]
--pd---e--- OK (1019 out of 1545, remaining: 10:01, took 1.848s, duration: 19:24)
test 1201...[Gopher selector]
--pd---e--- OK (1020 out of 1545, remaining: 09:59, took 0.515s, duration: 19:25)
test 1202...[Gopher query]
--pd---e--- OK (1021 out of 1545, remaining: 09:58, took 0.524s, duration: 19:25)
test 1203...[Gopher IPv6 index]
--pd---e--- OK (1022 out of 1545, remaining: 09:57, took 1.855s, duration: 19:27)
test 1204...[HTTP with WWW-Authenticate and multiple auths in a single line]
--pd---e--- OK (1023 out of 1545, remaining: 09:56, took 0.611s, duration: 19:28)
test 1205...[HTTP GET with 18K HTTP header]
--pd---e--- OK (1024 out of 1545, remaining: 09:54, took 0.721s, duration: 19:29)
test 1206...[FTP PORT and 425 on download]
--p----e--- OK (1025 out of 1545, remaining: 09:53, took 0.760s, duration: 19:29)
test 1207...[FTP PORT and 421 on download]
--p----e--- OK (1026 out of 1545, remaining: 09:52, took 0.739s, duration: 19:30)
test 1208...[FTP PORT download, no data conn and no transient negative reply]
--p----e--- OK (1027 out of 1545, remaining: 09:51, took 2.506s, duration: 19:33)
test 1210...[HTTP GET with -J without Content-Disposition]
--p---oe--- OK (1028 out of 1545, remaining: 09:50, took 0.536s, duration: 19:33)
test 1212...[noproxy setting together with socks proxy]
--pd---e--- OK (1029 out of 1545, remaining: 09:48, took 0.515s, duration: 19:34)
test 1213...[HTTP with proxy and host-only URL]
--pd---e--- OK (1030 out of 1545, remaining: 09:47, took 0.511s, duration: 19:35)
test 1214...[HTTP with proxy and URL with ? and no slash separator]
--pd---e--- OK (1031 out of 1545, remaining: 09:46, took 0.511s, duration: 19:35)
test 1215...[HTTP with server NTLM authorization using a proxy]
--pd---e--- OK (1032 out of 1545, remaining: 09:44, took 0.733s, duration: 19:36)
test 1216...[HTTP cookie domains tailmatching the host name]
--pd---e--- OK (1033 out of 1545, remaining: 09:43, took 0.595s, duration: 19:37)
test 1217...[FTP with rubbish before name in 257-response]
--pd---e--- OK (1034 out of 1545, remaining: 09:42, took 1.086s, duration: 19:38)
test 1218...[HTTP cookies and domains with same prefix]
--pd---e--- OK (1035 out of 1545, remaining: 09:40, took 0.593s, duration: 19:38)
test 1219...[FTP with no user+password required (230 response)]
--pd---e--- OK (1036 out of 1545, remaining: 09:39, took 0.779s, duration: 19:39)
test 1220...[file:// URLs with query string]
s------e--- OK (1037 out of 1545, remaining: 09:38, took 0.433s, duration: 19:40)
test 1221...[--url-query with --data-urlencode]
--pd---e--- OK (1038 out of 1545, remaining: 09:36, took 0.571s, duration: 19:40)
test 1222...[Verify deprecation statuses and versions]
-------e--- OK (1039 out of 1545, remaining: 09:37, took 5.344s, duration: 19:46)
test 1223...[HTTP GET -w remote_ip and -w remote_port]
s-p----e--- OK (1040 out of 1545, remaining: 09:36, took 0.518s, duration: 19:46)
test 1224...[FTP fetch a file from the root directory]
--pd---e--- OK (1041 out of 1545, remaining: 09:34, took 0.794s, duration: 19:47)
test 1225...[FTP fetch two files using absolute paths]
--pd---e--- OK (1042 out of 1545, remaining: 09:33, took 1.110s, duration: 19:48)
test 1226...[FTP fetch a file from the root directory with singlecwd]
--pd---e--- OK (1043 out of 1545, remaining: 09:32, took 0.802s, duration: 19:49)
test 1227...[FTP fetch a file from the root directory with nocwd]
--pd---e--- OK (1044 out of 1545, remaining: 09:31, took 2.194s, duration: 19:51)
test 1228...[HTTP cookie path match]
--pd---e--- OK (1045 out of 1545, remaining: 09:30, took 0.549s, duration: 19:52)
test 1229...[HTTP with Digest authorization with user name needing escape]
--pd---e--- OK (1046 out of 1545, remaining: 09:29, took 0.730s, duration: 19:53)
test 1230...[HTTP CONNECT to IPv6 numerical address]
--pd---e--- OK (1047 out of 1545, remaining: 09:28, took 0.611s, duration: 19:54)
test 1231...[HTTP URL with dotdot removal from path]
--pd---e--- OK (1048 out of 1545, remaining: 09:26, took 0.564s, duration: 19:55)
test 1232...[HTTP URL with dotdot removal from path using an HTTP proxy]
--pd---e--- OK (1049 out of 1545, remaining: 09:25, took 0.595s, duration: 19:55)
test 1233...[FTP failing to connect to EPSV port, switching to PASV]
--pd---e--- OK (1050 out of 1545, remaining: 09:24, took 0.783s, duration: 19:56)
test 1234...[abusing {}-globbing]
-------e--- OK (1051 out of 1545, remaining: 09:22, took 0.389s, duration: 19:57)
test 1235...[multiple requests using {}{} in the URL]
s-p----e--- OK (1052 out of 1545, remaining: 09:21, took 0.670s, duration: 19:57)
test 1236...[[] globbing overflowing the range counter]
-------e--- OK (1053 out of 1545, remaining: 09:19, took 0.384s, duration: 19:58)
test 1237...[URL with 1000+ letter user name + password]
--pd---e--- OK (1054 out of 1545, remaining: 09:18, took 0.493s, duration: 19:58)
test 1238...[slow TFTP retrieve cancel due to -Y and -y]
Warning: server logs lock timeout (2 seconds) expired
--p----e--- OK (1055 out of 1545, remaining: 09:21, took 11.245s, duration: 20:10)
test 1239...[HTTP with -z + -w response_code and simulated 304]
s-p----e--- OK (1056 out of 1545, remaining: 09:20, took 0.545s, duration: 20:10)
test 1240...[glob [0-1] with stuff after range (7.33.0 regression)]
--pd---e--- OK (1057 out of 1545, remaining: 09:19, took 0.517s, duration: 20:11)
test 1241...[HTTP _without_ dotdot removal]
--pd---e--- OK (1058 out of 1545, remaining: 09:17, took 0.577s, duration: 20:11)
test 1242...[TFTP retrieve without TFTP options requests]
--pd---e--- OK (1059 out of 1545, remaining: 09:16, took 1.732s, duration: 20:13)
test 1243...[TFTP send without TFTP options requests]
Warning: server logs lock timeout (2 seconds) expired
--p-u--e--- OK (1060 out of 1545, remaining: 09:16, took 2.882s, duration: 20:16)
test 1244...[HTTP GET same URL - different proxy ports]
--pd---e--- OK (1061 out of 1545, remaining: 09:15, took 0.571s, duration: 20:17)
test 1245...[--proto deny must override --proto-redir allow]
--pd---e--- OK (1062 out of 1545, remaining: 09:13, took 0.585s, duration: 20:17)
test 1246...[URL with '#' at end of host name instead of '/']
--pd---e--- OK (1063 out of 1545, remaining: 09:12, took 0.583s, duration: 20:18)
test 1247...[--fail-early]
-------e--- OK (1064 out of 1545, remaining: 09:11, took 0.410s, duration: 20:18)
test 1248...[Access a non-proxied host with using the combination of --proxy option and --noproxy option]
--pd---e--- OK (1065 out of 1545, remaining: 09:09, took 0.511s, duration: 20:19)
test 1249...[Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var]
--pd---e--- OK (1066 out of 1545, remaining: 09:08, took 0.514s, duration: 20:20)
test 1250...[Access a non-proxied host with using the combination of http_proxy env var and --noproxy option]
--pd---e--- OK (1067 out of 1545, remaining: 09:06, took 0.502s, duration: 20:20)
test 1251...[Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var]
--pd---e--- OK (1068 out of 1545, remaining: 09:05, took 0.515s, duration: 20:21)
test 1252...[Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly]
--pd---e--- OK (1069 out of 1545, remaining: 09:04, took 0.507s, duration: 20:21)
test 1253...[Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1070 out of 1545, remaining: 09:02, took 0.521s, duration: 20:22)
test 1254...[Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1071 out of 1545, remaining: 09:01, took 0.512s, duration: 20:22)
test 1255...[Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly]
--pd---e--- OK (1072 out of 1545, remaining: 08:59, took 0.501s, duration: 20:23)
test 1256...[Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1073 out of 1545, remaining: 08:58, took 0.515s, duration: 20:24)
test 1257...[Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1074 out of 1545, remaining: 08:57, took 0.516s, duration: 20:24)
test 1258...[HTTP, use cookies with localhost]
--pd---e--- OK (1075 out of 1545, remaining: 08:55, took 0.668s, duration: 20:25)
test 1259...[HTTP URL with semicolon in password]
--pd---e--- OK (1076 out of 1545, remaining: 08:54, took 0.537s, duration: 20:25)
test 1260...[HTTP URL with rubbish after port number]
-------e--- OK (1077 out of 1545, remaining: 08:52, took 0.417s, duration: 20:26)
test 1261...['redirect_url' with --location and --max-redirs]
s-p----e--- OK (1078 out of 1545, remaining: 08:51, took 0.579s, duration: 20:27)
test 1262...[FTP request and denied to download an older file with -z]
--p----e--- OK (1079 out of 1545, remaining: 08:50, took 0.486s, duration: 20:27)
test 1263...[HTTP URL with rubbish after IPv6 bracket]
-------e--- OK (1080 out of 1545, remaining: 08:48, took 0.430s, duration: 20:28)
test 1264...[HTTP URL with space in host name]
-------e--- OK (1081 out of 1545, remaining: 08:47, took 0.403s, duration: 20:28)
test 1265...[NO_PROXY with IPv6 numerical address]
--pd---e--- OK (1082 out of 1545, remaining: 08:45, took 0.501s, duration: 20:29)
test 1266...[HTTP GET with a single-byte HTTP/0.9 response]
--pd---e--- OK (1083 out of 1545, remaining: 08:44, took 0.542s, duration: 20:29)
test 1267...[HTTP GET with a invalid HTTP/1 response line start]
--pd---e--- OK (1084 out of 1545, remaining: 08:43, took 0.551s, duration: 20:30)
test 1268...[file name argument looks like a flag]
------oe--- OK (1085 out of 1545, remaining: 08:41, took 0.426s, duration: 20:30)
test 1269...[too large --retry-delay value]
-------e--- OK (1086 out of 1545, remaining: 08:40, took 0.386s, duration: 20:31)
test 1270...[Basic 'redirect_url']
s-p----e--- OK (1087 out of 1545, remaining: 08:39, took 0.545s, duration: 20:31)
test 1271...[--write-out from file with empty file]
--pd---e--- OK (1088 out of 1545, remaining: 08:37, took 0.543s, duration: 20:32)
test 1272...[Gophers index]
--pd---e--- OK (1089 out of 1545, remaining: 08:39, took 7.776s, duration: 20:40)
test 1273...[-f and resume transfer of an entirely-downloaded file]
--pd---e--- OK (1090 out of 1545, remaining: 08:40, took 6.610s, duration: 20:46)
test 1274...[HTTP header line folding]
--p---oe--- OK (1091 out of 1545, remaining: 08:39, took 1.823s, duration: 20:48)
test 1275...[Verify capital letters after period in markdown files]
-------e--- OK (1092 out of 1545, remaining: 08:38, took 0.548s, duration: 20:49)
test 1276...[Verify lib/optiontable.pl]
-------e--- OK (1093 out of 1545, remaining: 08:36, took 0.310s, duration: 20:49)
test 1277...[HTTP GET with both content and transfer encoding]
--pd---e--- OK (1094 out of 1545, remaining: 08:35, took 1.017s, duration: 20:50)
test 1278...[verify extra --no-remote-name]
-r-----e--- OK (1095 out of 1545, remaining: 08:34, took 0.500s, duration: 20:51)
test 1280...[simple [a-d] globbing]
--pd---e--- OK (1096 out of 1545, remaining: 08:32, took 0.633s, duration: 20:52)
test 1281...[reject non-numerical port number in URL]
-------e--- OK (1097 out of 1545, remaining: 08:31, took 0.453s, duration: 20:52)
test 1283...[globbing range with same start and stop]
--p---oe--- OK (1098 out of 1545, remaining: 08:30, took 0.520s, duration: 20:53)
test 1284...[HTTP POST --digest with user-specified Content-Length header]
--pd---e--- OK (1099 out of 1545, remaining: 08:28, took 0.637s, duration: 20:53)
test 1285...[HTTP PUT --digest with user-specified Content-Length header]
--pd---e--- OK (1100 out of 1545, remaining: 08:27, took 0.668s, duration: 20:54)
test 1286...[HTTP GET --digest increasing nonce-count]
--pd---e--- OK (1101 out of 1545, remaining: 08:26, took 0.772s, duration: 20:55)
test 1287...[HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses]
--pd-Poe--- OK (1102 out of 1545, remaining: 08:25, took 1.268s, duration: 20:56)
test 1288...[Suppress proxy CONNECT response headers]
s-p--P-e--- OK (1103 out of 1545, remaining: 08:24, took 1.198s, duration: 20:57)
test 1289...[globbing with overflow and bad syntxx]
-------e--- OK (1104 out of 1545, remaining: 08:22, took 0.472s, duration: 20:58)
test 1290...[Verify URL globbing ignores []]
--pd---e--- OK (1105 out of 1545, remaining: 08:21, took 0.492s, duration: 20:59)
test 1291...[Attempt to upload 1000 files but fail immediately]
-------e--- OK (1106 out of 1545, remaining: 08:20, took 0.721s, duration: 20:59)
test 1292...[Replaced internal headers with a blank one]
--pd---e--- OK (1107 out of 1545, remaining: 08:18, took 0.548s, duration: 21:00)
test 1293...[Multipart formpost to two URLs, the first failing]
--p----e--- OK (1108 out of 1545, remaining: 08:17, took 0.591s, duration: 21:01)
test 1294...[HTTP GET with split initial request send]
--pd---e--- OK (1109 out of 1545, remaining: 08:16, took 0.557s, duration: 21:01)
test 1295...[HTTP POST with split initial request send]
s-p----e--- OK (1110 out of 1545, remaining: 08:14, took 0.608s, duration: 21:02)
test 1296...[HTTP URL with %0a in name part]
--pd---e--- OK (1111 out of 1545, remaining: 08:13, took 0.514s, duration: 21:02)
test 1297...[CONNECT to peer that returns nothing]
--p--P-e--- OK (1112 out of 1545, remaining: 08:12, took 1.152s, duration: 21:04)
test 1298...[HTTP GET special path with --request-target]
--pd---e--- OK (1113 out of 1545, remaining: 08:10, took 0.516s, duration: 21:04)
test 1299...[Send "OPTIONS *" with --request-target]
--pd---e--- OK (1114 out of 1545, remaining: 08:09, took 0.519s, duration: 21:05)
test 1300...[llist unit tests]
-------e--- OK (1115 out of 1545, remaining: 08:08, took 0.197s, duration: 21:05)
test 1301...[curl_strequal tests]
-------e--- OK (1116 out of 1545, remaining: 08:06, took 0.275s, duration: 21:05)
test 1302...[base64 encode/decode unit tests]
-------e--- OK (1117 out of 1545, remaining: 08:05, took 0.289s, duration: 21:06)
test 1303...[Curl_timeleft unit tests]
-------e--- OK (1118 out of 1545, remaining: 08:03, took 0.286s, duration: 21:06)
test 1304...[netrc parsing unit tests]
-------e--- OK (1119 out of 1545, remaining: 08:02, took 0.229s, duration: 21:06)
test 1305...[internal hash create/destroy testing]
-------e--- OK (1120 out of 1545, remaining: 08:00, took 0.303s, duration: 21:07)
test 1306...[internal hash create/add/destroy testing]
-------e--- OK (1121 out of 1545, remaining: 07:59, took 0.267s, duration: 21:07)
test 1308...[formpost unit tests]
-------e--- OK (1122 out of 1545, remaining: 07:57, took 0.240s, duration: 21:07)
test 1309...[splay unit tests]
s------e--- OK (1123 out of 1545, remaining: 07:58, took 5.082s, duration: 21:12)
test 1310...[HTTP with NTLM delegation to winbind helper]
--pd---e--- OK (1124 out of 1545, remaining: 07:57, took 0.895s, duration: 21:13)
test 1311...[HTTP GET with -J and Content-Disposition]
--p---oe--- OK (1125 out of 1545, remaining: 07:55, took 0.550s, duration: 21:14)
test 1312...[HTTP GET with -J, Content-Disposition and ; in filename]
--p---oe--- OK (1126 out of 1545, remaining: 07:54, took 0.538s, duration: 21:14)
test 1313...[HTTP GET with -J, Content-Disposition, uneven quotes]
--p---oe--- OK (1127 out of 1545, remaining: 07:53, took 0.540s, duration: 21:15)
test 1314...[HTTP Location: following a // prefixed url]
--pd---e--- OK (1128 out of 1545, remaining: 07:51, took 0.627s, duration: 21:16)
test 1315...[HTTP RFC1867-type formposting - -F with three files, one with explicit type]
--pd---e--- OK (1129 out of 1545, remaining: 07:50, took 0.625s, duration: 21:16)
test 1317...[HTTP with --resolve]
--pd---e--- OK (1130 out of 1545, remaining: 07:49, took 0.514s, duration: 21:17)
test 1318...[HTTP with --resolve and same host name using different cases]
--pd---e--- OK (1131 out of 1545, remaining: 07:47, took 0.554s, duration: 21:18)
test 1319...[POP3 fetch tunneled through HTTP proxy]
--pd-P-e--- OK (1132 out of 1545, remaining: 07:46, took 1.382s, duration: 21:19)
test 1320...[SMTP send tunneled through HTTP proxy]
--p-uP-e--- OK (1133 out of 1545, remaining: 07:45, took 1.175s, duration: 21:20)
test 1321...[IMAP FETCH tunneled through HTTP proxy]
--pd-P-e--- OK (1134 out of 1545, remaining: 07:44, took 1.786s, duration: 21:22)
test 1322...[HTTP with --resolve and hostname with trailing dot]
--pd---e--- OK (1135 out of 1545, remaining: 07:43, took 0.528s, duration: 21:23)
test 1323...[curlx_tvdiff]
-------e--- OK (1136 out of 1545, remaining: 07:42, took 0.235s, duration: 21:23)
test 1324...[HTTP with --resolve and [ipv6address]]
--pd---e--- OK (1137 out of 1545, remaining: 07:40, took 0.513s, duration: 21:24)
test 1325...[HTTP 308-redirect with POST]
--pd---e--- OK (1138 out of 1545, remaining: 07:39, took 0.728s, duration: 21:24)
test 1326...[TELNET to HTTP server]
--pd---e--- OK (1139 out of 1545, remaining: 07:38, took 0.655s, duration: 21:25)
test 1327...[TELNET check of upload with stdout redirected]
--p----e--- OK (1140 out of 1545, remaining: 07:37, took 0.645s, duration: 21:26)
test 1328...[HTTP GET a globbed range with -f]
--pd---e--- OK (1141 out of 1545, remaining: 07:35, took 0.651s, duration: 21:27)
test 1329...[/-prefixed proxy name]
-------e--- OK (1142 out of 1545, remaining: 07:34, took 0.477s, duration: 21:27)
test 1331...[HTTP --proxy-anyauth and 407 with cookies]
--pd---e--- OK (1143 out of 1545, remaining: 07:33, took 0.715s, duration: 21:28)
test 1332...[HTTP POST with 303 redirect and --post303]
--pd---e--- OK (1144 out of 1545, remaining: 07:31, took 0.732s, duration: 21:29)
test 1333...[HTTP POST zero length, chunked-encoded]
--pd---e--- OK (1145 out of 1545, remaining: 07:30, took 0.507s, duration: 21:29)
test 1334...[HTTP GET with -O without Content-Disposition, -D file]
--p---oe--- OK (1146 out of 1545, remaining: 07:29, took 0.590s, duration: 21:30)
test 1335...[HTTP GET with -O without Content-Disposition, -D stdout]
--p---oe--- OK (1147 out of 1545, remaining: 07:28, took 0.581s, duration: 21:31)
test 1336...[HTTP GET with -O and Content-Disposition, -D file]
--p---oe--- OK (1148 out of 1545, remaining: 07:26, took 0.649s, duration: 21:31)
test 1337...[HTTP GET with -O and Content-Disposition, -D stdout]
--p---oe--- OK (1149 out of 1545, remaining: 07:25, took 0.629s, duration: 21:32)
test 1338...[HTTP GET with -O -J without Content-Disposition, -D file]
--p---oe--- OK (1150 out of 1545, remaining: 07:24, took 0.601s, duration: 21:33)
test 1339...[HTTP GET with -O -J without Content-Disposition, -D stdout]
--p---oe--- OK (1151 out of 1545, remaining: 07:22, took 0.584s, duration: 21:33)
test 1340...[HTTP GET with -O -J and Content-Disposition, -D file]
--p---oe--- OK (1152 out of 1545, remaining: 07:21, took 0.603s, duration: 21:34)
test 1341...[HTTP GET with -O -J and Content-Disposition, -D stdout]
--p---oe--- OK (1153 out of 1545, remaining: 07:20, took 0.587s, duration: 21:35)
test 1342...[HTTP GET with -O -i without Content-Disposition, -D file]
--p---oe--- OK (1154 out of 1545, remaining: 07:19, took 0.610s, duration: 21:35)
test 1343...[HTTP GET with -O -i without Content-Disposition, -D stdout]
--p---oe--- OK (1155 out of 1545, remaining: 07:17, took 0.591s, duration: 21:36)
test 1344...[HTTP GET with -O -i and Content-Disposition, -D file]
--p---oe--- OK (1156 out of 1545, remaining: 07:16, took 0.681s, duration: 21:37)
test 1345...[HTTP GET with -O -i and Content-Disposition, -D stdout]
--p---oe--- OK (1157 out of 1545, remaining: 07:15, took 0.653s, duration: 21:37)
test 1346...[HTTP GET with -O -i without Content-Disposition, without -D]
--p---oe--- OK (1158 out of 1545, remaining: 07:13, took 0.577s, duration: 21:38)
test 1347...[HTTP GET with -O -i and Content-Disposition, without -D]
--p---oe--- OK (1159 out of 1545, remaining: 07:12, took 0.632s, duration: 21:39)
test 1348...[FTP download, file without Content-Disposition inside, using -O]
--p---oe--- OK (1160 out of 1545, remaining: 07:11, took 0.828s, duration: 21:40)
test 1349...[FTP download, file without C-D inside, using -O -D file]
--p---oe--- OK (1161 out of 1545, remaining: 07:10, took 0.917s, duration: 21:41)
test 1350...[FTP download, file without C-D inside, using -O -D stdout]
--p---oe--- OK (1162 out of 1545, remaining: 07:09, took 0.908s, duration: 21:42)
test 1351...[FTP download, file without C-D inside, using -O -J -D file]
--p---oe--- OK (1163 out of 1545, remaining: 07:08, took 0.921s, duration: 21:43)
test 1352...[FTP download, file without C-D inside, using -O -J -D stdout]
--p---oe--- OK (1164 out of 1545, remaining: 07:06, took 0.904s, duration: 21:44)
test 1353...[FTP download, file without C-D inside, using -O -i -D file]
--p---oe--- OK (1165 out of 1545, remaining: 07:05, took 0.918s, duration: 21:45)
test 1354...[FTP download, file without C-D inside, using -O -i -D stdout]
--p---oe--- OK (1166 out of 1545, remaining: 07:04, took 0.897s, duration: 21:46)
test 1355...[FTP download, file without C-D inside, using -O -i, without -D]
--p---oe--- OK (1167 out of 1545, remaining: 07:03, took 0.833s, duration: 21:46)
test 1356...[FTP download, file with Content-Disposition inside, using -O]
--p---oe--- OK (1168 out of 1545, remaining: 07:02, took 0.933s, duration: 21:47)
test 1357...[FTP download, file with C-D inside, using -O -D file]
--p---oe--- OK (1169 out of 1545, remaining: 07:01, took 1.014s, duration: 21:48)
test 1358...[FTP download, file with C-D inside, using -O -D stdout]
--p---oe--- OK (1170 out of 1545, remaining: 06:59, took 0.985s, duration: 21:50)
test 1359...[FTP download, file with C-D inside, using -O -J -D file]
--p---oe--- OK (1171 out of 1545, remaining: 06:58, took 1.063s, duration: 21:51)
test 1360...[FTP download, file with C-D inside, using -O -J -D stdout]
--p---oe--- OK (1172 out of 1545, remaining: 06:57, took 1.006s, duration: 21:52)
test 1361...[FTP download, file with C-D inside, using -O -i -D file]
--p---oe--- OK (1173 out of 1545, remaining: 06:56, took 1.028s, duration: 21:53)
test 1362...[FTP download, file with C-D inside, using -O -i -D stdout]
--p---oe--- OK (1174 out of 1545, remaining: 06:55, took 0.999s, duration: 21:54)
test 1363...[FTP download, file with C-D inside, using -O -i, without -D]
--p---oe--- OK (1175 out of 1545, remaining: 06:54, took 0.933s, duration: 21:55)
test 1364...[HTTP GET -o fname without Content-Disposition, -D file]
--p---oe--- OK (1176 out of 1545, remaining: 06:52, took 0.612s, duration: 21:56)
test 1365...[HTTP GET -o fname without Content-Disposition, -D stdout]
--p---oe--- OK (1177 out of 1545, remaining: 06:51, took 0.593s, duration: 21:56)
test 1366...[HTTP GET -o fname and Content-Disposition, -D file]
--p---oe--- OK (1178 out of 1545, remaining: 06:50, took 0.630s, duration: 21:57)
test 1367...[HTTP GET -o fname and Content-Disposition, -D stdout]
--p---oe--- OK (1179 out of 1545, remaining: 06:49, took 0.611s, duration: 21:58)
test 1368...[HTTP GET -o fname -J without Content-Disposition, -D file]
--p---oe--- OK (1180 out of 1545, remaining: 06:47, took 0.694s, duration: 21:58)
test 1369...[HTTP GET -o fname -J without Content-Disposition, -D stdout]
--p---oe--- OK (1181 out of 1545, remaining: 06:46, took 0.596s, duration: 21:59)
test 1370...[HTTP GET -o fname -J and Content-Disposition, -D file]
--p---oe--- OK (1182 out of 1545, remaining: 06:45, took 0.632s, duration: 22:00)
test 1371...[HTTP GET -o fname -J and Content-Disposition, -D stdout]
--p---oe--- OK (1183 out of 1545, remaining: 06:44, took 0.604s, duration: 22:00)
test 1372...[HTTP GET -o fname -i without Content-Disposition, -D file]
--p---oe--- OK (1184 out of 1545, remaining: 06:42, took 0.630s, duration: 22:01)
test 1373...[HTTP GET -o fname -i without Content-Disposition, -D stdout]
--p---oe--- OK (1185 out of 1545, remaining: 06:41, took 0.626s, duration: 22:02)
test 1374...[HTTP GET -o fname -i and Content-Disposition, -D file]
--p---oe--- OK (1186 out of 1545, remaining: 06:40, took 0.642s, duration: 22:02)
test 1375...[HTTP GET -o fname -i and Content-Disposition, -D stdout]
--p---oe--- OK (1187 out of 1545, remaining: 06:39, took 0.631s, duration: 22:03)
test 1376...[HTTP GET -o fname -i without Content-Disposition, without -D]
--p---oe--- OK (1188 out of 1545, remaining: 06:37, took 0.597s, duration: 22:04)
test 1377...[HTTP GET -o fname -i and Content-Disposition, without -D]
--p---oe--- OK (1189 out of 1545, remaining: 06:36, took 0.605s, duration: 22:05)
test 1378...[FTP DL, file without Content-Disposition inside, using -o fname]
--p---oe--- OK (1190 out of 1545, remaining: 06:35, took 0.849s, duration: 22:05)
test 1379...[FTP DL, file without C-D inside, using -o fname -D file]
--p---oe--- OK (1191 out of 1545, remaining: 06:34, took 0.944s, duration: 22:06)
test 1380...[FTP DL, file without C-D inside, using -o fname -D stdout]
--p---oe--- OK (1192 out of 1545, remaining: 06:33, took 0.908s, duration: 22:07)
test 1381...[FTP DL, file without C-D inside, using -o fname -J -D file]
--p---oe--- OK (1193 out of 1545, remaining: 06:32, took 0.948s, duration: 22:08)
test 1382...[FTP DL, file without C-D inside, using -o fname -J -D stdout]
--p---oe--- OK (1194 out of 1545, remaining: 06:30, took 0.921s, duration: 22:09)
test 1383...[FTP DL, file without C-D inside, using -o fname -i -D file]
--p---oe--- OK (1195 out of 1545, remaining: 06:29, took 0.929s, duration: 22:10)
test 1384...[FTP DL, file without C-D inside, using -o fname -i -D stdout]
--p---oe--- OK (1196 out of 1545, remaining: 06:28, took 0.948s, duration: 22:11)
test 1385...[FTP DL, file without C-D inside, using -o fname -i, without -D]
--p---oe--- OK (1197 out of 1545, remaining: 06:27, took 0.849s, duration: 22:12)
test 1386...[FTP DL, file with Content-Disposition inside, using -o fname]
--p---oe--- OK (1198 out of 1545, remaining: 06:26, took 0.902s, duration: 22:13)
test 1387...[FTP DL, file with C-D inside, using -o fname -D file]
--p---oe--- OK (1199 out of 1545, remaining: 06:25, took 0.983s, duration: 22:14)
test 1388...[FTP DL, file with C-D inside, using -o fname -D stdout]
--p---oe--- OK (1200 out of 1545, remaining: 06:24, took 0.970s, duration: 22:15)
test 1389...[FTP DL, file with C-D inside, using -o fname -J -D file]
--p---oe--- OK (1201 out of 1545, remaining: 06:22, took 0.991s, duration: 22:16)
test 1390...[FTP DL, file with C-D inside, using -o fname -J -D stdout]
--p---oe--- OK (1202 out of 1545, remaining: 06:21, took 0.969s, duration: 22:17)
test 1391...[FTP DL, file with C-D inside, using -o fname -i -D file]
--p---oe--- OK (1203 out of 1545, remaining: 06:20, took 0.977s, duration: 22:19)
test 1392...[FTP DL, file with C-D inside, using -o fname -i -D stdout]
--p---oe--- OK (1204 out of 1545, remaining: 06:19, took 0.999s, duration: 22:20)
test 1393...[FTP DL, file with C-D inside, using -o fname -i, without -D]
--p---oe--- OK (1205 out of 1545, remaining: 06:18, took 0.903s, duration: 22:21)
test 1394...[unit test for parse_cert_parameter()]
-------e--- OK (1206 out of 1545, remaining: 06:17, took 0.303s, duration: 22:21)
test 1395...[Curl_dedotdotify]
-------e--- OK (1207 out of 1545, remaining: 06:15, took 0.201s, duration: 22:21)
test 1396...[curl_easy_escape and curl_easy_unescape]
-------e--- OK (1208 out of 1545, remaining: 06:14, took 0.290s, duration: 22:21)
test 1397...[Curl_cert_hostcheck unit tests]
-------e--- OK (1209 out of 1545, remaining: 06:13, took 0.203s, duration: 22:22)
test 1398...[curl_msnprintf unit tests]
-------e--- OK (1210 out of 1545, remaining: 06:11, took 0.199s, duration: 22:22)
test 1399...[Curl_pgrsTime unit tests]
-------e--- OK (1211 out of 1545, remaining: 06:10, took 0.203s, duration: 22:22)
test 1400...[--libcurl for simple HTTP GET]
--pd--oe--- OK (1212 out of 1545, remaining: 06:09, took 0.786s, duration: 22:23)
test 1401...[--libcurl for GET with various options]
--pd--oe--- OK (1213 out of 1545, remaining: 06:07, took 0.839s, duration: 22:24)
test 1402...[--libcurl for simple POST]
--pd--oe--- OK (1214 out of 1545, remaining: 06:06, took 0.797s, duration: 22:25)
test 1403...[--libcurl for GET with query]
--pd--oe--- OK (1215 out of 1545, remaining: 06:05, took 0.771s, duration: 22:26)
test 1404...[--libcurl for HTTP RFC1867-type formposting - -F with 3 files, one with explicit type & encoder]
--pd--oe--- OK (1216 out of 1545, remaining: 06:04, took 1.141s, duration: 22:27)
test 1405...[--libcurl for FTP with quote ops]
--pd--oe--- OK (1217 out of 1545, remaining: 06:03, took 1.304s, duration: 22:28)
test 1406...[--libcurl for SMTP]
--p-u-oe--- OK (1218 out of 1545, remaining: 06:02, took 1.125s, duration: 22:29)
test 1407...[--libcurl for POP3 LIST one message]
--p---oe--- OK (1219 out of 1545, remaining: 06:01, took 0.814s, duration: 22:30)
test 1408...[HTTP receive cookies over IPV6]
--p----e--- OK (1220 out of 1545, remaining: 06:00, took 0.634s, duration: 22:31)
test 1409...[Pass in string to -C]
-------e--- OK (1221 out of 1545, remaining: 05:58, took 0.374s, duration: 22:31)
test 1410...[Pass in negative number to --max-time]
-------e--- OK (1222 out of 1545, remaining: 05:57, took 0.378s, duration: 22:32)
test 1411...[HTTP with zero size file PUT]
--pd---e--- OK (1223 out of 1545, remaining: 05:56, took 0.536s, duration: 22:32)
test 1412...[HTTP GET with --anyauth with two URLs (picking Digest) ]
--pd---e--- OK (1224 out of 1545, remaining: 05:55, took 1.023s, duration: 22:33)
test 1413...[HTTP redirect with fragment in new URL]
--pd---e--- OK (1225 out of 1545, remaining: 05:53, took 0.704s, duration: 22:34)
test 1414...[FTP PORT without SIZE or EPRT support]
--pd---e--- OK (1226 out of 1545, remaining: 05:52, took 0.829s, duration: 22:35)
test 1415...[Delete expired cookies]
--pd--oe--- OK (1227 out of 1545, remaining: 05:51, took 0.609s, duration: 22:36)
test 1416...[HTTP GET with chunked Transfer-Encoding overflowed chunked size]
--p----e--- OK (1228 out of 1545, remaining: 05:50, took 0.534s, duration: 22:36)
test 1417...[HTTP GET with chunked encoding and chunked trailer without CRs]
--pd--oe--- OK (1229 out of 1545, remaining: 05:49, took 0.599s, duration: 22:37)
test 1418...[HTTP with --anyauth and connection re-use]
--pd---e--- OK (1230 out of 1545, remaining: 05:47, took 0.790s, duration: 22:38)
test 1419...[HTTP with --anyauth (but no auth!) and connection re-use]
--pd---e--- OK (1231 out of 1545, remaining: 05:46, took 0.582s, duration: 22:39)
test 1420...[--libcurl for IMAP FETCH message]
--pd--oe--- OK (1232 out of 1545, remaining: 05:45, took 1.397s, duration: 22:40)
test 1421...[Re-using HTTP proxy connection for two different host names]
s-p----e--- OK (1233 out of 1545, remaining: 05:44, took 0.596s, duration: 22:41)
test 1422...[HTTP GET with -O -J and Content-Disposition (empty file)]
--p---oe--- OK (1234 out of 1545, remaining: 05:43, took 0.558s, duration: 22:41)
test 1423...[HTTP GET -o fname without Content-Disposition (empty file)]
--p---oe--- OK (1235 out of 1545, remaining: 05:41, took 0.580s, duration: 22:42)
test 1424...[HTTP GET -o fname without Content-Disposition (unmet time condition)]
--p---oe--- OK (1236 out of 1545, remaining: 05:40, took 0.604s, duration: 22:43)
test 1425...[Refuse binary output to terminal]
s-p----e--- OK (1237 out of 1545, remaining: 05:39, took 0.617s, duration: 22:43)
test 1426...[Okay binary output to terminal]
s-p----e--- OK (1238 out of 1545, remaining: 05:38, took 0.609s, duration: 22:44)
test 1427...[too large -m timeout value]
-------e--- OK (1239 out of 1545, remaining: 05:37, took 0.367s, duration: 22:44)
test 1428...[HTTP over proxy-tunnel with --proxy-header and --header]
--pd-P-e--- OK (1240 out of 1545, remaining: 05:36, took 1.203s, duration: 22:46)
test 1429...[HTTP GET with 999 response code]
s-p----e--- OK (1241 out of 1545, remaining: 05:34, took 0.554s, duration: 22:46)
test 1430...[HTTP GET with negative response code]
--p----e--- OK (1242 out of 1545, remaining: 05:33, took 0.517s, duration: 22:47)
test 1431...[HTTP GET with single-digit response code]
--p----e--- OK (1243 out of 1545, remaining: 05:32, took 0.502s, duration: 22:47)
test 1432...[HTTP GET with 100-digit response code and survive]
--p----e--- OK (1244 out of 1545, remaining: 05:31, took 0.509s, duration: 22:48)
test 1433...[HTTP GET with 100-digit subversion number in response]
--p----e--- OK (1245 out of 1545, remaining: 05:29, took 0.541s, duration: 22:48)
test 1434...[HTTP GET resume at exactly the existing file size is fine]
--pd---e--- OK (1246 out of 1545, remaining: 05:28, took 0.637s, duration: 22:49)
test 1435...[simple HTTP GET over Unix socket]
--pd---e--- OK (1247 out of 1545, remaining: 05:27, took 1.759s, duration: 22:51)
test 1436...[HTTP requests with multiple connections over Unix socket]
s-p----e--- OK (1248 out of 1545, remaining: 05:26, took 0.643s, duration: 22:52)
test 1437...[HTTP with duplicated WWW-Authenticate parameters]
--pd---e--- OK (1249 out of 1545, remaining: 05:25, took 0.736s, duration: 22:53)
test 1438...[Check if %{scheme} returns HTTP]
s-p----e--- OK (1250 out of 1545, remaining: 05:24, took 0.514s, duration: 22:53)
test 1439...[Check if %{http_version} returns 1.1]
s-p----e--- OK (1251 out of 1545, remaining: 05:22, took 0.521s, duration: 22:54)
test 1440...[Check --write-out with trailing %{]
s------e--- OK (1252 out of 1545, remaining: 05:21, took 0.411s, duration: 22:54)
test 1441...[Check --write-out with trailing %]
s------e--- OK (1253 out of 1545, remaining: 05:20, took 0.409s, duration: 22:55)
test 1442...[Check --write-out with trailing \]
s------e--- OK (1254 out of 1545, remaining: 05:19, took 0.407s, duration: 22:55)
test 1443...[HTTP GET with -O and --remote-time]
--p---oe--- OK (1255 out of 1545, remaining: 05:18, took 0.612s, duration: 22:56)
test 1444...[FTP with --remote-time]
--pd---e--- OK (1256 out of 1545, remaining: 05:16, took 0.850s, duration: 22:57)
test 1445...[file:// with --remote-time]
-------e--- OK (1257 out of 1545, remaining: 05:15, took 0.918s, duration: 22:58)
test 1447...[Provide illegal proxy name ]
-------e--- OK (1259 out of 1545, remaining: 05:13, took 0.420s, duration: 22:58)
test 1448...[Redirect following to UTF-8 IDN host name]
s-p----e--- OK (1260 out of 1545, remaining: 05:12, took 0.857s, duration: 22:59)
test 1449...[FTP download range with integer overflow]
--p----e--- OK (1261 out of 1545, remaining: 05:10, took 0.544s, duration: 23:00)
test 1450...[Basic DICT lookup]
-------e--- OK (1262 out of 1545, remaining: 05:09, took 1.445s, duration: 23:01)
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
RUN: failed to start the SMB server
== Contents of files in the log/ dir after test 1451
test 1451 SKIPPED: failed starting SMB server
test 1452...[Basic TELNET negotiation]
s------e--- OK (1264 out of 1545, remaining: 05:18, took 1.477s, duration: 23:53)
test 1453...[Too long tftp filename]
-------e--- OK (1265 out of 1545, remaining: 05:17, took 0.441s, duration: 23:54)
test 1455...[HTTP GET when PROXY Protocol enabled]
--p----e--- OK (1266 out of 1545, remaining: 05:16, took 0.548s, duration: 23:54)
test 1456...[HTTP-IPv6 GET with PROXY protocol]
--p----e--- OK (1267 out of 1545, remaining: 05:14, took 0.572s, duration: 23:55)
test 1457...[Check if %{stderr} and %{stdout} switch between stdout and stderr.]
srp----e--- OK (1268 out of 1545, remaining: 05:13, took 0.521s, duration: 23:55)
test 1458...[HTTP with wildcard --resolve]
--pd---e--- OK (1269 out of 1545, remaining: 05:12, took 0.514s, duration: 23:56)
test 1460...[HTTP GET with -Ji and Content-Disposition with existing file]
------oe--- OK (1270 out of 1545, remaining: 05:11, took 0.486s, duration: 23:57)
test 1461...[curl important --help]
s------e--- OK (1271 out of 1545, remaining: 05:09, took 0.446s, duration: 23:57)
test 1462...[curl invalid category --help]
s------e--- OK (1272 out of 1545, remaining: 05:08, took 0.479s, duration: 23:58)
test 1463...[curl file category --help]
s------e--- OK (1273 out of 1545, remaining: 05:07, took 0.420s, duration: 23:58)
test 1464...[curl file category --help with lower/upper mix]
s------e--- OK (1274 out of 1545, remaining: 05:06, took 0.522s, duration: 23:59)
test 1465...[--libcurl for POST with binary content]
--pd--oe--- OK (1275 out of 1545, remaining: 05:04, took 0.790s, duration: 23:59)
test 1466...[HTTP GET with 3-digit response and only digits in reason]
--pd---e--- OK (1276 out of 1545, remaining: 05:03, took 0.486s, duration: 24:00)
test 1467...[HTTP GET via SOCKS5 proxy via unix sockets]
--pd---e--- OK (1277 out of 1545, remaining: 05:02, took 1.578s, duration: 24:02)
test 1468...[HTTP GET with host name using SOCKS5h via unix sockets]
--pd---e--- OK (1278 out of 1545, remaining: 05:01, took 0.568s, duration: 24:02)
test 1469...[Space in FTP upload URL]
-------e--- OK (1279 out of 1545, remaining: 05:00, took 0.379s, duration: 24:03)
test 1470...[HTTPS GET with host name using SOCKS5h via unix sockets]
--pd---e--- OK (1280 out of 1545, remaining: 04:59, took 1.887s, duration: 24:05)
test 1471...[Fail to resolve .onion TLD]
-r-----e--- OK (1281 out of 1545, remaining: 04:57, took 0.428s, duration: 24:05)
test 1472...[Fail to resolve .onion. TLD]
-r-----e--- OK (1282 out of 1545, remaining: 04:56, took 0.440s, duration: 24:06)
test 1500...[curl_multi_wait]
---d---e--- OK (1283 out of 1545, remaining: 04:55, took 0.449s, duration: 24:06)
test 1501...[FTP with multi interface and slow LIST response]
--p----e--- OK (1284 out of 1545, remaining: 04:56, took 11.643s, duration: 24:18)
test 1502...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence UA]
--pd---e--- OK (1285 out of 1545, remaining: 04:55, took 0.491s, duration: 24:18)
test 1503...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence PA]
--pd---e--- OK (1286 out of 1545, remaining: 04:53, took 0.497s, duration: 24:19)
test 1504...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB]
--pd---e--- OK (1287 out of 1545, remaining: 04:52, took 0.490s, duration: 24:19)
test 1505...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB]
--pd---e--- OK (1288 out of 1545, remaining: 04:51, took 0.489s, duration: 24:20)
test 1506...[HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)]
--p---oe--- OK (1289 out of 1545, remaining: 04:50, took 0.788s, duration: 24:21)
test 1507...[SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK]
--p----e--- OK (1290 out of 1545, remaining: 04:48, took 0.511s, duration: 24:21)
test 1508...[Close a multi handle without using it]
------oe--- OK (1291 out of 1545, remaining: 04:47, took 0.384s, duration: 24:22)
test 1509...[simple multi http:// through proxytunnel with authentication info]
--pd-P-e--- OK (1292 out of 1545, remaining: 04:46, took 1.218s, duration: 24:23)
test 1511...[HTTP GET time conditions in repeated requests]
---d---e--- OK (1293 out of 1545, remaining: 04:45, took 0.568s, duration: 24:24)
test 1513...[return failure immediately from progress callback]
s------e--- OK (1294 out of 1545, remaining: 04:44, took 0.443s, duration: 24:24)
test 1514...[HTTP POST with read callback and unknown data size]
--p----e--- OK (1295 out of 1545, remaining: 04:43, took 1.572s, duration: 24:26)
test 1515...[caching of manual libcurl DNS entries after DNS cache timeout]
---d---e--- OK (1296 out of 1545, remaining: 04:42, took 2.663s, duration: 24:29)
test 1516...[caching of manual libcurl DNS entries after dead connection]
-------e--- OK (1297 out of 1545, remaining: 04:41, took 2.600s, duration: 24:31)
test 1517...[HTTP POST, server responds before completed send]
--pd---e--- OK (1298 out of 1545, remaining: 04:40, took 1.705s, duration: 24:33)
test 1518...[Extract Location: with broken URL]
s------e--- OK (1299 out of 1545, remaining: 04:39, took 0.563s, duration: 24:34)
test 1519...[Extract Location: with broken absolute URL]
s------e--- OK (1300 out of 1545, remaining: 04:37, took 0.567s, duration: 24:34)
test 1520...[SMTP with CRLF-dot-CRLF in data]
--p-u--e--- OK (1301 out of 1545, remaining: 04:36, took 0.557s, duration: 24:35)
test 1521...[Test all curl_easy_setopt and curl_easy_getinfo options]
-------e--- OK (1302 out of 1545, remaining: 04:35, took 0.388s, duration: 24:35)
test 1522...[CURLINFO_SIZE_UPLOAD with small SO_SNDBUF]
s------e--- OK (1303 out of 1545, remaining: 04:34, took 1.729s, duration: 24:37)
test 1523...[CURLINFO_LOW_SPEED_LIMIT]
-------e--- OK (1304 out of 1545, remaining: 04:35, took 11.801s, duration: 24:49)
test 1524...[HTTP PUT with 303 redirect]
--pd---e--- OK (1305 out of 1545, remaining: 04:34, took 2.000s, duration: 24:51)
test 1525...[CURLOPT_PROXYHEADER is ignored CURLHEADER_UNIFIED]
--pd-P-e--- OK (1306 out of 1545, remaining: 04:33, took 1.183s, duration: 24:52)
test 1526...[CURLOPT_PROXYHEADER: separate host/proxy headers]
--pd-P-e--- OK (1307 out of 1545, remaining: 04:32, took 1.172s, duration: 24:53)
test 1527...[Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED]
--pd-P-e--- OK (1308 out of 1545, remaining: 04:31, took 1.663s, duration: 24:55)
test 1528...[Separately specified proxy/server headers sent in a proxy GET]
---d-P-e--- OK (1309 out of 1545, remaining: 04:29, took 0.576s, duration: 24:56)
test 1529...[HTTP request-injection in URL sent over proxy]
-------e--- OK (1310 out of 1545, remaining: 04:28, took 0.427s, duration: 24:56)
test 1530...[CURLOPT_OPENSOCKETFUNCTION returns bad socket]
-------e--- OK (1311 out of 1545, remaining: 04:27, took 0.382s, duration: 24:57)
test 1531...[CURLOPT_POSTFIELDS with binary data set after multi_add_handle]
--p----e--- OK (1312 out of 1545, remaining: 04:25, took 0.497s, duration: 24:57)
test 1532...[Test CURLINFO_RESPONSE_CODE]
--p----e--- OK (1313 out of 1545, remaining: 04:24, took 0.525s, duration: 24:58)
test 1533...[HTTP with CURLOPT_KEEP_SENDING_ON_ERROR and an early error response]
--p----e--- OK (1314 out of 1545, remaining: 04:23, took 0.611s, duration: 24:58)
test 1534...[CURLINFO_FILETIME init and reset]
--p----e--- OK (1315 out of 1545, remaining: 04:22, took 0.525s, duration: 24:59)
test 1535...[Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL]
--p----e--- OK (1316 out of 1545, remaining: 04:21, took 0.521s, duration: 25:00)
test 1536...[Test CURLINFO_RESPONSE_CODE CURLINFO_SCHEME]
--p----e--- OK (1317 out of 1545, remaining: 04:19, took 0.532s, duration: 25:00)
test 1537...[libcurl URL escape/unescape tests]
s------e--- OK (1318 out of 1545, remaining: 04:18, took 0.428s, duration: 25:01)
test 1538...[libcurl strerror API call tests]
s------e--- OK (1319 out of 1545, remaining: 04:17, took 0.842s, duration: 25:02)
test 1539...[HTTP 1.0 POST with read callback and unknown data size]
-------e--- OK (1320 out of 1545, remaining: 04:16, took 0.477s, duration: 25:02)
test 1540...[chunked with trailers and pausing the receive]
--pd---e--- OK (1321 out of 1545, remaining: 04:14, took 0.794s, duration: 25:03)
test 1542...[connection reuse with CURLOPT_MAXLIFETIME_CONN]
--p---oe--- OK (1322 out of 1545, remaining: 04:14, took 2.708s, duration: 25:06)
test 1543...[CURLOPT_CURLU, URL with space and CURLINFO_EFFECTIVE_URL]
s-p----e--- OK (1323 out of 1545, remaining: 04:12, took 0.633s, duration: 25:06)
test 1550...[verify setting pipeling blocklisting options]
-------e--- OK (1324 out of 1545, remaining: 04:11, took 0.373s, duration: 25:07)
test 1551...[re-run redirected transfer without setting URL again]
--pd---e--- OK (1325 out of 1545, remaining: 04:10, took 0.565s, duration: 25:07)
test 1552...[IMAP multi transfer error without curl_multi_remove_handle]
-------e--- OK (1326 out of 1545, remaining: 04:09, took 0.486s, duration: 25:08)
test 1553...[IMAP cleanup before a connection was created]
-------e--- OK (1327 out of 1545, remaining: 04:07, took 0.589s, duration: 25:09)
test 1554...[HTTP with shared connection cache]
---d---e--- OK (1328 out of 1545, remaining: 04:06, took 0.670s, duration: 25:09)
test 1555...[verify api is protected against calls from callbacks]
s------e--- OK (1329 out of 1545, remaining: 04:05, took 0.444s, duration: 25:10)
test 1556...[send long HTTP headers to header callback]
s-p----e--- OK (1330 out of 1545, remaining: 04:04, took 0.862s, duration: 25:11)
test 1557...[Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry]
-------e--- OK (1331 out of 1545, remaining: 04:03, took 0.468s, duration: 25:11)
test 1558...[CURLINFO_PROTOCOL for file:// transfer]
s------e--- OK (1332 out of 1545, remaining: 04:01, took 0.457s, duration: 25:12)
test 1559...[Set excessive URL lengths]
s------e--- OK (1333 out of 1545, remaining: 04:00, took 0.548s, duration: 25:12)
test 1560...[URL API]
s------e--- OK (1334 out of 1545, remaining: 03:59, took 0.601s, duration: 25:13)
test 1561...[Cookies set over HTTP can't override secure ones]
--p---oe--- OK (1335 out of 1545, remaining: 03:59, took 7.888s, duration: 25:21)
test 1562...[Expire secure cookies over HTTPS]
--p----e--- OK (1336 out of 1545, remaining: 03:58, took 3.016s, duration: 25:24)
test 1563...[Make sure redirects to CURLPROTO_GOPHER are forbidden by default]
--p----e--- OK (1337 out of 1545, remaining: 03:57, took 0.503s, duration: 25:25)
test 1564...[wakeup before poll with no easy handles]
-------e--- OK (1338 out of 1545, remaining: 03:56, took 3.407s, duration: 25:28)
test 1565...[wakeup from another thread]
-------e--- OK (1339 out of 1545, remaining: 03:56, took 6.479s, duration: 25:35)
test 1566...[--etag-compare that gets a 304 back shouldn't overwrite the file]
--p---oe--- OK (1340 out of 1545, remaining: 03:54, took 0.555s, duration: 25:35)
test 1567...[re-run redirected transfer without setting CURLU URL again]
--pd---e--- OK (1341 out of 1545, remaining: 03:53, took 0.569s, duration: 25:36)
test 1568...[HTTP with Digest authorization on custom CURLOPT_PORT]
--pd---e--- OK (1342 out of 1545, remaining: 03:52, took 0.734s, duration: 25:37)
test 1569...[FTP first type=A then regular URL]
--p----e--- OK (1343 out of 1545, remaining: 03:51, took 2.642s, duration: 25:39)
test 1570...[FTP first type=D then regular URL]
--p----e--- OK (1344 out of 1545, remaining: 03:50, took 1.070s, duration: 25:40)
test 1590...[IMAP cleanup before a connection was created]
-------e--- OK (1345 out of 1545, remaining: 03:49, took 0.525s, duration: 25:41)
test 1591...[HTTP PUT with trailers at the end]
--p----e--- OK (1346 out of 1545, remaining: 03:48, took 1.581s, duration: 25:43)
test 1592...[HTTP request, remove handle while resolving, don't block]
-------e--- OK (1347 out of 1545, remaining: 03:46, took 0.718s, duration: 25:43)
test 1593...[HTTP custom header overrides CURLOPT_TIMECONDITION]
--p----e--- OK (1348 out of 1545, remaining: 03:45, took 0.512s, duration: 25:44)
test 1594...[HTTP Retry-After header parsing and extraction]
s-p----e--- OK (1349 out of 1545, remaining: 03:44, took 0.538s, duration: 25:45)
test 1595...[HTTP Retry-After header extraction (without header)]
s-p----e--- OK (1350 out of 1545, remaining: 03:43, took 0.527s, duration: 25:45)
test 1596...[HTTP Retry-After header parsing using a date]
s-p----e--- OK (1351 out of 1545, remaining: 03:42, took 0.539s, duration: 25:46)
test 1597...[CURLOPT_PROTOCOLS_STR]
s------e--- OK (1352 out of 1545, remaining: 03:40, took 0.380s, duration: 25:46)
test 1600...[NTLM unit tests]
-------e--- OK (1353 out of 1545, remaining: 03:39, took 0.286s, duration: 25:46)
test 1601...[MD5 unit tests]
-------e--- OK (1354 out of 1545, remaining: 03:38, took 0.205s, duration: 25:47)
test 1602...[Internal hash create/add/destroy testing, exercising clean functions]
-------e--- OK (1355 out of 1545, remaining: 03:36, took 0.214s, duration: 25:47)
test 1603...[Internal hash add, retrieval, deletion testing]
-------e--- OK (1356 out of 1545, remaining: 03:35, took 0.199s, duration: 25:47)
test 1604...[Test WIN32/MSDOS filename sanitization]
-------e--- OK (1357 out of 1545, remaining: 03:34, took 0.195s, duration: 25:47)
test 1605...[Test negative data lengths as input to libcurl functions]
-------e--- OK (1358 out of 1545, remaining: 03:33, took 0.279s, duration: 25:48)
test 1606...[verify speedcheck]
-------e--- OK (1359 out of 1545, remaining: 03:31, took 0.283s, duration: 25:48)
test 1607...[CURLOPT_RESOLVE parsing]
-------e--- OK (1360 out of 1545, remaining: 03:30, took 0.300s, duration: 25:48)
test 1608...[verify DNS shuffling]
-------e--- OK (1361 out of 1545, remaining: 03:29, took 0.289s, duration: 25:49)
test 1609...[CURLOPT_RESOLVE parsing]
-------e--- OK (1362 out of 1545, remaining: 03:28, took 0.291s, duration: 25:49)
test 1610...[SHA256 unit tests]
-------e--- OK (1363 out of 1545, remaining: 03:26, took 0.276s, duration: 25:49)
test 1611...[MD4 unit tests]
-------e--- OK (1364 out of 1545, remaining: 03:25, took 0.204s, duration: 25:50)
test 1612...[HMAC unit tests]
-------e--- OK (1365 out of 1545, remaining: 03:24, took 0.197s, duration: 25:50)
test 1613...[Send "OPTIONS *" with --request-target to a proxy]
--pd---e--- OK (1366 out of 1545, remaining: 03:23, took 0.512s, duration: 25:50)
test 1614...[noproxy and cidr comparisons]
-------e--- OK (1367 out of 1545, remaining: 03:21, took 0.218s, duration: 25:51)
test 1620...[unit tests for url.c]
-------e--- OK (1368 out of 1545, remaining: 03:20, took 0.280s, duration: 25:51)
test 1621...[unit tests for stripcredentials from URL]
-------e--- OK (1369 out of 1545, remaining: 03:19, took 0.297s, duration: 25:51)
test 1630...[HTTPS-proxy with Basic auth to HTTP without auth]
---d-P-e--- OK (1370 out of 1545, remaining: 03:18, took 1.628s, duration: 25:53)
test 1631...[FTP through HTTPS-proxy]
--pd-P-e--- OK (1371 out of 1545, remaining: 03:17, took 2.500s, duration: 25:56)
test 1632...[FTP through HTTPS-proxy, with connection re-use]
--pd-P-e--- OK (1372 out of 1545, remaining: 03:16, took 3.787s, duration: 25:59)
test 1633...[--retry with a 429 response and Retry-After:]
--pd---e--- OK (1373 out of 1545, remaining: 03:15, took 1.735s, duration: 26:01)
test 1634...[--retry with a 429 response and Retry-After: and --fail]
--pd---e--- OK (1374 out of 1545, remaining: 03:14, took 1.596s, duration: 26:03)
test 1635...[--retry with a 429 response and Retry-After: and --fail-with-body]
s-p----e--- OK (1375 out of 1545, remaining: 03:13, took 1.561s, duration: 26:05)
test 1650...[DOH]
-------e--- OK (1376 out of 1545, remaining: 03:12, took 0.203s, duration: 26:05)
test 1651...[x509 parsing]
-------e--- OK (1377 out of 1545, remaining: 03:11, took 0.196s, duration: 26:05)
test 1652...[infof]
-------e--- OK (1378 out of 1545, remaining: 03:09, took 0.282s, duration: 26:05)
test 1653...[urlapi port number parsing]
-------e--- OK (1379 out of 1545, remaining: 03:08, took 0.211s, duration: 26:06)
test 1654...[alt-svc]
------oe--- OK (1380 out of 1545, remaining: 03:07, took 0.430s, duration: 26:06)
test 1655...[unit test for doh_encode]
-------e--- OK (1381 out of 1545, remaining: 03:06, took 0.203s, duration: 26:06)
test 1660...[HSTS]
s-----oe--- OK (1382 out of 1545, remaining: 03:04, took 0.523s, duration: 26:07)
test 1661...[bufref unit tests]
-------e--- OK (1383 out of 1545, remaining: 03:03, took 0.197s, duration: 26:07)
test 1662...[HTTP formpost from callback and a redirect and switch to GET]
s------e--- OK (1384 out of 1545, remaining: 03:02, took 1.575s, duration: 26:09)
test 1670...[-w individual header output]
s-p----e--- OK (1385 out of 1545, remaining: 03:01, took 0.539s, duration: 26:09)
test 1671...[-w header JSON output]
s-p----e--- OK (1386 out of 1545, remaining: 03:00, took 0.581s, duration: 26:10)
test 1680...[HTTP GET with explicit clobber]
------oe--- OK (1387 out of 1545, remaining: 02:58, took 0.519s, duration: 26:11)
test 1681...[HTTP GET without clobber]
s-----oe--- OK (1388 out of 1545, remaining: 02:57, took 0.543s, duration: 26:11)
test 1682...[HTTP GET without clobber and --output-dir]
------oe--- OK (1389 out of 1545, remaining: 02:56, took 0.537s, duration: 26:12)
test 1683...[HTTP GET without clobber when 100 files already exist]
------oe--- OK (1390 out of 1545, remaining: 02:55, took 1.227s, duration: 26:13)
test 1700 SKIPPED: failed starting HTTP/2 server
test 1800...[HTTP/2 upgrade refused]
--pd---e--- OK (1394 out of 1545, remaining: 02:50, took 0.520s, duration: 26:14)
test 1903...[CURLOPT_COOKIEFILE then reset then set again]
-------e--- OK (1395 out of 1545, remaining: 02:49, took 0.635s, duration: 26:15)
test 1904...[HTTP CONNECT with 204 response]
--pd-P-e--- OK (1396 out of 1545, remaining: 02:48, took 1.190s, duration: 26:16)
test 1905...[CURLOPT_COOKIELIST set to "FLUSH" of a shared cookie object]
--p---oe--- OK (1397 out of 1545, remaining: 02:47, took 0.604s, duration: 26:17)
test 1906...[CURLOPT_CURLU and CURLOPT_PORT]
--p----e--- OK (1398 out of 1545, remaining: 02:45, took 0.560s, duration: 26:17)
test 1907...[CURLINFO_EFFECTIVE_URL with non-scheme URL]
s-p----e--- OK (1399 out of 1545, remaining: 02:44, took 0.528s, duration: 26:18)
test 1908...[alt-svc cache save after resetting the handle]
--p---oe--- OK (1400 out of 1545, remaining: 02:43, took 0.689s, duration: 26:19)
test 1909...[HTTP GET --retry-all-errors to overcome partial transfer]
--p---oe--- OK (1401 out of 1545, remaining: 02:42, took 1.631s, duration: 26:20)
test 1910...[HTTP credentials with newline and redirect]
--p----e--- OK (1402 out of 1545, remaining: 02:41, took 0.530s, duration: 26:21)
test 1911...[verify that curl_easy_setopt() rejects too long string inputs]
-------e--- OK (1403 out of 1545, remaining: 02:40, took 1.659s, duration: 26:23)
test 1912...[Cross validate that gcc-typecheck macros match the option types.]
-------e--- OK (1404 out of 1545, remaining: 02:39, took 0.314s, duration: 26:23)
test 1913...[FTP with NOBODY set, getting a missing file]
-------e--- OK (1405 out of 1545, remaining: 02:37, took 0.469s, duration: 26:24)
test 1914...[FTP with NOBODY and FILETIME set, getting a missing file]
-------e--- OK (1406 out of 1545, remaining: 02:36, took 0.470s, duration: 26:24)
test 1915...[HSTS read/write callbacks]
s------e--- OK (1407 out of 1545, remaining: 02:35, took 0.457s, duration: 26:25)
test 1916...[MQTT PUBLISH with no POSTFIELDSIZE set]
--p----e--- OK (1408 out of 1545, remaining: 02:34, took 0.493s, duration: 26:25)
test 1917...[MQTT PUBLISH with CURLOPT_POST set (no payload)]
--p----e--- OK (1409 out of 1545, remaining: 02:33, took 0.517s, duration: 26:26)
test 1918...[curl_easy_option_by_name() and curl_easy_option_by_id()]
-------e--- OK (1410 out of 1545, remaining: 02:31, took 0.388s, duration: 26:26)
test 1919...[set CURLOPT_XOAUTH2_BEARER and do connection reuse]
--p----e--- OK (1411 out of 1545, remaining: 02:30, took 0.500s, duration: 26:27)
test 1933...[HTTP AWS_SIGV4 with one provider and auth cred via URL]
--p----e--- OK (1412 out of 1545, remaining: 02:29, took 0.539s, duration: 26:27)
test 1934...[HTTP AWS_SIGV4 with two providers]
--p----e--- OK (1413 out of 1545, remaining: 02:28, took 0.649s, duration: 26:28)
test 1935...[HTTP AWS_SIGV4 with two providers and region]
--p----e--- OK (1414 out of 1545, remaining: 02:27, took 0.536s, duration: 26:29)
test 1936...[HTTP AWS_SIGV4 with two providers, region and service]
--p----e--- OK (1415 out of 1545, remaining: 02:26, took 0.537s, duration: 26:29)
test 1937...[HTTP POST with AWS_SIGV4]
--p----e--- OK (1416 out of 1545, remaining: 02:24, took 0.559s, duration: 26:30)
test 1938...[HTTP POST with AWS_SIGV4 for binary data]
--p----e--- OK (1417 out of 1545, remaining: 02:23, took 0.546s, duration: 26:30)
test 1939...[curl_easy_cleanup without curl_multi_remove_handle - in CONNECT]
-------e--- OK (1418 out of 1545, remaining: 02:22, took 0.527s, duration: 26:31)
test 1940...[curl_easy_header]
s------e--- OK (1419 out of 1545, remaining: 02:21, took 0.514s, duration: 26:31)
test 1941...[curl_easy_header with CONNECT]
s----P-e--- OK (1420 out of 1545, remaining: 02:20, took 1.102s, duration: 26:33)
test 1942...[curl_easy_header with 1xx response]
s------e--- OK (1421 out of 1545, remaining: 02:19, took 0.526s, duration: 26:33)
test 1943...[curl_easy_header with trailers]
s------e--- OK (1422 out of 1545, remaining: 02:17, took 0.511s, duration: 26:34)
test 1944...[curl_easy_header with redirect]
s------e--- OK (1423 out of 1545, remaining: 02:16, took 0.573s, duration: 26:34)
test 1945...[curl_easy_nextheader with server + CONNECT]
s----P-e--- OK (1424 out of 1545, remaining: 02:15, took 1.103s, duration: 26:36)
test 1946...[curl_easy_header with redirect but get headers from first request]
s------e--- OK (1425 out of 1545, remaining: 02:14, took 0.543s, duration: 26:36)
test 1947...[curl_easy_nextheader on second request after first did redirects]
s------e--- OK (1426 out of 1545, remaining: 02:13, took 0.566s, duration: 26:37)
test 1948...[CURLOPT_POST after CURLOPT_UPLOAD reusing handle]
--pd---e--- OK (1427 out of 1545, remaining: 02:12, took 0.555s, duration: 26:37)
test 1955...[HTTP AWS_SIGV4 without X-Xxx-Content-Sha256]
--p----e--- OK (1428 out of 1545, remaining: 02:10, took 0.562s, duration: 26:38)
test 1956...[HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of empty payload]
--p----e--- OK (1429 out of 1545, remaining: 02:09, took 0.565s, duration: 26:39)
test 1957...[HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload]
--p----e--- OK (1430 out of 1545, remaining: 02:08, took 0.553s, duration: 26:39)
test 1958...[HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload with whitespace]
--p----e--- OK (1431 out of 1545, remaining: 02:07, took 0.564s, duration: 26:40)
test 1959...[HTTP AWS_SIGV4 with long value for X-Xxx-Content-Sha256]
--p----e--- OK (1432 out of 1545, remaining: 02:06, took 0.562s, duration: 26:40)
test 1960...[application hands over already connected socket]
--pd---e--- OK (1433 out of 1545, remaining: 02:05, took 0.641s, duration: 26:41)
test 1970...[HTTP AWS_SIGV4 for AWS S3: UPLOAD with INFILESIZE=0]
--p----e--- OK (1434 out of 1545, remaining: 02:04, took 0.563s, duration: 26:42)
test 1971...[HTTP AWS_SIGV4 for AWS S3: UPLOAD with unknown INFILESIZE]
--p----e--- OK (1435 out of 1545, remaining: 02:02, took 1.549s, duration: 26:43)
test 1972...[HTTP AWS_SIGV4 for AWS S3: MIMEPOST]
--p----e--- OK (1436 out of 1545, remaining: 02:01, took 0.569s, duration: 26:44)
test 1973...[HTTP AWS_SIGV4 for AWS S3: POSTFIELDS]
--p----e--- OK (1437 out of 1545, remaining: 02:00, took 0.593s, duration: 26:45)
test 1974...[HTTP AWS_SIGV4 for AWS S3: GET]
--p----e--- OK (1438 out of 1545, remaining: 01:59, took 0.584s, duration: 26:45)
test 1975...[HTTP AWS_SIGV4 for AWS S3: UPLOAD with given x-amz-content-sha256]
--p----e--- OK (1439 out of 1545, remaining: 01:58, took 1.560s, duration: 26:47)
test 2000...[FTP RETR followed by FILE]
s-p----e--- OK (1440 out of 1545, remaining: 01:57, took 0.896s, duration: 26:48)
test 2001...[HTTP GET followed by FTP RETR followed by FILE]
s-p----e--- OK (1441 out of 1545, remaining: 01:56, took 1.026s, duration: 26:49)
test 2002...[HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ]
s-p----e--- OK (1442 out of 1545, remaining: 01:55, took 1.129s, duration: 26:50)
test 2003...[HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ then again in reverse order]
s-p----e--- OK (1443 out of 1545, remaining: 01:53, took 1.582s, duration: 26:52)
test 2023...[HTTP authorization retry (Basic)]
--pd---e--- OK (1445 out of 1545, remaining: 01:51, took 0.929s, duration: 26:53)
test 2024...[HTTP authorization retry (Basic switching to Digest)]
--pd---e--- OK (1446 out of 1545, remaining: 01:50, took 0.975s, duration: 26:54)
test 2025...[HTTP authorization retry (Basic switching to NTLM)]
--pd---e--- OK (1447 out of 1545, remaining: 01:49, took 1.254s, duration: 26:56)
test 2026...[HTTP authorization retry (Digest switching to Basic)]
--pd---e--- OK (1448 out of 1545, remaining: 01:48, took 1.177s, duration: 26:57)
test 2027...[HTTP authorization retry (Digest)]
--pd---e--- OK (1449 out of 1545, remaining: 01:47, took 1.379s, duration: 26:58)
test 2028...[HTTP authorization retry (Digest switching to NTLM)]
--pd---e--- OK (1450 out of 1545, remaining: 01:46, took 1.438s, duration: 27:00)
test 2029...[HTTP authorization retry (NTLM switching to Basic)]
--pd---e--- OK (1451 out of 1545, remaining: 01:45, took 1.143s, duration: 27:01)
test 2030...[HTTP authorization retry (NTLM switching to Digest)]
--pd---e--- OK (1452 out of 1545, remaining: 01:43, took 1.343s, duration: 27:02)
test 2031...[HTTP authorization retry (NTLM)]
--pd---e--- OK (1453 out of 1545, remaining: 01:42, took 1.469s, duration: 27:04)
test 2032...[NTLM connection mapping]
--pd---e--- OK (1454 out of 1545, remaining: 01:41, took 0.781s, duration: 27:05)
test 2034...[simple HTTPS GET with DER public key pinning]
--pd---e--- OK (1455 out of 1545, remaining: 01:41, took 8.959s, duration: 27:14)
test 2035...[HTTPS wrong DER pinnedpubkey but right CN]
-------e--- OK (1456 out of 1545, remaining: 01:39, took 0.598s, duration: 27:14)
test 2036...[HTTP, -O with no slash at all in the URL]
-------e--- OK (1457 out of 1545, remaining: 01:38, took 0.408s, duration: 27:15)
test 2037...[simple HTTPS GET with PEM public key pinning]
--pd---e--- OK (1458 out of 1545, remaining: 01:37, took 0.663s, duration: 27:16)
test 2038...[HTTPS wrong PEM pinnedpubkey but right CN]
-------e--- OK (1459 out of 1545, remaining: 01:36, took 0.601s, duration: 27:16)
test 2039...[FTP (optional .netrc with 'default' override; no user/pass) dir list PASV]
--pd---e--- OK (1460 out of 1545, remaining: 01:35, took 0.855s, duration: 27:17)
test 2040...[HTTP Basic authorization, then without authorization]
s-p----e--- OK (1461 out of 1545, remaining: 01:34, took 0.589s, duration: 27:18)
test 2041...[simple HTTPS GET with base64-sha256 public key pinning]
--pd---e--- OK (1462 out of 1545, remaining: 01:33, took 0.666s, duration: 27:18)
test 2042...[HTTPS wrong base64-sha256 pinnedpubkey but right CN]
-------e--- OK (1463 out of 1545, remaining: 01:31, took 0.597s, duration: 27:19)
test 2044...[Attempt to set a default protocol that does not exist]
-------e--- OK (1464 out of 1545, remaining: 01:30, took 0.393s, duration: 27:20)
test 2045...[Set the default protocol to ftp for a schemeless URL]
-------e--- OK (1465 out of 1545, remaining: 01:29, took 0.507s, duration: 27:20)
test 2046...[Connection re-use with IDN host name]
s-p----e--- OK (1466 out of 1545, remaining: 01:28, took 0.918s, duration: 27:21)
test 2047...[Connection re-use with IDN host name over HTTP proxy]
s-p----e--- OK (1467 out of 1545, remaining: 01:27, took 0.887s, duration: 27:22)
test 2048...[pinnedpubkey no-match must fail even when insecure]
-------e--- OK (1468 out of 1545, remaining: 01:26, took 0.519s, duration: 27:23)
test 2049...[Connect to specific host]
--pd---e--- OK (1469 out of 1545, remaining: 01:25, took 0.624s, duration: 27:23)
test 2050...[Connect to specific host via HTTP proxy (switch to tunnel mode automatically)]
--pd-P-e--- OK (1470 out of 1545, remaining: 01:23, took 1.161s, duration: 27:25)
test 2051...[Connect to specific host: Re-use existing connections if possible]
s-p----e--- OK (1471 out of 1545, remaining: 01:22, took 0.620s, duration: 27:25)
test 2052...[Connect to specific host: Do not mix connections with and without a "connect to host"]
s-p----e--- OK (1472 out of 1545, remaining: 01:21, took 0.580s, duration: 27:26)
test 2053...[Connect to specific host with IP addresses]
--pd---e--- OK (1473 out of 1545, remaining: 01:20, took 0.543s, duration: 27:26)
test 2054...[Connect to specific host: use the first "connect-to" string that matches]
--pd---e--- OK (1474 out of 1545, remaining: 01:19, took 0.626s, duration: 27:27)
test 2055...[Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode automatically)]
--pd-P-e--- OK (1475 out of 1545, remaining: 01:18, took 1.170s, duration: 27:28)
test 2058...[HTTP POST --digest with PUT, resumed upload, modified method and SHA-256]
--pd---e--- OK (1476 out of 1545, remaining: 01:17, took 0.741s, duration: 27:29)
test 2059...[HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true]
--pd---e--- OK (1477 out of 1545, remaining: 01:15, took 0.716s, duration: 27:30)
test 2060...[HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false]
--pd---e--- OK (1478 out of 1545, remaining: 01:14, took 0.717s, duration: 27:31)
test 2061...[HTTP with RFC7616 SHA256 Digest authorization]
--pd---e--- OK (1479 out of 1545, remaining: 01:13, took 0.739s, duration: 27:32)
test 2062...[HTTP with RFC7616 SHA-512-256 Digest authorization and userhash=false]
--pd---e--- OK (1480 out of 1545, remaining: 01:12, took 0.747s, duration: 27:32)
test 2063...[HTTP with RFC7616 SHA-256 Digest authorization and userhash=true]
--pd---e--- OK (1481 out of 1545, remaining: 01:11, took 0.747s, duration: 27:33)
test 2064...[HTTP with RFC7616 Digest authorization with bad password and SHA256]
--pd---e--- OK (1482 out of 1545, remaining: 01:10, took 0.630s, duration: 27:34)
test 2065...[HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false]
--pd---e--- OK (1483 out of 1545, remaining: 01:09, took 0.638s, duration: 27:35)
test 2066...[HTTP with RFC7616 Digest authorization with bad password, SHA-256 and userhash=true]
--pd---e--- OK (1484 out of 1545, remaining: 01:08, took 0.629s, duration: 27:35)
test 2067...[HTTP POST --digest with SHA256 and user-specified Content-Length header]
--pd---e--- OK (1485 out of 1545, remaining: 01:06, took 0.648s, duration: 27:36)
test 2068...[HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header]
--pd---e--- OK (1486 out of 1545, remaining: 01:05, took 0.647s, duration: 27:37)
test 2069...[HTTP POST --digest with SHA-256, userhash=true and user-specified Content-Length header]
--pd---e--- OK (1487 out of 1545, remaining: 01:04, took 0.648s, duration: 27:38)
test 2071...[basic file:// file with "127.0.0.1" hostname]
---d---e--- OK (1488 out of 1545, remaining: 01:03, took 0.449s, duration: 27:38)
test 2072...[file:// with unix path resolution behavior for the case of extra slashes]
---d---e--- OK (1489 out of 1545, remaining: 01:02, took 0.530s, duration: 27:39)
test 2073...[HTTP form posts with handle reset]
--pd---e--- OK (1490 out of 1545, remaining: 01:01, took 0.602s, duration: 27:39)
test 2074...[HTTP GET]
--pd---e--- OK (1491 out of 1545, remaining: 01:00, took 0.529s, duration: 27:40)
test 2075...[Verify usernames are not allowed in url]
-------e--- OK (1492 out of 1545, remaining: 00:58, took 0.402s, duration: 27:40)
test 2076...[HTTP with digest auth and URI contains query]
--pd---e--- OK (1493 out of 1545, remaining: 00:57, took 0.725s, duration: 27:41)
test 2080...[config file with overly long option]
-------e--- OK (1494 out of 1545, remaining: 00:56, took 0.478s, duration: 27:42)
test 2081...[Automatic referrer credential and anchor stripping check]
s-p----e--- OK (1495 out of 1545, remaining: 00:55, took 0.707s, duration: 27:42)
test 2082...[Pre-request callback for HTTP]
s------e--- OK (1496 out of 1545, remaining: 00:54, took 0.492s, duration: 27:43)
test 2083...[Pre-request callback for FTP]
s------e--- OK (1497 out of 1545, remaining: 00:53, took 0.763s, duration: 27:44)
test 2084...[Pre-request callback for HTTP with callback terminating transfer]
s------e--- OK (1498 out of 1545, remaining: 00:52, took 0.462s, duration: 27:44)
test 2085...[Pre-request callback for HTTP with location following]
s------e--- OK (1499 out of 1545, remaining: 00:51, took 0.655s, duration: 27:45)
test 2100...[HTTP GET using DoH]
--pd---e--- OK (1500 out of 1545, remaining: 00:49, took 0.673s, duration: 27:46)
test 2200...[MQTT SUBSCRIBE with user and password]
--p----e--- OK (1501 out of 1545, remaining: 00:48, took 0.539s, duration: 27:46)
test 2201...[MQTT PUBLISH with user and password valid]
--p----e--- OK (1502 out of 1545, remaining: 00:47, took 0.512s, duration: 27:47)
test 2202...[MQTT PUBLISH with invalid user and password]
--p----e--- OK (1503 out of 1545, remaining: 00:46, took 0.524s, duration: 27:47)
test 2203...[MQTT with error in CONNACK]
--p----e--- OK (1504 out of 1545, remaining: 00:45, took 0.540s, duration: 27:48)
test 2204...[MQTT SUBSCRIBE with user and password]
--p----e--- OK (1505 out of 1545, remaining: 00:44, took 0.736s, duration: 27:49)
test 2205...[MQTT with very long user name]
-------e--- OK (1506 out of 1545, remaining: 00:43, took 0.565s, duration: 27:49)
test 2306...[HTTP GET re-used handle but only folded headers]
--p----e--- OK (1507 out of 1545, remaining: 00:42, took 0.602s, duration: 27:50)
test 2600...[llist unit tests]
-------e--- OK (1512 out of 1545, remaining: 00:36, took 4.281s, duration: 27:55)
test 2601...[bufq unit tests]
-------e--- OK (1513 out of 1545, remaining: 00:35, took 0.530s, duration: 27:55)
test 2602...[dynhds unit tests]
-------e--- OK (1514 out of 1545, remaining: 00:34, took 0.226s, duration: 27:55)
test 2603...[http1 parser unit tests]
-------e--- OK (1515 out of 1545, remaining: 00:33, took 0.221s, duration: 27:56)
test 3000...[HTTPS GET to localhost, first subject alt name matches, CN does not match]
--pd---e--- OK (1516 out of 1545, remaining: 00:32, took 8.955s, duration: 28:05)
test 3001...[HTTPS GET to localhost, last subject alt name matches, CN does not match]
--pd---e--- OK (1517 out of 1545, remaining: 00:31, took 8.961s, duration: 28:14)
test 3002...[SMTP with multiple and invalid (first) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1518 out of 1545, remaining: 00:30, took 0.579s, duration: 28:14)
test 3003...[SMTP with multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1519 out of 1545, remaining: 00:29, took 0.577s, duration: 28:15)
test 3004...[SMTP with multiple and invalid (middle) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1520 out of 1545, remaining: 00:27, took 0.596s, duration: 28:16)
test 3005...[SMTP with multiple and invalid (all but one) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1521 out of 1545, remaining: 00:26, took 0.595s, duration: 28:16)
test 3006...[SMTP with multiple invalid (all) --mail-rcpt and --mail-rcpt-allowfails]
--p----e--- OK (1522 out of 1545, remaining: 00:25, took 0.558s, duration: 28:17)
test 3007...[SMTP with invalid --mail-rcpt and --mail-rcpt-allowfails]
--p----e--- OK (1523 out of 1545, remaining: 00:24, took 0.512s, duration: 28:17)
test 3008...[--output-dir]
--p---oe--- OK (1524 out of 1545, remaining: 00:23, took 0.528s, duration: 28:18)
test 3009...[--output-dir a non-existing directory]
--p----e--- OK (1525 out of 1545, remaining: 00:22, took 0.532s, duration: 28:19)
test 3010...[HTTP retry-after reset]
s------e--- OK (1526 out of 1545, remaining: 00:21, took 0.504s, duration: 28:19)
test 3011...[--output-dir with --create-dirs]
--p---oe--- OK (1527 out of 1545, remaining: 00:20, took 0.540s, duration: 28:20)
test 3012...[--output-dir with -J]
--p---oe--- OK (1528 out of 1545, remaining: 00:18, took 0.536s, duration: 28:20)
test 3013...[Two --output-dir with --next in between]
--p---oe--- OK (1529 out of 1545, remaining: 00:17, took 0.604s, duration: 28:21)
test 3014...[Check if %{num_headers} returns correct number of headers]
s-p----e--- OK (1530 out of 1545, remaining: 00:16, took 0.528s, duration: 28:22)
test 3015...[HTTP GET -w num_headers with redirected fetch (2 connects)]
s-p----e--- OK (1531 out of 1545, remaining: 00:15, took 0.603s, duration: 28:22)
test 3016...[GET a directory using file://]
-------e--- OK (1532 out of 1545, remaining: 00:14, took 0.467s, duration: 28:23)
test 3017...[MQTT SUBSCRIBE with pathological PUBLISH length]
--p----e--- OK (1533 out of 1545, remaining: 00:13, took 0.759s, duration: 28:24)
test 3018...[MQTT SUBSCRIBE with PUBLISH larger than --max-filesize]
--p----e--- OK (1534 out of 1545, remaining: 00:12, took 0.744s, duration: 28:24)
test 3019...[HTTP with invalid --resolve syntax]
-------e--- OK (1535 out of 1545, remaining: 00:11, took 0.404s, duration: 28:25)
test 3020...[HTTP with invalid --connect-to syntax]
-------e--- OK (1536 out of 1545, remaining: 00:09, took 0.409s, duration: 28:25)
test 3025...[CURLOPT_HTTP200ALIASES]
---d---e--- OK (1537 out of 1545, remaining: 00:08, took 0.470s, duration: 28:26)
test 3026...[curl_global_init thread-safety]
-------e--- OK (1538 out of 1545, remaining: 00:07, took 1.973s, duration: 28:28)
test 3027...[Get a file via FTP but 550 after MDTM command]
--pd---e--- OK (1539 out of 1545, remaining: 00:06, took 0.818s, duration: 28:29)
test 3028...[HTTP GET when PROXY Protocol enabled behind a proxy]
--p--P-e--- OK (1540 out of 1545, remaining: 00:05, took 1.117s, duration: 28:30)
test 3029...[HTTP with multiple -D]
---d--oe--- OK (1541 out of 1545, remaining: 00:04, took 0.519s, duration: 28:30)
test 3030...[HTTP with multiple transfers in one -D]
---d--oe--- OK (1542 out of 1545, remaining: 00:03, took 0.507s, duration: 28:31)
test 3100...[RTSP Authentication check]
--pd---e--- OK (1543 out of 1545, remaining: 00:02, took 0.601s, duration: 28:32)
test 3101...[HTTP auth without redirection protocols]
--pd---e--- OK (1544 out of 1545, remaining: 00:01, took 0.617s, duration: 28:32)
test 3200...[curl_get_line unit tests]
-------e--- OK (1545 out of 1545, remaining: 00:00, took 0.248s, duration: 28:33)
Test suite total running time breakdown per task...
Spent 0238.030 seconds starting and verifying test harness servers.
Spent 0362.888 seconds reading definitions and doing test preparations.
Spent 0851.306 seconds actually running test tools.
Spent 0034.950 seconds awaiting server logs lock removal.
Spent 0124.176 seconds verifying test results.
Spent 1611.350 seconds doing all of the above.
Test server starting and verification time per test (top 25)...
-time- test
------ ----
50.517 0358
50.510 1451
08.383 0678
08.304 0312
08.300 1097
08.291 0313
08.288 0311
08.287 0325
08.286 2034
08.285 3001
08.281 0310
08.279 3000
02.717 0647
02.346 0646
02.301 0304
02.287 1562
01.582 1091
01.548 1569
01.544 0191
01.543 1113
01.541 0100
01.538 0252
01.477 0850
01.337 1200
01.334 1203
Test definition reading and preparation time per test (top 10)...
-time- test
------ ----
04.358 1309
02.755 1061
02.712 1060
01.249 0652
01.028 0666
00.953 2031
00.922 2028
00.906 0357
00.864 2030
00.861 0442
Test tool execution time per test (top 25)...
-time- test
------ ----
23.163 1117
21.364 0251
21.163 0250
16.263 1112
08.256 0303
07.272 0853
07.256 1086
06.281 1565
06.134 0575
05.917 0030
05.373 1501
05.221 1222
04.620 0552
04.516 0526
04.448 0532
04.435 0527
04.402 0677
04.311 0574
04.156 2600
03.941 0357
03.828 1113
03.574 1119
03.548 1523
03.372 1632
03.332 0528
Test server logs lock removal time per test (top 15)...
-time- test
------ ----
02.405 0286
02.402 0303
02.396 0029
02.396 1243
02.395 0285
02.393 1238
02.041 1523
01.213 1086
01.199 1112
01.195 0190
01.077 1117
01.063 0513
01.009 0514
00.118 0549
00.118 1540
Test results verification time per test (top 10)...
-time- test
------ ----
06.092 1086
06.083 1112
06.053 1273
06.051 1561
06.048 0190
06.043 1238
06.043 1272
06.039 1501
06.031 0303
06.026 1523
Total time per test (top 50)...
-time- test
------ ----
50.517 0358
50.511 1451
24.947 1112
24.572 1117
21.616 0251
21.411 0250
16.903 0303
14.932 1086
11.801 1523
11.643 1501
11.245 1238
09.669 0190
09.307 0678
08.961 3001
08.959 2034
08.955 3000
08.938 0310
08.928 0325
08.911 1097
08.901 0312
08.882 0311
08.863 0313
07.888 1561
07.776 1272
07.505 0853
06.677 0575
06.610 1273
06.479 1565
06.098 0030
05.746 1113
05.709 0357
05.460 1061
05.362 1060
05.344 1222
05.158 0552
05.082 1309
04.999 0286
04.860 0029
04.844 0526
04.830 0574
04.781 0532
04.762 0527
04.651 0677
04.281 2600
03.787 1632
03.735 0647
03.728 1119
03.686 0528
03.413 0645
03.407 1564
TESTDONE: 1603 tests were considered during 1713 seconds.
TESTINFO: 124 tests were skipped due to these restraints:
TESTINFO: "curl lacks sftp server support" 37 times (582, 583, 600, 602, 604, 606, 608, 609, 610 and 28 more)
TESTINFO: "configured as DISABLED" 16 times (323, 594, 836, 882, 938, 1182, 1184, 1209, 1211 and 7 more)
TESTINFO: "curl lacks scp server support" 12 times (601, 603, 605, 607, 617, 619, 621, 623, 629 and 3 more)
TESTINFO: "failed starting HTTP/2 server" 9 times (358, 359, 1700, 1701, 1702, 2400, 2401, 2402, 2403)
TESTINFO: "curl lacks Schannel support" 6 times (2033, 2070, 2079, 2087, 3023, 3024)
TESTINFO: "curl lacks ws support" 6 times (2300, 2301, 2302, 2303, 2304, 2305)
TESTINFO: "curl lacks GSS-API support" 5 times (1282, 2056, 2057, 2077, 2078)
TESTINFO: "no gnutls-serv (with SRP support)" 4 times (320, 321, 322, 324)
TESTINFO: "curl lacks http/3 support" 4 times (2500, 2501, 2502, 2503)
TESTINFO: "curl has idn support" 3 times (959, 960, 961)
TESTINFO: "curl lacks brotli support" 3 times (314, 315, 316)
TESTINFO: "curl lacks TrackMemory support" 3 times (96, 558, 1330)
TESTINFO: "Resolving IPv6 'ip6-localhost' didn't work" 2 times (241, 1083)
TESTINFO: "curl lacks zstd support" 2 times (396, 397)
TESTINFO: "curl lacks libssh2 support" 2 times (3021, 3022)
TESTINFO: "curl lacks sftp support" 2 times (632, 1459)
TESTINFO: "curl has proxy support" 1 time (375)
TESTINFO: "curl has threaded-resolver support" 1 time (506)
TESTINFO: "curl lacks Unicode support" 1 time (1703)
TESTINFO: "failed starting SMB server" 1 time (1451)
TESTINFO: "openssl engine not supported" 1 time (307)
TESTINFO: "curl lacks PSL support" 1 time (1136)
TESTINFO: "curl has ipv6 support" 1 time (1454)
TESTINFO: "curl lacks scp support" 1 time (445)
TESTDONE: 1479 tests out of 1479 reported OK: 100%
testcurl: tests were run
testcurl: the tests were successful!
testcurl: ending nicely
testcurl: removing the build-28446 dir
testcurl: removing the buildlog-28446 file
ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooLINE_END
testcurl: NAME = Michael Kaufmann
testcurl: EMAIL = mail /at/ michael-kaufmann.ch
testcurl: DESC = NetBSD 9.3 ARM gcc 7.5.0
testcurl: NOTES = https://wiki.netbsd.org/ports/evbarm/
testcurl: CONFOPTS = --with-openssl --with-ca-path=/etc/openssl/certs --enable-debug
testcurl: RUNTESTOPTS =
testcurl: CPPFLAGS =
testcurl: CFLAGS =
testcurl: LDFLAGS = -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib
testcurl: LIBS =
testcurl: CC =
testcurl: TMPDIR =
testcurl: MAKEFLAGS =
testcurl: ACLOCAL_FLAGS =
testcurl: PKG_CONFIG_PATH =
testcurl: DYLD_LIBRARY_PATH =
testcurl: LD_LIBRARY_PATH =
testcurl: LIBRARY_PATH =
testcurl: SHLIB_PATH =
testcurl: LIBPATH =
testcurl: target =
testcurl: version = 2023-03-28
testcurl: date = Fri May 26 01:20:01 2023 UTC
testcurl: ./ is verified to be a fine git source dir
testcurl: build dir build-28446 was created fine
testcurl: run git pull in curl
From https://github.com/curl/curl
1fe8de85d..196f3c348 master -> origin/master
* [new branch] bagder/contrbs -> origin/bagder/contrbs
Updating 1fe8de85d..196f3c348
Fast-forward
RELEASE-NOTES | 14 ++++++--
configure.ac | 10 ++++--
include/curl/curlver.h | 8 ++---
lib/cf-socket.c | 10 +++---
lib/cf-socket.h | 7 ++++
lib/http2.c | 6 ++--
lib/urlapi.c | 7 +---
lib/vssh/libssh.c | 43 ++++++++++++++---------
tests/http/test_07_upload.py | 20 +++++++++++
tests/http/test_14_auth.py | 81 ++++++++++++++++++++++++++++++++++++++++++++
tests/http/testenv/httpd.py | 49 +++++++++++++++++++--------
tests/libtest/lib1560.c | 6 ++++
12 files changed, 206 insertions(+), 55 deletions(-)
create mode 100644 tests/http/test_14_auth.py
testcurl: The most recent curl git commits:
testcurl: 196f3c348 cf-socket: restore Curl_sock_assign_addr()
testcurl: 3df669378 RELEASE-NOTES: synced
testcurl: be17dc9d3 libssh: when keyboard-interactive auth fails, try password
testcurl: c4a019603 configure: fix build with arbitrary CC and LD_LIBRARY_PATH
testcurl: 6375a6543 urlapi: remove superfluous host name check
testcurl: invoke autoreconf
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.
configure.ac:123: installing './compile'
configure.ac:129: installing './missing'
docs/examples/Makefile.am: installing './depcomp'
testcurl: buildconf was successful
testcurl: timestamp = [unreleased] UTC
testcurl: configure created (at least it exists)
testcurl: going with make 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... (assumed) 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 ECH support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /home/autobuild/curl/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking curl version... 8.1.2-DEV
checking for httpd... no
checking for apache2... no
checking for apachectl... no
checking for apxs... no
configure: httpd/apache2 not in PATH, http tests disabled
configure: apxs not in PATH, http tests disabled
checking for nghttpx... no
checking for caddy... no
checking build system type... armv7eb-unknown-netbsdelf9.3-eabihf
checking host system type... armv7eb-unknown-netbsdelf9.3-eabihf
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert armv7eb-unknown-netbsdelf9.3-eabihf file names to armv7eb-unknown-netbsdelf9.3-eabihf format... func_convert_file_noop
checking how to convert armv7eb-unknown-netbsdelf9.3-eabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking for dlltool... no
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 /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/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 gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... NetBSD ld.elf_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... no
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... no
checking for inline... inline
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 if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... 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: -std=gnu89 -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Winline -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 -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -ftree-vrp -Wdouble-promotion -Wformat=2 -Warray-bounds=2 -Wshift-negative-value -Wshift-overflow=2 -Wnull-dereference -fdelete-null-pointer-checks -Wduplicated-cond -Wunused-const-variable -Wduplicated-branches -Wrestrict -Walloc-zero -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=4 -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
checking if curl debug memory tracking can be enabled... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking whether build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation and SystemConfiguration framework... no
checking to see if the compiler supports __builtin_available()... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... 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 enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for pkg-config... /usr/pkg/bin/pkg-config
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... no
checking for brotli/decode.h... no
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... no
checking for lber.h... yes
checking for ldap.h... yes
checking for ldap_ssl.h... no
checking for LDAP libraries... -lldap
checking for ldap_url_parse... 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... no
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) /usr/pkg/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto "
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for RAND_egd... no
checking for BoringSSL... no
checking for AWS-LC... no
checking for libressl... no
checking for OpenSSL >= v3... no
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... /etc/openssl/certs (capath)
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... no
configure: WARNING: libpsl was not found
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for RTMP_Init in -lrtmp... no
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for libidn2 options with pkg-config... found
configure: pkg-config: IDN_LIBS: "-lidn2 "
configure: pkg-config: IDN_LDFLAGS: "-L/usr/pkg/lib "
configure: pkg-config: IDN_CPPFLAGS: "-I/usr/pkg/include "
configure: pkg-config: IDN_DIR: "/usr/pkg/lib"
checking if idn2_lookup_ul can be linked... yes
checking for idn2.h... yes
configure: Added /usr/pkg/lib to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2
configure: -I is -I/usr/pkg/include
configure: -L is -L/usr/pkg/lib
checking for nghttp2_session_set_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added /usr/pkg/lib to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /usr/pkg/bin/pkg-config
checking for fish options with pkg-config... no
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 sys/uio.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.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... no
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... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for stdbool.h... yes
checking for arpa/tftp.h... yes
checking for sys/filio.h... yes
checking for sys/wait.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... 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... 8
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 sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for in_addr_t... yes
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... yes
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 string.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 for sys/types.h... (cached) yes
checking for socket.h... (cached) no
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 if connect can be linked... yes
checking if connect is prototyped... yes
checking if connect is compilable... yes
checking if connect usage allowed... yes
checking if connect might be used... yes
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 for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (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... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
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 for stdlib.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 can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... no
checking if gethostbyname_r might be used... no
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... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
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 net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex 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... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs 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 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 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... yes
checking if memrchr is prototyped... yes
checking if memrchr is compilable... yes
checking if memrchr usage allowed... yes
checking if memrchr might be used... yes
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking for signal.h... 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 for setjmp.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 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 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 if stricmp can be linked... no
checking if stricmp might be used... no
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether getpwuid_r is declared... yes
checking for fnmatch... yes
checking for fchmod... yes
checking for fork... yes
checking for geteuid... yes
checking for getpass_r... yes
checking for getppid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... yes
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking for arc4random... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/pkg/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... no
checking for pthread_create in -lpthread... 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 cryptographic authentication methods... yes
checking whether to support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... 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 date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... 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 for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
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 lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/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/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: armv7eb-unknown-netbsdelf9.3-eabihf
Install prefix: /usr/local
Compiler: gcc
CFLAGS: -Werror-implicit-function-declaration -g -O0 -std=gnu89 -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wunused -Wshadow -Winline -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 -Wstrict-aliasing=3 -Wcast-align -Wtype-limits -Wold-style-declaration -Wmissing-parameter-type -Wempty-body -Wclobbered -Wignored-qualifiers -Wconversion -Wno-sign-conversion -Wvla -ftree-vrp -Wdouble-promotion -Wformat=2 -Warray-bounds=2 -Wshift-negative-value -Wshift-overflow=2 -Wnull-dereference -fdelete-null-pointer-checks -Wduplicated-cond -Wunused-const-variable -Wduplicated-branches -Wrestrict -Walloc-zero -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=4 -Wno-system-headers -pthread
CPPFLAGS: -isystem /usr/pkg/include -isystem /usr/pkg/include
LDFLAGS: -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib
LIBS: -lnghttp2 -lidn2 -lssl -lcrypto -lssl -lcrypto -lldap -lz
curl version: 8.1.2-DEV
SSL: enabled (OpenSSL)
SSH: no (--with-{libssh,libssh2})
zlib: enabled
brotli: no (--with-brotli)
zstd: no (--with-zstd)
GSS-API: no (--with-gssapi)
GSASL: no (libgsasl not found)
TLS-SRP: enabled
resolver: POSIX threaded
IPv6: enabled
Unix sockets: enabled
IDN: enabled (libidn2)
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: /etc/openssl/certs
ca fallback: no
LDAP: enabled (OpenLDAP)
LDAPS: enabled
RTSP: enabled
RTMP: no (--with-librtmp)
PSL: no (libpsl not found)
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-msh3)
ECH: no (--enable-ech)
WebSockets: no (--enable-websockets)
Protocols: DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
Features: AsynchDNS HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe
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 LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="AsynchDNS HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets alt-svc libz threadsafe"
Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with ftp, http, etc.
Version: 8.1.2-DEV
Libs: -L${libdir} -lcurl
Libs.private: -lnghttp2 -lidn2 -lssl -lcrypto -lssl -lcrypto -lldap -lz -pthread
Cflags: -I${includedir}
testcurl: display lib/curl_config.h
#define CURLDEBUG 1
#define CURL_CA_PATH "/etc/openssl/certs"
#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
#define CURL_SA_FAMILY_T sa_family_t
#define DEBUGBUILD 1
#define ENABLE_IPV6 1
#define GETHOSTNAME_TYPE_ARG2 size_t
#define HAVE_ALARM 1
#define HAVE_ARC4RANDOM 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_TFTP_H 1
#define HAVE_ATOMIC 1
#define HAVE_BASENAME 1
#define HAVE_BOOL_T 1
#define HAVE_CLOCK_GETTIME_MONOTONIC 1
#define HAVE_CONNECT 1
#define HAVE_DECL_GETPWUID_R 1
#define HAVE_DLFCN_H 1
#define HAVE_FCHMOD 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FCNTL_O_NONBLOCK 1
#define HAVE_FNMATCH 1
#define HAVE_FORK 1
#define HAVE_FREEADDRINFO 1
#define HAVE_FSETXATTR 1
#define HAVE_FSETXATTR_5 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETADDRINFO_THREADSAFE 1
#define HAVE_GETEUID 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETIFADDRS 1
#define HAVE_GETPASS_R 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_IDN2_H 1
#define HAVE_IFADDRS_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_SSL 1
#define HAVE_LDAP_URL_PARSE 1
#define HAVE_LIBGEN_H 1
#define HAVE_LIBIDN2 1
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LOCALE_H 1
#define HAVE_LONGLONG 1
#define HAVE_MEMRCHR 1
#define HAVE_MSG_NOSIGNAL 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_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_FINE 1
#define HAVE_POLL_H 1
#define HAVE_POSIX_STRERROR_R 1
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
#define HAVE_RECV 1
#define HAVE_SCHED_YIELD 1
#define HAVE_SELECT 1
#define HAVE_SEND 1
#define HAVE_SENDMSG 1
#define HAVE_SETJMP_H 1
#define HAVE_SETLOCALE 1
#define HAVE_SETMODE 1
#define HAVE_SETRLIMIT 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIGNAL 1
#define HAVE_SIGNAL_H 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_STDIO_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_STRTOK_R 1
#define HAVE_STRTOLL 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_UIO_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_XATTR_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
#define HAVE_VARIADIC_MACROS_C99 1
#define HAVE_VARIADIC_MACROS_GCC 1
#define HAVE_WRITABLE_ARGV 1
#define LT_OBJDIR ".libs/"
#define NTLM_WB_ENABLED 1
#define NTLM_WB_FILE "/usr/bin/ntlm_auth"
#define OS "armv7eb-unknown-netbsdelf9.3-eabihf"
#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 RANDOM_FILE "/dev/urandom"
#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 8
#define STDC_HEADERS 1
#define USE_MANUAL 1
#define USE_NGHTTP2 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 __cplusplus
#endif
testcurl: make -i
Making all in lib
make all-am
CC libcurl_la-altsvc.lo
CC libcurl_la-amigaos.lo
CC libcurl_la-asyn-ares.lo
CC libcurl_la-asyn-thread.lo
CC libcurl_la-base64.lo
CC libcurl_la-bufq.lo
CC libcurl_la-bufref.lo
CC libcurl_la-c-hyper.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-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_log.lo
CC libcurl_la-curl_memrchr.lo
CC libcurl_la-curl_multibyte.lo
CC libcurl_la-curl_ntlm_core.lo
CC libcurl_la-curl_ntlm_wb.lo
CC libcurl_la-curl_path.lo
CC libcurl_la-curl_range.lo
CC libcurl_la-curl_rtmp.lo
CC libcurl_la-curl_sasl.lo
CC libcurl_la-curl_sspi.lo
CC libcurl_la-curl_threads.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-hostasyn.lo
CC libcurl_la-hostip.lo
CC libcurl_la-hostip4.lo
CC libcurl_la-hostip6.lo
CC libcurl_la-hostsyn.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_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-http_aws_sigv4.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-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-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-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-strerror.lo
CC libcurl_la-strtok.lo
CC libcurl_la-strtoofft.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-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-gskit.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-nss.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-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_quiche.lo
CC vquic/libcurl_la-vquic.lo
CC vssh/libcurl_la-libssh.lo
CC vssh/libcurl_la-libssh2.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-thread.lo
CC libcurlu_la-base64.lo
CC libcurlu_la-bufq.lo
CC libcurlu_la-bufref.lo
CC libcurlu_la-c-hyper.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-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_log.lo
CC libcurlu_la-curl_memrchr.lo
CC libcurlu_la-curl_multibyte.lo
CC libcurlu_la-curl_ntlm_core.lo
CC libcurlu_la-curl_ntlm_wb.lo
CC libcurlu_la-curl_path.lo
CC libcurlu_la-curl_range.lo
CC libcurlu_la-curl_rtmp.lo
CC libcurlu_la-curl_sasl.lo
CC libcurlu_la-curl_sspi.lo
CC libcurlu_la-curl_threads.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-hostasyn.lo
CC libcurlu_la-hostip.lo
CC libcurlu_la-hostip4.lo
CC libcurlu_la-hostip6.lo
CC libcurlu_la-hostsyn.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_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-http_aws_sigv4.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-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-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-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-strerror.lo
CC libcurlu_la-strtok.lo
CC libcurlu_la-strtoofft.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-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-gskit.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-nss.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-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_quiche.lo
CC vquic/libcurlu_la-vquic.lo
CC vssh/libcurlu_la-libssh.lo
CC vssh/libcurlu_la-libssh2.lo
CC vssh/libcurlu_la-wolfssh.lo
CCLD libcurlu.la
RUN checksrc
Making all in src
Making all in ../docs
Making all in .
if test "..x" != "x" -a -e "/docs/curl.1"; then /usr/bin/install -c -m 644 "/docs/curl.1" /build-28446/docs/curl.1; fi
cd cmdline-opts && make
Making all in cmdline-opts
CC slist_wc.o
CC tool_binmode.o
CC tool_bname.o
CC tool_cb_dbg.o
CC tool_cb_hdr.o
CC tool_cb_prg.o
CC tool_cb_rea.o
CC tool_cb_see.o
CC tool_cb_wrt.o
CC tool_cfgable.o
CC tool_dirhie.o
CC tool_doswin.o
CC tool_easysrc.o
CC tool_filetime.o
CC tool_findfile.o
CC tool_formparse.o
CC tool_getparam.o
CC tool_getpass.o
CC tool_help.o
CC tool_helpers.o
HUGE tool_hugehelp.c
CC tool_hugehelp.o
CC tool_libinfo.o
CC tool_listhelp.o
CC tool_main.o
CC tool_msgs.o
CC tool_operate.o
CC tool_operhlp.o
CC tool_paramhlp.o
CC tool_parsecfg.o
CC tool_progress.o
CC tool_stderr.o
CC tool_strdup.o
CC tool_setopt.o
CC tool_sleep.o
CC tool_urlglob.o
CC tool_util.o
CC tool_vms.o
CC tool_writeout.o
CC tool_writeout_json.o
CC tool_xattr.o
CC ../lib/strtoofft.o
CC ../lib/timediff.o
CC ../lib/nonblock.o
CC ../lib/warnless.o
CC ../lib/curl_multibyte.o
CC ../lib/version_win32.o
CC ../lib/dynbuf.o
CCLD curl
CC libcurltool_la-slist_wc.lo
CC libcurltool_la-tool_binmode.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_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_hugehelp.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_stderr.lo
CC libcurltool_la-tool_strdup.lo
CC libcurltool_la-tool_setopt.lo
CC libcurltool_la-tool_sleep.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 ../lib/libcurltool_la-strtoofft.lo
CC ../lib/libcurltool_la-timediff.lo
CC ../lib/libcurltool_la-nonblock.lo
CC ../lib/libcurltool_la-warnless.lo
CC ../lib/libcurltool_la-curl_multibyte.lo
CC ../lib/libcurltool_la-version_win32.lo
CC ../lib/libcurltool_la-dynbuf.lo
CCLD libcurltool.la
RUN checksrc
testcurl: libcurl was created fine (libcurl.la)
testcurl: curl was created fine (curl)
testcurl: display curl --version output
testcurl: make -k test-full
Making all in certs
Making all in scripts
Making all in data
Making all in server
CC ../../lib/getpart-mprintf.o
CC ../../lib/getpart-nonblock.o
CC ../../lib/getpart-strtoofft.o
CC ../../lib/getpart-warnless.o
CC ../../lib/getpart-timediff.o
CC ../../lib/getpart-dynbuf.o
CC ../../lib/getpart-strdup.o
CC ../../lib/getpart-strcase.o
CC ../../lib/getpart-curl_multibyte.o
CC getpart-getpart.o
CC ../../lib/getpart-base64.o
CC ../../lib/getpart-memdebug.o
CC getpart-testpart.o
CCLD getpart
CC ../../lib/resolve-mprintf.o
CC ../../lib/resolve-nonblock.o
CC ../../lib/resolve-strtoofft.o
CC ../../lib/resolve-warnless.o
CC ../../lib/resolve-timediff.o
CC ../../lib/resolve-dynbuf.o
CC ../../lib/resolve-strdup.o
CC ../../lib/resolve-strcase.o
CC ../../lib/resolve-curl_multibyte.o
CC resolve-getpart.o
CC ../../lib/resolve-base64.o
CC ../../lib/resolve-memdebug.o
CC resolve-util.o
CC resolve-resolve.o
CCLD resolve
CC ../../lib/rtspd-mprintf.o
CC ../../lib/rtspd-nonblock.o
CC ../../lib/rtspd-strtoofft.o
CC ../../lib/rtspd-warnless.o
CC ../../lib/rtspd-timediff.o
CC ../../lib/rtspd-dynbuf.o
CC ../../lib/rtspd-strdup.o
CC ../../lib/rtspd-strcase.o
CC ../../lib/rtspd-curl_multibyte.o
CC rtspd-getpart.o
CC ../../lib/rtspd-base64.o
CC ../../lib/rtspd-memdebug.o
CC rtspd-util.o
CC rtspd-rtspd.o
CCLD rtspd
CC ../../lib/sockfilt-mprintf.o
CC ../../lib/sockfilt-nonblock.o
CC ../../lib/sockfilt-strtoofft.o
CC ../../lib/sockfilt-warnless.o
CC ../../lib/sockfilt-timediff.o
CC ../../lib/sockfilt-dynbuf.o
CC ../../lib/sockfilt-strdup.o
CC ../../lib/sockfilt-strcase.o
CC ../../lib/sockfilt-curl_multibyte.o
CC sockfilt-getpart.o
CC ../../lib/sockfilt-base64.o
CC ../../lib/sockfilt-memdebug.o
CC sockfilt-util.o
CC sockfilt-sockfilt.o
CC ../../lib/sockfilt-inet_pton.o
CCLD sockfilt
CC ../../lib/sws-mprintf.o
CC ../../lib/sws-nonblock.o
CC ../../lib/sws-strtoofft.o
CC ../../lib/sws-warnless.o
CC ../../lib/sws-timediff.o
CC ../../lib/sws-dynbuf.o
CC ../../lib/sws-strdup.o
CC ../../lib/sws-strcase.o
CC ../../lib/sws-curl_multibyte.o
CC sws-getpart.o
CC ../../lib/sws-base64.o
CC ../../lib/sws-memdebug.o
CC sws-util.o
CC sws-sws.o
CC ../../lib/sws-inet_pton.o
CCLD sws
CC ../../lib/tftpd-mprintf.o
CC ../../lib/tftpd-nonblock.o
CC ../../lib/tftpd-strtoofft.o
CC ../../lib/tftpd-warnless.o
CC ../../lib/tftpd-timediff.o
CC ../../lib/tftpd-dynbuf.o
CC ../../lib/tftpd-strdup.o
CC ../../lib/tftpd-strcase.o
CC ../../lib/tftpd-curl_multibyte.o
CC tftpd-getpart.o
CC ../../lib/tftpd-base64.o
CC ../../lib/tftpd-memdebug.o
CC tftpd-util.o
CC tftpd-tftpd.o
CCLD tftpd
CC ../../lib/fake_ntlm-mprintf.o
CC ../../lib/fake_ntlm-nonblock.o
CC ../../lib/fake_ntlm-strtoofft.o
CC ../../lib/fake_ntlm-warnless.o
CC ../../lib/fake_ntlm-timediff.o
CC ../../lib/fake_ntlm-dynbuf.o
CC ../../lib/fake_ntlm-strdup.o
CC ../../lib/fake_ntlm-strcase.o
CC ../../lib/fake_ntlm-curl_multibyte.o
CC fake_ntlm-getpart.o
CC ../../lib/fake_ntlm-base64.o
CC ../../lib/fake_ntlm-memdebug.o
CC fake_ntlm-util.o
CC fake_ntlm-fake_ntlm.o
CCLD fake_ntlm
CC ../../lib/socksd-mprintf.o
CC ../../lib/socksd-nonblock.o
CC ../../lib/socksd-strtoofft.o
CC ../../lib/socksd-warnless.o
CC ../../lib/socksd-timediff.o
CC ../../lib/socksd-dynbuf.o
CC ../../lib/socksd-strdup.o
CC ../../lib/socksd-strcase.o
CC ../../lib/socksd-curl_multibyte.o
CC socksd-getpart.o
CC ../../lib/socksd-base64.o
CC ../../lib/socksd-memdebug.o
CC socksd-util.o
CC socksd-socksd.o
CC ../../lib/socksd-inet_pton.o
CCLD socksd
CC disabled-disabled.o
CCLD disabled
CC ../../lib/mqttd-mprintf.o
CC ../../lib/mqttd-nonblock.o
CC ../../lib/mqttd-strtoofft.o
CC ../../lib/mqttd-warnless.o
CC ../../lib/mqttd-timediff.o
CC ../../lib/mqttd-dynbuf.o
CC ../../lib/mqttd-strdup.o
CC ../../lib/mqttd-strcase.o
CC ../../lib/mqttd-curl_multibyte.o
CC mqttd-getpart.o
CC ../../lib/mqttd-base64.o
CC ../../lib/mqttd-memdebug.o
CC mqttd-util.o
CC mqttd-mqttd.o
CC ../../lib/mqttd-inet_pton.o
CCLD mqttd
RUN checksrc
Making all in libtest
CC chkhostname.o
CC ../../lib/curl_gethostname.o
CCLD chkhostname
CC libauthretry.o
CC first.o
CCLD libauthretry
CC libntlmconnect.o
CC testutil.o
CCLD libntlmconnect
CC libprereq.o
CCLD libprereq
CC lib500.o
CC testtrace.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 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 lib1156.o
CCLD lib1156
CC lib1301.o
CCLD lib1301
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
/usr/pkg/bin/perl /tests/libtest/mk-lib1521.pl < /include/curl/curl.h > lib1521.c
CC lib1521-lib1521.o
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 lib1542.o
CCLD lib1542
CC lib1543-lib1518.o
CC ../../lib/lib1543-timediff.o
CC lib1543-first.o
CCLD lib1543
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 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 lib1662.o
CCLD lib1662
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 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 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 lib2402.o
CCLD lib2402
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 libhostname_la-sethostname.lo
CCLD libhostname.la
RUN checksrc
Making all in http
Making all in clients
CC h2-serverpush.o
CCLD h2-serverpush
CC h2-download.o
CCLD h2-download
CC ws-data.o
CCLD ws-data
CC ws-pingpong.o
CCLD ws-pingpong
Making all in 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 unit1308.o
CCLD unit1308
CC unit1309.o
CCLD unit1309
CC unit1323.o
CCLD unit1323
CC unit1330.o
CCLD unit1330
CC unit1394.o
CCLD unit1394
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 unit1604.o
CCLD unit1604
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 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 unit1660.o
CCLD unit1660
CC unit1661.o
CCLD unit1661
CC unit2600.o
CCLD unit2600
CC unit2601.o
CCLD unit2601
CC unit2602.o
CCLD unit2602
CC unit2603.o
CCLD unit2603
CC unit3200.o
CCLD unit3200
cd libtest && make checksrc
RUN checksrc
cd unit && make checksrc
RUN checksrc
cd server && make checksrc
RUN checksrc
cd http && make checksrc
cd clients && make checksrc
RUN checksrc
srcdir=/tests /usr/pkg/bin/perl -I/tests /tests/runtests.pl -a -p -r
sh: nghttpx -v 2>/dev/null: not found
********* System characteristics ********
* curl 8.1.2-DEV (armv7eb-unknown-netbsdelf9.3-eabihf)
* libcurl/8.1.2-DEV OpenSSL/1.1.1k zlib/1.2.10 libidn2/2.3.3 nghttp2/1.49.0
* Features: alt-svc AsynchDNS Debug HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM NTLM_WB SSL threadsafe TLS-SRP TrackMemory UnixSockets
* Disabled:
* Host: cubieboard
* System: NetBSD cubieboard 9.3 NetBSD 9.3 (GENERIC) #0: Thu Aug 4 15:30:37 UTC 2022 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/evbarm/compile/GENERIC evbarm
* OS: netbsd
*
*** DISABLES memory tracking when using threaded resolver
*
* Env:
* Seed: 209700
* Servers: SSL HTTP-IPv6 HTTP-unix FTP-IPv6
*****************************************
test 0096 SKIPPED: curl lacks TrackMemory support
test 0314 SKIPPED: curl lacks brotli support
test 0315 SKIPPED: curl lacks brotli support
test 0316 SKIPPED: curl lacks brotli support
test 0375 SKIPPED: curl has proxy support
test 0396 SKIPPED: curl lacks zstd support
test 0397 SKIPPED: curl lacks zstd support
test 0445 SKIPPED: curl lacks scp support
test 0506 SKIPPED: curl has threaded-resolver support
test 0558 SKIPPED: curl lacks TrackMemory support
test 0632 SKIPPED: curl lacks sftp support
test 0959 SKIPPED: curl has idn support
test 0960 SKIPPED: curl has idn support
test 0961 SKIPPED: curl has idn support
test 1136 SKIPPED: curl lacks PSL support
test 1282 SKIPPED: curl lacks GSS-API support
test 1330 SKIPPED: curl lacks TrackMemory support
test 1454 SKIPPED: curl has ipv6 support
test 1459 SKIPPED: curl lacks sftp support
test 1703 SKIPPED: curl lacks Unicode support
test 2033 SKIPPED: curl lacks Schannel support
test 2056 SKIPPED: curl lacks GSS-API support
test 2057 SKIPPED: curl lacks GSS-API support
test 2070 SKIPPED: curl lacks Schannel support
test 2079 SKIPPED: curl lacks Schannel support
test 2300 SKIPPED: curl lacks ws support
test 2301 SKIPPED: curl lacks ws support
test 2302 SKIPPED: curl lacks ws 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 3021 SKIPPED: curl lacks libssh2 support
test 3022 SKIPPED: curl lacks libssh2 support
test 0001...[HTTP GET]
--pd---e--- OK (1 out of 1545, remaining: 203:32, took 1.786s, duration: 00:07)
test 0002...[HTTP GET with user and password]
--pd---e--- OK (2 out of 1545, remaining: 109:37, took 0.543s, duration: 00:08)
test 0003...[HTTP POST with auth and contents but with content-length set to 0]
--pd---e--- OK (3 out of 1545, remaining: 78:05, took 0.529s, duration: 00:09)
test 0004...[Replaced internal and added custom HTTP headers]
--pd---e--- OK (4 out of 1545, remaining: 63:14, took 0.673s, duration: 00:09)
test 0005...[HTTP over proxy]
--pd---e--- OK (5 out of 1545, remaining: 54:01, took 0.554s, duration: 00:10)
test 0006...[HTTP with simple cookie send]
--pd---e--- OK (6 out of 1545, remaining: 47:39, took 0.561s, duration: 00:11)
test 0007...[HTTP with cookie parser and header recording]
--pd--oe--- OK (7 out of 1545, remaining: 43:11, took 0.584s, duration: 00:11)
test 0008...[HTTP with cookie parsing from header file]
--pd---e--- OK (8 out of 1545, remaining: 40:33, took 0.803s, duration: 00:12)
test 0009...[HTTP RFC1867-type formposting]
--pd---e--- OK (9 out of 1545, remaining: 38:01, took 0.631s, duration: 00:13)
test 0010...[simple HTTP PUT from file]
--pd---e--- OK (10 out of 1545, remaining: 35:55, took 0.607s, duration: 00:14)
test 0011...[simple HTTP Location: following]
--pd---e--- OK (11 out of 1545, remaining: 34:25, took 0.706s, duration: 00:14)
test 0012...[HTTP range support]
--pd---e--- OK (12 out of 1545, remaining: 32:46, took 0.519s, duration: 00:15)
test 0013...[HTTP custom request 'DELETE']
--pd---e--- OK (13 out of 1545, remaining: 31:15, took 0.466s, duration: 00:15)
test 0014...[HTTP HEAD with Connection: close]
--pd---e--- OK (14 out of 1545, remaining: 29:57, took 0.464s, duration: 00:16)
test 0015...[--write-out test]
s-p----e--- OK (15 out of 1545, remaining: 28:54, took 0.508s, duration: 00:17)
test 0016...[HTTP with proxy authorization]
--pd---e--- OK (16 out of 1545, remaining: 27:59, took 0.506s, duration: 00:17)
test 0017...[HTTP with config file on stdin]
--pd---e--- OK (17 out of 1545, remaining: 27:11, took 0.517s, duration: 00:18)
test 0018...[multiple requests using {} in URL]
s-p----e--- OK (18 out of 1545, remaining: 26:38, took 0.632s, duration: 00:18)
test 0019...[attempt connect to non-listening socket]
-------e--- OK (19 out of 1545, remaining: 25:55, took 0.414s, duration: 00:19)
test 0020...[attempt connect to non-existing host name]
-------e--- OK (20 out of 1545, remaining: 25:31, took 0.681s, duration: 00:20)
test 0021...[use curl with multiple request methods]
-------e--- OK (21 out of 1545, remaining: 24:48, took 0.383s, duration: 00:20)
test 0022...[get HTTP with URL > 10000 bytes]
--pd---e--- OK (22 out of 1545, remaining: 24:18, took 0.529s, duration: 00:21)
test 0023...[unsupported protocol:// URL]
-------e--- OK (23 out of 1545, remaining: 23:44, took 0.390s, duration: 00:21)
test 0024...[HTTP GET fail silently on HTTP error return]
--p---oe--- OK (24 out of 1545, remaining: 23:16, took 0.479s, duration: 00:22)
test 0025...[looping HTTP Location: following with --max-redirs]
--pd---e--- OK (25 out of 1545, remaining: 23:12, took 0.801s, duration: 00:22)
test 0026...[specify more -o than URLs]
--pd---e--- OK (26 out of 1545, remaining: 22:52, took 0.525s, duration: 00:23)
test 0027...[Get same cookie page several times]
--pd---e--- OK (27 out of 1545, remaining: 22:45, took 0.727s, duration: 00:24)
test 0028...[HTTP Location: following with extra spaces in header]
--pd---e--- OK (28 out of 1545, remaining: 22:37, took 0.701s, duration: 00:25)
test 0029...[HTTP with 2 secs timeout]
Warning: server logs lock timeout (2 seconds) expired
--pd---e--- OK (29 out of 1545, remaining: 26:06, took 4.860s, duration: 00:29)
test 0030...[HTTP with no data in server reply]
--p----e--- OK (30 out of 1545, remaining: 30:24, took 6.098s, duration: 00:36)
test 0031...[HTTP with weirdly formatted cookies and cookiejar storage]
--pd--oe--- OK (31 out of 1545, remaining: 30:09, took 0.858s, duration: 00:37)
test 0032...[HTTP with -d and -G]
--pd---e--- OK (32 out of 1545, remaining: 29:38, took 0.503s, duration: 00:37)
test 0033...[HTTP PUT with resume]
--pd---e--- OK (33 out of 1545, remaining: 29:13, took 0.589s, duration: 00:38)
test 0034...[HTTP GET with chunked Transfer-Encoding]
--pd---e--- OK (34 out of 1545, remaining: 28:47, took 0.540s, duration: 00:38)
test 0035...[HTTP POST binary data with embedded NUL]
--pd---e--- OK (35 out of 1545, remaining: 28:24, took 0.552s, duration: 00:39)
test 0036...[HTTP GET with bad chunked Transfer-Encoding]
--pd---e--- OK (36 out of 1545, remaining: 28:01, took 0.545s, duration: 00:40)
test 0037...[HTTP GET with nothing returned from server]
--p----e--- OK (37 out of 1545, remaining: 27:38, took 0.526s, duration: 00:40)
test 0038...[HTTP resume request without server supporting it]
--p---oe--- OK (38 out of 1545, remaining: 27:17, took 0.537s, duration: 00:41)
test 0039...[HTTP RFC1867-type formposting with filename= and type=]
--pd---e--- OK (39 out of 1545, remaining: 27:04, took 0.710s, duration: 00:42)
test 0040...[HTTP redirect with whitespace after ? (and conversion)]
--pd---e--- OK (40 out of 1545, remaining: 26:51, took 0.708s, duration: 00:42)
test 0041...[HTTP formpost with missing file]
-------e--- OK (41 out of 1545, remaining: 26:27, took 0.395s, duration: 00:43)
test 0042...[HTTP redirect with whitespace in path (and conversion)]
--pd---e--- OK (42 out of 1545, remaining: 26:15, took 0.701s, duration: 00:44)
test 0043...[HTTP Location: following over HTTP proxy]
--pd---e--- OK (43 out of 1545, remaining: 26:03, took 0.674s, duration: 00:44)
test 0044...[HTTP RFC1867-type formposting without Expect: header]
--pd---e--- OK (44 out of 1545, remaining: 25:50, took 0.642s, duration: 00:45)
test 0045...[simple HTTP Location: without protocol in initial URL]
--pd---e--- OK (45 out of 1545, remaining: 25:41, took 0.718s, duration: 00:46)
test 0046...[HTTP with bad domain name, get cookies and store in cookie jar]
--pd--oe--- OK (46 out of 1545, remaining: 25:31, took 0.692s, duration: 00:46)
test 0047...[simple HTTP 1.0 GET]
--pd---e--- OK (47 out of 1545, remaining: 25:17, took 0.538s, duration: 00:47)
test 0048...[HTTP with -d and -G and -I]
--pd---e--- OK (48 out of 1545, remaining: 25:03, took 0.538s, duration: 00:48)
test 0049...[HTTP follow redirect with ../]
--pd---e--- OK (49 out of 1545, remaining: 24:55, took 0.698s, duration: 00:48)
test 0050...[HTTP follow redirect with ../../]
--pd---e--- OK (50 out of 1545, remaining: 24:46, took 0.689s, duration: 00:49)
test 0051...[HTTP follow redirect with excessive ../]
--pd---e--- OK (51 out of 1545, remaining: 24:39, took 0.709s, duration: 00:50)
test 0052...[HTTP follow redirect with ./-prefix]
--pd---e--- OK (52 out of 1545, remaining: 24:31, took 0.690s, duration: 00:51)
test 0053...[HTTP, junk session cookies]
--pd---e--- OK (53 out of 1545, remaining: 24:18, took 0.517s, duration: 00:51)
test 0054...[HTTP with blank Location:]
--pd---e--- OK (54 out of 1545, remaining: 24:07, took 0.523s, duration: 00:52)
test 0055...[HTTP follow redirect with single slash in path]
--pd---e--- OK (55 out of 1545, remaining: 23:59, took 0.669s, duration: 00:53)
test 0056...[HTTP POST with *HUGE* request and chunked transfer-encoding]
--pd---e--- OK (56 out of 1545, remaining: 24:03, took 1.088s, duration: 00:54)
test 0057...[HTTP content-type with spaces in]
s-p----e--- OK (57 out of 1545, remaining: 23:52, took 0.531s, duration: 00:54)
test 0058...[HTTP PUT from file with weird letters]
--pd---e--- OK (58 out of 1545, remaining: 23:43, took 0.548s, duration: 00:55)
test 0059...[HTTP URL with slash but with "parameter"]
--pd---e--- OK (59 out of 1545, remaining: 23:33, took 0.536s, duration: 00:56)
test 0060...[HTTP PUT from stdin with wrong content-length]
--pd---e--- OK (60 out of 1545, remaining: 23:49, took 1.573s, duration: 00:57)
test 0061...[HTTP with various cookies and custom Host:]
--pd--oe--- OK (61 out of 1545, remaining: 23:40, took 0.591s, duration: 00:58)
test 0062...[HTTP, send cookies when using custom Host:]
--pd---e--- OK (62 out of 1545, remaining: 23:35, took 0.705s, duration: 00:59)
test 0063...[HTTP with proxy authorization set in environment]
--pd---e--- OK (63 out of 1545, remaining: 23:26, took 0.564s, duration: 00:59)
test 0064...[HTTP with Digest authorization]
--pd---e--- OK (64 out of 1545, remaining: 23:22, took 0.774s, duration: 01:00)
test 0065...[HTTP with Digest authorization with bad password]
--pd---e--- OK (65 out of 1545, remaining: 23:15, took 0.613s, duration: 01:01)
test 0066...[HTTP GET without headers in the response]
--pd---e--- OK (66 out of 1545, remaining: 23:06, took 0.523s, duration: 01:01)
test 0067...[HTTP with NTLM authorization]
--pd---e--- OK (67 out of 1545, remaining: 23:02, took 0.702s, duration: 01:02)
test 0068...[HTTP with NTLM authorization and wrong password]
--pd---e--- OK (68 out of 1545, remaining: 22:56, took 0.639s, duration: 01:03)
test 0069...[HTTP with NTLM, Basic or Wild-and-crazy authorization]
--pd---e--- OK (69 out of 1545, remaining: 22:54, took 0.844s, duration: 01:04)
test 0070...[HTTP with Digest *OR* NTLM authorization]
--pd---e--- OK (70 out of 1545, remaining: 22:48, took 0.620s, duration: 01:04)
test 0071...[HTTP and -F upload in config file]
--pd---e--- OK (71 out of 1545, remaining: 22:43, took 0.661s, duration: 01:05)
test 0072...[HTTP with Digest *OR* Basic authorization]
--pd---e--- OK (72 out of 1545, remaining: 22:37, took 0.618s, duration: 01:06)
test 0073...[HTTP, receive cookies when using custom Host:, domain using only two dots]
--pd--oe--- OK (73 out of 1545, remaining: 22:30, took 0.571s, duration: 01:06)
test 0074...[HTTP, urlglob {}-retrieval and -o #[num] usage]
--p---oe--- OK (74 out of 1545, remaining: 22:25, took 0.646s, duration: 01:07)
test 0075...[HTTP, urlglob retrieval with bad range]
s------e--- OK (75 out of 1545, remaining: 22:15, took 0.416s, duration: 01:08)
test 0076...[HTTP, -O with no file name part in the URL]
-------e--- OK (76 out of 1545, remaining: 22:05, took 0.384s, duration: 01:08)
test 0077...[HTTP with -z "older date"]
--pd---e--- OK (77 out of 1545, remaining: 21:57, took 0.509s, duration: 01:09)
test 0078...[HTTP with -z "newer date"]
--pd---e--- OK (78 out of 1545, remaining: 21:51, took 0.553s, duration: 01:09)
test 0079...[FTP over HTTP proxy]
--pd---e--- OK (79 out of 1545, remaining: 21:45, took 0.563s, duration: 01:10)
test 0080...[HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication]
--pd-P-e--- OK (80 out of 1545, remaining: 22:14, took 2.472s, duration: 01:12)
test 0081...[HTTP with proxy using NTLM authorization]
--pd---e--- OK (81 out of 1545, remaining: 22:11, took 0.708s, duration: 01:13)
test 0082...[HTTP with proxy requiring NTLM, but we send Basic]
--pd---e--- OK (82 out of 1545, remaining: 22:04, took 0.513s, duration: 01:14)
test 0083...[HTTP over proxy-tunnel with site authentication]
--pd-P-e--- OK (83 out of 1545, remaining: 22:09, took 1.185s, duration: 01:15)
test 0084...[HTTP over proxy with site authentication]
--pd---e--- OK (84 out of 1545, remaining: 22:04, took 0.563s, duration: 01:16)
test 0085...[HTTP over proxy with site and proxy authentication]
--pd---e--- OK (85 out of 1545, remaining: 21:58, took 0.583s, duration: 01:16)
test 0086...[HTTP, urlglob []-retrieval and -o #[num] usage]
--p---oe--- OK (86 out of 1545, remaining: 21:58, took 0.861s, duration: 01:17)
test 0087...[urlglob with out of range -o #[num] usage]
------oe--- OK (87 out of 1545, remaining: 21:52, took 0.555s, duration: 01:18)
test 0088...[HTTP PUT with Digest authorization]
--pd---e--- OK (88 out of 1545, remaining: 21:50, took 0.785s, duration: 01:19)
test 0089...[HTTP with NTLM and follow-location]
--pd---e--- OK (89 out of 1545, remaining: 21:51, took 0.944s, duration: 01:20)
test 0090...[HTTP with NTLM via --anyauth, and then follow-location with NTLM again]
--pd---e--- OK (90 out of 1545, remaining: 21:56, took 1.234s, duration: 01:21)
test 0091...[HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0]
--pd---e--- OK (91 out of 1545, remaining: 21:56, took 0.845s, duration: 01:22)
test 0092...[HTTP resume transfer with the whole file already downloaded]
--pd---e--- OK (92 out of 1545, remaining: 21:50, took 0.561s, duration: 01:22)
test 0093...[HTTP GET with failed proxy auth]
--pd---e--- OK (93 out of 1545, remaining: 21:45, took 0.550s, duration: 01:23)
test 0094...[HTTPS GET with failed proxy auth (CONNECT 1.0)]
--p----e--- OK (94 out of 1545, remaining: 21:40, took 0.572s, duration: 01:24)
test 0095...[HTTP over proxytunnel using POST]
--pd-P-e--- OK (95 out of 1545, remaining: 21:44, took 1.194s, duration: 01:25)
test 0097...[HTTP POST with custom content-type]
--pd---e--- OK (96 out of 1545, remaining: 21:39, took 0.508s, duration: 01:26)
test 0098...[HTTP PUT from stdin with set size, disabling chunked transfer-encoding]
--pd---e--- OK (97 out of 1545, remaining: 21:48, took 1.517s, duration: 01:27)
test 0099...[HTTP GET with large-file resume point and failed resume]
--pd---e--- OK (98 out of 1545, remaining: 21:43, took 0.564s, duration: 01:28)
test 0100...[FTP dir list PASV]
--pd---e--- OK (99 out of 1545, remaining: 22:06, took 2.459s, duration: 01:30)
test 0101...[FTP dir list, PORT with specified IP]
--pd---e--- OK (100 out of 1545, remaining: 22:04, took 0.810s, duration: 01:31)
test 0102...[FTP RETR PASV]
--pd---e--- OK (101 out of 1545, remaining: 22:03, took 0.798s, duration: 01:32)
test 0103...[FTP RETR PORT with CWD]
--pd---e--- OK (102 out of 1545, remaining: 22:01, took 0.808s, duration: 01:33)
test 0104...[FTP --head to get file size only]
--p----e--- OK (103 out of 1545, remaining: 21:56, took 0.533s, duration: 01:34)
test 0105...[FTP user+password in URL and ASCII transfer]
--pd---e--- OK (104 out of 1545, remaining: 21:54, took 0.781s, duration: 01:34)
test 0106...[FTP GET with type=A style ASCII URL using %20 codes]
--pd---e--- OK (105 out of 1545, remaining: 21:52, took 0.795s, duration: 01:35)
test 0107...[FTP PASV upload file]
--p-u--e--- OK (106 out of 1545, remaining: 21:51, took 0.802s, duration: 01:36)
test 0108...[FTP PORT upload with CWD]
--p-u--e--- OK (107 out of 1545, remaining: 21:50, took 0.833s, duration: 01:37)
test 0109...[FTP PASV upload append]
--p-u--e--- OK (108 out of 1545, remaining: 21:48, took 0.804s, duration: 01:38)
test 0110...[FTP download resume with set limit]
--pd---e--- OK (109 out of 1545, remaining: 21:47, took 0.813s, duration: 01:39)
test 0111...[FTP download resume beyond file size]
--p----e--- OK (110 out of 1545, remaining: 21:43, took 0.573s, duration: 01:39)
test 0112...[FTP PASV upload resume]
--p-u--e--- OK (111 out of 1545, remaining: 21:41, took 0.792s, duration: 01:40)
test 0113...[FTP download, failed login: USER not valid]
--p----e--- OK (112 out of 1545, remaining: 21:35, took 0.452s, duration: 01:41)
test 0114...[FTP download, failed login: PASS not valid]
--p----e--- OK (113 out of 1545, remaining: 21:30, took 0.462s, duration: 01:41)
test 0115...[FTP download, failed PASV]
--p----e--- OK (114 out of 1545, remaining: 21:25, took 0.508s, duration: 01:42)
test 0116...[FTP download, failed PORT]
--p----e--- OK (115 out of 1545, remaining: 21:20, took 0.556s, duration: 01:42)
test 0117...[FTP download, failed TYPE]
--p----e--- OK (116 out of 1545, remaining: 21:16, took 0.563s, duration: 01:43)
test 0118...[FTP download, failed RETR]
--p----e--- OK (117 out of 1545, remaining: 21:12, took 0.591s, duration: 01:44)
test 0119...[FTP download, failed RETR with PORT]
--p----e--- OK (118 out of 1545, remaining: 21:08, took 0.586s, duration: 01:44)
test 0120...[ftp download with post-quote delete operation]
--pd---e--- OK (119 out of 1545, remaining: 21:07, took 0.807s, duration: 01:45)
test 0121...[ftp download with post- and pre-transfer delete operations]
--pd---e--- OK (120 out of 1545, remaining: 21:06, took 0.786s, duration: 01:46)
test 0122...[FTP download resume with whole file already downloaded]
--p----e--- OK (121 out of 1545, remaining: 21:02, took 0.585s, duration: 01:47)
test 0123...[FTP upload resume with whole file already downloaded]
--p----e--- OK (122 out of 1545, remaining: 20:58, took 0.560s, duration: 01:47)
test 0124...[FTP download, failed PWD]
--pd---e--- OK (123 out of 1545, remaining: 20:57, took 0.780s, duration: 01:48)
test 0125...[FTP download, failed CWD]
--p----e--- OK (124 out of 1545, remaining: 20:52, took 0.482s, duration: 01:49)
test 0126...[FTP download with multiple replies at once in RETR]
--pd---e--- OK (125 out of 1545, remaining: 20:51, took 0.787s, duration: 01:50)
test 0127...[FTP --disable-epsv]
--pd---e--- OK (126 out of 1545, remaining: 20:49, took 0.774s, duration: 01:50)
test 0128...[FTP upload with --crlf]
--p-u--e--- OK (127 out of 1545, remaining: 20:48, took 0.814s, duration: 01:51)
test 0129...[HTTP/1.2 is rejected]
--p----e--- OK (128 out of 1545, remaining: 20:44, took 0.509s, duration: 01:52)
test 0130...[FTP (optional .netrc; no user/pass) dir list PASV]
--pd---e--- OK (129 out of 1545, remaining: 20:44, took 0.841s, duration: 01:53)
test 0131...[FTP (optional .netrc; user/no pass) dir list PASV]
--pd---e--- OK (130 out of 1545, remaining: 20:43, took 0.838s, duration: 01:54)
test 0132...[FTP (optional .netrc; user/passwd supplied) dir list PASV]
--pd---e--- OK (131 out of 1545, remaining: 20:42, took 0.822s, duration: 01:55)
test 0133...[FTP compulsory .netrc; ignore passwd in URL]
--pd---e--- OK (132 out of 1545, remaining: 20:42, took 0.833s, duration: 01:56)
test 0134...[FTP (optional .netrc; programmatic user/passwd) dir list PASV]
--pd---e--- OK (133 out of 1545, remaining: 20:42, took 0.891s, duration: 01:57)
test 0135...[FTP retrieve a byte-range]
--pd---e--- OK (134 out of 1545, remaining: 20:39, took 0.634s, duration: 01:57)
test 0136...[FTP with user and no password]
--pd---e--- OK (135 out of 1545, remaining: 20:38, took 0.760s, duration: 01:58)
test 0137...[FTP download without size in RETR string]
--pd---e--- OK (136 out of 1545, remaining: 20:37, took 0.786s, duration: 01:59)
test 0138...[FTP download without size in RETR string and no SIZE command]
--pd---e--- OK (137 out of 1545, remaining: 20:36, took 0.804s, duration: 02:00)
test 0139...[FTP download a newer file with -z]
--pd---e--- OK (138 out of 1545, remaining: 20:34, took 0.786s, duration: 02:01)
test 0140...[FTP download file with -z, expected to not transfer]
--p----e--- OK (139 out of 1545, remaining: 20:30, took 0.494s, duration: 02:01)
test 0141...[FTP download info with -I]
s-p----e--- OK (140 out of 1545, remaining: 20:27, took 0.542s, duration: 02:02)
test 0142...[FTP URL with 150 dir levels]
--pd---e--- OK (141 out of 1545, remaining: 20:40, took 2.033s, duration: 02:04)
test 0143...[FTP URL with type=a]
--pd---e--- OK (142 out of 1545, remaining: 20:39, took 0.776s, duration: 02:05)
test 0144...[FTP NLST dir list without contents, using PORT]
--p----e--- OK (143 out of 1545, remaining: 20:36, took 0.589s, duration: 02:06)
test 0145...[FTP NLST dir list with weird reply code, using PORT]
--p----e--- OK (144 out of 1545, remaining: 20:32, took 0.579s, duration: 02:06)
test 0146...[persistent FTP with different paths]
--pd---e--- OK (145 out of 1545, remaining: 20:34, took 1.097s, duration: 02:07)
test 0147...[FTP with --ftp-create-dirs (failing CWD)]
--pd---e--- OK (146 out of 1545, remaining: 20:34, took 0.835s, duration: 02:08)
test 0148...[FTP with --ftp-create-dirs (failing MKD)]
--p----e--- OK (147 out of 1545, remaining: 20:30, took 0.532s, duration: 02:09)
test 0149...[FTP with multiple uploads]
--p---oe--- OK (148 out of 1545, remaining: 20:32, took 1.090s, duration: 02:10)
test 0150...[HTTP with NTLM authorization and --fail]
--pd---e--- OK (149 out of 1545, remaining: 20:30, took 0.719s, duration: 02:11)
test 0151...[HTTP GET with an error code that might trick authentication]
--pd---e--- OK (150 out of 1545, remaining: 20:26, took 0.527s, duration: 02:11)
test 0152...[HTTP GET with an error code that might trick authentication and --fail]
--p----e--- OK (151 out of 1545, remaining: 20:23, took 0.548s, duration: 02:12)
test 0153...[HTTP with Digest authorization with stale=true]
s-p----e--- OK (152 out of 1545, remaining: 20:24, took 1.025s, duration: 02:13)
test 0154...[HTTP PUT with --anyauth authorization (picking Digest)]
--pd---e--- OK (153 out of 1545, remaining: 20:23, took 0.821s, duration: 02:14)
test 0155...[HTTP PUT with --anyauth authorization (picking NTLM)]
--pd---e--- OK (154 out of 1545, remaining: 20:23, took 0.921s, duration: 02:15)
test 0156...[HTTP PUT with --anyauth (when the server requires none)]
--pd---e--- OK (155 out of 1545, remaining: 20:20, took 0.574s, duration: 02:16)
test 0157...[HTTP GET with --anyauth (when the server requires none)]
--pd---e--- OK (156 out of 1545, remaining: 20:17, took 0.531s, duration: 02:16)
test 0158...[HTTP multipart formpost with only a 100 reply]
--pd---e--- OK (157 out of 1545, remaining: 20:14, took 0.576s, duration: 02:17)
test 0159...[HTTP with NTLM authorization when talking HTTP/1.0 (known to fail)]
--pd---e--- OK (158 out of 1545, remaining: 20:11, took 0.639s, duration: 02:18)
test 0160...[HTTP with delayed close, conn reuse, connection reset and retry]
s-p----e--- OK (159 out of 1545, remaining: 20:28, took 2.771s, duration: 02:20)
test 0161...[FTP RETR PASV]
--pd---e--- OK (160 out of 1545, remaining: 20:25, took 0.598s, duration: 02:21)
test 0162...[HTTP GET asking for --proxy-ntlm when some other authentication is required]
--p----e--- OK (161 out of 1545, remaining: 20:22, took 0.590s, duration: 02:22)
test 0163...[HTTP multipart formpost with contents from a file]
--pd---e--- OK (162 out of 1545, remaining: 20:20, took 0.667s, duration: 02:22)
test 0164...[HTTP range with multiple ranges]
--pd---e--- OK (163 out of 1545, remaining: 20:17, took 0.608s, duration: 02:23)
test 0165...[HTTP over proxy with IDN host name]
--pd---e--- OK (164 out of 1545, remaining: 20:17, took 0.905s, duration: 02:24)
test 0166...[HTTP formpost a file with spaces in name]
--pd---e--- OK (165 out of 1545, remaining: 20:14, took 0.599s, duration: 02:25)
test 0167...[HTTP with proxy-requiring-Basic to site-requiring-Digest]
--pd---e--- OK (166 out of 1545, remaining: 20:13, took 0.727s, duration: 02:26)
test 0168...[HTTP with proxy-requiring-Digest to site-requiring-Digest]
--pd---e--- OK (167 out of 1545, remaining: 20:12, took 0.855s, duration: 02:26)
test 0169...[HTTP with proxy-requiring-NTLM to site-requiring-Digest]
--pd---e--- OK (168 out of 1545, remaining: 20:11, took 0.751s, duration: 02:27)
test 0170...[HTTP POST with --proxy-ntlm and no SSL with no response]
--p----e--- OK (169 out of 1545, remaining: 20:08, took 0.548s, duration: 02:28)
test 0171...[HTTP, get cookie with dot prefixed full domain]
--pd--oe--- OK (170 out of 1545, remaining: 20:05, took 0.550s, duration: 02:28)
test 0172...[HTTP with cookies file and custom added cookie]
--pd---e--- OK (171 out of 1545, remaining: 20:02, took 0.617s, duration: 02:29)
test 0173...[HTTP RFC1867-formpost a file from stdin with "faked" filename]
--pd---e--- OK (172 out of 1545, remaining: 20:00, took 0.660s, duration: 02:30)
test 0174...[HTTP POST --anyauth to server not requiring any auth at all]
--pd---e--- OK (173 out of 1545, remaining: 19:57, took 0.555s, duration: 02:31)
test 0175...[HTTP POST --digest to server not requiring any auth at all]
--pd---e--- OK (174 out of 1545, remaining: 19:56, took 0.731s, duration: 02:31)
test 0176...[HTTP POST --ntlm to server not requiring any auth at all]
--pd---e--- OK (175 out of 1545, remaining: 19:54, took 0.739s, duration: 02:32)
test 0177...[HTTP POST --digest to server doing a 302-location response]
--pd---e--- OK (176 out of 1545, remaining: 19:51, took 0.562s, duration: 02:33)
test 0178...[HTTP response with negative Content-Length]
--pd---e--- OK (177 out of 1545, remaining: 19:49, took 0.575s, duration: 02:33)
test 0179...[HTTP using proxy and cookies with path checks]
--pd---e--- OK (178 out of 1545, remaining: 19:46, took 0.536s, duration: 02:34)
test 0180...[HTTP 1.0 PUT]
--pd---e--- OK (179 out of 1545, remaining: 19:44, took 0.617s, duration: 02:35)
test 0181...[HTTP 1.0 POST]
--pd---e--- OK (180 out of 1545, remaining: 19:41, took 0.603s, duration: 02:35)
test 0182...[FTP download an empty file]
--pd---e--- OK (181 out of 1545, remaining: 19:40, took 0.776s, duration: 02:36)
test 0183...[HTTP GET two URLs over a single proxy with persistent connection]
--pd---e--- OK (182 out of 1545, remaining: 19:37, took 0.540s, duration: 02:37)
test 0184...[HTTP replace Host: when following Location: to new host]
--pd---e--- OK (183 out of 1545, remaining: 19:35, took 0.605s, duration: 02:37)
test 0185...[HTTP replace Host: when following Location: on the same host]
--pd---e--- OK (184 out of 1545, remaining: 19:33, took 0.596s, duration: 02:38)
test 0186...[HTTP RFC1867-type formposting with types on text fields]
--pd---e--- OK (185 out of 1545, remaining: 19:30, took 0.600s, duration: 02:39)
test 0187...[HTTP redirect with bad host name separation and slash in parameters]
--pd---e--- OK (186 out of 1545, remaining: 19:29, took 0.666s, duration: 02:40)
test 0188...[HTTP GET with resume and redirect]
--pd---e--- OK (187 out of 1545, remaining: 19:26, took 0.592s, duration: 02:40)
test 0189...[HTTP GET with resume and redirect (to a page that doesn't resume)]
--pd---e--- OK (188 out of 1545, remaining: 19:24, took 0.604s, duration: 02:41)
test 0190...[FTP download with strict timeout and slow CWD]
--p----e--- OK (189 out of 1545, remaining: 20:27, took 9.669s, duration: 02:51)
test 0191...[FTP URL with ?-letters in username and password ]
--pd---e--- OK (190 out of 1545, remaining: 20:36, took 2.298s, duration: 02:53)
test 0192...[HTTP GET -w num_connects with one simple connect]
s-p----e--- OK (191 out of 1545, remaining: 20:33, took 0.520s, duration: 02:53)
test 0193...[HTTP GET -w num_connects with redirected fetch (2 connects)]
s-p----e--- OK (192 out of 1545, remaining: 20:31, took 0.655s, duration: 02:54)
test 0194...[HTTP resume transfer with the whole file already downloaded and --fail]
--pd---e--- OK (193 out of 1545, remaining: 20:28, took 0.630s, duration: 02:55)
test 0195...[FTP response 530 after PASS, temporarily not allowed access]
--p----e--- OK (194 out of 1545, remaining: 20:25, took 0.463s, duration: 02:55)
test 0196...[FTP transient error, retry request once]
--p----e--- OK (195 out of 1545, remaining: 20:28, took 1.508s, duration: 02:57)
test 0197...[HTTP GET --retry on 503 error with output to stdout]
s-p----e--- OK (196 out of 1545, remaining: 20:32, took 1.590s, duration: 02:59)
test 0198...[HTTP GET --retry on 503 error with output to file]
--pd---e--- OK (197 out of 1545, remaining: 20:37, took 1.683s, duration: 03:00)
test 0199...[HTTP with -d, -G and {}]
--pd---e--- OK (198 out of 1545, remaining: 20:34, took 0.558s, duration: 03:01)
test 0200...[basic file:// file]
---d---e--- OK (199 out of 1545, remaining: 20:31, took 0.455s, duration: 03:02)
test 0201...[missing file:// file]
-------e--- OK (200 out of 1545, remaining: 20:27, took 0.398s, duration: 03:02)
test 0202...[two file:// URLs to stdout]
s------e--- OK (201 out of 1545, remaining: 20:23, took 0.438s, duration: 03:02)
test 0203...[file:/path URL with a single slash]
---d---e--- OK (202 out of 1545, remaining: 20:19, took 0.462s, duration: 03:03)
test 0204...["upload" with file://]
------oe--- OK (203 out of 1545, remaining: 20:16, took 0.452s, duration: 03:03)
test 0205...["upload" with file://]
-------e--- OK (204 out of 1545, remaining: 20:12, took 0.425s, duration: 03:04)
test 0206...[HTTP proxy CONNECT auth Digest]
--pd---e--- OK (205 out of 1545, remaining: 20:10, took 0.712s, duration: 03:05)
test 0207...[HTTP GET with chunked Transfer-Encoding closed prematurely]
--pd---e--- OK (206 out of 1545, remaining: 20:08, took 0.607s, duration: 03:05)
test 0208...[HTTP PUT to a FTP URL with username+password - over HTTP proxy]
--pd---e--- OK (207 out of 1545, remaining: 20:05, took 0.647s, duration: 03:06)
test 0209...[HTTP proxy CONNECT auth NTLM]
--pd---e--- OK (208 out of 1545, remaining: 20:04, took 0.755s, duration: 03:07)
test 0210...[Get two FTP files from the same remote dir: no second CWD]
--pd---e--- OK (209 out of 1545, remaining: 20:05, took 1.099s, duration: 03:08)
test 0211...[Get two FTP files with no remote EPSV support]
--pd---e--- OK (210 out of 1545, remaining: 20:05, took 1.088s, duration: 03:09)
test 0212...[Get two FTP files with no remote EPRT support]
--pd---e--- OK (211 out of 1545, remaining: 20:06, took 1.129s, duration: 03:10)
test 0213...[HTTP 1.0 proxy CONNECT auth NTLM and then POST]
--pd---e--- OK (212 out of 1545, remaining: 20:05, took 0.751s, duration: 03:11)
test 0214...[HTTP URL with escaped { and }]
--pd---e--- OK (213 out of 1545, remaining: 20:02, took 0.499s, duration: 03:12)
test 0215...[Get two FTP dir listings from the same remote dir: no second CWD]
--pd---e--- OK (214 out of 1545, remaining: 20:03, took 1.102s, duration: 03:13)
test 0216...[FTP upload two files to the same dir]
--p----e--- OK (215 out of 1545, remaining: 20:03, took 1.066s, duration: 03:14)
test 0217...[HTTP proxy CONNECT to proxy returning 405]
s-p----e--- OK (216 out of 1545, remaining: 20:01, took 0.588s, duration: 03:15)
test 0218...[HTTP PUT from a file but enforce chunked transfer-encoding]
--pd---e--- OK (217 out of 1545, remaining: 19:58, took 0.522s, duration: 03:15)
test 0219...[try using proxy with unsupported scheme]
-------e--- OK (218 out of 1545, remaining: 20:02, took 0.737s, duration: 03:17)
test 0220...[HTTP GET gzip compressed content]
--pd---e--- OK (219 out of 1545, remaining: 19:59, took 0.580s, duration: 03:18)
test 0221...[HTTP GET gzip compressed content with broken gzip header]
--pd---e--- OK (220 out of 1545, remaining: 19:56, took 0.577s, duration: 03:18)
test 0222...[HTTP GET deflate compressed content]
--pd---e--- OK (221 out of 1545, remaining: 19:57, took 0.996s, duration: 03:19)
test 0223...[HTTP GET deflate compressed content with broken deflate header]
--pd---e--- OK (222 out of 1545, remaining: 19:54, took 0.649s, duration: 03:20)
test 0224...[HTTP GET gzip compressed content with huge comment and extra field]
--pd---e--- OK (223 out of 1545, remaining: 19:53, took 0.695s, duration: 03:21)
test 0225...[FTP %0a-code in URL's name part]
-------e--- OK (224 out of 1545, remaining: 19:49, took 0.375s, duration: 03:21)
test 0226...[FTP %0d-code in URL's CWD part]
-------e--- OK (225 out of 1545, remaining: 19:46, took 0.439s, duration: 03:22)
test 0227...[FTP with quote ops]
--pd---e--- OK (226 out of 1545, remaining: 19:45, took 0.838s, duration: 03:23)
test 0228...[FTP RETR with ACCT]
--pd---e--- OK (227 out of 1545, remaining: 19:44, took 0.787s, duration: 03:23)
test 0229...[FTP RETR with bad ACCT]
--p----e--- OK (228 out of 1545, remaining: 19:41, took 0.485s, duration: 03:24)
test 0230...[HTTP GET multiply compressed content]
--pd---e--- OK (229 out of 1545, remaining: 19:41, took 1.003s, duration: 03:25)
test 0231...[file:// with resume]
---d---e--- OK (230 out of 1545, remaining: 19:37, took 0.437s, duration: 03:26)
test 0232...[HTTP GET deflate raw-compressed content]
--pd---e--- OK (231 out of 1545, remaining: 19:38, took 1.010s, duration: 03:27)
test 0233...[HTTP, proxy, site+proxy auth and Location: to new host]
--pd---e--- OK (232 out of 1545, remaining: 19:36, took 0.788s, duration: 03:27)
test 0234...[HTTP, proxy, site+proxy auth and Location: to new host using location-trusted]
--pd---e--- OK (233 out of 1545, remaining: 19:35, took 0.781s, duration: 03:28)
test 0235...[FTP resumed upload but no file present remotely]
--p-u--e--- OK (234 out of 1545, remaining: 19:34, took 0.812s, duration: 03:29)
test 0236...[FTP resume upload but denied access to remote file]
--p----e--- OK (235 out of 1545, remaining: 19:32, took 0.626s, duration: 03:30)
test 0237...[FTP getting bad host in 227-response to PASV]
--p----e--- OK (236 out of 1545, remaining: 19:29, took 0.493s, duration: 03:30)
test 0238...[FTP getting bad port in response to EPSV]
--p----e--- OK (237 out of 1545, remaining: 19:27, took 0.489s, duration: 03:31)
test 0239...[HTTP proxy-auth NTLM and then POST]
--pd---e--- OK (238 out of 1545, remaining: 19:25, took 0.716s, duration: 03:32)
test 0240...[HTTP-IPv6 GET]
--pd---e--- OK (239 out of 1545, remaining: 19:29, took 1.795s, duration: 03:34)
test 0241 SKIPPED: Resolving IPv6 'ip6-localhost' didn't work
test 0242...[HTTP-IPv6 GET with username+password in URL]
--pd---e--- OK (241 out of 1545, remaining: 19:23, took 0.516s, duration: 03:35)
test 0243...[HTTP POST with --proxy-anyauth, picking NTLM]
--pd---e--- OK (242 out of 1545, remaining: 19:22, took 0.863s, duration: 03:35)
test 0244...[FTP dir listing with nocwd and URL encoded path]
--pd---e--- OK (243 out of 1545, remaining: 19:21, took 0.787s, duration: 03:36)
test 0245...[HTTP POST --digest]
--pd---e--- OK (244 out of 1545, remaining: 19:19, took 0.627s, duration: 03:37)
test 0246...[HTTP POST --digest with server doing a 100 before 401 response]
--pd---e--- OK (245 out of 1545, remaining: 19:18, took 0.670s, duration: 03:38)
test 0247...[FTP upload time condition evaluates TRUE => skip upload]
--p----e--- OK (246 out of 1545, remaining: 19:15, took 0.514s, duration: 03:38)
test 0248...[FTP upload time condition evaluates FALSE => upload anyway]
--p-u--e--- OK (247 out of 1545, remaining: 19:14, took 0.823s, duration: 03:39)
test 0249...[HTTP 304 response with "illegal" Content-Length: header]
--pd---e--- OK (248 out of 1545, remaining: 19:12, took 0.562s, duration: 03:40)
test 0250...[FTP dir list PASV with slow response]
--pd---e--- OK (249 out of 1545, remaining: 20:58, took 21.411s, duration: 04:01)
test 0251...[FTP dir list, PORT with specified IP and slow response]
--pd---e--- OK (250 out of 1545, remaining: 22:44, took 21.616s, duration: 04:23)
test 0252...[FTP IPv6 dir list PASV]
--pd---e--- OK (251 out of 1545, remaining: 22:50, took 2.350s, duration: 04:25)
test 0253...[FTP IPv6 dir list with EPRT]
--pd---e--- OK (252 out of 1545, remaining: 22:49, took 0.818s, duration: 04:26)
test 0254...[FTP IPv6 dir list PASV and --disable-epsv]
--pd---e--- OK (253 out of 1545, remaining: 22:47, took 0.811s, duration: 04:27)
test 0255...[FTP IPv6 dir list with EPRT and --disable-eprt]
--pd---e--- OK (254 out of 1545, remaining: 22:45, took 0.827s, duration: 04:28)
test 0256...[HTTP resume request over proxy with auth without server supporting it]
--p---oe--- OK (255 out of 1545, remaining: 22:41, took 0.549s, duration: 04:29)
test 0257...[HTTP Location: following with --netrc-optional]
--pd---e--- OK (256 out of 1545, remaining: 22:40, took 0.965s, duration: 04:30)
test 0258...[HTTP POST multipart without Expect: header using proxy anyauth (Digest)]
--pd---e--- OK (257 out of 1545, remaining: 22:38, took 0.847s, duration: 04:31)
test 0259...[HTTP POST multipart with Expect: header using proxy anyauth (Digest)]
--pd---e--- OK (258 out of 1545, remaining: 22:46, took 2.815s, duration: 04:34)
test 0260...[HTTP GET URL without slash but with questionmark]
--pd---e--- OK (259 out of 1545, remaining: 22:43, took 0.505s, duration: 04:34)
test 0261...[FTP RETR with 226 response code to TYPE]
--pd---e--- OK (260 out of 1545, remaining: 22:41, took 0.781s, duration: 04:35)
test 0262...[Reject HTTP response with binary zero in header]
--p----e--- OK (261 out of 1545, remaining: 22:37, took 0.532s, duration: 04:36)
test 0263...[HTTP-IPv6 GET with proxy specified using IPv6-numerical address]
--pd---e--- OK (262 out of 1545, remaining: 22:34, took 0.504s, duration: 04:36)
test 0264...[HTTP with proxy string including http:// and user+password]
--pd---e--- OK (263 out of 1545, remaining: 22:31, took 0.553s, duration: 04:37)
test 0265...[HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407]
--pd---e--- OK (264 out of 1545, remaining: 22:29, took 0.807s, duration: 04:38)
test 0266...[HTTP GET with chunked Transfer-Encoding and chunked trailer]
--pd--oe--- OK (265 out of 1545, remaining: 22:28, took 0.984s, duration: 04:39)
test 0267...[HTTP POST with NTLM authorization and added custom headers]
--pd---e--- OK (266 out of 1545, remaining: 22:26, took 0.748s, duration: 04:39)
test 0268...[HTTP POST a non-existing file]
--pd---e--- OK (267 out of 1545, remaining: 22:22, took 0.513s, duration: 04:40)
test 0269...[HTTP --ignore-content-length]
--pd---e--- OK (268 out of 1545, remaining: 22:19, took 0.575s, duration: 04:41)
test 0270...[FTP RETR PASV --ftp-skip-pasv-ip]
--pd---e--- OK (269 out of 1545, remaining: 22:17, took 0.782s, duration: 04:41)
test 0271...[TFTP retrieve]
--pd---e--- OK (270 out of 1545, remaining: 22:20, took 1.737s, duration: 04:43)
test 0272...[FTP timed conditioned get file with identical time stamp ]
--p----e--- OK (271 out of 1545, remaining: 22:16, took 0.480s, duration: 04:44)
test 0273...[HTTP with two Digest authorization headers]
--pd---e--- OK (272 out of 1545, remaining: 22:14, took 0.728s, duration: 04:45)
test 0274...[HTTP Location: following with --max-redirs 0]
--pd---e--- OK (273 out of 1545, remaining: 22:11, took 0.546s, duration: 04:45)
test 0275...[HTTP CONNECT with proxytunnel getting two URLs from the same host]
--pd-P-e--- OK (274 out of 1545, remaining: 22:11, took 1.192s, duration: 04:46)
test 0276...[HTTP Location: following with multiple question marks in URLs]
--pd---e--- OK (275 out of 1545, remaining: 22:08, took 0.706s, duration: 04:47)
test 0277...[HTTP RFC1867-type formposting with custom Content-Type]
--pd---e--- OK (276 out of 1545, remaining: 22:06, took 0.588s, duration: 04:48)
test 0278...[HTTP with proxy string including http:// and user+empty password]
--pd---e--- OK (277 out of 1545, remaining: 22:03, took 0.566s, duration: 04:49)
test 0279...[HTTP with proxy string including http:// and user only]
--pd---e--- OK (278 out of 1545, remaining: 22:00, took 0.559s, duration: 04:49)
test 0280...[FTP --ftp-alternative-to-user on USER failure]
--pd---e--- OK (279 out of 1545, remaining: 21:58, took 0.832s, duration: 04:50)
test 0281...[HTTP PUT from file with 100 + 401 responses and -f without auth given]
--pd---e--- OK (280 out of 1545, remaining: 21:55, took 0.593s, duration: 04:51)
test 0282...[HTTP GET with no response body or headers]
--pd---e--- OK (281 out of 1545, remaining: 21:52, took 0.532s, duration: 04:51)
test 0283...[TFTP retrieve on invalid file]
--p----e--- OK (282 out of 1545, remaining: 21:49, took 0.450s, duration: 04:52)
test 0284...[TFTP retrieve of boundary case 512 byte file]
--pd---e--- OK (283 out of 1545, remaining: 21:46, took 0.555s, duration: 04:52)
test 0285...[TFTP send]
Warning: server logs lock timeout (2 seconds) expired
--p-u--e--- OK (284 out of 1545, remaining: 21:53, took 2.889s, duration: 04:55)
test 0286...[TFTP send of boundary case 512 byte file]
Warning: server logs lock timeout (2 seconds) expired
--p-u--e--- OK (285 out of 1545, remaining: 22:10, took 4.999s, duration: 05:00)
test 0287...[HTTP proxy CONNECT with custom User-Agent header]
s-p----e--- OK (286 out of 1545, remaining: 22:07, took 0.570s, duration: 05:01)
test 0288...[file:// with (unsupported) proxy, authentication and range]
---d---e--- OK (287 out of 1545, remaining: 22:04, took 0.482s, duration: 05:02)
test 0289...[FTP resume upload but denied access to local file]
-------e--- OK (288 out of 1545, remaining: 22:00, took 0.374s, duration: 05:02)
test 0290...[FTP download maximum filesize exceeded]
--p----e--- OK (289 out of 1545, remaining: 21:57, took 0.570s, duration: 05:03)
test 0291...[FTP download maximum filesize not exceeded]
--pd---e--- OK (290 out of 1545, remaining: 21:55, took 0.776s, duration: 05:04)
test 0292...[HTTP GET with maximum filesize not exceeded]
--pd---e--- OK (291 out of 1545, remaining: 21:52, took 0.508s, duration: 05:04)
test 0293...[HTTP GET with maximum filesize exceeded]
--p----e--- OK (292 out of 1545, remaining: 21:49, took 0.525s, duration: 05:05)
test 0294...[FTP --ftp-account on ACCT request]
--pd---e--- OK (293 out of 1545, remaining: 21:47, took 0.841s, duration: 05:06)
test 0295...[FTP ACCT request without --ftp-account]
--p----e--- OK (294 out of 1545, remaining: 21:44, took 0.485s, duration: 05:06)
test 0296...[FTP CWD with --ftp-method multicwd]
--pd---e--- OK (295 out of 1545, remaining: 21:42, took 0.787s, duration: 05:07)
test 0297...[FTP CWD with --ftp-method singlecwd]
--pd---e--- OK (296 out of 1545, remaining: 21:40, took 0.781s, duration: 05:08)
test 0298...[FTP CWD with --ftp-method nocwd]
--pd---e--- OK (297 out of 1545, remaining: 21:39, took 0.765s, duration: 05:09)
test 0299...[FTP over HTTP proxy with user:pass not in url]
--pd---e--- OK (298 out of 1545, remaining: 21:36, took 0.555s, duration: 05:09)
test 0300...[simple HTTPS GET]
--pd---e--- OK (299 out of 1545, remaining: 21:37, took 1.614s, duration: 05:11)
test 0301...[HTTPS GET with user and password]
--pd---e--- OK (300 out of 1545, remaining: 21:35, took 0.644s, duration: 05:12)
test 0302...[HTTPS GET over HTTP proxy fails]
-------e--- OK (301 out of 1545, remaining: 21:32, took 0.540s, duration: 05:12)
test 0303...[HTTPS with 8 secs timeout]
Warning: server logs lock timeout (2 seconds) expired
--pd---e--- OK (302 out of 1545, remaining: 22:37, took 16.903s, duration: 05:29)
test 0304...[HTTPS multipart formpost]
--pd---e--- OK (303 out of 1545, remaining: 22:43, took 2.969s, duration: 05:32)
test 0305...[insecure HTTPS without permission]
-------e--- OK (304 out of 1545, remaining: 22:40, took 0.430s, duration: 05:33)
test 0306...[HTTPS GET, receive no headers only data!]
--pd---e--- OK (305 out of 1545, remaining: 22:37, took 0.680s, duration: 05:33)
test 0307 SKIPPED: openssl engine not supported
test 0308...[simple HTTPS GET with invalid crypto engine]
-------e--- OK (307 out of 1545, remaining: 22:30, took 0.396s, duration: 05:34)
test 0309...[HTTP Location: redirect to HTTPS URL]
--pd---e--- OK (308 out of 1545, remaining: 22:28, took 0.756s, duration: 05:35)
test 0310...[simple HTTPS GET]
--pd---e--- OK (309 out of 1545, remaining: 22:58, took 8.938s, duration: 05:44)
test 0311...[HTTPS wrong subjectAltName but right CN]
-------e--- OK (310 out of 1545, remaining: 23:28, took 8.882s, duration: 05:53)
test 0312...[HTTPS GET to localhost and null-prefixed CN cert]
-------e--- OK (311 out of 1545, remaining: 23:58, took 8.901s, duration: 06:02)
test 0313...[CRL test]
-------e--- OK (312 out of 1545, remaining: 24:28, took 8.863s, duration: 06:11)
test 0317...[HTTP with custom Authorization: and redirect to new host]
--pd---e--- OK (313 out of 1545, remaining: 24:25, took 0.788s, duration: 06:12)
test 0318...[HTTP with custom Authorization: and redirect to new host]
--pd---e--- OK (314 out of 1545, remaining: 24:23, took 0.779s, duration: 06:13)
test 0319...[HTTP GET gzip transfer-encoded data in raw mode]
--pd---e--- OK (315 out of 1545, remaining: 24:19, took 0.577s, duration: 06:13)
test 0320 SKIPPED: no gnutls-serv (with SRP support)
test 0321 SKIPPED: no gnutls-serv (with SRP support)
test 0322 SKIPPED: no gnutls-serv (with SRP support)
test 0325...[HTTPS with attempted redirect to denied HTTP]
--pd---e--- OK (320 out of 1545, remaining: 24:25, took 8.928s, duration: 06:22)
test 0326...[HTTP GET chunked data in raw mode]
--pd---e--- OK (321 out of 1545, remaining: 24:22, took 0.552s, duration: 06:23)
test 0327...[HTTP with cookiejar without cookies left]
--pd--oe--- OK (322 out of 1545, remaining: 24:19, took 0.745s, duration: 06:24)
test 0328...[HTTP with "Content-Encoding: none]
--pd---e--- OK (323 out of 1545, remaining: 24:16, took 0.511s, duration: 06:24)
test 0329...[HTTP cookie with Max-Age=0]
--pd---e--- OK (324 out of 1545, remaining: 24:12, took 0.615s, duration: 06:25)
test 0330...[HTTP with custom Cookie: and redirect to new host]
--pd---e--- OK (325 out of 1545, remaining: 24:10, took 0.782s, duration: 06:26)
test 0331...[HTTP with cookie using host name 'moo']
--pd---e--- OK (326 out of 1545, remaining: 24:07, took 0.635s, duration: 06:27)
test 0332...[TFTP retrieve with blksize 400]
--pd---e--- OK (327 out of 1545, remaining: 24:04, took 0.473s, duration: 06:27)
test 0333...[Try a non-boolean command line option with --no-]
-------e--- OK (328 out of 1545, remaining: 24:00, took 0.384s, duration: 06:28)
test 0334...[HTTP 204 No content with chunked header]
--pd---e--- OK (329 out of 1545, remaining: 23:56, took 0.503s, duration: 06:28)
test 0335...[HTTP with proxy Digest and site Digest with creds in URLs]
--pd---e--- OK (330 out of 1545, remaining: 23:55, took 0.992s, duration: 06:29)
test 0336...[FTP range download when SIZE doesn't work]
--pd---e--- OK (331 out of 1545, remaining: 23:52, took 0.683s, duration: 06:30)
test 0337...[FTP range download with SIZE returning extra crap]
--pd---e--- OK (332 out of 1545, remaining: 23:49, took 0.681s, duration: 06:31)
test 0338...[ANYAUTH connection reuse of non-authed connection]
--pd---e--- OK (333 out of 1545, remaining: 23:46, took 0.560s, duration: 06:31)
test 0339...[Check if --etag-save saved correct etag to a file]
--p---oe--- OK (334 out of 1545, remaining: 23:43, took 0.574s, duration: 06:32)
test 0340...[FTP using %00 in path with singlecwd]
--p----e--- OK (335 out of 1545, remaining: 23:39, took 0.517s, duration: 06:33)
test 0341...[Try to open a non existing file with --etag-compare should return an error]
-------e--- OK (336 out of 1545, remaining: 23:36, took 0.478s, duration: 06:33)
test 0342...[Check if --etag-compare set correct etag in header]
--pd---e--- OK (337 out of 1545, remaining: 23:33, took 0.534s, duration: 06:34)
test 0343...[Both --etag-compare and --etag-save to save new Etag]
--pd--oe--- OK (338 out of 1545, remaining: 23:30, took 0.540s, duration: 06:34)
test 0344...[Both --etag-compare and -save store new Etag using non-existing file]
--pd--oe--- OK (339 out of 1545, remaining: 23:27, took 0.526s, duration: 06:35)
test 0345...[Both --etag-compare and -save store new Etag using one pre-existing file]
--pd--oe--- OK (340 out of 1545, remaining: 23:24, took 0.575s, duration: 06:36)
test 0346...[HTTP GET over proxy with credentials using blank passwords]
--pd---e--- OK (341 out of 1545, remaining: 23:20, took 0.531s, duration: 06:36)
test 0347...[--etag-save with blank incoming header]
--p---oe--- OK (342 out of 1545, remaining: 23:17, took 0.538s, duration: 06:37)
test 0348...[FTP upload file with 552 disk full response]
--p-u--e--- OK (343 out of 1545, remaining: 23:15, took 0.833s, duration: 06:38)
test 0349...[HTTP GET --fail-with-body on HTTP error return]
--pd---e--- OK (344 out of 1545, remaining: 23:12, took 0.540s, duration: 06:38)
test 0350...[FTP root dir list multicwd]
--pd---e--- OK (345 out of 1545, remaining: 23:10, took 0.800s, duration: 06:39)
test 0351...[FTP root dir list nocwd]
--pd---e--- OK (346 out of 1545, remaining: 23:08, took 0.798s, duration: 06:40)
test 0352...[FTP root dir list singlecwd]
--pd---e--- OK (347 out of 1545, remaining: 23:06, took 0.806s, duration: 06:41)
test 0353...[FTP home dir list singlecwd]
--pd---e--- OK (348 out of 1545, remaining: 23:03, took 0.798s, duration: 06:42)
test 0354...[FTP without password]
--pd---e--- OK (349 out of 1545, remaining: 23:01, took 0.776s, duration: 06:43)
test 0355...[load Alt-Svc from file and use]
--pd---e--- OK (350 out of 1545, remaining: 22:58, took 0.517s, duration: 06:43)
test 0356...[parse incoming Alt-Svc and save to file]
--pd--oe--- OK (351 out of 1545, remaining: 22:55, took 0.582s, duration: 06:44)
test 0357...[HTTP PUT with Expect: 100-continue and 417 response]
--pd---e--- OK (352 out of 1545, remaining: 23:10, took 5.709s, duration: 06:50)
RUN: failed to start the HTTP/2 server
== Contents of files in the log/ dir after test 358
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 (355 out of 1545, remaining: 25:46, took 0.503s, duration: 07:41)
test 0361...[HTTP GET --fail-with-body on HTTP error return - twice]
--pd---e--- OK (356 out of 1545, remaining: 25:43, took 0.731s, duration: 07:42)
test 0362...[FTP resume upload file with nothing to start from]
--p-u--e--- OK (357 out of 1545, remaining: 25:41, took 0.926s, duration: 07:43)
test 0363...[CONNECT with short sends]
--pd-P-e--- OK (358 out of 1545, remaining: 25:40, took 1.362s, duration: 07:44)
test 0364...[HTTPS PUT of small file]
--pd---e--- OK (359 out of 1545, remaining: 25:37, took 0.801s, duration: 07:45)
test 0365...[HTTP/1.1 with chunked AND Content-Length headers]
--pd---e--- OK (360 out of 1545, remaining: 25:34, took 0.701s, duration: 07:46)
test 0366...[HTTP --retry-max-time with too long Retry-After]
--pd---e--- OK (361 out of 1545, remaining: 25:31, took 0.572s, duration: 07:46)
test 0367...[Empty user name provided in URL]
--pd---e--- OK (362 out of 1545, remaining: 25:27, took 0.558s, duration: 07:47)
test 0368...[Append dash if -r range specified without one]
--pd---e--- OK (363 out of 1545, remaining: 25:24, took 0.562s, duration: 07:48)
test 0369...[--etag-save with bad path then working transfer]
--pd---e--- OK (364 out of 1545, remaining: 25:21, took 0.593s, duration: 07:48)
test 0370...[--etag-save with bad path - no transfer]
-------e--- OK (365 out of 1545, remaining: 25:17, took 0.493s, duration: 07:49)
test 0371...[using more -o than URLs in the command line]
-rp----e--- OK (366 out of 1545, remaining: 25:13, took 0.582s, duration: 07:49)
test 0372...[Binary zero in data element.]
--pd---e--- OK (367 out of 1545, remaining: 25:10, took 0.668s, duration: 07:50)
test 0373...[Chunked transfer encoding - Multiple valid chunks with binary zeros.]
--pd---e--- OK (368 out of 1545, remaining: 25:08, took 0.750s, duration: 07:51)
test 0374...[Valid gif with two frames. No new line in data section.]
--pd---e--- OK (369 out of 1545, remaining: 25:05, took 0.621s, duration: 07:52)
test 0376...[--remove-on-error]
--p---oe--- OK (370 out of 1545, remaining: 25:02, took 0.674s, duration: 07:52)
test 0378...[Reject using -T and -d at once]
-r-----e--- OK (371 out of 1545, remaining: 24:58, took 0.480s, duration: 07:53)
test 0379...[--remove-on-error with --no-clobber and an added number]
--p---oe--- OK (372 out of 1545, remaining: 24:55, took 0.776s, duration: 07:54)
test 0380...[pick netrc password based on user name in URL]
--pd---e--- OK (373 out of 1545, remaining: 24:53, took 0.981s, duration: 07:55)
test 0381...[netrc-optional lets URL creds override netrc]
--pd---e--- OK (374 out of 1545, remaining: 24:51, took 0.969s, duration: 07:56)
test 0383...[HTTP with --json]
--pd---e--- OK (375 out of 1545, remaining: 24:48, took 0.660s, duration: 07:57)
test 0384...[HTTP with --json from stdin]
--pd---e--- OK (376 out of 1545, remaining: 24:45, took 0.638s, duration: 07:57)
test 0385...[HTTP with --json x 2]
--pd---e--- OK (377 out of 1545, remaining: 24:42, took 0.585s, duration: 07:58)
test 0386...[HTTP with --json + --next]
--pd---e--- OK (378 out of 1545, remaining: 24:39, took 0.735s, duration: 07:59)
test 0387...[Response with overly long compression chain]
-rp----e--- OK (379 out of 1545, remaining: 24:37, took 0.638s, duration: 08:00)
test 0388...[HTTP with Digest and multiple qop values with leading space]
s-p----e--- OK (380 out of 1545, remaining: 24:36, took 1.351s, duration: 08:01)
test 0389...[*.localhost is a local host]
--pd---e--- OK (381 out of 1545, remaining: 24:33, took 0.690s, duration: 08:02)
test 0390...[curl HTTP, FILE and FTP in parallel]
-------e--- OK (382 out of 1545, remaining: 24:31, took 1.024s, duration: 08:03)
test 0391...[--path-as-is with redirect, keeping dotdots]
--pd---e--- OK (383 out of 1545, remaining: 24:29, took 0.673s, duration: 08:04)
test 0392...[HTTP secure cookies over localhost]
--pd---e--- OK (384 out of 1545, remaining: 24:26, took 0.768s, duration: 08:05)
test 0393...[HTTP max-filesize and out-of-range Content-Length]
--p----e--- OK (385 out of 1545, remaining: 24:24, took 0.697s, duration: 08:05)
test 0394...[HTTP with rubbish in Content-Length]
--p----e--- OK (386 out of 1545, remaining: 24:21, took 0.657s, duration: 08:06)
test 0395...[HTTP and out-of-range Content-Length]
--p----e--- OK (387 out of 1545, remaining: 24:18, took 0.691s, duration: 08:07)
test 0398...[Reject HTTP/1.1 response with colon-less header]
--p----e--- OK (388 out of 1545, remaining: 24:15, took 0.675s, duration: 08:08)
test 0399...[65536 bytes long host name in URL]
-------e--- OK (389 out of 1545, remaining: 24:12, took 0.600s, duration: 08:08)
test 0400...[FTPS dir list PASV unencrypted data]
--pd---e--- OK (390 out of 1545, remaining: 24:14, took 2.119s, duration: 08:11)
test 0401...[FTPS PASV upload file]
--p-u--e--- OK (391 out of 1545, remaining: 24:12, took 1.048s, duration: 08:12)
test 0402...[FTP SSL required on non-SSL server]
--p----e--- OK (392 out of 1545, remaining: 24:09, took 0.550s, duration: 08:12)
test 0403...[FTPS with CCC not supported by server]
--pd---e--- OK (393 out of 1545, remaining: 24:07, took 1.069s, duration: 08:13)
test 0404...[FTPS with invalid cacert]
-------e--- OK (394 out of 1545, remaining: 24:04, took 0.510s, duration: 08:14)
test 0405...[FTPS operation to FTP port]
-------e--- OK (395 out of 1545, remaining: 24:01, took 0.534s, duration: 08:15)
test 0406...[FTPS dir list, PORT with specified IP]
--pd---e--- OK (396 out of 1545, remaining: 23:59, took 1.060s, duration: 08:16)
test 0407...[Get two FTPS files from the same remote dir: no second CWD]
--pd---e--- OK (397 out of 1545, remaining: 23:59, took 1.390s, duration: 08:17)
test 0408...[FTPS PORT upload with CWD]
--p-u--e--- OK (398 out of 1545, remaining: 23:57, took 1.052s, duration: 08:18)
test 0409...[FTPS PASV upload file]
--p-u--e--- OK (399 out of 1545, remaining: 23:55, took 1.021s, duration: 08:19)
test 0410...[HTTPS GET with very long request header]
--pd---e--- OK (400 out of 1545, remaining: 23:54, took 0.963s, duration: 08:20)
test 0411...[-K with missing file causes error]
-r-----e--- OK (401 out of 1545, remaining: 23:50, took 0.482s, duration: 08:21)
test 0412...[alt-svc using host name with trailing dot in URL]
--pd---e--- OK (402 out of 1545, remaining: 23:48, took 0.653s, duration: 08:22)
test 0413...[alt-svc using host name with trailing dot on host from file]
--pd---e--- OK (403 out of 1545, remaining: 23:45, took 0.713s, duration: 08:23)
test 0414...[HTTPS sec-cookie, HTTP redirect, same name cookie, redirect back]
--p----e--- OK (404 out of 1545, remaining: 23:43, took 0.844s, duration: 08:23)
test 0415...[HTTP response with control code then negative Content-Length]
--pd---e--- OK (405 out of 1545, remaining: 23:40, took 0.654s, duration: 08:24)
test 0416...[FTP growing file support]
--pd---e--- OK (406 out of 1545, remaining: 23:38, took 0.870s, duration: 08:25)
test 0417...[%{certs}]
s-p----e--- OK (407 out of 1545, remaining: 23:36, took 0.850s, duration: 08:26)
test 0418...[Response with multiple Transfer-Encoding headers]
-rp----e--- OK (408 out of 1545, remaining: 23:33, took 0.678s, duration: 08:27)
test 0419...[--dump-header to file that cannot be created]
-------e--- OK (409 out of 1545, remaining: 23:30, took 0.471s, duration: 08:27)
test 0420...[Setting cookies set with expired dates that were loaded from jar]
--pd--oe--- OK (410 out of 1545, remaining: 23:28, took 0.745s, duration: 08:28)
test 0421...[HTTP GET multiple headers and %{header_json}]
-rpd---e--- OK (411 out of 1545, remaining: 23:25, took 0.842s, duration: 08:29)
test 0422...[use --next with missing URL before it]
-r-----e--- OK (412 out of 1545, remaining: 23:22, took 0.486s, duration: 08:30)
test 0423...[-w with url.* variables]
s------e--- OK (413 out of 1545, remaining: 23:20, took 0.648s, duration: 08:30)
test 0424...[-w with urle.* variables]
s------e--- OK (414 out of 1545, remaining: 23:18, took 0.867s, duration: 08:31)
test 0425...[HTTP PUT with path ending with slash + query]
--pd---e--- OK (415 out of 1545, remaining: 23:16, took 0.729s, duration: 08:32)
test 0426...[try --data with --continue-at]
-------e--- OK (416 out of 1545, remaining: 23:12, took 0.488s, duration: 08:33)
test 0430...[Three -K uses with --next and --data in each]
--p----e--- OK (417 out of 1545, remaining: 23:11, took 0.929s, duration: 08:34)
test 0431...[Two -K uses with --next and then one on cmdline]
--p----e--- OK (418 out of 1545, remaining: 23:09, took 0.851s, duration: 08:35)
test 0432...[Use -K with --next and --config from within]
--p----e--- OK (419 out of 1545, remaining: 23:07, took 0.908s, duration: 08:36)
test 0433...[Verify XDG_CONFIG_HOME use to find .curlrc]
--pd---e--- OK (420 out of 1545, remaining: 23:04, took 0.629s, duration: 08:36)
test 0434...[-K with a single line without newline]
--pd---e--- OK (421 out of 1545, remaining: 23:01, took 0.580s, duration: 08:37)
test 0435...[verify -w local/remote port+ip after connection re-use]
s-p----e--- OK (422 out of 1545, remaining: 22:59, took 0.667s, duration: 08:38)
test 0436...[Find .curlrc in .config/curlrc via CURL_HOME]
--pd---e--- OK (423 out of 1545, remaining: 22:56, took 0.621s, duration: 08:38)
test 0440...[HSTS with trailing-dot host name in URL but none in hsts file]
s-p----e--- OK (424 out of 1545, remaining: 22:54, took 0.695s, duration: 08:39)
test 0441...[HSTS with no t-dot host name in URL but t-dot in file]
s-p----e--- OK (425 out of 1545, remaining: 22:51, took 0.736s, duration: 08:40)
test 0442...[Send capped huge number of matching cookies]
--pd---e--- OK (426 out of 1545, remaining: 22:51, took 1.417s, duration: 08:42)
test 0443...[Cookie header in request no longer than 8K]
--pd---e--- OK (427 out of 1545, remaining: 22:48, took 0.738s, duration: 08:42)
test 0444...[Many Set-Cookie response headers]
--pd--oe--- OK (428 out of 1545, remaining: 22:47, took 1.185s, duration: 08:44)
test 0446...[HSTS with two URLs]
---d-Poe--- OK (429 out of 1545, remaining: 22:45, took 0.842s, duration: 08:45)
test 0490...[Two globbed HTTP PUTs]
--pd---e--- OK (430 out of 1545, remaining: 22:43, took 0.750s, duration: 08:45)
test 0491...[Two globbed HTTP PUTs, the second upload file is missing]
--pd---e--- OK (431 out of 1545, remaining: 22:41, took 0.684s, duration: 08:46)
test 0492...[Two globbed HTTP PUTs to two globbed URLs]
--pd---e--- OK (432 out of 1545, remaining: 22:39, took 0.932s, duration: 08:47)
test 0493...[HSTS and %{url_effective} after upgrade]
s-p----e--- OK (433 out of 1545, remaining: 22:37, took 0.700s, duration: 08:48)
test 0494...[skip 'macdef' when parsing netrc]
--pd---e--- OK (434 out of 1545, remaining: 22:35, took 0.950s, duration: 08:49)
test 0495...[user+password in URL with optional netrc]
--pd---e--- OK (435 out of 1545, remaining: 22:32, took 0.590s, duration: 08:50)
test 0496...[parallel upload missing file]
-------e--- OK (436 out of 1545, remaining: 22:29, took 0.495s, duration: 08:50)
test 0500...[simple libcurl HTTP GET tool]
--pd--oe--- OK (437 out of 1545, remaining: 22:27, took 0.694s, duration: 08:51)
test 0501...[simple libcurl attempt operation without URL set]
-------e--- OK (438 out of 1545, remaining: 22:24, took 0.443s, duration: 08:51)
test 0502...[simple multi file:// get]
---d---e--- OK (439 out of 1545, remaining: 22:21, took 0.501s, duration: 08:52)
test 0503...[simple multi http:// through proxytunnel with authentication info]
--pd-P-e--- OK (440 out of 1545, remaining: 22:20, took 1.331s, duration: 08:53)
test 0504...[simple multi through local proxy without listener]
-------e--- OK (441 out of 1545, remaining: 22:17, took 0.535s, duration: 08:54)
test 0505...[FTP upload with rename after transfer]
--p-u--e--- OK (442 out of 1545, remaining: 22:16, took 1.086s, duration: 08:55)
test 0507...[multi interface get with non-existing host name]
-------e--- OK (443 out of 1545, remaining: 22:14, took 0.657s, duration: 08:56)
test 0508...[send HTTP POST using read callback]
--pd---e--- OK (444 out of 1545, remaining: 22:11, took 0.645s, duration: 08:57)
test 0509...[initialization with memory callbacks and actual usage]
s------e--- OK (445 out of 1545, remaining: 22:08, took 0.480s, duration: 08:57)
test 0510...[send HTTP POST using read callback, using chunked transfer-encoding]
--pd---e--- OK (446 out of 1545, remaining: 22:08, took 1.687s, duration: 08:59)
test 0511...[FTP with FILETIME and NOBODY but missing file]
--p----e--- OK (447 out of 1545, remaining: 22:06, took 0.603s, duration: 08:59)
test 0512...[simple curl_easy_duplicate() test]
--pd---e--- OK (448 out of 1545, remaining: 22:03, took 0.642s, duration: 09:00)
test 0513...[send HTTP POST using read callback that returns CURL_READFUNC_ABORT]
--p----e--- OK (449 out of 1545, remaining: 22:03, took 1.648s, duration: 09:02)
test 0514...[First set options to POST and then to make HEAD]
--pd---e--- OK (450 out of 1545, remaining: 22:03, took 1.611s, duration: 09:04)
test 0515...[make a POSTFIELDS set to NULL with POSTFIELDSIZE set to zero]
--pd---e--- OK (451 out of 1545, remaining: 22:01, took 0.601s, duration: 09:04)
test 0516...[make an HTTPPOST set to NULL]
--pd---e--- OK (452 out of 1545, remaining: 21:58, took 0.604s, duration: 09:05)
test 0517...[curl_getdate() testing]
-------e--- OK (453 out of 1545, remaining: 21:55, took 0.415s, duration: 09:05)
test 0518...[HTTP GET with more than FD_SETSIZE descriptors open]
--pd---e--- OK (454 out of 1545, remaining: 21:53, took 0.882s, duration: 09:06)
test 0519...[GET same URL twice with different users]
--pd---e--- OK (455 out of 1545, remaining: 21:51, took 0.715s, duration: 09:07)
test 0520...[FTP RETR with FILETIME]
--pd---e--- OK (456 out of 1545, remaining: 21:50, took 0.964s, duration: 09:08)
test 0521...[FTP dir list PASV with CURLOPT_PORT]
--pd---e--- OK (457 out of 1545, remaining: 21:48, took 0.911s, duration: 09:09)
test 0522...[HTTP GET with CURLOPT_PORT]
s-p----e--- OK (458 out of 1545, remaining: 21:45, took 0.595s, duration: 09:10)
test 0523...[HTTP GET with proxy and CURLOPT_PORT]
s-p----e--- OK (459 out of 1545, remaining: 21:43, took 0.763s, duration: 09:11)
test 0524...[FTP upload with target URL ending with slash]
--p----e--- OK (460 out of 1545, remaining: 21:41, took 0.626s, duration: 09:11)
test 0525...[FTP PORT upload using multi interface]
--p-u--e--- OK (461 out of 1545, remaining: 21:39, took 0.998s, duration: 09:12)
test 0526...[FTP RETR same file using different handles but same connection]
--pd---e--- OK (462 out of 1545, remaining: 21:47, took 4.844s, duration: 09:17)
test 0527...[FTP RETR same file using different handles but same connection]
--pd---e--- OK (463 out of 1545, remaining: 21:54, took 4.762s, duration: 09:22)
test 0528...[HTTP GET same file using different handles but same connection]
--pd---e--- OK (464 out of 1545, remaining: 21:59, took 3.686s, duration: 09:26)
test 0529...[FTP PORT upload using multi interface (weird cleanup function sequence)]
--p-u--e--- OK (465 out of 1545, remaining: 21:57, took 0.893s, duration: 09:27)
test 0530...[multi_socket interface transfer with callbacks returning error]
-------e--- OK (466 out of 1545, remaining: 21:55, took 0.707s, duration: 09:28)
test 0531...[FTP PORT upload using multi interface and get 425 response]
--p----e--- OK (467 out of 1545, remaining: 21:53, took 0.769s, duration: 09:28)
test 0532...[FTP RETR same file using reset handles between each transfer]
--pd---e--- OK (468 out of 1545, remaining: 22:00, took 4.781s, duration: 09:33)
test 0533...[FTP RETR a non-existing file twice using the multi interface]
--p----e--- OK (469 out of 1545, remaining: 22:00, took 1.771s, duration: 09:35)
test 0534...[FTP RETR twice using multi: non-existing host and non-existing file]
--p----e--- OK (470 out of 1545, remaining: 22:00, took 1.695s, duration: 09:37)
test 0535...[HTTP GET multi two files with FAILONERROR]
--pd---e--- OK (471 out of 1545, remaining: 22:00, took 1.681s, duration: 09:39)
test 0537...[HTTP GET with a HUGE number of file descriptors open]
--pd---e--- OK (472 out of 1545, remaining: 21:58, took 0.826s, duration: 09:39)
test 0538...[FTP multi-interface download, failed login: PASS not valid]
--p----e--- OK (473 out of 1545, remaining: 21:55, took 0.556s, duration: 09:40)
test 0539...[Two FTP fetches using different CURLOPT_FTP_FILEMETHOD]
--pd---e--- OK (474 out of 1545, remaining: 21:55, took 1.402s, duration: 09:42)
test 0540...[HTTP proxy auth Digest multi API re-using connection]
--pd---e--- OK (475 out of 1545, remaining: 21:53, took 0.847s, duration: 09:42)
test 0541...[FTP upload and upload same file again without rewind]
--p----e--- OK (476 out of 1545, remaining: 21:52, took 1.219s, duration: 09:44)
test 0542...[FTP a file with NOBODY yes and HEADER no]
--pd---e--- OK (477 out of 1545, remaining: 21:49, took 0.686s, duration: 09:45)
test 0543...[curl_easy_escape]
s------e--- OK (478 out of 1545, remaining: 21:46, took 0.443s, duration: 09:45)
test 0544...[HTTP POST text data using CURLOPT_COPYPOSTFIELDS]
--pd---e--- OK (479 out of 1545, remaining: 21:44, took 0.676s, duration: 09:46)
test 0545...[HTTP POST binary with embedded zero and no trailing zero]
--pd---e--- OK (480 out of 1545, remaining: 21:42, took 0.615s, duration: 09:46)
test 0546...[FTP RETR a non-existing file then a found one using the multi interface]
s-p----e--- OK (481 out of 1545, remaining: 21:42, took 2.037s, duration: 09:49)
test 0547...[HTTP proxy auth NTLM with POST data from read callback]
--pd---e--- OK (482 out of 1545, remaining: 21:41, took 1.045s, duration: 09:50)
test 0548...[HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS]
--pd---e--- OK (483 out of 1545, remaining: 21:39, took 1.019s, duration: 09:51)
test 0549...[FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE]
s-p----e--- OK (484 out of 1545, remaining: 21:37, took 0.729s, duration: 09:52)
test 0550...[FTP RETR over proxy with CURLOPT_PROXY_TRANSFER_MODE and ASCII transfer]
s-p----e--- OK (485 out of 1545, remaining: 21:35, took 0.709s, duration: 09:52)
test 0551...[HTTP proxy auth Digest with POST data from read callback]
--pd---e--- OK (486 out of 1545, remaining: 21:33, took 0.882s, duration: 09:53)
test 0552...[HTTP proxy auth Digest with 70K POST data from read callback]
--pd---e--- OK (487 out of 1545, remaining: 21:41, took 5.158s, duration: 09:58)
test 0553...[HTTP post with huge request headers and post data from callback]
--pd---e--- OK (488 out of 1545, remaining: 21:39, took 0.738s, duration: 09:59)
test 0554...[HTTP multi-part formpost using read callback for the file part]
--pd---e--- OK (489 out of 1545, remaining: 21:37, took 1.136s, duration: 10:00)
test 0555...[HTTP proxy auth NTLM with POST data from read callback multi-if]
--pd---e--- OK (490 out of 1545, remaining: 21:36, took 1.022s, duration: 10:02)
test 0556...[send and recv HTTP]
--pd---e--- OK (491 out of 1545, remaining: 21:33, took 0.609s, duration: 10:02)
test 0557...[curl_mprintf() testing]
s------e--- OK (492 out of 1545, remaining: 21:31, took 0.458s, duration: 10:03)
test 0559...[use tiny CURLOPT_BUFFERSIZE]
---d---e--- OK (493 out of 1545, remaining: 21:28, took 0.616s, duration: 10:03)
test 0560...[simple HTTPS GET with multi interface]
--pd---e--- OK (494 out of 1545, remaining: 21:26, took 0.661s, duration: 10:04)
test 0561...[FTP RETR with CURLOPT_PROXY_TRANSFER_MODE, ASCII transfer and type=i]
s-p----e--- OK (495 out of 1545, remaining: 21:24, took 0.678s, duration: 10:05)
test 0562...[FTP a type=A URL and CURLOPT_PORT set]
--pd---e--- OK (496 out of 1545, remaining: 21:22, took 0.879s, duration: 10:06)
test 0563...[FTP type=A URL and CURLOPT_PORT set and proxy]
--p----e--- OK (497 out of 1545, remaining: 21:20, took 0.650s, duration: 10:07)
test 0564...[FTP RETR a file over a SOCKS proxy using the multi interface]
s-pd---e--- OK (498 out of 1545, remaining: 21:20, took 2.118s, duration: 10:09)
test 0565...[send HTTP POST using read callback, chunked transfer-encoding and Digest]
--pd---e--- OK (499 out of 1545, remaining: 21:21, took 1.812s, duration: 10:11)
test 0566...[HTTP GET with CURLINFO_CONTENT_LENGTH_DOWNLOAD and 0 bytes transfer]
--pd--oe--- OK (500 out of 1545, remaining: 21:18, took 0.573s, duration: 10:11)
test 0567...[simple RTSP OPTIONS command]
--pd---e--- OK (501 out of 1545, remaining: 21:19, took 1.974s, duration: 10:13)
test 0568...[RTSP Announce (PUT and POST style) test]
--p----e--- OK (502 out of 1545, remaining: 21:17, took 0.943s, duration: 10:14)
test 0569...[RTSP Session ID parsing]
--p---oe--- OK (503 out of 1545, remaining: 21:15, took 0.838s, duration: 10:15)
test 0570...[RTSP CSeq and Session Mismatch checks]
--p----e--- OK (504 out of 1545, remaining: 21:13, took 0.659s, duration: 10:16)
test 0571...[RTSP RTP Interleaving Test]
s-----oe--- OK (505 out of 1545, remaining: 21:11, took 1.007s, duration: 10:17)
test 0572...[RTSP GET_PARAMETER (Put/Heartbeat/Post)]
--p----e--- OK (506 out of 1545, remaining: 21:10, took 0.904s, duration: 10:18)
test 0573...[verify connect time with multi interface]
--pd---e--- OK (507 out of 1545, remaining: 21:07, took 0.715s, duration: 10:19)
test 0574...[FTP wildcard download - changed fnmatch, 2x perform (Unix LIST response)]
s-p----e--- OK (508 out of 1545, remaining: 21:14, took 4.830s, duration: 10:24)
test 0575...[FTP wildcard download - dup_handle and multi interface]
s-p----e--- OK (509 out of 1545, remaining: 21:24, took 6.677s, duration: 10:30)
test 0576...[FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (Unix)]
s------e--- OK (510 out of 1545, remaining: 21:26, took 2.829s, duration: 10:33)
test 0577...[Funny RTSP version in response]
--p----e--- OK (511 out of 1545, remaining: 21:23, took 0.549s, duration: 10:34)
test 0578...[HTTP POST lower than MAX_INITIAL_POST_SIZE with progress callback]
---d--oe--- OK (512 out of 1545, remaining: 21:21, took 0.610s, duration: 10:35)
test 0579...[small chunked HTTP POSTs with digest auth. and progress callback]
---d--oe--- OK (513 out of 1545, remaining: 21:21, took 1.727s, duration: 10:36)
test 0580...[multi interface, multiple Location: headers]
--pd---e--- OK (514 out of 1545, remaining: 21:18, took 0.574s, duration: 10:37)
test 0581...[multi interface, multiple Content-Type: headers]
--pd---e--- OK (515 out of 1545, remaining: 21:16, took 0.592s, duration: 10:38)
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 (518 out of 1545, remaining: 21:07, took 0.836s, duration: 10:39)
test 0585...[socket open/close callbacks]
--pd---e--- OK (519 out of 1545, remaining: 21:05, took 0.658s, duration: 10:39)
test 0586...[FTP and open/close socket callbacks]
--pd---e--- OK (520 out of 1545, remaining: 21:03, took 0.950s, duration: 10:40)
test 0587...[HTTP multi-part formpost with aborted read callback]
--p----e--- OK (521 out of 1545, remaining: 21:01, took 0.650s, duration: 10:41)
test 0588...[FTP PORT upload using multi interface, EPRT doesn't work]
--p-u--e--- OK (522 out of 1545, remaining: 20:59, took 0.936s, duration: 10:42)
test 0589...[make an HTTP MIME POST set to NULL]
--pd---e--- OK (523 out of 1545, remaining: 20:57, took 0.642s, duration: 10:43)
test 0590...[HTTP proxy offers Negotiate+NTLM, use only NTLM]
--pd---e--- OK (524 out of 1545, remaining: 20:55, took 0.963s, duration: 10:44)
test 0591...[FTP multi PORT and 425 on upload]
--p----e--- OK (525 out of 1545, remaining: 20:53, took 0.926s, duration: 10:45)
test 0592...[FTP multi PORT and 421 on upload]
--p----e--- OK (526 out of 1545, remaining: 20:52, took 0.958s, duration: 10:46)
test 0593...[FTP multi PORT upload, no data conn and no transient neg. reply]
--p----e--- OK (527 out of 1545, remaining: 20:54, took 2.747s, duration: 10:49)
test 0595...[verify close callbacks with passive FTP]
--pd---e--- OK (528 out of 1545, remaining: 20:52, took 0.991s, duration: 10:50)
test 0596...[verify close callbacks with active FTP]
--pd---e--- OK (529 out of 1545, remaining: 20:51, took 0.935s, duration: 10:51)
test 0597...[FTP connect only option]
--p----e--- OK (530 out of 1545, remaining: 20:48, took 0.577s, duration: 10:52)
test 0598...[curl_easy_reset with referer and other strings set]
--pd---e--- OK (531 out of 1545, remaining: 20:46, took 0.698s, duration: 10:52)
test 0599...[HTTP GET with progress callback and redirects changing content sizes]
---d--oe--- OK (532 out of 1545, remaining: 20:44, took 0.741s, duration: 10:53)
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 (575 out of 1545, remaining: 18:25, took 1.048s, duration: 10:55)
test 0644...[--xattr with redirect]
s-p----e--- OK (576 out of 1545, remaining: 18:23, took 0.766s, duration: 10:55)
test 0645...[HTTP multi-part chunked mimepost using read callback for the file part]
--pd---e--- OK (577 out of 1545, remaining: 18:26, took 3.413s, duration: 10:59)
test 0646...[SMTP multipart using mime API]
--p-u--e--- OK (578 out of 1545, remaining: 18:28, took 3.280s, duration: 11:02)
test 0647...[IMAP APPEND multipart using mime API]
--p-u--e--- OK (579 out of 1545, remaining: 18:32, took 3.735s, duration: 11:06)
test 0648...[SMTP multipart with transfer content encoders]
--p-u--e--- OK (580 out of 1545, remaining: 18:30, took 0.792s, duration: 11:07)
test 0649...[SMTP multipart with 7bit encoder error]
--p-u--e--- OK (581 out of 1545, remaining: 18:28, took 0.749s, duration: 11:08)
test 0650...[HTTP formpost using form API]
--pd---e--- OK (582 out of 1545, remaining: 18:29, took 2.143s, duration: 11:10)
test 0651...[curl_formadd with huge COPYCONTENTS]
--pd---e--- OK (583 out of 1545, remaining: 18:27, took 0.781s, duration: 11:11)
test 0652...[SMTP with encoded huge mime data contents]
--p-u--e--- OK (584 out of 1545, remaining: 18:28, took 2.293s, duration: 11:13)
test 0653...[Reuse of handle after altering mime data]
--pd---e--- OK (585 out of 1545, remaining: 18:27, took 0.953s, duration: 11:14)
test 0654...[HTTP duplicate easy handle with mime data]
--pd---e--- OK (586 out of 1545, remaining: 18:28, took 2.304s, duration: 11:17)
test 0655...[resolver start callback]
---d---e--- OK (587 out of 1545, remaining: 18:26, took 0.632s, duration: 11:17)
test 0658...[Pass URL to libcurl with CURLOPT_CURLU]
--p----e--- OK (589 out of 1545, remaining: 18:21, took 0.589s, duration: 11:18)
test 0659...[CURLOPT_CURLU without the path set - over proxy]
--p----e--- OK (590 out of 1545, remaining: 18:19, took 0.780s, duration: 11:19)
test 0660...[IMAP CONNECT_ONLY option]
--p----e--- OK (591 out of 1545, remaining: 18:17, took 0.524s, duration: 11:19)
test 0661...[Avoid redundant CWDs]
--p----e--- OK (592 out of 1545, remaining: 18:16, took 1.198s, duration: 11:21)
test 0662...[HTTP redirect with whitespace in absolute Location: URL]
--pd---e--- OK (593 out of 1545, remaining: 18:15, took 0.822s, duration: 11:22)
test 0663...[HTTP redirect with dotdots and whitespaces in absolute Location: URL]
--pd---e--- OK (594 out of 1545, remaining: 18:13, took 0.809s, duration: 11:23)
test 0666...[HTTP mime post with binary-encoded huge data contents]
--pd---e--- OK (597 out of 1545, remaining: 18:07, took 1.709s, duration: 11:24)
test 0667...[HTTP chunked mimepost using single-byte read callback with encoder]
--pd---e--- OK (598 out of 1545, remaining: 18:07, took 1.805s, duration: 11:26)
test 0668...[HTTP mimepost early end of data detection]
--pd---e--- OK (599 out of 1545, remaining: 18:07, took 1.871s, duration: 11:28)
test 0669...[HTTP custom Content-Type with parameter]
--pd---e--- OK (600 out of 1545, remaining: 18:05, took 0.737s, duration: 11:29)
test 0670...[Request pause from mime read callback: multi]
--pd---e--- OK (601 out of 1545, remaining: 18:07, took 2.846s, duration: 11:32)
test 0671...[Request pause from mime read callback: easy]
--pd---e--- OK (602 out of 1545, remaining: 18:07, took 1.899s, duration: 11:34)
test 0672...[Request pause from form read callback: multi]
--pd---e--- OK (603 out of 1545, remaining: 18:07, took 1.954s, duration: 11:36)
test 0673...[Request pause from form read callback: easy]
--pd---e--- OK (604 out of 1545, remaining: 18:08, took 1.898s, duration: 11:38)
test 0674...[Set CURLOPT_CURLU and dupe the handle]
--p----e--- OK (605 out of 1545, remaining: 18:06, took 0.574s, duration: 11:38)
test 0675...[HTTP connection re-use and different credentials]
--pd---e--- OK (606 out of 1545, remaining: 18:04, took 0.733s, duration: 11:39)
test 0676...[verify setting CURLOPT_COOKIEFILE to NULL again]
--pd---e--- OK (607 out of 1545, remaining: 18:02, took 0.693s, duration: 11:40)
test 0677...[IMAP with CONNECT_ONLY, custom command then exit]
--p----e--- OK (608 out of 1545, remaining: 18:06, took 4.651s, duration: 11:45)
test 0678...[HTTPS GET using CURLOPT_CAINFO_BLOB]
--pd---e--- OK (609 out of 1545, remaining: 18:18, took 9.307s, duration: 11:54)
test 0679...[netrc with quoted password]
--pd---e--- OK (610 out of 1545, remaining: 18:16, took 0.668s, duration: 11:55)
test 0680...[netrc with quoted password but missing end quote]
-------e--- OK (611 out of 1545, remaining: 18:14, took 0.506s, duration: 11:56)
test 0681...[--remote-name-all with --no-remote-name]
s-p----e--- OK (612 out of 1545, remaining: 18:12, took 0.608s, duration: 11:56)
test 0682...[netrc with multiple logins - pick first]
--pd---e--- OK (613 out of 1545, remaining: 18:10, took 0.623s, duration: 11:57)
test 0683...[netrc with multiple logins - pick second]
--pd---e--- OK (614 out of 1545, remaining: 18:08, took 0.620s, duration: 11:58)
test 0684...[netrc with no login]
--pd---e--- OK (615 out of 1545, remaining: 18:07, took 0.662s, duration: 11:58)
test 0685...[netrc with no login - provided user]
---d---e--- OK (616 out of 1545, remaining: 18:05, took 0.596s, duration: 11:59)
test 0686...[verify return code for missing URL after --next]
-------e--- OK (617 out of 1545, remaining: 18:03, took 0.471s, duration: 12:00)
test 0700...[HTTP GET via SOCKS4 proxy]
--pd---e--- OK (618 out of 1545, remaining: 18:01, took 0.838s, duration: 12:00)
test 0701...[HTTP GET via SOCKS5 proxy]
--pd---e--- OK (619 out of 1545, remaining: 17:59, took 0.820s, duration: 12:01)
test 0702...[Attempt connect to non-listening HTTP server via SOCKS4 proxy]
-------e--- OK (620 out of 1545, remaining: 17:58, took 0.700s, duration: 12:02)
test 0703...[Attempt connect to non-listening HTTP server via SOCKS5 proxy]
-------e--- OK (621 out of 1545, remaining: 17:56, took 0.563s, duration: 12:03)
test 0704...[Attempt connect to non-listening SOCKS4 proxy]
-------e--- OK (622 out of 1545, remaining: 17:54, took 0.506s, duration: 12:03)
test 0705...[Attempt connect to non-listening SOCKS5 proxy]
-------e--- OK (623 out of 1545, remaining: 17:52, took 0.657s, duration: 12:04)
test 0706...[FTP dir list PASV via SOCKS4]
--pd---e--- OK (624 out of 1545, remaining: 17:51, took 1.130s, duration: 12:05)
test 0707...[FTP dir list PASV via SOCKS5]
--pd---e--- OK (625 out of 1545, remaining: 17:50, took 1.135s, duration: 12:06)
test 0708...[HTTP GET via SOCKS4 proxy]
--pd---e--- OK (626 out of 1545, remaining: 17:48, took 0.884s, duration: 12:07)
test 0709...[HTTP GET via SOCKS5 set in http_proxy environment variable]
--pd---e--- OK (627 out of 1545, remaining: 17:47, took 0.999s, duration: 12:09)
test 0710...[HTTP GET via SOCKS5 set with --proxy]
--pd---e--- OK (628 out of 1545, remaining: 17:45, took 0.876s, duration: 12:10)
test 0711...[FTP fetch with all_proxy set to socks5]
--pd---e--- OK (629 out of 1545, remaining: 17:44, took 1.072s, duration: 12:11)
test 0712...[FTP fetch with --proxy set to socks5://]
--pd---e--- OK (630 out of 1545, remaining: 17:43, took 1.000s, duration: 12:12)
test 0713...[FTP fetch with --proxy set to socks5:// and with --connect-to]
--pd---e--- OK (631 out of 1545, remaining: 17:42, took 0.994s, duration: 12:13)
test 0714...[FTP fetch with --proxy set to http:// and with --connect-to]
--p----e--- OK (632 out of 1545, remaining: 17:42, took 2.268s, duration: 12:15)
test 0715...[FTP fetch with --preproxy, --proxy and --connect-to]
--p----e--- OK (633 out of 1545, remaining: 17:43, took 2.320s, duration: 12:18)
test 0716...[SOCKS5 proxy with too long user name]
-------e--- OK (634 out of 1545, remaining: 17:41, took 0.507s, duration: 12:18)
test 0717...[SOCKS5 proxy auth]
--pd---e--- OK (635 out of 1545, remaining: 17:39, took 0.783s, duration: 12:19)
test 0718...[HTTP proxy CONNECT (no auth) with proxy returning 407 and closing]
--pd---e--- OK (636 out of 1545, remaining: 17:37, took 0.603s, duration: 12:20)
test 0719...[HTTP GET with IPv6 numerical via SOCKS5h]
--pd---e--- OK (637 out of 1545, remaining: 17:36, took 0.745s, duration: 12:20)
test 0720...[HTTP GET with IPv4 numerical via SOCKS5h]
--pd---e--- OK (638 out of 1545, remaining: 17:34, took 0.747s, duration: 12:21)
test 0721...[HTTP GET with host name using SOCKS5h]
--pd---e--- OK (639 out of 1545, remaining: 17:32, took 0.748s, duration: 12:22)
test 0800...[IMAP FETCH message]
--pd---e--- OK (640 out of 1545, remaining: 17:31, took 1.120s, duration: 12:23)
test 0801...[IMAP FETCH message by MAILINDEX and SECTION]
--pd---e--- OK (641 out of 1545, remaining: 17:30, took 1.100s, duration: 12:24)
test 0802...[IMAP SELECT UIDVALIDITY Success]
--pd---e--- OK (642 out of 1545, remaining: 17:29, took 1.094s, duration: 12:26)
test 0803...[IMAP SELECT UIDVALIDITY Failure]
--p----e--- OK (643 out of 1545, remaining: 17:28, took 0.892s, duration: 12:27)
test 0804...[IMAP doesn't perform SELECT if re-using the same mailbox]
--pd---e--- OK (644 out of 1545, remaining: 17:27, took 1.332s, duration: 12:28)
test 0805...[IMAP APPEND message]
--p-u--e--- OK (645 out of 1545, remaining: 17:26, took 0.777s, duration: 12:29)
test 0806...[IMAP LIST mailbox]
--pd---e--- OK (646 out of 1545, remaining: 17:24, took 0.897s, duration: 12:30)
test 0807...[IMAP LSUB mailbox]
--pd---e--- OK (647 out of 1545, remaining: 17:23, took 0.912s, duration: 12:31)
test 0808...[IMAP EXAMINE mailbox (CUSTOMREQUEST)]
--pd---e--- OK (648 out of 1545, remaining: 17:21, took 0.922s, duration: 12:32)
test 0809...[IMAP mailbox STATUS (CUSTOMREQUEST)]
--pd---e--- OK (649 out of 1545, remaining: 17:20, took 0.889s, duration: 12:33)
test 0810...[IMAP SEARCH for NEW messages]
--pd---e--- OK (650 out of 1545, remaining: 17:19, took 1.089s, duration: 12:34)
test 0811...[IMAP CREATE mailbox (CUSTOMREQUEST)]
--p----e--- OK (651 out of 1545, remaining: 17:17, took 0.686s, duration: 12:35)
test 0812...[IMAP DELETE mailbox (CUSTOMREQUEST)]
--p----e--- OK (652 out of 1545, remaining: 17:15, took 0.681s, duration: 12:36)
test 0813...[IMAP RENAME mailbox (CUSTOMREQUEST)]
--p----e--- OK (653 out of 1545, remaining: 17:13, took 0.683s, duration: 12:36)
test 0814...[IMAP CHECK mailbox (CUSTOMREQUEST)]
--p----e--- OK (654 out of 1545, remaining: 17:12, took 0.897s, duration: 12:37)
test 0815...[IMAP STORE - delete message (CUSTOMREQUEST)]
--p----e--- OK (655 out of 1545, remaining: 17:11, took 1.118s, duration: 12:39)
test 0816...[IMAP STORE - delete message with confirmation (CUSTOMREQUEST)]
--p----e--- OK (656 out of 1545, remaining: 17:10, took 1.311s, duration: 12:40)
test 0817...[IMAP COPY message to mailbox (CUSTOMREQUEST)]
--p----e--- OK (657 out of 1545, remaining: 17:08, took 0.684s, duration: 12:41)
test 0818...[IMAP NOOP (CUSTOMREQUEST)]
--pd---e--- OK (658 out of 1545, remaining: 17:07, took 0.906s, duration: 12:42)
test 0819...[IMAP plain authentication]
--pd---e--- OK (659 out of 1545, remaining: 17:06, took 1.344s, duration: 12:43)
test 0820...[IMAP login authentication]
--pd---e--- OK (660 out of 1545, remaining: 17:05, took 1.339s, duration: 12:44)
test 0821...[IMAP CRAM-MD5 authentication]
--pd---e--- OK (661 out of 1545, remaining: 17:04, took 1.348s, duration: 12:46)
test 0822...[IMAP NTLM authentication]
--pd---e--- OK (662 out of 1545, remaining: 17:04, took 1.359s, duration: 12:47)
test 0823...[IMAP DIGEST-MD5 authentication]
--pd---e--- OK (663 out of 1545, remaining: 17:03, took 1.358s, duration: 12:49)
test 0824...[IMAP OAuth 2.0 (XOAUTH2) authentication]
--pd---e--- OK (664 out of 1545, remaining: 17:02, took 1.368s, duration: 12:50)
test 0825...[IMAP plain authentication with initial response]
--pd---e--- OK (665 out of 1545, remaining: 17:01, took 1.330s, duration: 12:51)
test 0826...[IMAP login authentication with initial response]
--pd---e--- OK (666 out of 1545, remaining: 17:00, took 1.358s, duration: 12:53)
test 0827...[IMAP NTLM authentication with initial response]
--pd---e--- OK (667 out of 1545, remaining: 16:59, took 1.370s, duration: 12:54)
test 0828...[IMAP OAuth 2.0 (XOAUTH2) authentication with initial response]
--pd---e--- OK (668 out of 1545, remaining: 16:59, took 1.338s, duration: 12:56)
test 0829...[IMAP with URL-encoded CR LF in the URL]
-------e--- OK (669 out of 1545, remaining: 16:57, took 0.633s, duration: 12:56)
test 0830...[IMAP CRAM-MD5 graceful cancellation]
--p----e--- OK (670 out of 1545, remaining: 16:55, took 0.725s, duration: 12:57)
test 0831...[IMAP NTLM graceful cancellation]
--p----e--- OK (671 out of 1545, remaining: 16:54, took 0.896s, duration: 12:58)
test 0832...[IMAP DIGEST-MD5 graceful cancellation]
--p----e--- OK (672 out of 1545, remaining: 16:52, took 0.739s, duration: 12:59)
test 0833...[IMAP CRAM-MD5 authentication with SASL downgrade]
--pd---e--- OK (673 out of 1545, remaining: 16:51, took 1.382s, duration: 13:00)
test 0834...[IMAP NTLM authentication with SASL downgrade]
--pd---e--- OK (674 out of 1545, remaining: 16:51, took 1.472s, duration: 13:02)
test 0835...[IMAP DIGEST-MD5 authentication with SASL downgrade]
--pd---e--- OK (675 out of 1545, remaining: 16:50, took 1.385s, duration: 13:03)
test 0837...[IMAP external authentication]
--pd---e--- OK (676 out of 1545, remaining: 16:49, took 1.340s, duration: 13:05)
test 0838...[IMAP external authentication without credentials]
--pd---e--- OK (677 out of 1545, remaining: 16:48, took 1.339s, duration: 13:06)
test 0839...[IMAP external authentication with initial response]
--pd---e--- OK (678 out of 1545, remaining: 16:47, took 1.331s, duration: 13:08)
test 0840...[IMAP external authentication with initial response without credentials]
--pd---e--- OK (679 out of 1545, remaining: 16:46, took 1.331s, duration: 13:09)
test 0841...[IMAP custom request doesn't check continuation data]
--pd---e--- OK (680 out of 1545, remaining: 16:45, took 1.122s, duration: 13:10)
test 0842...[IMAP OAuth 2.0 (OAUTHBEARER) authentication]
--pd---e--- OK (681 out of 1545, remaining: 16:44, took 1.348s, duration: 13:12)
test 0843...[IMAP OAuth 2.0 (OAUTHBEARER) authentication with initial response]
--pd---e--- OK (682 out of 1545, remaining: 16:44, took 1.338s, duration: 13:13)
test 0844...[IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation]
--p----e--- OK (683 out of 1545, remaining: 16:42, took 0.713s, duration: 13:14)
test 0845...[IMAP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response]
--p----e--- OK (684 out of 1545, remaining: 16:40, took 0.724s, duration: 13:14)
test 0846...[IMAP PREAUTH response]
--pd---e--- OK (685 out of 1545, remaining: 16:39, took 1.112s, duration: 13:16)
test 0847...[IMAP FETCH message]
--pd---e--- OK (686 out of 1545, remaining: 16:38, took 1.111s, duration: 13:17)
test 0848...[IMAP plain authentication with alternative authorization identity]
--pd---e--- OK (687 out of 1545, remaining: 16:37, took 1.352s, duration: 13:18)
test 0849...[IMAP plain authentication with alternative authorization identity (Not authorized)]
--p----e--- OK (688 out of 1545, remaining: 16:35, took 0.713s, duration: 13:19)
test 0850...[POP3 RETR message]
--pd---e--- OK (689 out of 1545, remaining: 16:36, took 2.188s, duration: 13:21)
test 0851...[POP3 LIST one message]
--p----e--- OK (690 out of 1545, remaining: 16:34, took 0.512s, duration: 13:22)
test 0852...[POP3 LIST invalid message]
--p----e--- OK (691 out of 1545, remaining: 16:32, took 0.513s, duration: 13:22)
test 0853...[POP3 LIST messages from *SLOW* server]
--pd---e--- OK (692 out of 1545, remaining: 16:39, took 7.505s, duration: 13:30)
test 0854...[POP3 LIST no messages available]
--p----e--- OK (693 out of 1545, remaining: 16:37, took 0.522s, duration: 13:31)
test 0855...[POP3 RETR invalid message]
--p----e--- OK (694 out of 1545, remaining: 16:35, took 0.507s, duration: 13:31)
test 0856...[POP3 invalid login]
--p----e--- OK (695 out of 1545, remaining: 16:33, took 0.721s, duration: 13:32)
test 0857...[POP3 RETR message with dot-prefixed line]
--pd---e--- OK (696 out of 1545, remaining: 16:32, took 0.775s, duration: 13:33)
test 0858...[POP3 DELE message (CUSTOMREQUEST)]
--p----e--- OK (697 out of 1545, remaining: 16:30, took 0.497s, duration: 13:33)
test 0859...[POP3 STAT (CUSTOMREQUEST)]
--p----e--- OK (698 out of 1545, remaining: 16:28, took 0.500s, duration: 13:34)
test 0860...[POP3 NOOP (CUSTOMREQUEST)]
--p----e--- OK (699 out of 1545, remaining: 16:26, took 0.497s, duration: 13:34)
test 0861...[POP3 UIDL (CUSTOMREQUEST)]
--pd---e--- OK (700 out of 1545, remaining: 16:24, took 0.928s, duration: 13:35)
test 0862...[POP3 retrieve message header (CUSTOMREQUEST)]
--pd---e--- OK (701 out of 1545, remaining: 16:23, took 0.916s, duration: 13:36)
test 0863...[POP3 RSET (CUSTOMREQUEST)]
--p----e--- OK (702 out of 1545, remaining: 16:21, took 0.498s, duration: 13:37)
test 0864...[POP3 APOP authentication]
--pd---e--- OK (703 out of 1545, remaining: 16:20, took 0.739s, duration: 13:38)
test 0865...[POP3 plain authentication]
--pd---e--- OK (704 out of 1545, remaining: 16:18, took 0.940s, duration: 13:39)
test 0866...[POP3 login authentication]
--pd---e--- OK (705 out of 1545, remaining: 16:17, took 0.948s, duration: 13:40)
test 0867...[POP3 CRAM-MD5 authentication]
--pd---e--- OK (706 out of 1545, remaining: 16:16, took 0.950s, duration: 13:41)
test 0868...[POP3 NTLM authentication]
--pd---e--- OK (707 out of 1545, remaining: 16:14, took 0.979s, duration: 13:42)
test 0869...[POP3 DIGEST-MD5 authentication]
--pd---e--- OK (708 out of 1545, remaining: 16:13, took 0.977s, duration: 13:43)
test 0870...[POP3 OAuth 2.0 (XOAUTH2) authentication]
--pd---e--- OK (709 out of 1545, remaining: 16:12, took 0.945s, duration: 13:44)
test 0871...[POP3 plain authentication with initial response]
--pd---e--- OK (710 out of 1545, remaining: 16:10, took 0.950s, duration: 13:45)
test 0872...[POP3 login authentication with initial response]
--pd---e--- OK (711 out of 1545, remaining: 16:09, took 0.950s, duration: 13:46)
test 0873...[POP3 NTLM authentication with initial response]
--pd---e--- OK (712 out of 1545, remaining: 16:08, took 0.981s, duration: 13:47)
test 0874...[POP3 OAuth 2.0 (XOAUTH2) authentication with initial response]
--pd---e--- OK (713 out of 1545, remaining: 16:06, took 0.949s, duration: 13:48)
test 0875...[POP3 with URL-encoded CR LF in the URL]
-------e--- OK (714 out of 1545, remaining: 16:04, took 0.445s, duration: 13:48)
test 0876...[POP3 CRAM-MD5 graceful cancellation]
--p----e--- OK (715 out of 1545, remaining: 16:03, took 0.729s, duration: 13:49)
test 0877...[POP3 NTLM graceful cancellation]
--p----e--- OK (716 out of 1545, remaining: 16:01, took 0.821s, duration: 13:50)
test 0878...[POP3 DIGEST-MD5 graceful cancellation]
--p----e--- OK (717 out of 1545, remaining: 16:00, took 0.734s, duration: 13:51)
test 0879...[POP3 CRAM-MD5 authentication with SASL downgrade]
--pd---e--- OK (718 out of 1545, remaining: 15:58, took 0.989s, duration: 13:52)
test 0880...[POP3 NTLM authentication with SASL downgrade]
--pd---e--- OK (719 out of 1545, remaining: 15:57, took 1.073s, duration: 13:53)
test 0881...[POP3 DIGEST-MD5 authentication with SASL downgrade]
--pd---e--- OK (720 out of 1545, remaining: 15:56, took 0.986s, duration: 13:54)
test 0883...[POP3 external authentication]
--pd---e--- OK (721 out of 1545, remaining: 15:55, took 0.948s, duration: 13:55)
test 0884...[POP3 external authentication without credentials]
--pd---e--- OK (722 out of 1545, remaining: 15:53, took 0.960s, duration: 13:56)
test 0885...[POP3 external authentication with initial response]
--pd---e--- OK (723 out of 1545, remaining: 15:52, took 0.944s, duration: 13:57)
test 0886...[POP3 external authentication with initial response without credentials]
--pd---e--- OK (724 out of 1545, remaining: 15:51, took 0.954s, duration: 13:58)
test 0887...[POP3 OAuth 2.0 (OAUTHBEARER) authentication]
--pd---e--- OK (725 out of 1545, remaining: 15:49, took 0.952s, duration: 13:59)
test 0888...[POP3 OAuth 2.0 (OAUTHBEARER) authentication with initial response]
--pd---e--- OK (726 out of 1545, remaining: 15:48, took 0.961s, duration: 14:00)
test 0889...[POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation]
--p----e--- OK (727 out of 1545, remaining: 15:47, took 0.743s, duration: 14:01)
test 0890...[POP3 OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response]
--p----e--- OK (728 out of 1545, remaining: 15:45, took 0.729s, duration: 14:02)
test 0891...[POP3 with short authentication response]
--p----e--- OK (729 out of 1545, remaining: 15:43, took 0.701s, duration: 14:03)
test 0892...[POP3 plain authentication with alternative authorization identity]
--pd---e--- OK (730 out of 1545, remaining: 15:42, took 0.948s, duration: 14:04)
test 0893...[POP3 plain authentication with alternative authorization identity (Not authorized)]
--p----e--- OK (731 out of 1545, remaining: 15:40, took 0.718s, duration: 14:04)
test 0894...[POP3 with CR in username]
-------e--- OK (732 out of 1545, remaining: 15:39, took 0.409s, duration: 14:05)
test 0895...[IMAP with --login-options 'AUTH=*']
--pd---e--- OK (733 out of 1545, remaining: 15:37, took 1.111s, duration: 14:06)
test 0896...[IMAP with --login-options 'AUTH=dummy' (failing)]
-------e--- OK (734 out of 1545, remaining: 15:36, took 0.503s, duration: 14:07)
test 0897...[IMAP and envelope meta data after body transfer]
--pd--oe--- OK (735 out of 1545, remaining: 15:34, took 1.188s, duration: 14:08)
test 0898...[HTTP with custom auth and cookies redirected to HTTP on a diff port]
--pd---e--- OK (736 out of 1545, remaining: 15:33, took 0.670s, duration: 14:09)
test 0900...[SMTP]
--p-u--e--- OK (737 out of 1545, remaining: 15:31, took 0.551s, duration: 14:09)
test 0901...[SMTP with CRLF-dot-CRLF in data]
--p-u--e--- OK (738 out of 1545, remaining: 15:29, took 0.590s, duration: 14:10)
test 0902...[RFC821-only SMTP server (EHLO not supported)]
--p-u--e--- OK (739 out of 1545, remaining: 15:28, took 0.590s, duration: 14:11)
test 0903...[SMTP plain authentication]
--p-u--e--- OK (740 out of 1545, remaining: 15:26, took 0.778s, duration: 14:11)
test 0904...[SMTP login authentication]
--p-u--e--- OK (741 out of 1545, remaining: 15:25, took 0.782s, duration: 14:12)
test 0905...[SMTP CRAM-MD5 authentication]
--p-u--e--- OK (742 out of 1545, remaining: 15:23, took 0.782s, duration: 14:13)
test 0906...[SMTP NTLM authentication]
--p-u--e--- OK (743 out of 1545, remaining: 15:22, took 0.812s, duration: 14:14)
test 0907...[SMTP DIGEST-MD5 authentication]
--p-u--e--- OK (744 out of 1545, remaining: 15:20, took 0.806s, duration: 14:15)
test 0908...[SMTP OAuth 2.0 (XOAUTH2) authentication]
--p-u--e--- OK (745 out of 1545, remaining: 15:19, took 0.773s, duration: 14:16)
test 0909...[SMTP without SIZE support]
--p-u--e--- OK (746 out of 1545, remaining: 15:17, took 0.550s, duration: 14:16)
test 0910...[SMTP without terminating CRLF]
--p-u--e--- OK (747 out of 1545, remaining: 15:15, took 0.548s, duration: 14:17)
test 0911...[SMTP with no mail data]
--p-u--e--- OK (748 out of 1545, remaining: 15:14, took 0.540s, duration: 14:18)
test 0912...[SMTP with SIZE support]
--p-u--e--- OK (749 out of 1545, remaining: 15:12, took 0.758s, duration: 14:18)
test 0913...[SMTP with large message SIZE]
--p----e--- OK (750 out of 1545, remaining: 15:11, took 0.713s, duration: 14:19)
test 0914...[SMTP invalid --mail-from]
--p----e--- OK (751 out of 1545, remaining: 15:09, took 0.517s, duration: 14:20)
test 0915...[SMTP without --mail-from]
--p-u--e--- OK (752 out of 1545, remaining: 15:07, took 0.546s, duration: 14:20)
test 0916...[SMTP with invalid --mail-rcpt]
--p----e--- OK (753 out of 1545, remaining: 15:06, took 0.511s, duration: 14:21)
test 0917...[SMTP with multiple --mail-rcpt]
--p-u--e--- OK (754 out of 1545, remaining: 15:04, took 0.588s, duration: 14:22)
test 0918...[SMTP with multiple and invalid --mail-rcpt]
--p----e--- OK (755 out of 1545, remaining: 15:02, took 0.526s, duration: 14:22)
test 0919...[SMTP plain authentication with initial response]
--p-u--e--- OK (756 out of 1545, remaining: 15:01, took 0.763s, duration: 14:23)
test 0920...[SMTP login authentication with initial response]
--p-u--e--- OK (757 out of 1545, remaining: 14:59, took 0.777s, duration: 14:24)
test 0921...[SMTP NTLM authentication with initial response]
--p-u--e--- OK (758 out of 1545, remaining: 14:58, took 0.796s, duration: 14:25)
test 0922...[SMTP OAuth 2.0 (XOAUTH2) authentication with initial response]
--p-u--e--- OK (759 out of 1545, remaining: 14:56, took 0.777s, duration: 14:26)
test 0923...[SMTP VRFY]
--p----e--- OK (760 out of 1545, remaining: 14:55, took 0.478s, duration: 14:26)
test 0924...[SMTP ambiguous VRFY]
--pd---e--- OK (761 out of 1545, remaining: 14:53, took 0.695s, duration: 14:27)
test 0925...[SMTP external VRFY]
--pd---e--- OK (762 out of 1545, remaining: 14:51, took 0.488s, duration: 14:27)
test 0926...[SMTP unknown user VRFY]
--p----e--- OK (763 out of 1545, remaining: 14:50, took 0.490s, duration: 14:28)
test 0927...[SMTP mailing list EXPN (CUSTOMREQUEST)]
--pd---e--- OK (764 out of 1545, remaining: 14:48, took 0.725s, duration: 14:29)
test 0928...[SMTP HELP]
--pd---e--- OK (765 out of 1545, remaining: 14:47, took 0.678s, duration: 14:29)
test 0929...[SMTP NOOP (CUSTOMREQUEST)]
--p----e--- OK (766 out of 1545, remaining: 14:45, took 0.476s, duration: 14:30)
test 0930...[SMTP RSET (CUSTOMREQUEST)]
--p----e--- OK (767 out of 1545, remaining: 14:43, took 0.488s, duration: 14:31)
test 0931...[SMTP with URL-encoded CR LF in the URL]
-------e--- OK (768 out of 1545, remaining: 14:41, took 0.461s, duration: 14:31)
test 0932...[SMTP CRAM-MD5 graceful cancellation]
--p----e--- OK (769 out of 1545, remaining: 14:40, took 0.725s, duration: 14:32)
test 0933...[SMTP NTLM graceful cancellation]
--p----e--- OK (770 out of 1545, remaining: 14:38, took 0.816s, duration: 14:33)
test 0934...[SMTP DIGEST-MD5 graceful cancellation]
--p----e--- OK (771 out of 1545, remaining: 14:37, took 0.737s, duration: 14:34)
test 0935...[SMTP CRAM-MD5 authentication with SASL downgrade]
--p-u--e--- OK (772 out of 1545, remaining: 14:36, took 0.809s, duration: 14:34)
test 0936...[SMTP NTLM authentication with SASL downgrade]
--p-u--e--- OK (773 out of 1545, remaining: 14:34, took 0.900s, duration: 14:35)
test 0937...[SMTP DIGEST-MD5 authentication with SASL downgrade]
--p-u--e--- OK (774 out of 1545, remaining: 14:33, took 0.815s, duration: 14:36)
test 0939...[RFC821-only SMTP with username and password]
--p-u--e--- OK (775 out of 1545, remaining: 14:31, took 0.560s, duration: 14:37)
test 0940...[SMTP with username and password but no AUTH capability]
--p-u--e--- OK (776 out of 1545, remaining: 14:30, took 0.530s, duration: 14:37)
test 0941...[SMTP with --crlf]
--p-u--e--- OK (777 out of 1545, remaining: 14:28, took 0.600s, duration: 14:38)
test 0942...[SMTP external authentication]
--p-u--e--- OK (778 out of 1545, remaining: 14:27, took 0.780s, duration: 14:39)
test 0943...[SMTP external authentication without credentials]
--p-u--e--- OK (779 out of 1545, remaining: 14:25, took 0.782s, duration: 14:40)
test 0944...[SMTP external authentication with initial response]
--p-u--e--- OK (780 out of 1545, remaining: 14:24, took 0.761s, duration: 14:41)
test 0945...[SMTP external authentication with initial response without credentials]
--p-u--e--- OK (781 out of 1545, remaining: 14:22, took 0.771s, duration: 14:42)
test 0946...[SMTP OAuth 2.0 (OAUTHBEARER) authentication]
--p-u--e--- OK (782 out of 1545, remaining: 14:21, took 0.779s, duration: 14:42)
test 0947...[SMTP OAuth 2.0 (OAUTHBEARER) authentication with initial response]
--p-u--e--- OK (783 out of 1545, remaining: 14:20, took 0.785s, duration: 14:43)
test 0948...[SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation]
--p----e--- OK (784 out of 1545, remaining: 14:18, took 0.761s, duration: 14:44)
test 0949...[SMTP OAuth 2.0 (OAUTHBEARER) failure as continuation with initial response]
--p----e--- OK (785 out of 1545, remaining: 14:17, took 0.757s, duration: 14:45)
test 0950...[SMTP VRFY with custom request]
--pd---e--- OK (786 out of 1545, remaining: 14:15, took 0.496s, duration: 14:45)
test 0951...[SMTP data with dot as first character]
--p-u--e--- OK (787 out of 1545, remaining: 14:13, took 0.531s, duration: 14:46)
test 0952...[SMTP data with single dot-only line]
--p-u--e--- OK (788 out of 1545, remaining: 14:12, took 0.534s, duration: 14:47)
test 0953...[SMTP plain authentication with alternative authorization identity]
--p-u--e--- OK (789 out of 1545, remaining: 14:10, took 0.771s, duration: 14:47)
test 0954...[SMTP plain authentication with alternative authorization identity (Not authorized)]
--p----e--- OK (790 out of 1545, remaining: 14:09, took 0.729s, duration: 14:48)
test 0955...[SMTP without SMTPUTF8 support - UTF-8 based sender (local part only)]
--p----e--- OK (791 out of 1545, remaining: 14:08, took 0.773s, duration: 14:49)
test 0956...[SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only)]
--p----e--- OK (792 out of 1545, remaining: 14:06, took 0.759s, duration: 14:50)
test 0957...[SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)]
--p----e--- OK (793 out of 1545, remaining: 14:05, took 0.727s, duration: 14:51)
test 0958...[SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)]
--p----e--- OK (794 out of 1545, remaining: 14:03, took 0.743s, duration: 14:52)
test 0962...[SMTP without SMTPUTF8 support - UTF-8 based sender (host part only)]
--p-u--e--- OK (795 out of 1545, remaining: 14:02, took 0.804s, duration: 14:52)
test 0963...[SMTP without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)]
--p-u--e--- OK (796 out of 1545, remaining: 14:01, took 0.802s, duration: 14:53)
test 0964...[SMTP external VRFY without SMTPUTF8 support (IDN Enabled) - UTF-8 based recipient (host part only)]
--p----e--- OK (797 out of 1545, remaining: 13:59, took 0.735s, duration: 14:54)
test 0965...[SMTP with SMTPUTF8 support - UTF-8 based sender]
--p-u--e--- OK (798 out of 1545, remaining: 13:58, took 1.014s, duration: 14:55)
test 0966...[SMTP with SMTPUTF8 support - UTF-8 based recipient]
--p-u--e--- OK (799 out of 1545, remaining: 13:57, took 1.011s, duration: 14:56)
test 0967...[SMTP external VRFY with SMTPUTF8 support]
--pd---e--- OK (800 out of 1545, remaining: 13:56, took 0.945s, duration: 14:57)
test 0968...[SMTP VRFY with SMTPUTF8 support]
--p----e--- OK (801 out of 1545, remaining: 13:54, took 0.932s, duration: 14:58)
test 0969...[SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support]
--pd---e--- OK (802 out of 1545, remaining: 13:53, took 0.965s, duration: 14:59)
test 0970...[HTTP GET with JSON output]
s-p----e--- OK (803 out of 1545, remaining: 13:52, took 0.569s, duration: 15:00)
test 0971...[Verify that options-in-versions and docs/cmdline-opts are in sync]
-r-----e--- OK (804 out of 1545, remaining: 13:50, took 0.540s, duration: 15:01)
test 0972...[Verify JSON output]
s-p----e--- OK (805 out of 1545, remaining: 13:48, took 0.562s, duration: 15:01)
test 0973...[HTTP with auth redirected to FTP w/o auth]
--pd---e--- OK (806 out of 1545, remaining: 13:47, took 0.959s, duration: 15:02)
test 0974...[HTTP with auth redirected to HTTP on a diff port w/o auth]
--pd---e--- OK (807 out of 1545, remaining: 13:46, took 0.668s, duration: 15:03)
test 0975...[HTTP with auth redirected to FTP allowing auth to continue]
--pd---e--- OK (808 out of 1545, remaining: 13:44, took 0.966s, duration: 15:04)
test 0976...[HTTP with auth redirected to HTTP on a diff port --location-trusted]
--pd---e--- OK (809 out of 1545, remaining: 13:43, took 0.661s, duration: 15:05)
test 0977...[URL with trailing dot and receiving a cookie for the TLD with dot]
--pd--oe--- OK (810 out of 1545, remaining: 13:41, took 0.549s, duration: 15:05)
test 0978...[verify that --stderr works for -w's stderr as well]
--pd--oe--- OK (811 out of 1545, remaining: 13:40, took 0.535s, duration: 15:06)
test 0980...[SMTP STARTTLS pipelined server response]
--p----e--- OK (812 out of 1545, remaining: 13:38, took 0.722s, duration: 15:07)
test 0981...[IMAP STARTTLS pipelined server response]
--p----e--- OK (813 out of 1545, remaining: 13:37, took 0.743s, duration: 15:07)
test 0982...[POP3 STARTTLS pipelined server response]
--p----e--- OK (814 out of 1545, remaining: 13:36, took 0.730s, duration: 15:08)
test 0983...[FTP STARTTLS pipelined server response]
--p----e--- OK (815 out of 1545, remaining: 13:34, took 0.533s, duration: 15:09)
test 0984...[IMAP require STARTTLS with failing capabilities]
--p----e--- OK (816 out of 1545, remaining: 13:32, took 0.536s, duration: 15:09)
test 0985...[POP3 require STARTTLS with failing capabilities]
--p----e--- OK (817 out of 1545, remaining: 13:31, took 0.515s, duration: 15:10)
test 0986...[FTP require STARTTLS while preauthenticated]
--p----e--- OK (818 out of 1545, remaining: 13:29, took 0.534s, duration: 15:11)
test 0987...[SMTPS with redundant explicit SSL request]
--p-u--e--- OK (819 out of 1545, remaining: 13:29, took 1.675s, duration: 15:12)
test 0988...[IMAPS FETCH with redundant explicit SSL request]
--pd---e--- OK (820 out of 1545, remaining: 13:29, took 2.239s, duration: 15:15)
test 0989...[POP3S RETR with redundant explicit SSL request]
--pd---e--- OK (821 out of 1545, remaining: 13:28, took 1.844s, duration: 15:17)
test 1000...[FTP dir list PASV with -I]
--p----e--- OK (822 out of 1545, remaining: 13:27, took 0.504s, duration: 15:17)
test 1001...[HTTP POST --digest with PUT and resumed upload and modified method]
--pd---e--- OK (823 out of 1545, remaining: 13:25, took 0.719s, duration: 15:18)
test 1002...[HTTP PUT with Digest auth, resumed upload and modified method, twice]
--pd---e--- OK (824 out of 1545, remaining: 13:24, took 0.806s, duration: 15:19)
test 1003...[FTP with excessively large server command response line]
--pd---e--- OK (825 out of 1545, remaining: 13:23, took 0.975s, duration: 15:20)
test 1004...[HTTP GET with empty proxy]
--pd---e--- OK (826 out of 1545, remaining: 13:21, took 0.528s, duration: 15:20)
test 1005...[FTP with excessively large number of server command response lines]
--pd---e--- OK (827 out of 1545, remaining: 13:20, took 1.011s, duration: 15:21)
test 1006...[FTP with excessively large number of server command response lines (boundary condition)]
--pd---e--- OK (828 out of 1545, remaining: 13:19, took 1.011s, duration: 15:23)
test 1007...[TFTP send with invalid permission on server]
--p----e--- OK (829 out of 1545, remaining: 13:17, took 0.472s, duration: 15:23)
test 1008...[HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response]
--pd---e--- OK (830 out of 1545, remaining: 13:16, took 0.928s, duration: 15:24)
test 1009...[TFTP retrieve with --local-port]
--pd---e--- OK (831 out of 1545, remaining: 13:14, took 0.493s, duration: 15:25)
test 1010...[FTP dir list nocwd]
--pd---e--- OK (832 out of 1545, remaining: 13:13, took 1.083s, duration: 15:26)
test 1011...[HTTP POST with 301 redirect]
--pd---e--- OK (833 out of 1545, remaining: 13:12, took 0.645s, duration: 15:27)
test 1012...[HTTP POST with 301 redirect and --post301]
--pd---e--- OK (834 out of 1545, remaining: 13:10, took 0.724s, duration: 15:27)
test 1013...[Compare curl --version with curl-config --protocols]
-------e--- OK (835 out of 1545, remaining: 13:09, took 0.472s, duration: 15:28)
test 1014...[Compare curl --version with curl-config --features]
-------e--- OK (836 out of 1545, remaining: 13:07, took 0.462s, duration: 15:28)
test 1015...[--data-urlencode]
--pd---e--- OK (837 out of 1545, remaining: 13:06, took 0.646s, duration: 15:29)
test 1016...[X-Y range on a file:// URL to stdout]
s------e--- OK (838 out of 1545, remaining: 13:04, took 0.433s, duration: 15:29)
test 1017...[0-Y range on a file:// URL to stdout]
s------e--- OK (839 out of 1545, remaining: 13:02, took 0.434s, duration: 15:30)
test 1018...[X-X range on a file:// URL to stdout]
s------e--- OK (840 out of 1545, remaining: 13:01, took 0.434s, duration: 15:30)
test 1019...[X- range on a file:// URL to stdout]
s------e--- OK (841 out of 1545, remaining: 12:59, took 0.445s, duration: 15:31)
test 1020...[-Y range on a file:// URL to stdout]
s------e--- OK (842 out of 1545, remaining: 12:58, took 0.440s, duration: 15:31)
test 1021...[HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close]
--pd---e--- OK (843 out of 1545, remaining: 12:56, took 0.873s, duration: 15:32)
test 1022...[Compare curl --version with curl-config --version]
-------e--- OK (844 out of 1545, remaining: 12:55, took 0.463s, duration: 15:33)
test 1023...[Compare curl --version with curl-config --vernum]
-------e--- OK (845 out of 1545, remaining: 12:53, took 0.460s, duration: 15:33)
test 1024...[HTTP Location: following with cookies]
--pd---e--- OK (846 out of 1545, remaining: 12:52, took 0.715s, duration: 15:34)
test 1025...[HTTP Location: following with command-line and server cookies]
--pd---e--- OK (847 out of 1545, remaining: 12:50, took 0.722s, duration: 15:35)
test 1026...[curl --manual ]
-------e--- OK (848 out of 1545, remaining: 12:49, took 0.733s, duration: 15:36)
test 1027...[curl --help]
-------e--- OK (849 out of 1545, remaining: 12:47, took 0.446s, duration: 15:36)
test 1028...[HTTP Location: redirect to FTP URL]
s-p----e--- OK (850 out of 1545, remaining: 12:46, took 0.940s, duration: 15:37)
test 1029...[HTTP Location: and 'redirect_url' check]
s-p----e--- OK (851 out of 1545, remaining: 12:45, took 0.581s, duration: 15:38)
test 1030...[HTTP PUT with --anyauth authorization (picking Digest)]
--pd---e--- OK (852 out of 1545, remaining: 12:43, took 0.717s, duration: 15:39)
test 1031...[HTTP Location: following to a query string]
--pd---e--- OK (853 out of 1545, remaining: 12:42, took 0.709s, duration: 15:39)
test 1032...[HTTP HEAD with --range]
--pd---e--- OK (854 out of 1545, remaining: 12:40, took 0.510s, duration: 15:40)
test 1033...[HTTP GET with 102 response!]
--pd---e--- OK (855 out of 1545, remaining: 12:39, took 0.539s, duration: 15:41)
test 1034...[HTTP over proxy with malformatted IDN host name]
-------e--- OK (856 out of 1545, remaining: 12:38, took 0.687s, duration: 15:41)
test 1035...[HTTP over proxy with too long IDN host name]
-------e--- OK (857 out of 1545, remaining: 12:36, took 0.660s, duration: 15:42)
test 1036...[FTP download resume from end of file]
--p---oe--- OK (858 out of 1545, remaining: 12:35, took 0.847s, duration: 15:43)
test 1037...[FTP download resume from end of empty file]
--p----e--- OK (859 out of 1545, remaining: 12:34, took 0.813s, duration: 15:44)
test 1038...[FTP PASV upload resume from end of file]
--p-u--e--- OK (860 out of 1545, remaining: 12:32, took 0.820s, duration: 15:45)
test 1039...[FTP PASV upload resume from end of empty file]
--p-u--e--- OK (861 out of 1545, remaining: 12:31, took 0.813s, duration: 15:46)
test 1040...[HTTP GET with resume from end of entirely-downloaded file]
--pd---e--- OK (862 out of 1545, remaining: 12:30, took 0.589s, duration: 15:46)
test 1041...[HTTP PUT with resume from end of already-uploaded file]
--pd---e--- OK (863 out of 1545, remaining: 12:28, took 0.647s, duration: 15:47)
test 1042...[HTTP GET beyond end of entirely-downloaded file, no server resume]
--pd---e--- OK (864 out of 1545, remaining: 12:27, took 0.639s, duration: 15:48)
test 1043...[HTTP GET with resume from end of file]
--pd---e--- OK (865 out of 1545, remaining: 12:25, took 0.607s, duration: 15:48)
test 1044...[FTP download large file info with -I]
s-p----e--- OK (866 out of 1545, remaining: 12:24, took 0.572s, duration: 15:49)
test 1045...[HTTP GET with numeric localhost --interface]
--pd---e--- OK (867 out of 1545, remaining: 12:22, took 0.500s, duration: 15:49)
test 1046...[HTTP-IPv6 GET with numeric localhost --interface]
--pd---e--- OK (868 out of 1545, remaining: 12:21, took 0.584s, duration: 15:50)
test 1047...[FTP dir list PASV with localhost --interface]
--pd---e--- OK (869 out of 1545, remaining: 12:20, took 0.812s, duration: 15:51)
test 1048...[FTP-IPv6 dir list PASV with localhost --interface]
--pd---e--- OK (870 out of 1545, remaining: 12:18, took 0.901s, duration: 15:52)
test 1049...[TFTP retrieve with localhost --interface]
--pd---e--- OK (871 out of 1545, remaining: 12:17, took 0.483s, duration: 15:52)
test 1050...[FTP-IPv6 dir list, EPRT with specified IP]
--pd---e--- OK (872 out of 1545, remaining: 12:16, took 0.889s, duration: 15:53)
test 1051...[HTTP PUT with Location: following]
--pd---e--- OK (873 out of 1545, remaining: 12:14, took 0.839s, duration: 15:54)
test 1052...[HTTP 1.0 PUT with Location: following]
--pd---e--- OK (874 out of 1545, remaining: 12:13, took 0.895s, duration: 15:55)
test 1053...[HTTP RFC1867-type formposting from file with Location: following]
--pd---e--- OK (875 out of 1545, remaining: 12:12, took 0.902s, duration: 15:56)
test 1054...[HTTP POST from file with 301 redirect and --post301]
--pd---e--- OK (876 out of 1545, remaining: 12:11, took 0.735s, duration: 15:57)
test 1055...[HTTP PUT Location: redirect to FTP URL]
--pdu--e--- OK (877 out of 1545, remaining: 12:10, took 1.044s, duration: 15:58)
test 1056...[HTTP follow redirect from IPv4 to IPv6 with scope]
--pd---e--- OK (878 out of 1545, remaining: 12:08, took 0.721s, duration: 15:59)
test 1057...[FTP retrieve a byte-range relative to end of file]
--pd---e--- OK (879 out of 1545, remaining: 12:07, took 0.622s, duration: 16:00)
test 1058...[HTTP range relative to end of file]
--pd---e--- OK (880 out of 1545, remaining: 12:05, took 0.504s, duration: 16:00)
test 1059...[HTTP CONNECT with proxytunnel to unsupported FTP URL]
--p----e--- OK (881 out of 1545, remaining: 12:04, took 0.589s, duration: 16:01)
test 1060...[HTTP proxy CONNECT auth Digest, large headers and data]
--pd---e--- OK (882 out of 1545, remaining: 12:06, took 5.362s, duration: 16:06)
test 1061...[HTTP proxy CONNECT auth Digest, large headers and chunked data]
--pd---e--- OK (883 out of 1545, remaining: 12:08, took 5.460s, duration: 16:12)
test 1062...[FTP with excessively long server command response lines, boundary condition]
--pd---e--- OK (884 out of 1545, remaining: 12:07, took 1.005s, duration: 16:13)
test 1063...[Invalid large X- range on a file://]
-------e--- OK (885 out of 1545, remaining: 12:06, took 0.462s, duration: 16:13)
test 1064...[HTTP PUT twice]
s-p----e--- OK (886 out of 1545, remaining: 12:04, took 0.617s, duration: 16:14)
test 1065...[HTTP PUT with one file but two URLs]
s-p----e--- OK (887 out of 1545, remaining: 12:03, took 0.622s, duration: 16:15)
test 1066...[HTTP --dump-header - with two URLs]
s-p----e--- OK (888 out of 1545, remaining: 12:02, took 0.613s, duration: 16:15)
test 1067...[HTTP Location: following with auto-referer]
-rpd---e--- OK (889 out of 1545, remaining: 12:00, took 0.728s, duration: 16:16)
test 1068...[HTTP PUT from stdin]
--pd---e--- OK (890 out of 1545, remaining: 12:00, took 1.594s, duration: 16:18)
test 1069...[HTTP 1.0 PUT from stdin with no content length]
-------e--- OK (891 out of 1545, remaining: 11:58, took 0.430s, duration: 16:18)
test 1070...[HTTP POST with server closing connection before (all) data is received]
--pd---e--- OK (892 out of 1545, remaining: 11:57, took 1.628s, duration: 16:20)
test 1071...[Downgraded HTTP PUT to HTTP 1.0 with authorization]
--pd---e--- OK (893 out of 1545, remaining: 11:56, took 0.861s, duration: 16:21)
test 1072...[HTTP chunked PUT to HTTP 1.0 server with authorization]
--pd---e--- OK (894 out of 1545, remaining: 11:55, took 1.675s, duration: 16:23)
test 1073...[HTTP chunked PUT to HTTP 1.0 server with redirect]
--pd---e--- OK (895 out of 1545, remaining: 11:55, took 1.656s, duration: 16:24)
test 1074...[HTTP downgrade to HTTP/1.0 on second request]
s-p----e--- OK (896 out of 1545, remaining: 11:55, took 2.715s, duration: 16:27)
test 1075...[HTTP PUT with --anyauth authorization (picking Basic)]
--pd---e--- OK (897 out of 1545, remaining: 11:54, took 0.694s, duration: 16:28)
test 1076...[HTTP POST with 302 redirect and --post302]
--pd---e--- OK (898 out of 1545, remaining: 11:52, took 0.728s, duration: 16:29)
test 1077...[FTP over HTTP proxy with downgrade to HTTP 1.0]
--pd---e--- OK (899 out of 1545, remaining: 11:51, took 0.599s, duration: 16:29)
test 1078...[HTTP 1.0 CONNECT with proxytunnel and downgrade GET to HTTP/1.0]
s-p--P-e--- OK (900 out of 1545, remaining: 11:50, took 1.221s, duration: 16:31)
test 1079...[HTTP retry after closed connection and empty response]
--pd---e--- OK (901 out of 1545, remaining: 11:49, took 0.709s, duration: 16:31)
test 1080...[HTTP Location: on two URLs 'redirect_url' check]
s-p----e--- OK (902 out of 1545, remaining: 11:47, took 0.726s, duration: 16:32)
test 1081...[HTTP no Location: on second URL 'redirect_url' check]
s-p----e--- OK (903 out of 1545, remaining: 11:46, took 0.700s, duration: 16:33)
test 1082...[HTTP GET with localhost --interface]
--pd---e--- OK (904 out of 1545, remaining: 11:44, took 0.571s, duration: 16:34)
test 1083 SKIPPED: Resolving IPv6 'ip6-localhost' didn't work
test 1084...[HTTP GET with invalid --interface]
-------e--- OK (906 out of 1545, remaining: 11:41, took 0.579s, duration: 16:35)
test 1085...[HTTP-IPv6 GET with invalid --interface]
-------e--- OK (907 out of 1545, remaining: 11:40, took 0.507s, duration: 16:35)
test 1086...[FTP download with strict timeout and slow data transfer]
--p----e--- OK (908 out of 1545, remaining: 11:49, took 14.932s, duration: 16:50)
test 1087...[HTTP, proxy with --anyauth and Location: to new host]
--pd---e--- OK (909 out of 1545, remaining: 11:47, took 0.858s, duration: 16:51)
test 1088...[HTTP, proxy with --anyauth and Location: to new host using location-trusted]
--pd---e--- OK (910 out of 1545, remaining: 11:46, took 0.862s, duration: 16:52)
test 1089...[HTTP GET --write-out with redirected fetch]
s-p----e--- OK (911 out of 1545, remaining: 11:45, took 0.708s, duration: 16:53)
test 1090...[HTTP GET --write-out with redirected fetch and chunked reply]
s-p----e--- OK (912 out of 1545, remaining: 11:43, took 0.712s, duration: 16:54)
test 1091...[FTP URL with type=i]
--pd---e--- OK (913 out of 1545, remaining: 11:43, took 2.369s, duration: 16:56)
test 1092...[FTP with type=i over HTTP proxy]
--pd---e--- OK (914 out of 1545, remaining: 11:42, took 0.564s, duration: 16:57)
test 1093...[TFTP retrieve with mode=i]
--pd---e--- OK (915 out of 1545, remaining: 11:40, took 0.481s, duration: 16:57)
test 1094...[TFTP retrieve with mode=netascii]
--pd---e--- OK (916 out of 1545, remaining: 11:39, took 0.506s, duration: 16:58)
test 1095...[HTTP with Digest and realm with quoted quotes]
--pd---e--- OK (917 out of 1545, remaining: 11:37, took 0.780s, duration: 16:59)
test 1096...[Two FTP downloads, with failed RETR but re-used control connection]
--p----e--- OK (918 out of 1545, remaining: 11:36, took 0.690s, duration: 16:59)
test 1097...[HTTP POST using CONNECT with --proxy-ntlm but no auth is required]
--pd---e--- OK (919 out of 1545, remaining: 11:40, took 8.911s, duration: 17:08)
test 1098...[FTP RETR twice over proxy confirming persistent connection]
s-p----e--- OK (920 out of 1545, remaining: 11:39, took 0.587s, duration: 17:09)
test 1099...[TFTP get first a non-existing file then an existing]
s-p----e--- OK (921 out of 1545, remaining: 11:37, took 0.534s, duration: 17:10)
test 1100...[HTTP POST with NTLM authorization and following a 302 redirect]
---d---e--- OK (922 out of 1545, remaining: 11:36, took 1.131s, duration: 17:11)
test 1101...[NO_PROXY test, with user name in URL]
--pd---e--- OK (923 out of 1545, remaining: 11:35, took 0.508s, duration: 17:11)
test 1102...[FTP OS/400 server name format check]
--p----e--- OK (924 out of 1545, remaining: 11:34, took 0.801s, duration: 17:12)
test 1103...[FTP non-OS/400 server]
--p----e--- OK (925 out of 1545, remaining: 11:32, took 0.781s, duration: 17:13)
test 1104...[HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970]
--pd---e--- OK (926 out of 1545, remaining: 11:31, took 0.722s, duration: 17:14)
test 1105...[HTTP with cookie parser and header recording]
--pd--oe--- OK (927 out of 1545, remaining: 11:30, took 0.695s, duration: 17:15)
test 1106...[FTP URL and with ftp_proxy environment variable set]
--p----e--- OK (928 out of 1545, remaining: 11:28, took 0.574s, duration: 17:15)
test 1107...[FTP RETR PASV with PRET]
--pd---e--- OK (929 out of 1545, remaining: 11:27, took 0.823s, duration: 17:16)
test 1108...[FTP RETR PASV with PRET not supported]
--p----e--- OK (930 out of 1545, remaining: 11:25, took 0.510s, duration: 17:17)
test 1109...[HTTP GET with URL that contains fragment after the path]
--pd---e--- OK (931 out of 1545, remaining: 11:24, took 0.500s, duration: 17:17)
test 1110...[HTTP GET with URL that contains a fragment after the query part]
--pd---e--- OK (932 out of 1545, remaining: 11:23, took 0.494s, duration: 17:18)
test 1111...[HTTP GET with URL whose fragment contains a # (which is illegal)]
--pd---e--- OK (933 out of 1545, remaining: 11:21, took 0.479s, duration: 17:18)
test 1112...[FTPS download with strict timeout and slow data transfer]
--p----e--- OK (934 out of 1545, remaining: 11:36, took 24.947s, duration: 17:44)
test 1113...[FTP wildcard download - changed fnmatch, 2x perform (DOS LIST response)]
s-p----e--- OK (935 out of 1545, remaining: 11:37, took 5.746s, duration: 17:49)
test 1114...[FTP wildcard download - skip/parser_correctness/CURLOPT_FNMATCH_FUNCTION (DOS)]
s------e--- OK (936 out of 1545, remaining: 11:37, took 2.296s, duration: 17:52)
test 1115...[HTTP GET with unexpected 1xx response]
--pd---e--- OK (937 out of 1545, remaining: 11:36, took 0.498s, duration: 17:52)
test 1116...[HTTP GET with chunked trailer without Trailer:]
--pd--oe--- OK (938 out of 1545, remaining: 11:34, took 1.014s, duration: 17:53)
test 1117...[HTTP with invalid range then another URL]
s-p----e--- OK (939 out of 1545, remaining: 11:48, took 24.572s, duration: 18:18)
test 1118...[URL without slash and @-letter in query]
--pd---e--- OK (940 out of 1545, remaining: 11:47, took 0.507s, duration: 18:19)
test 1119...[Verify that symbols-in-versions and headers are in sync]
s------e--- OK (941 out of 1545, remaining: 11:47, took 3.728s, duration: 18:22)
test 1120...[FTP with 421 timeout response]
--p----e--- OK (942 out of 1545, remaining: 11:46, took 0.509s, duration: 18:23)
test 1121...[HTTP multiple provided Host: headers]
--pd---e--- OK (943 out of 1545, remaining: 11:44, took 0.478s, duration: 18:23)
test 1122...[HTTP GET gzip transfer-encoded content]
--pd---e--- OK (944 out of 1545, remaining: 11:43, took 0.624s, duration: 18:24)
test 1123...[HTTP GET deflate transfer-encoded content]
--pd---e--- OK (945 out of 1545, remaining: 11:41, took 0.999s, duration: 18:25)
test 1124...[HTTP GET gzip+chunked transfer-encoded content]
--pd---e--- OK (946 out of 1545, remaining: 11:40, took 0.566s, duration: 18:26)
test 1125...[HTTP GET transfer-encoding with custom Connection:]
--pd---e--- OK (947 out of 1545, remaining: 11:38, took 0.558s, duration: 18:26)
test 1126...[HTTP 200 If-Modified-Since with newer document]
--pd---e--- OK (948 out of 1545, remaining: 11:37, took 0.506s, duration: 18:27)
test 1127...[HTTP 200 If-Modified-Since with older document]
--pd---e--- OK (949 out of 1545, remaining: 11:35, took 0.538s, duration: 18:28)
test 1128...[HTTP 200 If-Modified-Since with old+new documents]
s-p----e--- OK (950 out of 1545, remaining: 11:34, took 0.735s, duration: 18:28)
test 1129...[HTTP POST expect 100-continue with a 404]
s-p----e--- OK (951 out of 1545, remaining: 11:33, took 1.645s, duration: 18:30)
test 1130...[HTTP POST forced expect 100-continue with a 404]
s-p----e--- OK (952 out of 1545, remaining: 11:32, took 0.681s, duration: 18:31)
test 1131...[HTTP PUT expect 100-continue with a 400]
s-p----e--- OK (953 out of 1545, remaining: 11:30, took 0.670s, duration: 18:32)
test 1132...[Verify memory #include files in libcurl's C source files]
-------e--- OK (954 out of 1545, remaining: 11:29, took 0.783s, duration: 18:32)
test 1133...[HTTP RFC1867-type formposting with filename/data contains ',', ';', '"']
--pd---e--- OK (955 out of 1545, remaining: 11:27, took 0.688s, duration: 18:33)
test 1134...[HTTP connection re-use with different credentials]
--pd---e--- OK (956 out of 1545, remaining: 11:26, took 0.567s, duration: 18:34)
test 1135...[Verify CURL_EXTERN order]
s------e--- OK (957 out of 1545, remaining: 11:25, took 0.705s, duration: 18:34)
test 1137...[FTP RETR --ignore-content-length]
--pd---e--- OK (958 out of 1545, remaining: 11:23, took 0.795s, duration: 18:35)
test 1138...[HTTP redirect with UTF-8 characters]
--pd---e--- OK (959 out of 1545, remaining: 11:22, took 0.743s, duration: 18:36)
test 1139...[Verify that all libcurl options have man pages]
-r-----e--- OK (960 out of 1545, remaining: 11:20, took 0.717s, duration: 18:37)
test 1140...[Verify the nroff of man pages]
s------e--- OK (961 out of 1545, remaining: 11:19, took 1.301s, duration: 18:38)
test 1141...[HTTP redirect to http:/// (three slashes!)]
--pd---e--- OK (962 out of 1545, remaining: 11:18, took 0.596s, duration: 18:39)
test 1142...[HTTP redirect to http://// (four slashes!)]
--pd---e--- OK (963 out of 1545, remaining: 11:16, took 0.552s, duration: 18:39)
test 1143...[HTTP URL with http:/ (one slash!)]
--pd---e--- OK (964 out of 1545, remaining: 11:15, took 0.493s, duration: 18:40)
test 1144...[HTTP HEAD, receive no headers only body]
--pd---e--- OK (965 out of 1545, remaining: 11:13, took 0.624s, duration: 18:41)
test 1145...[file:// bad host]
-------e--- OK (966 out of 1545, remaining: 11:12, took 0.423s, duration: 18:41)
test 1146...[--proto-default file]
---d---e--- OK (967 out of 1545, remaining: 11:10, took 0.462s, duration: 18:42)
test 1147...[Get -H headers from a file]
--pd---e--- OK (968 out of 1545, remaining: 11:09, took 0.555s, duration: 18:42)
test 1148...[progress-bar]
--pd--oe--- OK (969 out of 1545, remaining: 11:07, took 0.559s, duration: 18:43)
test 1149...[FTP dir list multicwd then again nocwd]
--pd---e--- OK (970 out of 1545, remaining: 11:06, took 1.114s, duration: 18:44)
test 1150...[HTTP proxy with URLs using different ports]
--pd---e--- OK (971 out of 1545, remaining: 11:05, took 0.563s, duration: 18:45)
test 1151...[HTTP with too long cookies]
--pd--oe--- OK (972 out of 1545, remaining: 11:03, took 0.723s, duration: 18:46)
test 1152...[FTP with uneven quote in PWD response]
--pd---e--- OK (973 out of 1545, remaining: 11:02, took 0.809s, duration: 18:46)
test 1153...[FTP with quoted double quotes]
--pd---e--- OK (974 out of 1545, remaining: 11:01, took 0.818s, duration: 18:47)
test 1154...[HTTP GET with 100K (too long) response header]
--p----e--- OK (975 out of 1545, remaining: 10:59, took 0.914s, duration: 18:48)
test 1155...[HTTP cookie with parameter word as name]
--pd--oe--- OK (976 out of 1545, remaining: 10:58, took 0.523s, duration: 18:49)
test 1156...[HTTP resume/range fail range-error content-range combinations]
s------e--- OK (977 out of 1545, remaining: 10:57, took 0.778s, duration: 18:50)
test 1157...[Get -H headers from empty file]
--pd---e--- OK (978 out of 1545, remaining: 10:55, took 0.528s, duration: 18:50)
test 1158...[HTTP RFC1867-type formposting with filename containing '"']
--pd---e--- OK (979 out of 1545, remaining: 10:54, took 0.746s, duration: 18:51)
test 1159...[HTTP Location: and 'redirect_url' with non-supported scheme]
s-p----e--- OK (980 out of 1545, remaining: 10:52, took 0.574s, duration: 18:52)
test 1160...[HTTP with long funny format cookie]
--pd--oe--- OK (981 out of 1545, remaining: 10:51, took 0.551s, duration: 18:52)
test 1161...[HTTP cookie with path set twice]
--pd--oe--- OK (982 out of 1545, remaining: 10:49, took 0.521s, duration: 18:53)
test 1162...[FTP wildcard with crazy pattern]
--p----e--- OK (983 out of 1545, remaining: 10:48, took 0.766s, duration: 18:54)
test 1163...[FTP wildcard with pattern ending with an open-bracket]
--p----e--- OK (984 out of 1545, remaining: 10:47, took 0.756s, duration: 18:55)
test 1164...[HTTP/0.9 GET and all zeroes]
s-p----e--- OK (985 out of 1545, remaining: 10:45, took 0.568s, duration: 18:55)
test 1165...[Verify configure.ac and source code CURL_DISABLE_-sync]
-------e--- OK (986 out of 1545, remaining: 10:44, took 1.598s, duration: 18:57)
test 1166...[HTTP response with cookies but not receiving!]
--pd---e--- OK (987 out of 1545, remaining: 10:43, took 0.534s, duration: 18:57)
test 1167...[Verify curl prefix of public symbols in header files]
-------e--- OK (988 out of 1545, remaining: 10:42, took 2.497s, duration: 19:00)
test 1168...[HTTP redirect with credentials using # in user and password]
--pd---e--- OK (989 out of 1545, remaining: 10:41, took 0.729s, duration: 19:01)
test 1169...[Verify that runtests.pl accepts an -L option]
-------e--- OK (990 out of 1545, remaining: 10:40, took 1.367s, duration: 19:02)
test 1170...[HTTP GET transfer-encoding with removed Connection:]
--pd---e--- OK (991 out of 1545, remaining: 10:39, took 0.565s, duration: 19:03)
test 1171...[HTTP GET transfer-encoding with blanked Connection:]
--pd---e--- OK (992 out of 1545, remaining: 10:37, took 0.558s, duration: 19:03)
test 1172...[HTTP/0.9 GET response denied]
--p----e--- OK (993 out of 1545, remaining: 10:36, took 0.551s, duration: 19:04)
test 1173...[Man page syntax checks]
-r-----e--- OK (994 out of 1545, remaining: 10:35, took 2.175s, duration: 19:06)
test 1174...[HTTP/0.9 GET response denied by default]
--p----e--- OK (995 out of 1545, remaining: 10:34, took 0.544s, duration: 19:07)
test 1175...[Verify that symbols-in-versions and libcurl-errors.3 are in sync]
-------e--- OK (996 out of 1545, remaining: 10:32, took 0.235s, duration: 19:07)
test 1176...[--output using #0]
--p---oe--- OK (997 out of 1545, remaining: 10:31, took 0.552s, duration: 19:08)
test 1177...[Verify that feature names and CURL_VERSION_* in lib and docs are in sync]
-------e--- OK (998 out of 1545, remaining: 10:29, took 0.254s, duration: 19:08)
test 1178...[HTTP proxy auth with credentials longer than 256 bytes]
--pd---e--- OK (999 out of 1545, remaining: 10:28, took 0.573s, duration: 19:09)
test 1179...[error when using unknown command line option]
-r-----e--- OK (1000 out of 1545, remaining: 10:26, took 0.414s, duration: 19:09)
test 1180...[HTTP GET request with proxy and -H "Proxy-Connection: keep-alive"]
--pd---e--- OK (1001 out of 1545, remaining: 10:25, took 0.502s, duration: 19:10)
test 1181...[HTTP GET request with proxy and --proxy-header "Proxy-Connection: Keep-Alive"]
--pd---e--- OK (1002 out of 1545, remaining: 10:23, took 0.494s, duration: 19:10)
test 1183...[1183 used instead of actual test number]
--pd---e--- OK (1003 out of 1545, remaining: 10:22, took 0.501s, duration: 19:11)
test 1185...[checksrc]
s------e--- OK (1004 out of 1545, remaining: 10:20, took 0.827s, duration: 19:12)
test 1186...[Multipart formposting with backslash-escaping filename containing '"']
--pd---e--- OK (1005 out of 1545, remaining: 10:19, took 0.735s, duration: 19:12)
test 1187...[SMTP multipart with file name escaping]
--p-u--e--- OK (1006 out of 1545, remaining: 10:18, took 0.615s, duration: 19:13)
test 1188...[--write-out with %{onerror} and %{urlnum} to stderr]
-rpd---e--- OK (1007 out of 1545, remaining: 10:16, took 0.542s, duration: 19:14)
test 1189...[Multipart formposting with backslash-escaping of name= and filename=]
--pd---e--- OK (1008 out of 1545, remaining: 10:15, took 0.708s, duration: 19:14)
test 1190...[MQTT SUBSCRIBE]
--p----e--- OK (1009 out of 1545, remaining: 10:14, took 1.737s, duration: 19:16)
test 1191...[MQTT PUBLISH]
--p----e--- OK (1010 out of 1545, remaining: 10:13, took 0.491s, duration: 19:17)
test 1192...[MQTT SUBSCRIBE 2k topic]
--p----e--- OK (1011 out of 1545, remaining: 10:11, took 0.797s, duration: 19:18)
test 1193...[MQTT PUBLISH 2k payload]
--p----e--- OK (1012 out of 1545, remaining: 10:10, took 0.605s, duration: 19:18)
test 1194...[MQTT SUBSCRIBE with PUBLISH befoire SUBACK]
--p----e--- OK (1013 out of 1545, remaining: 10:08, took 0.732s, duration: 19:19)
test 1195...[MQTT SUBSCRIBE with short PUBLISH]
--p----e--- OK (1014 out of 1545, remaining: 10:07, took 0.596s, duration: 19:20)
test 1196...[MQTT with error in CONNACK]
--p----e--- OK (1015 out of 1545, remaining: 10:06, took 0.533s, duration: 19:20)
test 1197...[HTTP POST redirected to GET and --write-out method]
s-p----e--- OK (1016 out of 1545, remaining: 10:04, took 0.684s, duration: 19:21)
test 1198...[MQTT PUBLISH empty payload, single space topic]
--p----e--- OK (1017 out of 1545, remaining: 10:03, took 0.522s, duration: 19:22)
test 1199...[MQTT PUBLISH empty payload, no topic]
--p----e--- OK (1018 out of 1545, remaining: 10:01, took 0.505s, duration: 19:22)
test 1200...[Gopher index]
--pd---e--- OK (1019 out of 1545, remaining: 10:01, took 1.848s, duration: 19:24)
test 1201...[Gopher selector]
--pd---e--- OK (1020 out of 1545, remaining: 09:59, took 0.515s, duration: 19:25)
test 1202...[Gopher query]
--pd---e--- OK (1021 out of 1545, remaining: 09:58, took 0.524s, duration: 19:25)
test 1203...[Gopher IPv6 index]
--pd---e--- OK (1022 out of 1545, remaining: 09:57, took 1.855s, duration: 19:27)
test 1204...[HTTP with WWW-Authenticate and multiple auths in a single line]
--pd---e--- OK (1023 out of 1545, remaining: 09:56, took 0.611s, duration: 19:28)
test 1205...[HTTP GET with 18K HTTP header]
--pd---e--- OK (1024 out of 1545, remaining: 09:54, took 0.721s, duration: 19:29)
test 1206...[FTP PORT and 425 on download]
--p----e--- OK (1025 out of 1545, remaining: 09:53, took 0.760s, duration: 19:29)
test 1207...[FTP PORT and 421 on download]
--p----e--- OK (1026 out of 1545, remaining: 09:52, took 0.739s, duration: 19:30)
test 1208...[FTP PORT download, no data conn and no transient negative reply]
--p----e--- OK (1027 out of 1545, remaining: 09:51, took 2.506s, duration: 19:33)
test 1210...[HTTP GET with -J without Content-Disposition]
--p---oe--- OK (1028 out of 1545, remaining: 09:50, took 0.536s, duration: 19:33)
test 1212...[noproxy setting together with socks proxy]
--pd---e--- OK (1029 out of 1545, remaining: 09:48, took 0.515s, duration: 19:34)
test 1213...[HTTP with proxy and host-only URL]
--pd---e--- OK (1030 out of 1545, remaining: 09:47, took 0.511s, duration: 19:35)
test 1214...[HTTP with proxy and URL with ? and no slash separator]
--pd---e--- OK (1031 out of 1545, remaining: 09:46, took 0.511s, duration: 19:35)
test 1215...[HTTP with server NTLM authorization using a proxy]
--pd---e--- OK (1032 out of 1545, remaining: 09:44, took 0.733s, duration: 19:36)
test 1216...[HTTP cookie domains tailmatching the host name]
--pd---e--- OK (1033 out of 1545, remaining: 09:43, took 0.595s, duration: 19:37)
test 1217...[FTP with rubbish before name in 257-response]
--pd---e--- OK (1034 out of 1545, remaining: 09:42, took 1.086s, duration: 19:38)
test 1218...[HTTP cookies and domains with same prefix]
--pd---e--- OK (1035 out of 1545, remaining: 09:40, took 0.593s, duration: 19:38)
test 1219...[FTP with no user+password required (230 response)]
--pd---e--- OK (1036 out of 1545, remaining: 09:39, took 0.779s, duration: 19:39)
test 1220...[file:// URLs with query string]
s------e--- OK (1037 out of 1545, remaining: 09:38, took 0.433s, duration: 19:40)
test 1221...[--url-query with --data-urlencode]
--pd---e--- OK (1038 out of 1545, remaining: 09:36, took 0.571s, duration: 19:40)
test 1222...[Verify deprecation statuses and versions]
-------e--- OK (1039 out of 1545, remaining: 09:37, took 5.344s, duration: 19:46)
test 1223...[HTTP GET -w remote_ip and -w remote_port]
s-p----e--- OK (1040 out of 1545, remaining: 09:36, took 0.518s, duration: 19:46)
test 1224...[FTP fetch a file from the root directory]
--pd---e--- OK (1041 out of 1545, remaining: 09:34, took 0.794s, duration: 19:47)
test 1225...[FTP fetch two files using absolute paths]
--pd---e--- OK (1042 out of 1545, remaining: 09:33, took 1.110s, duration: 19:48)
test 1226...[FTP fetch a file from the root directory with singlecwd]
--pd---e--- OK (1043 out of 1545, remaining: 09:32, took 0.802s, duration: 19:49)
test 1227...[FTP fetch a file from the root directory with nocwd]
--pd---e--- OK (1044 out of 1545, remaining: 09:31, took 2.194s, duration: 19:51)
test 1228...[HTTP cookie path match]
--pd---e--- OK (1045 out of 1545, remaining: 09:30, took 0.549s, duration: 19:52)
test 1229...[HTTP with Digest authorization with user name needing escape]
--pd---e--- OK (1046 out of 1545, remaining: 09:29, took 0.730s, duration: 19:53)
test 1230...[HTTP CONNECT to IPv6 numerical address]
--pd---e--- OK (1047 out of 1545, remaining: 09:28, took 0.611s, duration: 19:54)
test 1231...[HTTP URL with dotdot removal from path]
--pd---e--- OK (1048 out of 1545, remaining: 09:26, took 0.564s, duration: 19:55)
test 1232...[HTTP URL with dotdot removal from path using an HTTP proxy]
--pd---e--- OK (1049 out of 1545, remaining: 09:25, took 0.595s, duration: 19:55)
test 1233...[FTP failing to connect to EPSV port, switching to PASV]
--pd---e--- OK (1050 out of 1545, remaining: 09:24, took 0.783s, duration: 19:56)
test 1234...[abusing {}-globbing]
-------e--- OK (1051 out of 1545, remaining: 09:22, took 0.389s, duration: 19:57)
test 1235...[multiple requests using {}{} in the URL]
s-p----e--- OK (1052 out of 1545, remaining: 09:21, took 0.670s, duration: 19:57)
test 1236...[[] globbing overflowing the range counter]
-------e--- OK (1053 out of 1545, remaining: 09:19, took 0.384s, duration: 19:58)
test 1237...[URL with 1000+ letter user name + password]
--pd---e--- OK (1054 out of 1545, remaining: 09:18, took 0.493s, duration: 19:58)
test 1238...[slow TFTP retrieve cancel due to -Y and -y]
Warning: server logs lock timeout (2 seconds) expired
--p----e--- OK (1055 out of 1545, remaining: 09:21, took 11.245s, duration: 20:10)
test 1239...[HTTP with -z + -w response_code and simulated 304]
s-p----e--- OK (1056 out of 1545, remaining: 09:20, took 0.545s, duration: 20:10)
test 1240...[glob [0-1] with stuff after range (7.33.0 regression)]
--pd---e--- OK (1057 out of 1545, remaining: 09:19, took 0.517s, duration: 20:11)
test 1241...[HTTP _without_ dotdot removal]
--pd---e--- OK (1058 out of 1545, remaining: 09:17, took 0.577s, duration: 20:11)
test 1242...[TFTP retrieve without TFTP options requests]
--pd---e--- OK (1059 out of 1545, remaining: 09:16, took 1.732s, duration: 20:13)
test 1243...[TFTP send without TFTP options requests]
Warning: server logs lock timeout (2 seconds) expired
--p-u--e--- OK (1060 out of 1545, remaining: 09:16, took 2.882s, duration: 20:16)
test 1244...[HTTP GET same URL - different proxy ports]
--pd---e--- OK (1061 out of 1545, remaining: 09:15, took 0.571s, duration: 20:17)
test 1245...[--proto deny must override --proto-redir allow]
--pd---e--- OK (1062 out of 1545, remaining: 09:13, took 0.585s, duration: 20:17)
test 1246...[URL with '#' at end of host name instead of '/']
--pd---e--- OK (1063 out of 1545, remaining: 09:12, took 0.583s, duration: 20:18)
test 1247...[--fail-early]
-------e--- OK (1064 out of 1545, remaining: 09:11, took 0.410s, duration: 20:18)
test 1248...[Access a non-proxied host with using the combination of --proxy option and --noproxy option]
--pd---e--- OK (1065 out of 1545, remaining: 09:09, took 0.511s, duration: 20:19)
test 1249...[Access a non-proxied host with using the combination of --proxy option and NO_PROXY env var]
--pd---e--- OK (1066 out of 1545, remaining: 09:08, took 0.514s, duration: 20:20)
test 1250...[Access a non-proxied host with using the combination of http_proxy env var and --noproxy option]
--pd---e--- OK (1067 out of 1545, remaining: 09:06, took 0.502s, duration: 20:20)
test 1251...[Access a non-proxied host with using the combination of http_proxy env var and NO_PROXY env var]
--pd---e--- OK (1068 out of 1545, remaining: 09:05, took 0.515s, duration: 20:21)
test 1252...[Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly]
--pd---e--- OK (1069 out of 1545, remaining: 09:04, took 0.507s, duration: 20:21)
test 1253...[Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1070 out of 1545, remaining: 09:02, took 0.521s, duration: 20:22)
test 1254...[Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1071 out of 1545, remaining: 09:01, took 0.512s, duration: 20:22)
test 1255...[Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly]
--pd---e--- OK (1072 out of 1545, remaining: 08:59, took 0.501s, duration: 20:23)
test 1256...[Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1073 out of 1545, remaining: 08:58, took 0.515s, duration: 20:24)
test 1257...[Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy]
--pd---e--- OK (1074 out of 1545, remaining: 08:57, took 0.516s, duration: 20:24)
test 1258...[HTTP, use cookies with localhost]
--pd---e--- OK (1075 out of 1545, remaining: 08:55, took 0.668s, duration: 20:25)
test 1259...[HTTP URL with semicolon in password]
--pd---e--- OK (1076 out of 1545, remaining: 08:54, took 0.537s, duration: 20:25)
test 1260...[HTTP URL with rubbish after port number]
-------e--- OK (1077 out of 1545, remaining: 08:52, took 0.417s, duration: 20:26)
test 1261...['redirect_url' with --location and --max-redirs]
s-p----e--- OK (1078 out of 1545, remaining: 08:51, took 0.579s, duration: 20:27)
test 1262...[FTP request and denied to download an older file with -z]
--p----e--- OK (1079 out of 1545, remaining: 08:50, took 0.486s, duration: 20:27)
test 1263...[HTTP URL with rubbish after IPv6 bracket]
-------e--- OK (1080 out of 1545, remaining: 08:48, took 0.430s, duration: 20:28)
test 1264...[HTTP URL with space in host name]
-------e--- OK (1081 out of 1545, remaining: 08:47, took 0.403s, duration: 20:28)
test 1265...[NO_PROXY with IPv6 numerical address]
--pd---e--- OK (1082 out of 1545, remaining: 08:45, took 0.501s, duration: 20:29)
test 1266...[HTTP GET with a single-byte HTTP/0.9 response]
--pd---e--- OK (1083 out of 1545, remaining: 08:44, took 0.542s, duration: 20:29)
test 1267...[HTTP GET with a invalid HTTP/1 response line start]
--pd---e--- OK (1084 out of 1545, remaining: 08:43, took 0.551s, duration: 20:30)
test 1268...[file name argument looks like a flag]
------oe--- OK (1085 out of 1545, remaining: 08:41, took 0.426s, duration: 20:30)
test 1269...[too large --retry-delay value]
-------e--- OK (1086 out of 1545, remaining: 08:40, took 0.386s, duration: 20:31)
test 1270...[Basic 'redirect_url']
s-p----e--- OK (1087 out of 1545, remaining: 08:39, took 0.545s, duration: 20:31)
test 1271...[--write-out from file with empty file]
--pd---e--- OK (1088 out of 1545, remaining: 08:37, took 0.543s, duration: 20:32)
test 1272...[Gophers index]
--pd---e--- OK (1089 out of 1545, remaining: 08:39, took 7.776s, duration: 20:40)
test 1273...[-f and resume transfer of an entirely-downloaded file]
--pd---e--- OK (1090 out of 1545, remaining: 08:40, took 6.610s, duration: 20:46)
test 1274...[HTTP header line folding]
--p---oe--- OK (1091 out of 1545, remaining: 08:39, took 1.823s, duration: 20:48)
test 1275...[Verify capital letters after period in markdown files]
-------e--- OK (1092 out of 1545, remaining: 08:38, took 0.548s, duration: 20:49)
test 1276...[Verify lib/optiontable.pl]
-------e--- OK (1093 out of 1545, remaining: 08:36, took 0.310s, duration: 20:49)
test 1277...[HTTP GET with both content and transfer encoding]
--pd---e--- OK (1094 out of 1545, remaining: 08:35, took 1.017s, duration: 20:50)
test 1278...[verify extra --no-remote-name]
-r-----e--- OK (1095 out of 1545, remaining: 08:34, took 0.500s, duration: 20:51)
test 1280...[simple [a-d] globbing]
--pd---e--- OK (1096 out of 1545, remaining: 08:32, took 0.633s, duration: 20:52)
test 1281...[reject non-numerical port number in URL]
-------e--- OK (1097 out of 1545, remaining: 08:31, took 0.453s, duration: 20:52)
test 1283...[globbing range with same start and stop]
--p---oe--- OK (1098 out of 1545, remaining: 08:30, took 0.520s, duration: 20:53)
test 1284...[HTTP POST --digest with user-specified Content-Length header]
--pd---e--- OK (1099 out of 1545, remaining: 08:28, took 0.637s, duration: 20:53)
test 1285...[HTTP PUT --digest with user-specified Content-Length header]
--pd---e--- OK (1100 out of 1545, remaining: 08:27, took 0.668s, duration: 20:54)
test 1286...[HTTP GET --digest increasing nonce-count]
--pd---e--- OK (1101 out of 1545, remaining: 08:26, took 0.772s, duration: 20:55)
test 1287...[HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses]
--pd-Poe--- OK (1102 out of 1545, remaining: 08:25, took 1.268s, duration: 20:56)
test 1288...[Suppress proxy CONNECT response headers]
s-p--P-e--- OK (1103 out of 1545, remaining: 08:24, took 1.198s, duration: 20:57)
test 1289...[globbing with overflow and bad syntxx]
-------e--- OK (1104 out of 1545, remaining: 08:22, took 0.472s, duration: 20:58)
test 1290...[Verify URL globbing ignores []]
--pd---e--- OK (1105 out of 1545, remaining: 08:21, took 0.492s, duration: 20:59)
test 1291...[Attempt to upload 1000 files but fail immediately]
-------e--- OK (1106 out of 1545, remaining: 08:20, took 0.721s, duration: 20:59)
test 1292...[Replaced internal headers with a blank one]
--pd---e--- OK (1107 out of 1545, remaining: 08:18, took 0.548s, duration: 21:00)
test 1293...[Multipart formpost to two URLs, the first failing]
--p----e--- OK (1108 out of 1545, remaining: 08:17, took 0.591s, duration: 21:01)
test 1294...[HTTP GET with split initial request send]
--pd---e--- OK (1109 out of 1545, remaining: 08:16, took 0.557s, duration: 21:01)
test 1295...[HTTP POST with split initial request send]
s-p----e--- OK (1110 out of 1545, remaining: 08:14, took 0.608s, duration: 21:02)
test 1296...[HTTP URL with %0a in name part]
--pd---e--- OK (1111 out of 1545, remaining: 08:13, took 0.514s, duration: 21:02)
test 1297...[CONNECT to peer that returns nothing]
--p--P-e--- OK (1112 out of 1545, remaining: 08:12, took 1.152s, duration: 21:04)
test 1298...[HTTP GET special path with --request-target]
--pd---e--- OK (1113 out of 1545, remaining: 08:10, took 0.516s, duration: 21:04)
test 1299...[Send "OPTIONS *" with --request-target]
--pd---e--- OK (1114 out of 1545, remaining: 08:09, took 0.519s, duration: 21:05)
test 1300...[llist unit tests]
-------e--- OK (1115 out of 1545, remaining: 08:08, took 0.197s, duration: 21:05)
test 1301...[curl_strequal tests]
-------e--- OK (1116 out of 1545, remaining: 08:06, took 0.275s, duration: 21:05)
test 1302...[base64 encode/decode unit tests]
-------e--- OK (1117 out of 1545, remaining: 08:05, took 0.289s, duration: 21:06)
test 1303...[Curl_timeleft unit tests]
-------e--- OK (1118 out of 1545, remaining: 08:03, took 0.286s, duration: 21:06)
test 1304...[netrc parsing unit tests]
-------e--- OK (1119 out of 1545, remaining: 08:02, took 0.229s, duration: 21:06)
test 1305...[internal hash create/destroy testing]
-------e--- OK (1120 out of 1545, remaining: 08:00, took 0.303s, duration: 21:07)
test 1306...[internal hash create/add/destroy testing]
-------e--- OK (1121 out of 1545, remaining: 07:59, took 0.267s, duration: 21:07)
test 1308...[formpost unit tests]
-------e--- OK (1122 out of 1545, remaining: 07:57, took 0.240s, duration: 21:07)
test 1309...[splay unit tests]
s------e--- OK (1123 out of 1545, remaining: 07:58, took 5.082s, duration: 21:12)
test 1310...[HTTP with NTLM delegation to winbind helper]
--pd---e--- OK (1124 out of 1545, remaining: 07:57, took 0.895s, duration: 21:13)
test 1311...[HTTP GET with -J and Content-Disposition]
--p---oe--- OK (1125 out of 1545, remaining: 07:55, took 0.550s, duration: 21:14)
test 1312...[HTTP GET with -J, Content-Disposition and ; in filename]
--p---oe--- OK (1126 out of 1545, remaining: 07:54, took 0.538s, duration: 21:14)
test 1313...[HTTP GET with -J, Content-Disposition, uneven quotes]
--p---oe--- OK (1127 out of 1545, remaining: 07:53, took 0.540s, duration: 21:15)
test 1314...[HTTP Location: following a // prefixed url]
--pd---e--- OK (1128 out of 1545, remaining: 07:51, took 0.627s, duration: 21:16)
test 1315...[HTTP RFC1867-type formposting - -F with three files, one with explicit type]
--pd---e--- OK (1129 out of 1545, remaining: 07:50, took 0.625s, duration: 21:16)
test 1317...[HTTP with --resolve]
--pd---e--- OK (1130 out of 1545, remaining: 07:49, took 0.514s, duration: 21:17)
test 1318...[HTTP with --resolve and same host name using different cases]
--pd---e--- OK (1131 out of 1545, remaining: 07:47, took 0.554s, duration: 21:18)
test 1319...[POP3 fetch tunneled through HTTP proxy]
--pd-P-e--- OK (1132 out of 1545, remaining: 07:46, took 1.382s, duration: 21:19)
test 1320...[SMTP send tunneled through HTTP proxy]
--p-uP-e--- OK (1133 out of 1545, remaining: 07:45, took 1.175s, duration: 21:20)
test 1321...[IMAP FETCH tunneled through HTTP proxy]
--pd-P-e--- OK (1134 out of 1545, remaining: 07:44, took 1.786s, duration: 21:22)
test 1322...[HTTP with --resolve and hostname with trailing dot]
--pd---e--- OK (1135 out of 1545, remaining: 07:43, took 0.528s, duration: 21:23)
test 1323...[curlx_tvdiff]
-------e--- OK (1136 out of 1545, remaining: 07:42, took 0.235s, duration: 21:23)
test 1324...[HTTP with --resolve and [ipv6address]]
--pd---e--- OK (1137 out of 1545, remaining: 07:40, took 0.513s, duration: 21:24)
test 1325...[HTTP 308-redirect with POST]
--pd---e--- OK (1138 out of 1545, remaining: 07:39, took 0.728s, duration: 21:24)
test 1326...[TELNET to HTTP server]
--pd---e--- OK (1139 out of 1545, remaining: 07:38, took 0.655s, duration: 21:25)
test 1327...[TELNET check of upload with stdout redirected]
--p----e--- OK (1140 out of 1545, remaining: 07:37, took 0.645s, duration: 21:26)
test 1328...[HTTP GET a globbed range with -f]
--pd---e--- OK (1141 out of 1545, remaining: 07:35, took 0.651s, duration: 21:27)
test 1329...[/-prefixed proxy name]
-------e--- OK (1142 out of 1545, remaining: 07:34, took 0.477s, duration: 21:27)
test 1331...[HTTP --proxy-anyauth and 407 with cookies]
--pd---e--- OK (1143 out of 1545, remaining: 07:33, took 0.715s, duration: 21:28)
test 1332...[HTTP POST with 303 redirect and --post303]
--pd---e--- OK (1144 out of 1545, remaining: 07:31, took 0.732s, duration: 21:29)
test 1333...[HTTP POST zero length, chunked-encoded]
--pd---e--- OK (1145 out of 1545, remaining: 07:30, took 0.507s, duration: 21:29)
test 1334...[HTTP GET with -O without Content-Disposition, -D file]
--p---oe--- OK (1146 out of 1545, remaining: 07:29, took 0.590s, duration: 21:30)
test 1335...[HTTP GET with -O without Content-Disposition, -D stdout]
--p---oe--- OK (1147 out of 1545, remaining: 07:28, took 0.581s, duration: 21:31)
test 1336...[HTTP GET with -O and Content-Disposition, -D file]
--p---oe--- OK (1148 out of 1545, remaining: 07:26, took 0.649s, duration: 21:31)
test 1337...[HTTP GET with -O and Content-Disposition, -D stdout]
--p---oe--- OK (1149 out of 1545, remaining: 07:25, took 0.629s, duration: 21:32)
test 1338...[HTTP GET with -O -J without Content-Disposition, -D file]
--p---oe--- OK (1150 out of 1545, remaining: 07:24, took 0.601s, duration: 21:33)
test 1339...[HTTP GET with -O -J without Content-Disposition, -D stdout]
--p---oe--- OK (1151 out of 1545, remaining: 07:22, took 0.584s, duration: 21:33)
test 1340...[HTTP GET with -O -J and Content-Disposition, -D file]
--p---oe--- OK (1152 out of 1545, remaining: 07:21, took 0.603s, duration: 21:34)
test 1341...[HTTP GET with -O -J and Content-Disposition, -D stdout]
--p---oe--- OK (1153 out of 1545, remaining: 07:20, took 0.587s, duration: 21:35)
test 1342...[HTTP GET with -O -i without Content-Disposition, -D file]
--p---oe--- OK (1154 out of 1545, remaining: 07:19, took 0.610s, duration: 21:35)
test 1343...[HTTP GET with -O -i without Content-Disposition, -D stdout]
--p---oe--- OK (1155 out of 1545, remaining: 07:17, took 0.591s, duration: 21:36)
test 1344...[HTTP GET with -O -i and Content-Disposition, -D file]
--p---oe--- OK (1156 out of 1545, remaining: 07:16, took 0.681s, duration: 21:37)
test 1345...[HTTP GET with -O -i and Content-Disposition, -D stdout]
--p---oe--- OK (1157 out of 1545, remaining: 07:15, took 0.653s, duration: 21:37)
test 1346...[HTTP GET with -O -i without Content-Disposition, without -D]
--p---oe--- OK (1158 out of 1545, remaining: 07:13, took 0.577s, duration: 21:38)
test 1347...[HTTP GET with -O -i and Content-Disposition, without -D]
--p---oe--- OK (1159 out of 1545, remaining: 07:12, took 0.632s, duration: 21:39)
test 1348...[FTP download, file without Content-Disposition inside, using -O]
--p---oe--- OK (1160 out of 1545, remaining: 07:11, took 0.828s, duration: 21:40)
test 1349...[FTP download, file without C-D inside, using -O -D file]
--p---oe--- OK (1161 out of 1545, remaining: 07:10, took 0.917s, duration: 21:41)
test 1350...[FTP download, file without C-D inside, using -O -D stdout]
--p---oe--- OK (1162 out of 1545, remaining: 07:09, took 0.908s, duration: 21:42)
test 1351...[FTP download, file without C-D inside, using -O -J -D file]
--p---oe--- OK (1163 out of 1545, remaining: 07:08, took 0.921s, duration: 21:43)
test 1352...[FTP download, file without C-D inside, using -O -J -D stdout]
--p---oe--- OK (1164 out of 1545, remaining: 07:06, took 0.904s, duration: 21:44)
test 1353...[FTP download, file without C-D inside, using -O -i -D file]
--p---oe--- OK (1165 out of 1545, remaining: 07:05, took 0.918s, duration: 21:45)
test 1354...[FTP download, file without C-D inside, using -O -i -D stdout]
--p---oe--- OK (1166 out of 1545, remaining: 07:04, took 0.897s, duration: 21:46)
test 1355...[FTP download, file without C-D inside, using -O -i, without -D]
--p---oe--- OK (1167 out of 1545, remaining: 07:03, took 0.833s, duration: 21:46)
test 1356...[FTP download, file with Content-Disposition inside, using -O]
--p---oe--- OK (1168 out of 1545, remaining: 07:02, took 0.933s, duration: 21:47)
test 1357...[FTP download, file with C-D inside, using -O -D file]
--p---oe--- OK (1169 out of 1545, remaining: 07:01, took 1.014s, duration: 21:48)
test 1358...[FTP download, file with C-D inside, using -O -D stdout]
--p---oe--- OK (1170 out of 1545, remaining: 06:59, took 0.985s, duration: 21:50)
test 1359...[FTP download, file with C-D inside, using -O -J -D file]
--p---oe--- OK (1171 out of 1545, remaining: 06:58, took 1.063s, duration: 21:51)
test 1360...[FTP download, file with C-D inside, using -O -J -D stdout]
--p---oe--- OK (1172 out of 1545, remaining: 06:57, took 1.006s, duration: 21:52)
test 1361...[FTP download, file with C-D inside, using -O -i -D file]
--p---oe--- OK (1173 out of 1545, remaining: 06:56, took 1.028s, duration: 21:53)
test 1362...[FTP download, file with C-D inside, using -O -i -D stdout]
--p---oe--- OK (1174 out of 1545, remaining: 06:55, took 0.999s, duration: 21:54)
test 1363...[FTP download, file with C-D inside, using -O -i, without -D]
--p---oe--- OK (1175 out of 1545, remaining: 06:54, took 0.933s, duration: 21:55)
test 1364...[HTTP GET -o fname without Content-Disposition, -D file]
--p---oe--- OK (1176 out of 1545, remaining: 06:52, took 0.612s, duration: 21:56)
test 1365...[HTTP GET -o fname without Content-Disposition, -D stdout]
--p---oe--- OK (1177 out of 1545, remaining: 06:51, took 0.593s, duration: 21:56)
test 1366...[HTTP GET -o fname and Content-Disposition, -D file]
--p---oe--- OK (1178 out of 1545, remaining: 06:50, took 0.630s, duration: 21:57)
test 1367...[HTTP GET -o fname and Content-Disposition, -D stdout]
--p---oe--- OK (1179 out of 1545, remaining: 06:49, took 0.611s, duration: 21:58)
test 1368...[HTTP GET -o fname -J without Content-Disposition, -D file]
--p---oe--- OK (1180 out of 1545, remaining: 06:47, took 0.694s, duration: 21:58)
test 1369...[HTTP GET -o fname -J without Content-Disposition, -D stdout]
--p---oe--- OK (1181 out of 1545, remaining: 06:46, took 0.596s, duration: 21:59)
test 1370...[HTTP GET -o fname -J and Content-Disposition, -D file]
--p---oe--- OK (1182 out of 1545, remaining: 06:45, took 0.632s, duration: 22:00)
test 1371...[HTTP GET -o fname -J and Content-Disposition, -D stdout]
--p---oe--- OK (1183 out of 1545, remaining: 06:44, took 0.604s, duration: 22:00)
test 1372...[HTTP GET -o fname -i without Content-Disposition, -D file]
--p---oe--- OK (1184 out of 1545, remaining: 06:42, took 0.630s, duration: 22:01)
test 1373...[HTTP GET -o fname -i without Content-Disposition, -D stdout]
--p---oe--- OK (1185 out of 1545, remaining: 06:41, took 0.626s, duration: 22:02)
test 1374...[HTTP GET -o fname -i and Content-Disposition, -D file]
--p---oe--- OK (1186 out of 1545, remaining: 06:40, took 0.642s, duration: 22:02)
test 1375...[HTTP GET -o fname -i and Content-Disposition, -D stdout]
--p---oe--- OK (1187 out of 1545, remaining: 06:39, took 0.631s, duration: 22:03)
test 1376...[HTTP GET -o fname -i without Content-Disposition, without -D]
--p---oe--- OK (1188 out of 1545, remaining: 06:37, took 0.597s, duration: 22:04)
test 1377...[HTTP GET -o fname -i and Content-Disposition, without -D]
--p---oe--- OK (1189 out of 1545, remaining: 06:36, took 0.605s, duration: 22:05)
test 1378...[FTP DL, file without Content-Disposition inside, using -o fname]
--p---oe--- OK (1190 out of 1545, remaining: 06:35, took 0.849s, duration: 22:05)
test 1379...[FTP DL, file without C-D inside, using -o fname -D file]
--p---oe--- OK (1191 out of 1545, remaining: 06:34, took 0.944s, duration: 22:06)
test 1380...[FTP DL, file without C-D inside, using -o fname -D stdout]
--p---oe--- OK (1192 out of 1545, remaining: 06:33, took 0.908s, duration: 22:07)
test 1381...[FTP DL, file without C-D inside, using -o fname -J -D file]
--p---oe--- OK (1193 out of 1545, remaining: 06:32, took 0.948s, duration: 22:08)
test 1382...[FTP DL, file without C-D inside, using -o fname -J -D stdout]
--p---oe--- OK (1194 out of 1545, remaining: 06:30, took 0.921s, duration: 22:09)
test 1383...[FTP DL, file without C-D inside, using -o fname -i -D file]
--p---oe--- OK (1195 out of 1545, remaining: 06:29, took 0.929s, duration: 22:10)
test 1384...[FTP DL, file without C-D inside, using -o fname -i -D stdout]
--p---oe--- OK (1196 out of 1545, remaining: 06:28, took 0.948s, duration: 22:11)
test 1385...[FTP DL, file without C-D inside, using -o fname -i, without -D]
--p---oe--- OK (1197 out of 1545, remaining: 06:27, took 0.849s, duration: 22:12)
test 1386...[FTP DL, file with Content-Disposition inside, using -o fname]
--p---oe--- OK (1198 out of 1545, remaining: 06:26, took 0.902s, duration: 22:13)
test 1387...[FTP DL, file with C-D inside, using -o fname -D file]
--p---oe--- OK (1199 out of 1545, remaining: 06:25, took 0.983s, duration: 22:14)
test 1388...[FTP DL, file with C-D inside, using -o fname -D stdout]
--p---oe--- OK (1200 out of 1545, remaining: 06:24, took 0.970s, duration: 22:15)
test 1389...[FTP DL, file with C-D inside, using -o fname -J -D file]
--p---oe--- OK (1201 out of 1545, remaining: 06:22, took 0.991s, duration: 22:16)
test 1390...[FTP DL, file with C-D inside, using -o fname -J -D stdout]
--p---oe--- OK (1202 out of 1545, remaining: 06:21, took 0.969s, duration: 22:17)
test 1391...[FTP DL, file with C-D inside, using -o fname -i -D file]
--p---oe--- OK (1203 out of 1545, remaining: 06:20, took 0.977s, duration: 22:19)
test 1392...[FTP DL, file with C-D inside, using -o fname -i -D stdout]
--p---oe--- OK (1204 out of 1545, remaining: 06:19, took 0.999s, duration: 22:20)
test 1393...[FTP DL, file with C-D inside, using -o fname -i, without -D]
--p---oe--- OK (1205 out of 1545, remaining: 06:18, took 0.903s, duration: 22:21)
test 1394...[unit test for parse_cert_parameter()]
-------e--- OK (1206 out of 1545, remaining: 06:17, took 0.303s, duration: 22:21)
test 1395...[Curl_dedotdotify]
-------e--- OK (1207 out of 1545, remaining: 06:15, took 0.201s, duration: 22:21)
test 1396...[curl_easy_escape and curl_easy_unescape]
-------e--- OK (1208 out of 1545, remaining: 06:14, took 0.290s, duration: 22:21)
test 1397...[Curl_cert_hostcheck unit tests]
-------e--- OK (1209 out of 1545, remaining: 06:13, took 0.203s, duration: 22:22)
test 1398...[curl_msnprintf unit tests]
-------e--- OK (1210 out of 1545, remaining: 06:11, took 0.199s, duration: 22:22)
test 1399...[Curl_pgrsTime unit tests]
-------e--- OK (1211 out of 1545, remaining: 06:10, took 0.203s, duration: 22:22)
test 1400...[--libcurl for simple HTTP GET]
--pd--oe--- OK (1212 out of 1545, remaining: 06:09, took 0.786s, duration: 22:23)
test 1401...[--libcurl for GET with various options]
--pd--oe--- OK (1213 out of 1545, remaining: 06:07, took 0.839s, duration: 22:24)
test 1402...[--libcurl for simple POST]
--pd--oe--- OK (1214 out of 1545, remaining: 06:06, took 0.797s, duration: 22:25)
test 1403...[--libcurl for GET with query]
--pd--oe--- OK (1215 out of 1545, remaining: 06:05, took 0.771s, duration: 22:26)
test 1404...[--libcurl for HTTP RFC1867-type formposting - -F with 3 files, one with explicit type & encoder]
--pd--oe--- OK (1216 out of 1545, remaining: 06:04, took 1.141s, duration: 22:27)
test 1405...[--libcurl for FTP with quote ops]
--pd--oe--- OK (1217 out of 1545, remaining: 06:03, took 1.304s, duration: 22:28)
test 1406...[--libcurl for SMTP]
--p-u-oe--- OK (1218 out of 1545, remaining: 06:02, took 1.125s, duration: 22:29)
test 1407...[--libcurl for POP3 LIST one message]
--p---oe--- OK (1219 out of 1545, remaining: 06:01, took 0.814s, duration: 22:30)
test 1408...[HTTP receive cookies over IPV6]
--p----e--- OK (1220 out of 1545, remaining: 06:00, took 0.634s, duration: 22:31)
test 1409...[Pass in string to -C]
-------e--- OK (1221 out of 1545, remaining: 05:58, took 0.374s, duration: 22:31)
test 1410...[Pass in negative number to --max-time]
-------e--- OK (1222 out of 1545, remaining: 05:57, took 0.378s, duration: 22:32)
test 1411...[HTTP with zero size file PUT]
--pd---e--- OK (1223 out of 1545, remaining: 05:56, took 0.536s, duration: 22:32)
test 1412...[HTTP GET with --anyauth with two URLs (picking Digest) ]
--pd---e--- OK (1224 out of 1545, remaining: 05:55, took 1.023s, duration: 22:33)
test 1413...[HTTP redirect with fragment in new URL]
--pd---e--- OK (1225 out of 1545, remaining: 05:53, took 0.704s, duration: 22:34)
test 1414...[FTP PORT without SIZE or EPRT support]
--pd---e--- OK (1226 out of 1545, remaining: 05:52, took 0.829s, duration: 22:35)
test 1415...[Delete expired cookies]
--pd--oe--- OK (1227 out of 1545, remaining: 05:51, took 0.609s, duration: 22:36)
test 1416...[HTTP GET with chunked Transfer-Encoding overflowed chunked size]
--p----e--- OK (1228 out of 1545, remaining: 05:50, took 0.534s, duration: 22:36)
test 1417...[HTTP GET with chunked encoding and chunked trailer without CRs]
--pd--oe--- OK (1229 out of 1545, remaining: 05:49, took 0.599s, duration: 22:37)
test 1418...[HTTP with --anyauth and connection re-use]
--pd---e--- OK (1230 out of 1545, remaining: 05:47, took 0.790s, duration: 22:38)
test 1419...[HTTP with --anyauth (but no auth!) and connection re-use]
--pd---e--- OK (1231 out of 1545, remaining: 05:46, took 0.582s, duration: 22:39)
test 1420...[--libcurl for IMAP FETCH message]
--pd--oe--- OK (1232 out of 1545, remaining: 05:45, took 1.397s, duration: 22:40)
test 1421...[Re-using HTTP proxy connection for two different host names]
s-p----e--- OK (1233 out of 1545, remaining: 05:44, took 0.596s, duration: 22:41)
test 1422...[HTTP GET with -O -J and Content-Disposition (empty file)]
--p---oe--- OK (1234 out of 1545, remaining: 05:43, took 0.558s, duration: 22:41)
test 1423...[HTTP GET -o fname without Content-Disposition (empty file)]
--p---oe--- OK (1235 out of 1545, remaining: 05:41, took 0.580s, duration: 22:42)
test 1424...[HTTP GET -o fname without Content-Disposition (unmet time condition)]
--p---oe--- OK (1236 out of 1545, remaining: 05:40, took 0.604s, duration: 22:43)
test 1425...[Refuse binary output to terminal]
s-p----e--- OK (1237 out of 1545, remaining: 05:39, took 0.617s, duration: 22:43)
test 1426...[Okay binary output to terminal]
s-p----e--- OK (1238 out of 1545, remaining: 05:38, took 0.609s, duration: 22:44)
test 1427...[too large -m timeout value]
-------e--- OK (1239 out of 1545, remaining: 05:37, took 0.367s, duration: 22:44)
test 1428...[HTTP over proxy-tunnel with --proxy-header and --header]
--pd-P-e--- OK (1240 out of 1545, remaining: 05:36, took 1.203s, duration: 22:46)
test 1429...[HTTP GET with 999 response code]
s-p----e--- OK (1241 out of 1545, remaining: 05:34, took 0.554s, duration: 22:46)
test 1430...[HTTP GET with negative response code]
--p----e--- OK (1242 out of 1545, remaining: 05:33, took 0.517s, duration: 22:47)
test 1431...[HTTP GET with single-digit response code]
--p----e--- OK (1243 out of 1545, remaining: 05:32, took 0.502s, duration: 22:47)
test 1432...[HTTP GET with 100-digit response code and survive]
--p----e--- OK (1244 out of 1545, remaining: 05:31, took 0.509s, duration: 22:48)
test 1433...[HTTP GET with 100-digit subversion number in response]
--p----e--- OK (1245 out of 1545, remaining: 05:29, took 0.541s, duration: 22:48)
test 1434...[HTTP GET resume at exactly the existing file size is fine]
--pd---e--- OK (1246 out of 1545, remaining: 05:28, took 0.637s, duration: 22:49)
test 1435...[simple HTTP GET over Unix socket]
--pd---e--- OK (1247 out of 1545, remaining: 05:27, took 1.759s, duration: 22:51)
test 1436...[HTTP requests with multiple connections over Unix socket]
s-p----e--- OK (1248 out of 1545, remaining: 05:26, took 0.643s, duration: 22:52)
test 1437...[HTTP with duplicated WWW-Authenticate parameters]
--pd---e--- OK (1249 out of 1545, remaining: 05:25, took 0.736s, duration: 22:53)
test 1438...[Check if %{scheme} returns HTTP]
s-p----e--- OK (1250 out of 1545, remaining: 05:24, took 0.514s, duration: 22:53)
test 1439...[Check if %{http_version} returns 1.1]
s-p----e--- OK (1251 out of 1545, remaining: 05:22, took 0.521s, duration: 22:54)
test 1440...[Check --write-out with trailing %{]
s------e--- OK (1252 out of 1545, remaining: 05:21, took 0.411s, duration: 22:54)
test 1441...[Check --write-out with trailing %]
s------e--- OK (1253 out of 1545, remaining: 05:20, took 0.409s, duration: 22:55)
test 1442...[Check --write-out with trailing \]
s------e--- OK (1254 out of 1545, remaining: 05:19, took 0.407s, duration: 22:55)
test 1443...[HTTP GET with -O and --remote-time]
--p---oe--- OK (1255 out of 1545, remaining: 05:18, took 0.612s, duration: 22:56)
test 1444...[FTP with --remote-time]
--pd---e--- OK (1256 out of 1545, remaining: 05:16, took 0.850s, duration: 22:57)
test 1445...[file:// with --remote-time]
-------e--- OK (1257 out of 1545, remaining: 05:15, took 0.918s, duration: 22:58)
test 1447...[Provide illegal proxy name ]
-------e--- OK (1259 out of 1545, remaining: 05:13, took 0.420s, duration: 22:58)
test 1448...[Redirect following to UTF-8 IDN host name]
s-p----e--- OK (1260 out of 1545, remaining: 05:12, took 0.857s, duration: 22:59)
test 1449...[FTP download range with integer overflow]
--p----e--- OK (1261 out of 1545, remaining: 05:10, took 0.544s, duration: 23:00)
test 1450...[Basic DICT lookup]
-------e--- OK (1262 out of 1545, remaining: 05:09, took 1.445s, duration: 23:01)
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
Python package impacket needs to be installed!
Use pip or your package manager to install it.
RUN: failed to start the SMB server
== Contents of files in the log/ dir after test 1451
test 1451 SKIPPED: failed starting SMB server
test 1452...[Basic TELNET negotiation]
s------e--- OK (1264 out of 1545, remaining: 05:18, took 1.477s, duration: 23:53)
test 1453...[Too long tftp filename]
-------e--- OK (1265 out of 1545, remaining: 05:17, took 0.441s, duration: 23:54)
test 1455...[HTTP GET when PROXY Protocol enabled]
--p----e--- OK (1266 out of 1545, remaining: 05:16, took 0.548s, duration: 23:54)
test 1456...[HTTP-IPv6 GET with PROXY protocol]
--p----e--- OK (1267 out of 1545, remaining: 05:14, took 0.572s, duration: 23:55)
test 1457...[Check if %{stderr} and %{stdout} switch between stdout and stderr.]
srp----e--- OK (1268 out of 1545, remaining: 05:13, took 0.521s, duration: 23:55)
test 1458...[HTTP with wildcard --resolve]
--pd---e--- OK (1269 out of 1545, remaining: 05:12, took 0.514s, duration: 23:56)
test 1460...[HTTP GET with -Ji and Content-Disposition with existing file]
------oe--- OK (1270 out of 1545, remaining: 05:11, took 0.486s, duration: 23:57)
test 1461...[curl important --help]
s------e--- OK (1271 out of 1545, remaining: 05:09, took 0.446s, duration: 23:57)
test 1462...[curl invalid category --help]
s------e--- OK (1272 out of 1545, remaining: 05:08, took 0.479s, duration: 23:58)
test 1463...[curl file category --help]
s------e--- OK (1273 out of 1545, remaining: 05:07, took 0.420s, duration: 23:58)
test 1464...[curl file category --help with lower/upper mix]
s------e--- OK (1274 out of 1545, remaining: 05:06, took 0.522s, duration: 23:59)
test 1465...[--libcurl for POST with binary content]
--pd--oe--- OK (1275 out of 1545, remaining: 05:04, took 0.790s, duration: 23:59)
test 1466...[HTTP GET with 3-digit response and only digits in reason]
--pd---e--- OK (1276 out of 1545, remaining: 05:03, took 0.486s, duration: 24:00)
test 1467...[HTTP GET via SOCKS5 proxy via unix sockets]
--pd---e--- OK (1277 out of 1545, remaining: 05:02, took 1.578s, duration: 24:02)
test 1468...[HTTP GET with host name using SOCKS5h via unix sockets]
--pd---e--- OK (1278 out of 1545, remaining: 05:01, took 0.568s, duration: 24:02)
test 1469...[Space in FTP upload URL]
-------e--- OK (1279 out of 1545, remaining: 05:00, took 0.379s, duration: 24:03)
test 1470...[HTTPS GET with host name using SOCKS5h via unix sockets]
--pd---e--- OK (1280 out of 1545, remaining: 04:59, took 1.887s, duration: 24:05)
test 1471...[Fail to resolve .onion TLD]
-r-----e--- OK (1281 out of 1545, remaining: 04:57, took 0.428s, duration: 24:05)
test 1472...[Fail to resolve .onion. TLD]
-r-----e--- OK (1282 out of 1545, remaining: 04:56, took 0.440s, duration: 24:06)
test 1500...[curl_multi_wait]
---d---e--- OK (1283 out of 1545, remaining: 04:55, took 0.449s, duration: 24:06)
test 1501...[FTP with multi interface and slow LIST response]
--p----e--- OK (1284 out of 1545, remaining: 04:56, took 11.643s, duration: 24:18)
test 1502...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence UA]
--pd---e--- OK (1285 out of 1545, remaining: 04:55, took 0.491s, duration: 24:18)
test 1503...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence PA]
--pd---e--- OK (1286 out of 1545, remaining: 04:53, took 0.497s, duration: 24:19)
test 1504...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence UB]
--pd---e--- OK (1287 out of 1545, remaining: 04:52, took 0.490s, duration: 24:19)
test 1505...[HTTP multi with CURLOPT_RESOLVE, cleanup sequence PB]
--pd---e--- OK (1288 out of 1545, remaining: 04:51, took 0.489s, duration: 24:20)
test 1506...[HTTP GET connection cache limit (CURLMOPT_MAXCONNECTS)]
--p---oe--- OK (1289 out of 1545, remaining: 04:50, took 0.788s, duration: 24:21)
test 1507...[SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK]
--p----e--- OK (1290 out of 1545, remaining: 04:48, took 0.511s, duration: 24:21)
test 1508...[Close a multi handle without using it]
------oe--- OK (1291 out of 1545, remaining: 04:47, took 0.384s, duration: 24:22)
test 1509...[simple multi http:// through proxytunnel with authentication info]
--pd-P-e--- OK (1292 out of 1545, remaining: 04:46, took 1.218s, duration: 24:23)
test 1511...[HTTP GET time conditions in repeated requests]
---d---e--- OK (1293 out of 1545, remaining: 04:45, took 0.568s, duration: 24:24)
test 1513...[return failure immediately from progress callback]
s------e--- OK (1294 out of 1545, remaining: 04:44, took 0.443s, duration: 24:24)
test 1514...[HTTP POST with read callback and unknown data size]
--p----e--- OK (1295 out of 1545, remaining: 04:43, took 1.572s, duration: 24:26)
test 1515...[caching of manual libcurl DNS entries after DNS cache timeout]
---d---e--- OK (1296 out of 1545, remaining: 04:42, took 2.663s, duration: 24:29)
test 1516...[caching of manual libcurl DNS entries after dead connection]
-------e--- OK (1297 out of 1545, remaining: 04:41, took 2.600s, duration: 24:31)
test 1517...[HTTP POST, server responds before completed send]
--pd---e--- OK (1298 out of 1545, remaining: 04:40, took 1.705s, duration: 24:33)
test 1518...[Extract Location: with broken URL]
s------e--- OK (1299 out of 1545, remaining: 04:39, took 0.563s, duration: 24:34)
test 1519...[Extract Location: with broken absolute URL]
s------e--- OK (1300 out of 1545, remaining: 04:37, took 0.567s, duration: 24:34)
test 1520...[SMTP with CRLF-dot-CRLF in data]
--p-u--e--- OK (1301 out of 1545, remaining: 04:36, took 0.557s, duration: 24:35)
test 1521...[Test all curl_easy_setopt and curl_easy_getinfo options]
-------e--- OK (1302 out of 1545, remaining: 04:35, took 0.388s, duration: 24:35)
test 1522...[CURLINFO_SIZE_UPLOAD with small SO_SNDBUF]
s------e--- OK (1303 out of 1545, remaining: 04:34, took 1.729s, duration: 24:37)
test 1523...[CURLINFO_LOW_SPEED_LIMIT]
-------e--- OK (1304 out of 1545, remaining: 04:35, took 11.801s, duration: 24:49)
test 1524...[HTTP PUT with 303 redirect]
--pd---e--- OK (1305 out of 1545, remaining: 04:34, took 2.000s, duration: 24:51)
test 1525...[CURLOPT_PROXYHEADER is ignored CURLHEADER_UNIFIED]
--pd-P-e--- OK (1306 out of 1545, remaining: 04:33, took 1.183s, duration: 24:52)
test 1526...[CURLOPT_PROXYHEADER: separate host/proxy headers]
--pd-P-e--- OK (1307 out of 1545, remaining: 04:32, took 1.172s, duration: 24:53)
test 1527...[Check same headers are generated with CURLOPT_HEADEROPT == CURLHEADER_UNIFIED]
--pd-P-e--- OK (1308 out of 1545, remaining: 04:31, took 1.663s, duration: 24:55)
test 1528...[Separately specified proxy/server headers sent in a proxy GET]
---d-P-e--- OK (1309 out of 1545, remaining: 04:29, took 0.576s, duration: 24:56)
test 1529...[HTTP request-injection in URL sent over proxy]
-------e--- OK (1310 out of 1545, remaining: 04:28, took 0.427s, duration: 24:56)
test 1530...[CURLOPT_OPENSOCKETFUNCTION returns bad socket]
-------e--- OK (1311 out of 1545, remaining: 04:27, took 0.382s, duration: 24:57)
test 1531...[CURLOPT_POSTFIELDS with binary data set after multi_add_handle]
--p----e--- OK (1312 out of 1545, remaining: 04:25, took 0.497s, duration: 24:57)
test 1532...[Test CURLINFO_RESPONSE_CODE]
--p----e--- OK (1313 out of 1545, remaining: 04:24, took 0.525s, duration: 24:58)
test 1533...[HTTP with CURLOPT_KEEP_SENDING_ON_ERROR and an early error response]
--p----e--- OK (1314 out of 1545, remaining: 04:23, took 0.611s, duration: 24:58)
test 1534...[CURLINFO_FILETIME init and reset]
--p----e--- OK (1315 out of 1545, remaining: 04:22, took 0.525s, duration: 24:59)
test 1535...[Test CURLINFO_RESPONSE_CODE CURLINFO_PROTOCOL]
--p----e--- OK (1316 out of 1545, remaining: 04:21, took 0.521s, duration: 25:00)
test 1536...[Test CURLINFO_RESPONSE_CODE CURLINFO_SCHEME]
--p----e--- OK (1317 out of 1545, remaining: 04:19, took 0.532s, duration: 25:00)
test 1537...[libcurl URL escape/unescape tests]
s------e--- OK (1318 out of 1545, remaining: 04:18, took 0.428s, duration: 25:01)
test 1538...[libcurl strerror API call tests]
s------e--- OK (1319 out of 1545, remaining: 04:17, took 0.842s, duration: 25:02)
test 1539...[HTTP 1.0 POST with read callback and unknown data size]
-------e--- OK (1320 out of 1545, remaining: 04:16, took 0.477s, duration: 25:02)
test 1540...[chunked with trailers and pausing the receive]
--pd---e--- OK (1321 out of 1545, remaining: 04:14, took 0.794s, duration: 25:03)
test 1542...[connection reuse with CURLOPT_MAXLIFETIME_CONN]
--p---oe--- OK (1322 out of 1545, remaining: 04:14, took 2.708s, duration: 25:06)
test 1543...[CURLOPT_CURLU, URL with space and CURLINFO_EFFECTIVE_URL]
s-p----e--- OK (1323 out of 1545, remaining: 04:12, took 0.633s, duration: 25:06)
test 1550...[verify setting pipeling blocklisting options]
-------e--- OK (1324 out of 1545, remaining: 04:11, took 0.373s, duration: 25:07)
test 1551...[re-run redirected transfer without setting URL again]
--pd---e--- OK (1325 out of 1545, remaining: 04:10, took 0.565s, duration: 25:07)
test 1552...[IMAP multi transfer error without curl_multi_remove_handle]
-------e--- OK (1326 out of 1545, remaining: 04:09, took 0.486s, duration: 25:08)
test 1553...[IMAP cleanup before a connection was created]
-------e--- OK (1327 out of 1545, remaining: 04:07, took 0.589s, duration: 25:09)
test 1554...[HTTP with shared connection cache]
---d---e--- OK (1328 out of 1545, remaining: 04:06, took 0.670s, duration: 25:09)
test 1555...[verify api is protected against calls from callbacks]
s------e--- OK (1329 out of 1545, remaining: 04:05, took 0.444s, duration: 25:10)
test 1556...[send long HTTP headers to header callback]
s-p----e--- OK (1330 out of 1545, remaining: 04:04, took 0.862s, duration: 25:11)
test 1557...[Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry]
-------e--- OK (1331 out of 1545, remaining: 04:03, took 0.468s, duration: 25:11)
test 1558...[CURLINFO_PROTOCOL for file:// transfer]
s------e--- OK (1332 out of 1545, remaining: 04:01, took 0.457s, duration: 25:12)
test 1559...[Set excessive URL lengths]
s------e--- OK (1333 out of 1545, remaining: 04:00, took 0.548s, duration: 25:12)
test 1560...[URL API]
s------e--- OK (1334 out of 1545, remaining: 03:59, took 0.601s, duration: 25:13)
test 1561...[Cookies set over HTTP can't override secure ones]
--p---oe--- OK (1335 out of 1545, remaining: 03:59, took 7.888s, duration: 25:21)
test 1562...[Expire secure cookies over HTTPS]
--p----e--- OK (1336 out of 1545, remaining: 03:58, took 3.016s, duration: 25:24)
test 1563...[Make sure redirects to CURLPROTO_GOPHER are forbidden by default]
--p----e--- OK (1337 out of 1545, remaining: 03:57, took 0.503s, duration: 25:25)
test 1564...[wakeup before poll with no easy handles]
-------e--- OK (1338 out of 1545, remaining: 03:56, took 3.407s, duration: 25:28)
test 1565...[wakeup from another thread]
-------e--- OK (1339 out of 1545, remaining: 03:56, took 6.479s, duration: 25:35)
test 1566...[--etag-compare that gets a 304 back shouldn't overwrite the file]
--p---oe--- OK (1340 out of 1545, remaining: 03:54, took 0.555s, duration: 25:35)
test 1567...[re-run redirected transfer without setting CURLU URL again]
--pd---e--- OK (1341 out of 1545, remaining: 03:53, took 0.569s, duration: 25:36)
test 1568...[HTTP with Digest authorization on custom CURLOPT_PORT]
--pd---e--- OK (1342 out of 1545, remaining: 03:52, took 0.734s, duration: 25:37)
test 1569...[FTP first type=A then regular URL]
--p----e--- OK (1343 out of 1545, remaining: 03:51, took 2.642s, duration: 25:39)
test 1570...[FTP first type=D then regular URL]
--p----e--- OK (1344 out of 1545, remaining: 03:50, took 1.070s, duration: 25:40)
test 1590...[IMAP cleanup before a connection was created]
-------e--- OK (1345 out of 1545, remaining: 03:49, took 0.525s, duration: 25:41)
test 1591...[HTTP PUT with trailers at the end]
--p----e--- OK (1346 out of 1545, remaining: 03:48, took 1.581s, duration: 25:43)
test 1592...[HTTP request, remove handle while resolving, don't block]
-------e--- OK (1347 out of 1545, remaining: 03:46, took 0.718s, duration: 25:43)
test 1593...[HTTP custom header overrides CURLOPT_TIMECONDITION]
--p----e--- OK (1348 out of 1545, remaining: 03:45, took 0.512s, duration: 25:44)
test 1594...[HTTP Retry-After header parsing and extraction]
s-p----e--- OK (1349 out of 1545, remaining: 03:44, took 0.538s, duration: 25:45)
test 1595...[HTTP Retry-After header extraction (without header)]
s-p----e--- OK (1350 out of 1545, remaining: 03:43, took 0.527s, duration: 25:45)
test 1596...[HTTP Retry-After header parsing using a date]
s-p----e--- OK (1351 out of 1545, remaining: 03:42, took 0.539s, duration: 25:46)
test 1597...[CURLOPT_PROTOCOLS_STR]
s------e--- OK (1352 out of 1545, remaining: 03:40, took 0.380s, duration: 25:46)
test 1600...[NTLM unit tests]
-------e--- OK (1353 out of 1545, remaining: 03:39, took 0.286s, duration: 25:46)
test 1601...[MD5 unit tests]
-------e--- OK (1354 out of 1545, remaining: 03:38, took 0.205s, duration: 25:47)
test 1602...[Internal hash create/add/destroy testing, exercising clean functions]
-------e--- OK (1355 out of 1545, remaining: 03:36, took 0.214s, duration: 25:47)
test 1603...[Internal hash add, retrieval, deletion testing]
-------e--- OK (1356 out of 1545, remaining: 03:35, took 0.199s, duration: 25:47)
test 1604...[Test WIN32/MSDOS filename sanitization]
-------e--- OK (1357 out of 1545, remaining: 03:34, took 0.195s, duration: 25:47)
test 1605...[Test negative data lengths as input to libcurl functions]
-------e--- OK (1358 out of 1545, remaining: 03:33, took 0.279s, duration: 25:48)
test 1606...[verify speedcheck]
-------e--- OK (1359 out of 1545, remaining: 03:31, took 0.283s, duration: 25:48)
test 1607...[CURLOPT_RESOLVE parsing]
-------e--- OK (1360 out of 1545, remaining: 03:30, took 0.300s, duration: 25:48)
test 1608...[verify DNS shuffling]
-------e--- OK (1361 out of 1545, remaining: 03:29, took 0.289s, duration: 25:49)
test 1609...[CURLOPT_RESOLVE parsing]
-------e--- OK (1362 out of 1545, remaining: 03:28, took 0.291s, duration: 25:49)
test 1610...[SHA256 unit tests]
-------e--- OK (1363 out of 1545, remaining: 03:26, took 0.276s, duration: 25:49)
test 1611...[MD4 unit tests]
-------e--- OK (1364 out of 1545, remaining: 03:25, took 0.204s, duration: 25:50)
test 1612...[HMAC unit tests]
-------e--- OK (1365 out of 1545, remaining: 03:24, took 0.197s, duration: 25:50)
test 1613...[Send "OPTIONS *" with --request-target to a proxy]
--pd---e--- OK (1366 out of 1545, remaining: 03:23, took 0.512s, duration: 25:50)
test 1614...[noproxy and cidr comparisons]
-------e--- OK (1367 out of 1545, remaining: 03:21, took 0.218s, duration: 25:51)
test 1620...[unit tests for url.c]
-------e--- OK (1368 out of 1545, remaining: 03:20, took 0.280s, duration: 25:51)
test 1621...[unit tests for stripcredentials from URL]
-------e--- OK (1369 out of 1545, remaining: 03:19, took 0.297s, duration: 25:51)
test 1630...[HTTPS-proxy with Basic auth to HTTP without auth]
---d-P-e--- OK (1370 out of 1545, remaining: 03:18, took 1.628s, duration: 25:53)
test 1631...[FTP through HTTPS-proxy]
--pd-P-e--- OK (1371 out of 1545, remaining: 03:17, took 2.500s, duration: 25:56)
test 1632...[FTP through HTTPS-proxy, with connection re-use]
--pd-P-e--- OK (1372 out of 1545, remaining: 03:16, took 3.787s, duration: 25:59)
test 1633...[--retry with a 429 response and Retry-After:]
--pd---e--- OK (1373 out of 1545, remaining: 03:15, took 1.735s, duration: 26:01)
test 1634...[--retry with a 429 response and Retry-After: and --fail]
--pd---e--- OK (1374 out of 1545, remaining: 03:14, took 1.596s, duration: 26:03)
test 1635...[--retry with a 429 response and Retry-After: and --fail-with-body]
s-p----e--- OK (1375 out of 1545, remaining: 03:13, took 1.561s, duration: 26:05)
test 1650...[DOH]
-------e--- OK (1376 out of 1545, remaining: 03:12, took 0.203s, duration: 26:05)
test 1651...[x509 parsing]
-------e--- OK (1377 out of 1545, remaining: 03:11, took 0.196s, duration: 26:05)
test 1652...[infof]
-------e--- OK (1378 out of 1545, remaining: 03:09, took 0.282s, duration: 26:05)
test 1653...[urlapi port number parsing]
-------e--- OK (1379 out of 1545, remaining: 03:08, took 0.211s, duration: 26:06)
test 1654...[alt-svc]
------oe--- OK (1380 out of 1545, remaining: 03:07, took 0.430s, duration: 26:06)
test 1655...[unit test for doh_encode]
-------e--- OK (1381 out of 1545, remaining: 03:06, took 0.203s, duration: 26:06)
test 1660...[HSTS]
s-----oe--- OK (1382 out of 1545, remaining: 03:04, took 0.523s, duration: 26:07)
test 1661...[bufref unit tests]
-------e--- OK (1383 out of 1545, remaining: 03:03, took 0.197s, duration: 26:07)
test 1662...[HTTP formpost from callback and a redirect and switch to GET]
s------e--- OK (1384 out of 1545, remaining: 03:02, took 1.575s, duration: 26:09)
test 1670...[-w individual header output]
s-p----e--- OK (1385 out of 1545, remaining: 03:01, took 0.539s, duration: 26:09)
test 1671...[-w header JSON output]
s-p----e--- OK (1386 out of 1545, remaining: 03:00, took 0.581s, duration: 26:10)
test 1680...[HTTP GET with explicit clobber]
------oe--- OK (1387 out of 1545, remaining: 02:58, took 0.519s, duration: 26:11)
test 1681...[HTTP GET without clobber]
s-----oe--- OK (1388 out of 1545, remaining: 02:57, took 0.543s, duration: 26:11)
test 1682...[HTTP GET without clobber and --output-dir]
------oe--- OK (1389 out of 1545, remaining: 02:56, took 0.537s, duration: 26:12)
test 1683...[HTTP GET without clobber when 100 files already exist]
------oe--- OK (1390 out of 1545, remaining: 02:55, took 1.227s, duration: 26:13)
test 1700 SKIPPED: failed starting HTTP/2 server
test 1800...[HTTP/2 upgrade refused]
--pd---e--- OK (1394 out of 1545, remaining: 02:50, took 0.520s, duration: 26:14)
test 1903...[CURLOPT_COOKIEFILE then reset then set again]
-------e--- OK (1395 out of 1545, remaining: 02:49, took 0.635s, duration: 26:15)
test 1904...[HTTP CONNECT with 204 response]
--pd-P-e--- OK (1396 out of 1545, remaining: 02:48, took 1.190s, duration: 26:16)
test 1905...[CURLOPT_COOKIELIST set to "FLUSH" of a shared cookie object]
--p---oe--- OK (1397 out of 1545, remaining: 02:47, took 0.604s, duration: 26:17)
test 1906...[CURLOPT_CURLU and CURLOPT_PORT]
--p----e--- OK (1398 out of 1545, remaining: 02:45, took 0.560s, duration: 26:17)
test 1907...[CURLINFO_EFFECTIVE_URL with non-scheme URL]
s-p----e--- OK (1399 out of 1545, remaining: 02:44, took 0.528s, duration: 26:18)
test 1908...[alt-svc cache save after resetting the handle]
--p---oe--- OK (1400 out of 1545, remaining: 02:43, took 0.689s, duration: 26:19)
test 1909...[HTTP GET --retry-all-errors to overcome partial transfer]
--p---oe--- OK (1401 out of 1545, remaining: 02:42, took 1.631s, duration: 26:20)
test 1910...[HTTP credentials with newline and redirect]
--p----e--- OK (1402 out of 1545, remaining: 02:41, took 0.530s, duration: 26:21)
test 1911...[verify that curl_easy_setopt() rejects too long string inputs]
-------e--- OK (1403 out of 1545, remaining: 02:40, took 1.659s, duration: 26:23)
test 1912...[Cross validate that gcc-typecheck macros match the option types.]
-------e--- OK (1404 out of 1545, remaining: 02:39, took 0.314s, duration: 26:23)
test 1913...[FTP with NOBODY set, getting a missing file]
-------e--- OK (1405 out of 1545, remaining: 02:37, took 0.469s, duration: 26:24)
test 1914...[FTP with NOBODY and FILETIME set, getting a missing file]
-------e--- OK (1406 out of 1545, remaining: 02:36, took 0.470s, duration: 26:24)
test 1915...[HSTS read/write callbacks]
s------e--- OK (1407 out of 1545, remaining: 02:35, took 0.457s, duration: 26:25)
test 1916...[MQTT PUBLISH with no POSTFIELDSIZE set]
--p----e--- OK (1408 out of 1545, remaining: 02:34, took 0.493s, duration: 26:25)
test 1917...[MQTT PUBLISH with CURLOPT_POST set (no payload)]
--p----e--- OK (1409 out of 1545, remaining: 02:33, took 0.517s, duration: 26:26)
test 1918...[curl_easy_option_by_name() and curl_easy_option_by_id()]
-------e--- OK (1410 out of 1545, remaining: 02:31, took 0.388s, duration: 26:26)
test 1919...[set CURLOPT_XOAUTH2_BEARER and do connection reuse]
--p----e--- OK (1411 out of 1545, remaining: 02:30, took 0.500s, duration: 26:27)
test 1933...[HTTP AWS_SIGV4 with one provider and auth cred via URL]
--p----e--- OK (1412 out of 1545, remaining: 02:29, took 0.539s, duration: 26:27)
test 1934...[HTTP AWS_SIGV4 with two providers]
--p----e--- OK (1413 out of 1545, remaining: 02:28, took 0.649s, duration: 26:28)
test 1935...[HTTP AWS_SIGV4 with two providers and region]
--p----e--- OK (1414 out of 1545, remaining: 02:27, took 0.536s, duration: 26:29)
test 1936...[HTTP AWS_SIGV4 with two providers, region and service]
--p----e--- OK (1415 out of 1545, remaining: 02:26, took 0.537s, duration: 26:29)
test 1937...[HTTP POST with AWS_SIGV4]
--p----e--- OK (1416 out of 1545, remaining: 02:24, took 0.559s, duration: 26:30)
test 1938...[HTTP POST with AWS_SIGV4 for binary data]
--p----e--- OK (1417 out of 1545, remaining: 02:23, took 0.546s, duration: 26:30)
test 1939...[curl_easy_cleanup without curl_multi_remove_handle - in CONNECT]
-------e--- OK (1418 out of 1545, remaining: 02:22, took 0.527s, duration: 26:31)
test 1940...[curl_easy_header]
s------e--- OK (1419 out of 1545, remaining: 02:21, took 0.514s, duration: 26:31)
test 1941...[curl_easy_header with CONNECT]
s----P-e--- OK (1420 out of 1545, remaining: 02:20, took 1.102s, duration: 26:33)
test 1942...[curl_easy_header with 1xx response]
s------e--- OK (1421 out of 1545, remaining: 02:19, took 0.526s, duration: 26:33)
test 1943...[curl_easy_header with trailers]
s------e--- OK (1422 out of 1545, remaining: 02:17, took 0.511s, duration: 26:34)
test 1944...[curl_easy_header with redirect]
s------e--- OK (1423 out of 1545, remaining: 02:16, took 0.573s, duration: 26:34)
test 1945...[curl_easy_nextheader with server + CONNECT]
s----P-e--- OK (1424 out of 1545, remaining: 02:15, took 1.103s, duration: 26:36)
test 1946...[curl_easy_header with redirect but get headers from first request]
s------e--- OK (1425 out of 1545, remaining: 02:14, took 0.543s, duration: 26:36)
test 1947...[curl_easy_nextheader on second request after first did redirects]
s------e--- OK (1426 out of 1545, remaining: 02:13, took 0.566s, duration: 26:37)
test 1948...[CURLOPT_POST after CURLOPT_UPLOAD reusing handle]
--pd---e--- OK (1427 out of 1545, remaining: 02:12, took 0.555s, duration: 26:37)
test 1955...[HTTP AWS_SIGV4 without X-Xxx-Content-Sha256]
--p----e--- OK (1428 out of 1545, remaining: 02:10, took 0.562s, duration: 26:38)
test 1956...[HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of empty payload]
--p----e--- OK (1429 out of 1545, remaining: 02:09, took 0.565s, duration: 26:39)
test 1957...[HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload]
--p----e--- OK (1430 out of 1545, remaining: 02:08, took 0.553s, duration: 26:39)
test 1958...[HTTP AWS_SIGV4 with X-Xxx-Content-Sha256 of arbitrary payload with whitespace]
--p----e--- OK (1431 out of 1545, remaining: 02:07, took 0.564s, duration: 26:40)
test 1959...[HTTP AWS_SIGV4 with long value for X-Xxx-Content-Sha256]
--p----e--- OK (1432 out of 1545, remaining: 02:06, took 0.562s, duration: 26:40)
test 1960...[application hands over already connected socket]
--pd---e--- OK (1433 out of 1545, remaining: 02:05, took 0.641s, duration: 26:41)
test 1970...[HTTP AWS_SIGV4 for AWS S3: UPLOAD with INFILESIZE=0]
--p----e--- OK (1434 out of 1545, remaining: 02:04, took 0.563s, duration: 26:42)
test 1971...[HTTP AWS_SIGV4 for AWS S3: UPLOAD with unknown INFILESIZE]
--p----e--- OK (1435 out of 1545, remaining: 02:02, took 1.549s, duration: 26:43)
test 1972...[HTTP AWS_SIGV4 for AWS S3: MIMEPOST]
--p----e--- OK (1436 out of 1545, remaining: 02:01, took 0.569s, duration: 26:44)
test 1973...[HTTP AWS_SIGV4 for AWS S3: POSTFIELDS]
--p----e--- OK (1437 out of 1545, remaining: 02:00, took 0.593s, duration: 26:45)
test 1974...[HTTP AWS_SIGV4 for AWS S3: GET]
--p----e--- OK (1438 out of 1545, remaining: 01:59, took 0.584s, duration: 26:45)
test 1975...[HTTP AWS_SIGV4 for AWS S3: UPLOAD with given x-amz-content-sha256]
--p----e--- OK (1439 out of 1545, remaining: 01:58, took 1.560s, duration: 26:47)
test 2000...[FTP RETR followed by FILE]
s-p----e--- OK (1440 out of 1545, remaining: 01:57, took 0.896s, duration: 26:48)
test 2001...[HTTP GET followed by FTP RETR followed by FILE]
s-p----e--- OK (1441 out of 1545, remaining: 01:56, took 1.026s, duration: 26:49)
test 2002...[HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ]
s-p----e--- OK (1442 out of 1545, remaining: 01:55, took 1.129s, duration: 26:50)
test 2003...[HTTP GET followed by FTP RETR followed by FILE followed by TFTP RRQ then again in reverse order]
s-p----e--- OK (1443 out of 1545, remaining: 01:53, took 1.582s, duration: 26:52)
test 2023...[HTTP authorization retry (Basic)]
--pd---e--- OK (1445 out of 1545, remaining: 01:51, took 0.929s, duration: 26:53)
test 2024...[HTTP authorization retry (Basic switching to Digest)]
--pd---e--- OK (1446 out of 1545, remaining: 01:50, took 0.975s, duration: 26:54)
test 2025...[HTTP authorization retry (Basic switching to NTLM)]
--pd---e--- OK (1447 out of 1545, remaining: 01:49, took 1.254s, duration: 26:56)
test 2026...[HTTP authorization retry (Digest switching to Basic)]
--pd---e--- OK (1448 out of 1545, remaining: 01:48, took 1.177s, duration: 26:57)
test 2027...[HTTP authorization retry (Digest)]
--pd---e--- OK (1449 out of 1545, remaining: 01:47, took 1.379s, duration: 26:58)
test 2028...[HTTP authorization retry (Digest switching to NTLM)]
--pd---e--- OK (1450 out of 1545, remaining: 01:46, took 1.438s, duration: 27:00)
test 2029...[HTTP authorization retry (NTLM switching to Basic)]
--pd---e--- OK (1451 out of 1545, remaining: 01:45, took 1.143s, duration: 27:01)
test 2030...[HTTP authorization retry (NTLM switching to Digest)]
--pd---e--- OK (1452 out of 1545, remaining: 01:43, took 1.343s, duration: 27:02)
test 2031...[HTTP authorization retry (NTLM)]
--pd---e--- OK (1453 out of 1545, remaining: 01:42, took 1.469s, duration: 27:04)
test 2032...[NTLM connection mapping]
--pd---e--- OK (1454 out of 1545, remaining: 01:41, took 0.781s, duration: 27:05)
test 2034...[simple HTTPS GET with DER public key pinning]
--pd---e--- OK (1455 out of 1545, remaining: 01:41, took 8.959s, duration: 27:14)
test 2035...[HTTPS wrong DER pinnedpubkey but right CN]
-------e--- OK (1456 out of 1545, remaining: 01:39, took 0.598s, duration: 27:14)
test 2036...[HTTP, -O with no slash at all in the URL]
-------e--- OK (1457 out of 1545, remaining: 01:38, took 0.408s, duration: 27:15)
test 2037...[simple HTTPS GET with PEM public key pinning]
--pd---e--- OK (1458 out of 1545, remaining: 01:37, took 0.663s, duration: 27:16)
test 2038...[HTTPS wrong PEM pinnedpubkey but right CN]
-------e--- OK (1459 out of 1545, remaining: 01:36, took 0.601s, duration: 27:16)
test 2039...[FTP (optional .netrc with 'default' override; no user/pass) dir list PASV]
--pd---e--- OK (1460 out of 1545, remaining: 01:35, took 0.855s, duration: 27:17)
test 2040...[HTTP Basic authorization, then without authorization]
s-p----e--- OK (1461 out of 1545, remaining: 01:34, took 0.589s, duration: 27:18)
test 2041...[simple HTTPS GET with base64-sha256 public key pinning]
--pd---e--- OK (1462 out of 1545, remaining: 01:33, took 0.666s, duration: 27:18)
test 2042...[HTTPS wrong base64-sha256 pinnedpubkey but right CN]
-------e--- OK (1463 out of 1545, remaining: 01:31, took 0.597s, duration: 27:19)
test 2044...[Attempt to set a default protocol that does not exist]
-------e--- OK (1464 out of 1545, remaining: 01:30, took 0.393s, duration: 27:20)
test 2045...[Set the default protocol to ftp for a schemeless URL]
-------e--- OK (1465 out of 1545, remaining: 01:29, took 0.507s, duration: 27:20)
test 2046...[Connection re-use with IDN host name]
s-p----e--- OK (1466 out of 1545, remaining: 01:28, took 0.918s, duration: 27:21)
test 2047...[Connection re-use with IDN host name over HTTP proxy]
s-p----e--- OK (1467 out of 1545, remaining: 01:27, took 0.887s, duration: 27:22)
test 2048...[pinnedpubkey no-match must fail even when insecure]
-------e--- OK (1468 out of 1545, remaining: 01:26, took 0.519s, duration: 27:23)
test 2049...[Connect to specific host]
--pd---e--- OK (1469 out of 1545, remaining: 01:25, took 0.624s, duration: 27:23)
test 2050...[Connect to specific host via HTTP proxy (switch to tunnel mode automatically)]
--pd-P-e--- OK (1470 out of 1545, remaining: 01:23, took 1.161s, duration: 27:25)
test 2051...[Connect to specific host: Re-use existing connections if possible]
s-p----e--- OK (1471 out of 1545, remaining: 01:22, took 0.620s, duration: 27:25)
test 2052...[Connect to specific host: Do not mix connections with and without a "connect to host"]
s-p----e--- OK (1472 out of 1545, remaining: 01:21, took 0.580s, duration: 27:26)
test 2053...[Connect to specific host with IP addresses]
--pd---e--- OK (1473 out of 1545, remaining: 01:20, took 0.543s, duration: 27:26)
test 2054...[Connect to specific host: use the first "connect-to" string that matches]
--pd---e--- OK (1474 out of 1545, remaining: 01:19, took 0.626s, duration: 27:27)
test 2055...[Connect to specific host via SOCKS proxy and HTTP proxy (switch to tunnel mode automatically)]
--pd-P-e--- OK (1475 out of 1545, remaining: 01:18, took 1.170s, duration: 27:28)
test 2058...[HTTP POST --digest with PUT, resumed upload, modified method and SHA-256]
--pd---e--- OK (1476 out of 1545, remaining: 01:17, took 0.741s, duration: 27:29)
test 2059...[HTTP POST --digest with PUT, resumed upload, modified method, SHA-256 and userhash=true]
--pd---e--- OK (1477 out of 1545, remaining: 01:15, took 0.716s, duration: 27:30)
test 2060...[HTTP POST --digest with PUT, resumed upload, modified method, SHA-512-256 and userhash=false]
--pd---e--- OK (1478 out of 1545, remaining: 01:14, took 0.717s, duration: 27:31)
test 2061...[HTTP with RFC7616 SHA256 Digest authorization]
--pd---e--- OK (1479 out of 1545, remaining: 01:13, took 0.739s, duration: 27:32)
test 2062...[HTTP with RFC7616 SHA-512-256 Digest authorization and userhash=false]
--pd---e--- OK (1480 out of 1545, remaining: 01:12, took 0.747s, duration: 27:32)
test 2063...[HTTP with RFC7616 SHA-256 Digest authorization and userhash=true]
--pd---e--- OK (1481 out of 1545, remaining: 01:11, took 0.747s, duration: 27:33)
test 2064...[HTTP with RFC7616 Digest authorization with bad password and SHA256]
--pd---e--- OK (1482 out of 1545, remaining: 01:10, took 0.630s, duration: 27:34)
test 2065...[HTTP with RFC7616 Digest authorization with bad password, SHA-512-256 and userhash=false]
--pd---e--- OK (1483 out of 1545, remaining: 01:09, took 0.638s, duration: 27:35)
test 2066...[HTTP with RFC7616 Digest authorization with bad password, SHA-256 and userhash=true]
--pd---e--- OK (1484 out of 1545, remaining: 01:08, took 0.629s, duration: 27:35)
test 2067...[HTTP POST --digest with SHA256 and user-specified Content-Length header]
--pd---e--- OK (1485 out of 1545, remaining: 01:06, took 0.648s, duration: 27:36)
test 2068...[HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header]
--pd---e--- OK (1486 out of 1545, remaining: 01:05, took 0.647s, duration: 27:37)
test 2069...[HTTP POST --digest with SHA-256, userhash=true and user-specified Content-Length header]
--pd---e--- OK (1487 out of 1545, remaining: 01:04, took 0.648s, duration: 27:38)
test 2071...[basic file:// file with "127.0.0.1" hostname]
---d---e--- OK (1488 out of 1545, remaining: 01:03, took 0.449s, duration: 27:38)
test 2072...[file:// with unix path resolution behavior for the case of extra slashes]
---d---e--- OK (1489 out of 1545, remaining: 01:02, took 0.530s, duration: 27:39)
test 2073...[HTTP form posts with handle reset]
--pd---e--- OK (1490 out of 1545, remaining: 01:01, took 0.602s, duration: 27:39)
test 2074...[HTTP GET]
--pd---e--- OK (1491 out of 1545, remaining: 01:00, took 0.529s, duration: 27:40)
test 2075...[Verify usernames are not allowed in url]
-------e--- OK (1492 out of 1545, remaining: 00:58, took 0.402s, duration: 27:40)
test 2076...[HTTP with digest auth and URI contains query]
--pd---e--- OK (1493 out of 1545, remaining: 00:57, took 0.725s, duration: 27:41)
test 2080...[config file with overly long option]
-------e--- OK (1494 out of 1545, remaining: 00:56, took 0.478s, duration: 27:42)
test 2081...[Automatic referrer credential and anchor stripping check]
s-p----e--- OK (1495 out of 1545, remaining: 00:55, took 0.707s, duration: 27:42)
test 2082...[Pre-request callback for HTTP]
s------e--- OK (1496 out of 1545, remaining: 00:54, took 0.492s, duration: 27:43)
test 2083...[Pre-request callback for FTP]
s------e--- OK (1497 out of 1545, remaining: 00:53, took 0.763s, duration: 27:44)
test 2084...[Pre-request callback for HTTP with callback terminating transfer]
s------e--- OK (1498 out of 1545, remaining: 00:52, took 0.462s, duration: 27:44)
test 2085...[Pre-request callback for HTTP with location following]
s------e--- OK (1499 out of 1545, remaining: 00:51, took 0.655s, duration: 27:45)
test 2100...[HTTP GET using DoH]
--pd---e--- OK (1500 out of 1545, remaining: 00:49, took 0.673s, duration: 27:46)
test 2200...[MQTT SUBSCRIBE with user and password]
--p----e--- OK (1501 out of 1545, remaining: 00:48, took 0.539s, duration: 27:46)
test 2201...[MQTT PUBLISH with user and password valid]
--p----e--- OK (1502 out of 1545, remaining: 00:47, took 0.512s, duration: 27:47)
test 2202...[MQTT PUBLISH with invalid user and password]
--p----e--- OK (1503 out of 1545, remaining: 00:46, took 0.524s, duration: 27:47)
test 2203...[MQTT with error in CONNACK]
--p----e--- OK (1504 out of 1545, remaining: 00:45, took 0.540s, duration: 27:48)
test 2204...[MQTT SUBSCRIBE with user and password]
--p----e--- OK (1505 out of 1545, remaining: 00:44, took 0.736s, duration: 27:49)
test 2205...[MQTT with very long user name]
-------e--- OK (1506 out of 1545, remaining: 00:43, took 0.565s, duration: 27:49)
test 2306...[HTTP GET re-used handle but only folded headers]
--p----e--- OK (1507 out of 1545, remaining: 00:42, took 0.602s, duration: 27:50)
test 2600...[llist unit tests]
-------e--- OK (1512 out of 1545, remaining: 00:36, took 4.281s, duration: 27:55)
test 2601...[bufq unit tests]
-------e--- OK (1513 out of 1545, remaining: 00:35, took 0.530s, duration: 27:55)
test 2602...[dynhds unit tests]
-------e--- OK (1514 out of 1545, remaining: 00:34, took 0.226s, duration: 27:55)
test 2603...[http1 parser unit tests]
-------e--- OK (1515 out of 1545, remaining: 00:33, took 0.221s, duration: 27:56)
test 3000...[HTTPS GET to localhost, first subject alt name matches, CN does not match]
--pd---e--- OK (1516 out of 1545, remaining: 00:32, took 8.955s, duration: 28:05)
test 3001...[HTTPS GET to localhost, last subject alt name matches, CN does not match]
--pd---e--- OK (1517 out of 1545, remaining: 00:31, took 8.961s, duration: 28:14)
test 3002...[SMTP with multiple and invalid (first) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1518 out of 1545, remaining: 00:30, took 0.579s, duration: 28:14)
test 3003...[SMTP with multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1519 out of 1545, remaining: 00:29, took 0.577s, duration: 28:15)
test 3004...[SMTP with multiple and invalid (middle) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1520 out of 1545, remaining: 00:27, took 0.596s, duration: 28:16)
test 3005...[SMTP with multiple and invalid (all but one) --mail-rcpt and --mail-rcpt-allowfails]
--p-u--e--- OK (1521 out of 1545, remaining: 00:26, took 0.595s, duration: 28:16)
test 3006...[SMTP with multiple invalid (all) --mail-rcpt and --mail-rcpt-allowfails]
--p----e--- OK (1522 out of 1545, remaining: 00:25, took 0.558s, duration: 28:17)
test 3007...[SMTP with invalid --mail-rcpt and --mail-rcpt-allowfails]
--p----e--- OK (1523 out of 1545, remaining: 00:24, took 0.512s, duration: 28:17)
test 3008...[--output-dir]
--p---oe--- OK (1524 out of 1545, remaining: 00:23, took 0.528s, duration: 28:18)
test 3009...[--output-dir a non-existing directory]
--p----e--- OK (1525 out of 1545, remaining: 00:22, took 0.532s, duration: 28:19)
test 3010...[HTTP retry-after reset]
s------e--- OK (1526 out of 1545, remaining: 00:21, took 0.504s, duration: 28:19)
test 3011...[--output-dir with --create-dirs]
--p---oe--- OK (1527 out of 1545, remaining: 00:20, took 0.540s, duration: 28:20)
test 3012...[--output-dir with -J]
--p---oe--- OK (1528 out of 1545, remaining: 00:18, took 0.536s, duration: 28:20)
test 3013...[Two --output-dir with --next in between]
--p---oe--- OK (1529 out of 1545, remaining: 00:17, took 0.604s, duration: 28:21)
test 3014...[Check if %{num_headers} returns correct number of headers]
s-p----e--- OK (1530 out of 1545, remaining: 00:16, took 0.528s, duration: 28:22)
test 3015...[HTTP GET -w num_headers with redirected fetch (2 connects)]
s-p----e--- OK (1531 out of 1545, remaining: 00:15, took 0.603s, duration: 28:22)
test 3016...[GET a directory using file://]
-------e--- OK (1532 out of 1545, remaining: 00:14, took 0.467s, duration: 28:23)
test 3017...[MQTT SUBSCRIBE with pathological PUBLISH length]
--p----e--- OK (1533 out of 1545, remaining: 00:13, took 0.759s, duration: 28:24)
test 3018...[MQTT SUBSCRIBE with PUBLISH larger than --max-filesize]
--p----e--- OK (1534 out of 1545, remaining: 00:12, took 0.744s, duration: 28:24)
test 3019...[HTTP with invalid --resolve syntax]
-------e--- OK (1535 out of 1545, remaining: 00:11, took 0.404s, duration: 28:25)
test 3020...[HTTP with invalid --connect-to syntax]
-------e--- OK (1536 out of 1545, remaining: 00:09, took 0.409s, duration: 28:25)
test 3025...[CURLOPT_HTTP200ALIASES]
---d---e--- OK (1537 out of 1545, remaining: 00:08, took 0.470s, duration: 28:26)
test 3026...[curl_global_init thread-safety]
-------e--- OK (1538 out of 1545, remaining: 00:07, took 1.973s, duration: 28:28)
test 3027...[Get a file via FTP but 550 after MDTM command]
--pd---e--- OK (1539 out of 1545, remaining: 00:06, took 0.818s, duration: 28:29)
test 3028...[HTTP GET when PROXY Protocol enabled behind a proxy]
--p--P-e--- OK (1540 out of 1545, remaining: 00:05, took 1.117s, duration: 28:30)
test 3029...[HTTP with multiple -D]
---d--oe--- OK (1541 out of 1545, remaining: 00:04, took 0.519s, duration: 28:30)
test 3030...[HTTP with multiple transfers in one -D]
---d--oe--- OK (1542 out of 1545, remaining: 00:03, took 0.507s, duration: 28:31)
test 3100...[RTSP Authentication check]
--pd---e--- OK (1543 out of 1545, remaining: 00:02, took 0.601s, duration: 28:32)
test 3101...[HTTP auth without redirection protocols]
--pd---e--- OK (1544 out of 1545, remaining: 00:01, took 0.617s, duration: 28:32)
test 3200...[curl_get_line unit tests]
-------e--- OK (1545 out of 1545, remaining: 00:00, took 0.248s, duration: 28:33)
Test suite total running time breakdown per task...
Spent 0238.030 seconds starting and verifying test harness servers.
Spent 0362.888 seconds reading definitions and doing test preparations.
Spent 0851.306 seconds actually running test tools.
Spent 0034.950 seconds awaiting server logs lock removal.
Spent 0124.176 seconds verifying test results.
Spent 1611.350 seconds doing all of the above.
Test server starting and verification time per test (top 25)...
-time- test
------ ----
50.517 0358
50.510 1451
08.383 0678
08.304 0312
08.300 1097
08.291 0313
08.288 0311
08.287 0325
08.286 2034
08.285 3001
08.281 0310
08.279 3000
02.717 0647
02.346 0646
02.301 0304
02.287 1562
01.582 1091
01.548 1569
01.544 0191
01.543 1113
01.541 0100
01.538 0252
01.477 0850
01.337 1200
01.334 1203
Test definition reading and preparation time per test (top 10)...
-time- test
------ ----
04.358 1309
02.755 1061
02.712 1060
01.249 0652
01.028 0666
00.953 2031
00.922 2028
00.906 0357
00.864 2030
00.861 0442
Test tool execution time per test (top 25)...
-time- test
------ ----
23.163 1117
21.364 0251
21.163 0250
16.263 1112
08.256 0303
07.272 0853
07.256 1086
06.281 1565
06.134 0575
05.917 0030
05.373 1501
05.221 1222
04.620 0552
04.516 0526
04.448 0532
04.435 0527
04.402 0677
04.311 0574
04.156 2600
03.941 0357
03.828 1113
03.574 1119
03.548 1523
03.372 1632
03.332 0528
Test server logs lock removal time per test (top 15)...
-time- test
------ ----
02.405 0286
02.402 0303
02.396 0029
02.396 1243
02.395 0285
02.393 1238
02.041 1523
01.213 1086
01.199 1112
01.195 0190
01.077 1117
01.063 0513
01.009 0514
00.118 0549
00.118 1540
Test results verification time per test (top 10)...
-time- test
------ ----
06.092 1086
06.083 1112
06.053 1273
06.051 1561
06.048 0190
06.043 1238
06.043 1272
06.039 1501
06.031 0303
06.026 1523
Total time per test (top 50)...
-time- test
------ ----
50.517 0358
50.511 1451
24.947 1112
24.572 1117
21.616 0251
21.411 0250
16.903 0303
14.932 1086
11.801 1523
11.643 1501
11.245 1238
09.669 0190
09.307 0678
08.961 3001
08.959 2034
08.955 3000
08.938 0310
08.928 0325
08.911 1097
08.901 0312
08.882 0311
08.863 0313
07.888 1561
07.776 1272
07.505 0853
06.677 0575
06.610 1273
06.479 1565
06.098 0030
05.746 1113
05.709 0357
05.460 1061
05.362 1060
05.344 1222
05.158 0552
05.082 1309
04.999 0286
04.860 0029
04.844 0526
04.830 0574
04.781 0532
04.762 0527
04.651 0677
04.281 2600
03.787 1632
03.735 0647
03.728 1119
03.686 0528
03.413 0645
03.407 1564
TESTDONE: 1603 tests were considered during 1713 seconds.
TESTINFO: 124 tests were skipped due to these restraints:
TESTINFO: "curl lacks sftp server support" 37 times (582, 583, 600, 602, 604, 606, 608, 609, 610 and 28 more)
TESTINFO: "configured as DISABLED" 16 times (323, 594, 836, 882, 938, 1182, 1184, 1209, 1211 and 7 more)
TESTINFO: "curl lacks scp server support" 12 times (601, 603, 605, 607, 617, 619, 621, 623, 629 and 3 more)
TESTINFO: "failed starting HTTP/2 server" 9 times (358, 359, 1700, 1701, 1702, 2400, 2401, 2402, 2403)
TESTINFO: "curl lacks Schannel support" 6 times (2033, 2070, 2079, 2087, 3023, 3024)
TESTINFO: "curl lacks ws support" 6 times (2300, 2301, 2302, 2303, 2304, 2305)
TESTINFO: "curl lacks GSS-API support" 5 times (1282, 2056, 2057, 2077, 2078)
TESTINFO: "no gnutls-serv (with SRP support)" 4 times (320, 321, 322, 324)
TESTINFO: "curl lacks http/3 support" 4 times (2500, 2501, 2502, 2503)
TESTINFO: "curl has idn support" 3 times (959, 960, 961)
TESTINFO: "curl lacks brotli support" 3 times (314, 315, 316)
TESTINFO: "curl lacks TrackMemory support" 3 times (96, 558, 1330)
TESTINFO: "Resolving IPv6 'ip6-localhost' didn't work" 2 times (241, 1083)
TESTINFO: "curl lacks zstd support" 2 times (396, 397)
TESTINFO: "curl lacks libssh2 support" 2 times (3021, 3022)
TESTINFO: "curl lacks sftp support" 2 times (632, 1459)
TESTINFO: "curl has proxy support" 1 time (375)
TESTINFO: "curl has threaded-resolver support" 1 time (506)
TESTINFO: "curl lacks Unicode support" 1 time (1703)
TESTINFO: "failed starting SMB server" 1 time (1451)
TESTINFO: "openssl engine not supported" 1 time (307)
TESTINFO: "curl lacks PSL support" 1 time (1136)
TESTINFO: "curl has ipv6 support" 1 time (1454)
TESTINFO: "curl lacks scp support" 1 time (445)
TESTDONE: 1479 tests out of 1479 reported OK: 100%
testcurl: tests were run
testcurl: the tests were successful!
testcurl: ending nicely
testcurl: removing the build-28446 dir
testcurl: removing the buildlog-28446 file