----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64299/#review193226 -----------------------------------------------------------
FAIL: Some Mesos libprocess-tests failed. Reviews applied: `['64298', '64299']` Failed command: `C:\DCOS\mesos\3rdparty\libprocess\src\tests\Debug\libprocess-tests.exe` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64299 Relevant logs: - [libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64299/logs/libprocess-tests-stdout.log): ``` C:\DCOS\mesos\mesos\3rdparty\libprocess\src\tests\ssl_tests.cpp(440): error: Failed to wait 15secs for socket [ FAILED ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0, where GetParam() = "false" (16499 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 C:\DCOS\mesos\mesos\3rdparty\libprocess\src\tests\ssl_tests.cpp(440): error: Failed to wait 15secs for socket [ FAILED ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1, where GetParam() = "true" (16613 ms) [----------] 4 tests from SSLVerifyIPAdd/SSLTest (34073 ms total) [----------] Global test environment tear-down [==========] 223 tests from 35 test cases ran. (258847 ms total) [ PASSED ] 209 tests. [ FAILED ] 14 tests, listed below: [ FAILED ] SSLTest.SSLSocket [ FAILED ] SSLTest.NonSSLSocket [ FAILED ] SSLTest.NoVerifyBadCA [ FAILED ] SSLTest.RequireBadCA [ FAILED ] SSLTest.VerifyBadCA [ FAILED ] SSLTest.VerifyCertificate [ FAILED ] SSLTest.ProtocolMismatch [ FAILED ] SSLTest.ECDHESupport [ FAILED ] SSLTest.ValidDowngrade [ FAILED ] SSLTest.NoValidDowngrade [ FAILED ] SSLTest.ValidDowngradeEachProtocol [ FAILED ] SSLTest.NoValidDowngradeEachProtocol [ FAILED ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0, where GetParam() = "false" [ FAILED ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1, where GetParam() = "true" 14 FAILED TESTS YOU HAVE 19 DISABLED TESTS ``` - [libprocess-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64299/logs/libprocess-tests-stderr.log): ``` I1208 06:46:49.008357 9560 process.cpp:887] Failed to accept socket: future discarded I1208 06:46:49.186558 9204 process.cpp:887] Failed to accept socket: future discarded I1208 06:46:49.802956 5216 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1208 06:46:49.802956 5216 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1208 06:46:49.802956 5216 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\jIhqgV\cert.pem I1208 06:46:49.803956 5216 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\jIhqgV I1208 06:46:50.146966 5216 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1208 06:46:50.146966 5216 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1208 06:46:50.147966 5216 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1208 06:46:50.159972 5216 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\11in4W\cert.pem I1208 06:46:50.159972 5216 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\11in4W I1208 06:46:50.643714 5216 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1208 06:46:50.643714 5216 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1208 06:46:50.643714 5216 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1208 06:46:50.643714 5216 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\xlmcfA\cert.pem I1208 06:47:07.295292 5216 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1208 06:47:07.295292 5216 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1208 06:47:07.295292 5216 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1208 06:47:07.295292 5216 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1208 06:47:07.296290 5216 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\2DZvYS\cert.pem I1208 06:47:23.505870 8928 process.cpp:887] Failed to accept socket: future discarded ``` - Mesos Reviewbot Windows On Dec. 7, 2017, 7:04 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64299/ > ----------------------------------------------------------- > > (Updated Dec. 7, 2017, 7:04 p.m.) > > > Review request for mesos, Chun-Hung Hsiao, Jie Yu, and Jan Schlicht. > > > Bugs: MESOS-8222 > https://issues.apache.org/jira/browse/MESOS-8222 > > > Repository: mesos > > > Description > ------- > > In this patch we inject resource versions into task launch messages > and add verification in the agent. We require that resource versions > of resource providers whose resources are used in a task have not > changed. With that we can make sure to e.g., not use resources created > in speculated operations. > > > Diffs > ----- > > src/master/master.cpp 2fd66c072e9a194680d7653c664bd8a68ea1d2f0 > src/slave/slave.hpp fc762fb1e8aeb57b0d7ad551d960ec4be06e8e33 > src/slave/slave.cpp dd830d93f8a08720231e3d4a6421f7a058ba6093 > src/tests/mock_slave.hpp d986125b3ab67e0ca3d6ba264795850b3eadb3d0 > src/tests/mock_slave.cpp 6d050ca76acee737f1996fbbd8ecdefbf1a699ee > src/tests/slave_tests.cpp 25cfd4730c3d77d1886745204b13ca3cb140620c > > > Diff: https://reviews.apache.org/r/64299/diff/2/ > > > Testing > ------- > > `make check` > > > Thanks, > > Benjamin Bannier > >
