-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65202/#review196278
-----------------------------------------------------------



FAIL: Some Mesos libprocess-tests failed.

Reviews applied: `['65201', '65343', '65298', '65202']`

Failed command: 
`D:\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/65202

Relevant logs:

- 
[libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65202/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 (24 ms)

[----------] 1 test from SSLClientTest (24 ms total)



[----------] Global test environment tear-down

[==========] 1 test from 1 test case ran. (24 ms total)

[  PASSED  ] 1 test.

[++++++++++]

[  FAILED  ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0, where GetParam() = 
"false" (929 ms)
[ RUN      ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1
[       OK ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 (1068 ms)
[----------] 4 tests from SSLVerifyIPAdd/SSLTest (2621 ms total)

[----------] Global test environment tear-down
[==========] 225 tests from 35 test cases ran. (37269 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/65202/logs/libprocess-tests-stderr.log):

```
I0125 19:34:10.232604  9908 process.cpp:928] Stopped the socket accept loop
I0125 19:34:10.260606  7192 process.cpp:928] Stopped the socket accept loop
I0125 19:34:10.571630  9908 openssl.cpp:514] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I0125 19:34:10.571630  9908 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT 
implies peer certificate verification.
LIBPROCESS_SSL_VERIFY_CERT set to true
I0125 19:34:10.572629  9908 openssl.cpp:563] Using CA file: 
C:\Users\mesos\AppData\Local\Temp\buu4oy\cert.pem
I0125 19:34:10.572629  9908 openssl.cpp:566] Using CA dir: 
C:\Users\mesos\AppData\Local\Temp\buu4oy
I0125 19:34:10.881605  9908 openssl.cpp:514] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I0125 19:34:10.881605  9908 openssl.cpp:526] Will use IP address verification 
in subject alternative name certificate extension.
I0125 19:34:10.881605  9908 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT 
implies peer certificate verification.
LIBPROCESS_SSL_VERIFY_CERT set to true
I0125 19:34:10.882632  9908 openssl.cpp:563] Using CA file: 
C:\Users\mesos\AppData\Local\Temp\LQDpyl\cert.pem
I0125 19:34:10.882632  9908 openssl.cpp:566] Using CA dir: 
C:\Users\mesos\AppData\Local\Temp\LQDpyl
I0125 19:34:11.022629  9908 openssl.cpp:509] CA directory path unspecified! 
NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I0125 19:34:11.022629  9908 openssl.cpp:514] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I0125 19:34:11.022629  9908 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT 
implies peer certificate verification.
LIBPROCESS_SSL_VERIFY_CERT set to true
I0125 19:34:11.023630  9908 openssl.cpp:563] Using CA file: 
C:\Users\mesos\AppData\Local\Temp\jg5RTU\cert.pem
I0125 19:34:12.201304  9908 openssl.cpp:509] CA directory path unspecified! 
NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath>
I0125 19:34:12.201304  9908 openssl.cpp:514] Will not verify peer certificate!
NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification
I0125 19:34:12.202304  9908 openssl.cpp:526] Will use IP address verification 
in subject alternative name certificate extension.
I0125 19:34:12.202304  9908 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT 
implies peer certificate verification.
LIBPROCESS_SSL_VERIFY_CERT set to true
I0125 19:34:12.202304  9908 openssl.cpp:563] Using CA file: 
C:\Users\mesos\AppData\Local\Temp\1PY1Yl\cert.pem
I0125 19:34:12.915971 13100 process.cpp:928] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On Jan. 25, 2018, 7:29 p.m., James Peach wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/65202/
> -----------------------------------------------------------
> 
> (Updated Jan. 25, 2018, 7:29 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier and Gaston Kleiman.
> 
> 
> Bugs: MESOS-7016
>     https://issues.apache.org/jira/browse/MESOS-7016
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Rather than hard-coding a 15sec test timeout, use the libprocess
> `DEFAULT_TEST_TIMEOUT` variable so that this can be globally
> tuned. Added a test flag `--default_timeout` that can be used
> to set the `DEFAULT_TEST_TIMEOUT` on a test run.
> 
> 
> Diffs
> -----
> 
>   src/tests/agent_container_api_tests.cpp 
> 618569277545205017320aaf1f3a70e540d35e30 
>   src/tests/containerizer/cgroups_isolator_tests.cpp 
> 5412a7eccaa836a7f182772f1eb33b10298c96a1 
>   src/tests/containerizer/xfs_quota_tests.cpp 
> d761ea46fd4f12c6bed74090bf5ead7587f16811 
>   src/tests/disk_quota_tests.cpp 31cf4c44b1494afd3501046abffd303c7a1307f8 
>   src/tests/fetcher_cache_tests.cpp 7db7b7dcef27b1686ccae5a7408ff2811a3b9255 
>   src/tests/flags.hpp df4d4588f405ea884bb89021264e70218e054fae 
>   src/tests/flags.cpp 4542f3443830474edd97e8b695af0c61685e947c 
>   src/tests/gc_tests.cpp 0e34c017f2c629b527915218f517b88d8392aa4b 
>   src/tests/main.cpp f945ac9e8858998174b4c2785f6a5612bae66a41 
>   src/tests/master_contender_detector_tests.cpp 
> 015d310b72a152829641d436f7cb558f72dfd77c 
>   src/tests/registrar_tests.cpp cbb58c1cd72dc13ed16b5465452d17526255c763 
>   src/tests/slave_recovery_tests.cpp 6dcbedb94a2c7b3d65770fc89920c0cad1298d1f 
>   src/tests/slave_tests.cpp a5ae9d12445de0a9fb254a59fe0165d7aaca9a90 
> 
> 
> Diff: https://reviews.apache.org/r/65202/diff/4/
> 
> 
> Testing
> -------
> 
> make check (Fedora 27).
> 
> 
> Thanks,
> 
> James Peach
> 
>

Reply via email to