Several Tests Failing

Home » CentOS » Several Tests Failing
CentOS No Comments

Hi, I’m attempting to build a 7.63.0 RPM for CentOS from a spec file I created.

I am getting the following tests failures:
“These test cases failed: 206 1049 1060 1061 1232 1241 1421”

Here is an example of an output for test 206, any help to get insights into it would be greatly appreciated:

test 0206…[HTTP proxy CONNECT auth Digest]
../libtool –mode=execute /usr/bin/valgrind –tool=memcheck –quiet –leak-check=yes –suppressions=./valgrind.supp –num-callers=16 –log-file=log/valgrind206 ../src/c url –output log/curl206.out –include –trace-ascii log/trace206 –trace-time http://test.remote.haxx.se.206:6490/path/2060002 –proxy http://127.0.0.1:6490 –proxy-u ser silly:person –proxy-digest –proxytunnel >log/stdout206 2>log/stderr206
2705 CMD (0): ../libtool –mode=execute /usr/bin/valgrind –tool=memcheck –quiet –leak-check=yes –suppressions=./valgrind.supp –num-callers=16 –log-file=log/valgrind206 ../src/curl –output log/curl206.out –include –trace-ascii log/trace206 –trace-time http://test.remote.haxx.se.206:6490/path/2060002 –proxy http://127.0.0.1:6490 –proxy-user silly:person –proxy-digest –proxytunnel >log/stdout206 2>log/stderr206

206: protocol FAILED:

— log/check-expected 2019-01-28 20:44:27.903988339 +0000
+++ log/check-generated 2019-01-28 20:44:27.903988339 +0000
@@ -4,7 +4,7 @@
[CR][LF]
CONNECT test.remote.haxx.se.206:6490 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
-Proxy-Authorization: Digest username=”silly”, realm=”weirdorealm”, nonce=”12345″, uri=”test.remote.haxx.se.206:6490″, response=”003e36decb4dbf6366b3ecb9b87c24ec”[CR][L F]
+Proxy-Authorization: Digest username=”silly”, realm=”weirdorealm”, nonce=”12345″, uri=”test.remote.haxx.se.206:6490″, response=”e6e133b332307d0e988962837d9e27a1″[CR][L F]
Proxy-Connection: Keep-Alive[CR][LF]
[CR][LF]
GET /path/2060002 HTTP/1.1[CR][LF]
== Contents of files in the log/ dir after test 206
=== Start of file check-expected
CONNECT test.remote.haxx.se.206:6490 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
Proxy-Connection: Keep-Alive[CR][LF]
[CR][LF]
CONNECT test.remote.haxx.se.206:6490 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
Proxy-Authorization: Digest username=”silly”, realm=”weirdorealm”, nonce=”12345″, uri=”test.remote.haxx.se.206:6490″, response=”003e36decb4dbf6366b3ecb9b87c24ec”[CR][L F]
Proxy-Connection: Keep-Alive[CR][LF]
[CR][LF]
GET /path/2060002 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
Accept: */*[CR][LF]
[CR][LF]
[DISCONNECT][LF]
=== End of file check-expected
=== Start of file check-generated
CONNECT test.remote.haxx.se.206:6490 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
Proxy-Connection: Keep-Alive[CR][LF]
[CR][LF]
CONNECT test.remote.haxx.se.206:6490 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
Proxy-Authorization: Digest username=”silly”, realm=”weirdorealm”, nonce=”12345″, uri=”test.remote.haxx.se.206:6490″, response=”e6e133b332307d0e988962837d9e27a1″[CR][L F]
Proxy-Connection: Keep-Alive[CR][LF]
[CR][LF]
GET /path/2060002 HTTP/1.1[CR][LF]
Host: test.remote.haxx.se.206:6490[CR][LF]
Accept: */*[CR][LF]
[CR][LF]
[DISCONNECT][LF]
=== End of file check-generated
=== Start of file curl206.out
HTTP/1.1 407 Authorization Required to proxy me my dear
Proxy-Authenticate: Digest realm=”weirdorealm”, nonce=”12345″
Content-Length: 33
HTTP/1.1 200 OK swsbounce
Server: no
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Content-Length: 7
Connection: close
Content-Type: text/html
Funny-head: yesyes
daniel
=== End of file curl206.out