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



FAIL: Some of the unit tests failed. Please check the relevant logs.

Reviews applied: `['69725', '69708']`

Failed command: `Start-MesosCITesting`

All the build artifacts available at: 
http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2767/mesos-review-69708

Relevant logs:

- 
[mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2767/mesos-review-69708/logs/mesos-tests.log):

```
W0112 00:29:29.560850  9596 slave.cpp:3933] Ignoring shutdown framework 
a951cfb5-22f9-465f-aea6-78cb8c69a509-0000 because it is terminating
I0112 00:29:29.562861  5488 master.cpp:1269] Agent 
a951cfb5-22f9-465f-aea6-78cb8c69a509-S0 at slave(468)@192.10.1.7:53717 
(windows-03.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected
I0112 00:29:29.562861  5488 master.cpp:3272] Disconnecting agent 
a951cfb5-22f9-465f-aea6-78cb8c69a509-S0 at slave(468)@192.10.1.7:53717 
(windows-03.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0112 00:29:29.562861  5488 master.cpp:3291] Deactivating agent 
a951cfb5-22f9-465f-aea6-78cb8c69a509-S0 at slave(468)@192.10.1.7:53717 
(windows-03.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0112 00:29:29.563850 11484 hierarchical.cpp:358] Removed framework 
a951cfb5-22f9-465f-aea6-78cb8c69a509-0000
I0112 00:29:29.563850 11484 hierarchical.cpp:802] Agent 
a951cfb5-22f9-465f-aea6-78cb8c69a509-S0 deactivated
I0112 00:29:29.564949  5816 containerizer.cpp:2469] Destroying container 
8d4b3c4b-f668-485d-b8c3-6232cad7f367 in RUNNING state
I0112 00:29:29.564949  5816 containerizer.cpp:3136] Transitioning the state of 
container 8d4b3c4b-f668-485d-b8c3-6232cad7f367 from RUNNING to DESTROYING
I0112 00:29:29.565852  5816 launcher.cpp:161] Asked to destroy container 
8d4b3c4b-f668-485d-b8c3-6232cad7f367
W0112 00:29:29.566875 13088 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=6652 to peer '192.10.1.7:55574': IO failed with error 
code: Th[       OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (686 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (703 ms total)

[----------] Global test environment tear-down
[==========] 1085 tests from 104 test cases ran. (500840 ms total)
[  PASSED  ] 1084 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_FetchBlob

 1 FAILED TEST
  YOU HAVE 231 DISABLED TESTS

e specified network name is no longer available.

W0112 00:29:29.566875 13088 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=6864 to peer '192.10.1.7:55575': IO failed with error 
code: The specified network name is no longer available.

I0112 00:29:29.653100  1348 containerizer.cpp:2975] Container 
8d4b3c4b-f668-485d-b8c3-6232cad7f367 has exited
I0112 00:29:29.682101  9596 master.cpp:1109] Master terminating
I0112 00:29:29.684077  7516 hierarchical.cpp:644] Removed agent 
a951cfb5-22f9-465f-aea6-78cb8c69a509-S0
I0112 00:29:29.962090 13088 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On Jan. 12, 2019, 12:27 a.m., Chun-Hung Hsiao wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69708/
> -----------------------------------------------------------
> 
> (Updated Jan. 12, 2019, 12:27 a.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, BenjaminVW BenjaminVW, Gastón 
> Kleiman, Joseph Wu, Till Toenshoff, and Vinod Kone.
> 
> 
> Bugs: MESOS-9519
>     https://issues.apache.org/jira/browse/MESOS-9519
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This patch cherry-picks an unofficial commit to disable ALPN compilation
> if only OpenSSL 1.0.1 is on the system.
> 
> 
> Diffs
> -----
> 
>   3rdparty/CMakeLists.txt 703808d063e4bba58f647b5d48b78724003bcc4e 
>   3rdparty/grpc-1.10.0.patch 655f00387a6b308b653b23053419ec05c8b22144 
>   3rdparty/grpc.md e06843c8b6038eb9fb809241686fd611d1daedc8 
> 
> 
> Diff: https://reviews.apache.org/r/69708/diff/3/
> 
> 
> Testing
> -------
> 
> OS=ubuntu:14.04 BUILDTOOL=cmake COMPILER=gcc CONFIGURATION='--verbose 
> --enable-libevent --enable-ssl' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1' 
> support/docker-build.sh
> OS=ubuntu:16.04 BUILDTOOL=cmake COMPILER=gcc CONFIGURATION='--verbose 
> --enable-libevent --enable-ssl' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1' 
> support/docker-build.sh (to make sure that it works with OpenSSL 1.0.2. Also 
> manually inspected that ALPN symbols are linked).
> 
> NOTE: The patch itself does not depend on r/69725, but the ubuntu:16.04 test 
> above does.
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>

Reply via email to