make[3]: Entering directory '/build/reproducible-path/zurl-1.12.0/tests/httprequesttest'
/build/reproducible-path/zurl-1.12.0/tests/httprequesttest/target_wrapper.sh ./httprequesttest
********* Start testing of HttpRequestTest *********
Config: Using QtTest library 5.15.15, Qt 5.15.15 (arm64-little_endian-lp64 shared (dynamic) release build; by GCC 14.2.0), debian unknown
PASS : HttpRequestTest::initTestCase()
PASS : HttpRequestTest::requestDnsError()
FAIL! : HttpRequestTest::requestConnectError() Compared values are not the same
Loc: [httprequesttest.cpp(236)]
FAIL! : HttpRequestTest::requestGet() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("GET")) : "GET"
Loc: [httprequesttest.cpp(254)]
FAIL! : HttpRequestTest::requestGetChunked() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("GET")) : "GET"
Loc: [httprequesttest.cpp(277)]
FAIL! : HttpRequestTest::requestGetNoContent() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("GET")) : "GET"
Loc: [httprequesttest.cpp(299)]
FAIL! : HttpRequestTest::requestGetNotModified() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("GET")) : "GET"
Loc: [httprequesttest.cpp(321)]
FAIL! : HttpRequestTest::requestPostBody() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("POST")) : "POST"
Loc: [httprequesttest.cpp(343)]
FAIL! : HttpRequestTest::requestPostNoBody() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("POST")) : "POST"
Loc: [httprequesttest.cpp(359)]
FAIL! : HttpRequestTest::requestHead() Compared values are not the same
Actual (req.responseCode()): 0
Expected (200) : 200
Loc: [httprequesttest.cpp(375)]
FAIL! : HttpRequestTest::requestHeadMaybeBody() Compared values are not the same
Actual (req.responseCode()): 0
Expected (200) : 200
Loc: [httprequesttest.cpp(394)]
FAIL! : HttpRequestTest::requestHeadTryBody() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("HEAD")) : "HEAD"
Loc: [httprequesttest.cpp(414)]
FAIL! : HttpRequestTest::requestDeleteNoBody() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("DELETE")) : "DELETE"
Loc: [httprequesttest.cpp(430)]
FAIL! : HttpRequestTest::requestDeleteBody() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("DELETE")) : "DELETE"
Loc: [httprequesttest.cpp(449)]
FAIL! : HttpRequestTest::requestDeleteMaybeBody() Compared values are not the same
Actual (server->requestMethod): ""
Expected (QByteArray("DELETE")) : "DELETE"
Loc: [httprequesttest.cpp(467)]
PASS : HttpRequestTest::cleanupTestCase()
Totals: 3 passed, 13 failed, 0 skipped, 0 blacklisted, 155ms
********* Finished testing of HttpRequestTest *********
make[3]: *** [Makefile:338: check] Error 13
make[3]: Leaving directory '/build/reproducible-path/zurl-1.12.0/tests/httprequesttest'
make[2]: *** [Makefile:246: sub-httprequesttest-check] Error 2
make[2]: Leaving directory '/build/reproducible-path/zurl-1.12.0/tests' make[1]: *** [Makefile:277: sub-tests-check] Error 2
make[1]: Leaving directory '/build/reproducible-path/zurl-1.12.0' dh_auto_test: error: make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 returned exit code 2
I didn't find a reason yet why it fails now, for this rebuild. I would
guess that the builder is somehow configured differently from all the
others, but that's pure speculation.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 489 |
Nodes: | 16 (2 / 14) |
Uptime: | 50:47:18 |
Calls: | 9,671 |
Calls today: | 2 |
Files: | 13,719 |
Messages: | 6,170,381 |