********* Start testing of tst_NetworkSelfTest *********
Config: Using QtTest library 6.11.0, Qt 6.11.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Apple LLVM 17.0.0 (clang-1700.3.19.1)), macos 26.0.0
PASS   : tst_NetworkSelfTest::initTestCase()
QDEBUG : tst_NetworkSelfTest::httpProxy() 0 Connecting to server on port 3128
QDEBUG : tst_NetworkSelfTest::httpProxy() 1 Sending "GET http://10.212.2.216/ HTTP/1.0\\r\\nHost: qt-test-server.qt-test-net\\r\\nProxy-connection: close\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 2 Expecting "HTTP/1."
QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarding until " "
QDEBUG : tst_NetworkSelfTest::httpProxy() 3 Discarded "0 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 4 Expecting "200 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Waiting for remote disconnect
QDEBUG : tst_NetworkSelfTest::httpProxy() 5 Discarded in the process: "OK\\r\\nDate: Mon, 15 May 2017 13:52:04 GMT\\r\\nServer: Apache/2.2.14 (Ubuntu)\\r\\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\\r\\nETag: \\\"240c-e0-45bbaa65d0000\\\"\\r\\nAccept-Ranges: bytes\\r\\nContent-Length: 224\\r\\nContent-Type: text/html\\r\\nAge: 122764\\r\\nWarning: 113 localhost (squid/3.0.STABLE19) This cache hit is still fresh and more than 1 day old\\r\\nX-Cache: HIT from localhost\\r\\nX-Cache-Lookup: HIT from localhost:3128\\r\\nVia: 1.0 localhost (squid/3.0.STABLE19)\\r\\nProxy-Connection: close\\r\\n\\r\\n<h1>Welcome to qt-test-server</h1>\\n<img src=\\\"gif/fluke.gif\\\" alt=\\\"fluke\\\">\\n<p>This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.</p>\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 6 Reconnecting to server on port 3128
QDEBUG : tst_NetworkSelfTest::httpProxy() 7 Sending "GET http://qt-test-server.qt-test-net/ HTTP/1.0\\r\\nHost: qt-test-server.qt-test-net\\r\\nProxy-connection: close\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 8 Expecting "HTTP/1."
QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarding until " "
QDEBUG : tst_NetworkSelfTest::httpProxy() 9 Discarded "0 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 10 Expecting "200 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Waiting for remote disconnect
QDEBUG : tst_NetworkSelfTest::httpProxy() 11 Discarded in the process: "OK\\r\\nDate: Wed, 13 Mar 2013 05:49:30 GMT\\r\\nServer: Apache/2.2.14 (Ubuntu)\\r\\nLast-Modified: Sat, 15 Nov 2008 13:52:00 GMT\\r\\nETag: \\\"240c-e0-45bbaa65d0000\\\"\\r\\nAccept-Ranges: bytes\\r\\nContent-Length: 224\\r\\nContent-Type: text/html\\r\\nAge: 122765\\r\\nWarning: 113 localhost (squid/3.0.STABLE19) This cache hit is still fresh and more than 1 day old\\r\\nX-Cache: HIT from localhost\\r\\nX-Cache-Lookup: HIT from localhost:3128\\r\\nVia: 1.0 localhost (squid/3.0.STABLE19)\\r\\nProxy-Connection: close\\r\\n\\r\\n<h1>Welcome to qt-test-server</h1>\\n<img src=\\\"gif/fluke.gif\\\" alt=\\\"fluke\\\">\\n<p>This is a network test server. It serves as a cacheing ftp and http proxy, transparent http/socks5 proxy, imap, ftp and http server, plus more.</p>\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 12 Reconnecting to server on port 3128
QDEBUG : tst_NetworkSelfTest::httpProxy() 13 Sending "CONNECT 10.212.2.216:21 HTTP/1.0\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 14 Expecting "HTTP/1."
QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarding until " "
QDEBUG : tst_NetworkSelfTest::httpProxy() 15 Discarded "0 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 16 Expecting "200 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarding until "\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 17 Discarded "Connection established\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 18 Expecting "220"
QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 19 Discarded " (vsFTPd 2.2.2)\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 20 Sending "USER anonymous\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 21 Expecting "331"
QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 22 Discarded " Please specify the password.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 23 Sending "PASS user@hostname\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 24 Expecting "230"
QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 25 Discarded " Login successful.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 26 Sending "CWD pub\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 27 Expecting "250"
QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 28 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 29 Sending "CWD dir-not-readable\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 30 Expecting "550"
QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 31 Discarded " Failed to change directory.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 32 Sending "PWD\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 33 Expecting "257 \\\"/pub\\\"\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 34 Sending "SIZE file-not-readable.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 35 Expecting "213 41\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 36 Sending "CWD qxmlquery\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 37 Expecting "250"
QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 38 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 39 Sending "CWD /qtest\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 40 Expecting "250"
QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 41 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 42 Sending "SIZE bigfile\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 43 Expecting "213 519240\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 44 Sending "SIZE rfc3252\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 45 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 46 Sending "SIZE rfc3252.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 47 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 48 Sending "QUIT\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 49 Expecting "221"
QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 50 Discarded " Goodbye.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 51 Waiting for remote disconnect
QDEBUG : tst_NetworkSelfTest::httpProxy() 52 Reconnecting to server on port 3128
QDEBUG : tst_NetworkSelfTest::httpProxy() 53 Sending "CONNECT qt-test-server.qt-test-net:21 HTTP/1.0\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 54 Expecting "HTTP/1."
QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarding until " "
QDEBUG : tst_NetworkSelfTest::httpProxy() 55 Discarded "0 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 56 Expecting "200 "
QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarding until "\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 57 Discarded "Connection established\\r\\n\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 58 Expecting "220"
QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 59 Discarded " (vsFTPd 2.2.2)\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 60 Sending "USER anonymous\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 61 Expecting "331"
QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 62 Discarded " Please specify the password.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 63 Sending "PASS user@hostname\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 64 Expecting "230"
QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 65 Discarded " Login successful.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 66 Sending "CWD pub\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 67 Expecting "250"
QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 68 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 69 Sending "CWD dir-not-readable\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 70 Expecting "550"
QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 71 Discarded " Failed to change directory.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 72 Sending "PWD\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 73 Expecting "257 \\\"/pub\\\"\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 74 Sending "SIZE file-not-readable.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 75 Expecting "213 41\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 76 Sending "CWD qxmlquery\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 77 Expecting "250"
QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 78 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 79 Sending "CWD /qtest\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 80 Expecting "250"
QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 81 Discarded " Directory successfully changed.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 82 Sending "SIZE bigfile\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 83 Expecting "213 519240\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 84 Sending "SIZE rfc3252\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 85 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 86 Sending "SIZE rfc3252.txt\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 87 Expecting "213 25962\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 88 Sending "QUIT\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 89 Expecting "221"
QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarding until "\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 90 Discarded " Goodbye.\\r\\n"
QDEBUG : tst_NetworkSelfTest::httpProxy() 91 Waiting for remote disconnect
PASS   : tst_NetworkSelfTest::httpProxy()
PASS   : tst_NetworkSelfTest::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped, 0 blacklisted, 8661ms
********* Finished testing of tst_NetworkSelfTest *********
