----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63555/#review193194 -----------------------------------------------------------
FAIL: Some Mesos libprocess-tests failed. Reviews applied: `['63388', '63390', '63555']` 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/63555 Relevant logs: - [libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63555/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" (16566 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" (16357 ms) [----------] 4 tests from SSLVerifyIPAdd/SSLTest (34556 ms total) [----------] Global test environment tear-down [==========] 223 tests from 35 test cases ran. (263429 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/63555/logs/libprocess-tests-stderr.log): ``` I1207 23:35:24.149173 9552 process.cpp:887] Failed to accept socket: future discarded I1207 23:35:24.332180 8092 process.cpp:887] Failed to accept socket: future discarded I1207 23:35:25.337381 6800 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1207 23:35:25.342381 6800 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1207 23:35:25.342381 6800 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\ZXUXh3\cert.pem I1207 23:35:25.342381 6800 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\ZXUXh3 I1207 23:35:25.919486 6800 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1207 23:35:25.919486 6800 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1207 23:35:25.920486 6800 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1207 23:35:25.930667 6800 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\dCSQsi\cert.pem I1207 23:35:25.930667 6800 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\dCSQsi I1207 23:35:26.570633 6800 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1207 23:35:26.570633 6800 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1207 23:35:26.570633 6800 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1207 23:35:26.571633 6800 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\8vp7fB\cert.pem I1207 23:35:42.950435 6800 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1207 23:35:42.951436 6800 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1207 23:35:42.951436 6800 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1207 23:35:42.951436 6800 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1207 23:35:42.952436 6800 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\X2qMaC\cert.pem I1207 23:35:59.060416 1280 process.cpp:887] Failed to accept socket: future discarded ``` - Mesos Reviewbot Windows On Dec. 7, 2017, 9:33 a.m., Chun-Hung Hsiao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63555/ > ----------------------------------------------------------- > > (Updated Dec. 7, 2017, 9:33 a.m.) > > > Review request for mesos, Gilbert Song, Jie Yu, Joseph Wu, and Jan Schlicht. > > > Bugs: MESOS-7550 > https://issues.apache.org/jira/browse/MESOS-7550 > > > Repository: mesos > > > Description > ------- > > `Slave::publishAllocatedResources()` will compute the total allocated > resources for all currently running executor containers, and takes an > `extra` argument for resources that will be used by the executor that > is about to launch, then sums them up and asks the resource provider > manager to publish the resources. > > > Diffs > ----- > > src/internal/devolve.hpp 17ab76e32dae1f4f57de43b323c8ffd67bb17ba8 > src/internal/devolve.cpp 289c6e37415f4a289fe34cd303329b095f9348cd > src/internal/evolve.hpp d796f328de3c614e510b75021c405563d413c18e > src/internal/evolve.cpp f46f8641cae0f030103d82e7694ddf60300fdd63 > src/resource_provider/manager.cpp 8d8b2f1396230d6edba590b8b7e9b4ca51366efe > src/slave/slave.hpp fc762fb1e8aeb57b0d7ad551d960ec4be06e8e33 > src/slave/slave.cpp dd830d93f8a08720231e3d4a6421f7a058ba6093 > src/tests/mesos.hpp 3a9b1fbd4301c6cccbc770329ff71ed8ff7e86a2 > src/tests/slave_tests.cpp 25cfd4730c3d77d1886745204b13ca3cb140620c > > > Diff: https://reviews.apache.org/r/63555/diff/5/ > > > Testing > ------- > > > Thanks, > > Chun-Hung Hsiao > >
