----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63642/#review190362 -----------------------------------------------------------
FAIL: Some Mesos libprocess-tests failed. Reviews applied: `['63642']` 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/63642 Relevant logs: - [libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63642/logs/libprocess-tests-stdout.log): ``` [ OK ] Scheme/HTTPTest.WWWAuthenticateHeader/0 (642 ms) [ RUN ] Scheme/HTTPTest.WWWAuthenticateHeader/1 [ OK ] Scheme/HTTPTest.WWWAuthenticateHeader/1 (74 ms) [ RUN ] Scheme/HTTPTest.Accepts/0 [ OK ] Scheme/HTTPTest.Accepts/0 (890 ms) [ RUN ] Scheme/HTTPTest.Accepts/1 [ OK ] Scheme/HTTPTest.Accepts/1 (96 ms) [----------] 34 tests from Scheme/HTTPTest (13598 ms total) [----------] 4 tests from SSLVerifyIPAdd/SSLTest [ RUN ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/0 [ OK ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/0 (612 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/1 [ OK ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/1 (502 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0 [ OK ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0 (1127 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 [ OK ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 (1510 ms) [----------] 4 tests from SSLVerifyIPAdd/SSLTest (3891 ms total) [----------] Global test environment tear-down [==========] 201 tests from 33 test cases ran. (42231 ms total) [ PASSED ] 200 tests. [ FAILED ] 1 test, listed below: [ FAILED ] SSLTest.ProtocolMismatch 1 FAILED TEST YOU HAVE 19 DISABLED TESTS ``` - [libprocess-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63642/logs/libprocess-tests-stderr.log): ``` I1107 19:58:38.642331 1992 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\aPYfLx\cert.pem WARNING: Logging before InitGoogleLogging() is written to STDERR I1107 19:58:40.196025 3484 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1107 19:58:40.201027 3484 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1107 19:58:40.201027 3484 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1107 19:58:40.201027 3484 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1107 19:58:40.202312 3484 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\UQiHlS\cert.pem ble peer certificate verification I1107 19:58:37.618350 4900 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1107 19:58:37.618350 4900 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1107 19:58:37.619318 4900 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\Ms4ejE\cert.pem I1107 19:58:37.619318 4900 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\Ms4ejE I1107 19:58:38.339325 4900 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1107 19:58:38.339325 4900 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1107 19:58:38.340327 4900 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1107 19:58:38.340327 4900 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\aPYfLx\cert.pem I1107 19:58:39.894395 4900 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1107 19:58:39.894395 4900 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1107 19:58:39.894395 4900 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1107 19:58:39.895020 4900 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1107 19:58:39.895020 4900 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\UQiHlS\cert.pem I1107 19:58:40.387504 4144 process.cpp:1067] Failed to accept socket: future discarded ``` - Mesos Reviewbot Windows On Nov. 7, 2017, 6:47 p.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63642/ > ----------------------------------------------------------- > > (Updated Nov. 7, 2017, 6:47 p.m.) > > > Review request for mesos, James DeFelice and Jiang Yan Xu. > > > Bugs: MESOS-8169 > https://issues.apache.org/jira/browse/MESOS-8169 > > > Repository: mesos > > > Description > ------- > > Added a test to ensure that the ReregisterSlaveMessage validation > correctly allows duplicate ExecutorIDs as long as they are scoped > to different frameworks. > > > Diffs > ----- > > src/tests/master_validation_tests.cpp > be8c8920fdd6eb72fc77247844a731070db5fa1c > > > Diff: https://reviews.apache.org/r/63642/diff/2/ > > > Testing > ------- > > make check (Fedora 26) with PR #248 applied. > > > Thanks, > > James Peach > >
