----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64211/#review197771 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['65585', '65705', '64211']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64211 Relevant logs: - [libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64211/logs/libprocess-tests-stdout.log): ``` [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0 D:\DCOS\mesos\mesos\3rdparty\libprocess\src\tests\ssl_tests.cpp(446): error: (await_subprocess(client.get(), 0)).failure(): [++++++++++] Subprocess output. [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from SSLClientTest [ RUN ] SSLClientTest.client [ OK ] SSLClientTest.client (20 ms) [----------] 1 test from SSLClientTest (20 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (20 ms total) [ PASSED ] 1 test. [++++++++++] [ FAILED ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0, where GetParam() = "false" (1020 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 [ OK ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 (759 ms) [----------] 4 tests from SSLVerifyIPAdd/SSLTest (2733 ms total) [----------] Global test environment tear-down [==========] 225 tests from 35 test cases ran. (36218 ms total) [ PASSED ] 224 tests. [ FAILED ] 1 test, listed below: [ FAILED ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0, where GetParam() = "false" 1 FAILED TEST YOU HAVE 19 DISABLED TESTS ``` - [libprocess-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64211/logs/libprocess-tests-stderr.log): ``` I0220 11:22:33.139695 7412 process.cpp:929] Stopped the socket accept loop I0220 11:22:33.178696 2512 process.cpp:929] Stopped the socket accept loop I0220 11:22:33.711710 7412 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I0220 11:22:33.711710 7412 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I0220 11:22:33.712712 7412 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\kMSiBI\cert.pem I0220 11:22:33.712712 7412 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\kMSiBI I0220 11:22:34.129721 7412 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I0220 11:22:34.129721 7412 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I0220 11:22:34.129721 7412 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I0220 11:22:34.130722 7412 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\D03t0K\cert.pem I0220 11:22:34.130722 7412 openssl.cpp:566] Using CA dir: C:\Users\mesos\AppData\Local\Temp\D03t0K I0220 11:22:34.329726 7412 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I0220 11:22:34.329726 7412 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I0220 11:22:34.329726 7412 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I0220 11:22:34.329726 7412 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\QKT6bT\cert.pem I0220 11:22:35.306813 7412 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I0220 11:22:35.306813 7412 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I0220 11:22:35.306813 7412 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I0220 11:22:35.306813 7412 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I0220 11:22:35.306813 7412 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\c1fjUJ\cert.pem I0220 11:22:35.944043 8808 process.cpp:929] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On Feb. 20, 2018, 11:09 a.m., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64211/ > ----------------------------------------------------------- > > (Updated Feb. 20, 2018, 11:09 a.m.) > > > Review request for mesos, Benjamin Bannier and Kevin Klues. > > > Bugs: MESOS-8240 > https://issues.apache.org/jira/browse/MESOS-8240 > > > Repository: mesos > > > Description > ------- > > An update of the discarded review /r/52543. > > Works with Autotools and CMake. > > > Diffs > ----- > > CMakeLists.txt 6702f02245e3867c06bbd9efbbf4e3b961a7d9aa > cmake/CompilationConfigure.cmake 50cddf9476c8c5196c4824a7b060c2680a96b277 > configure.ac 30fbadc32d1d96f719d45fa8067f975283c25507 > docs/configuration/cmake.md 1e34657ea55fa324f65f865f7d0a67084c6719d9 > src/CMakeLists.txt 0c135034982a6a4844509cd0e9b2cc41804333ef > src/Makefile.am a2ba1e6de0868c7a4fe58304ec479dce039bc288 > src/python/cli_new/CMakeLists.txt PRE-CREATION > src/python/cli_new/tests/CMakeLists.txt PRE-CREATION > > > Diff: https://reviews.apache.org/r/64211/diff/12/ > > > Testing > ------- > > Testing done on Fedora 25. > > For Autotools: > ``` > $ ./bootstrap > $ mkdir build > $ cd build > $ ../configure --enable-new-cli --disable-java --disable-python > $ make check > ``` > > For CMake: > ``` > $ ./bootstrap > $ mkdir build > $ cd build > $ cmake .. -DENABLE_NEW_CLI=1 > $ cmake --build . -- -j16 > $ ./src/mesos > Mesos CLI > > Usage: > mesos (-h | --help) > mesos --version > mesos <command> [<args>...] > > Options: > -h --help Show this screen. > --version Show version info. > > Commands: > agent Interacts with the Mesos agents > config Interacts with the Mesos CLI configuration file > task Interacts with the tasks running in a Mesos cluster > > See 'mesos help <command>' for more information on a specific command. > $ cmake --build . --target tests -- -j16 > $ ctest -R CLI > Test project /home/agrillet/apache-mesos/build > Start 4: CLITests > 1/1 Test #4: CLITests ......................... Passed 3.63 sec > > 100% tests passed, 0 tests failed out of 1 > ``` > > Checked that the the CLI tests were run, that the content of the directory > `build/src/cli` was as expected, and that `build/src/mesos` was correctly > running. > > > Thanks, > > Armand Grillet > >
