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



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

Reviews applied: `['70084']`

Failed command: `Start-MesosCITesting`

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

Relevant logs:

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

```
I0410 20:57:44.168927 30616 master.cpp:1295] Agent 
3192a4a4-f267-4883-9794-d6140afc7aa6-S0 at slave(501)@192.10.1.4:62154 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected
I0410 20:57:44.168927 30616 master.cpp:3333] Disconnecting agent 
3192a4a4-f267-4883-9794-d6140afc7aa6-S0 at slave(501)@192.10.1.4:62154 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0410 20:57:44.168927 30616 master.cpp:3352] Deactivating agent 
3192a4a4-f267-4883-9794-d6140afc7aa6-S0 at slave(501)@192.10.1.4:62154 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0410 20:57:44.168927 36028 hierarchical.cpp:392] Removed framework 
3192a4a4-f267-4883-9794-d6140afc7aa6-0000
I0410 20:57:44.170111 36028 hierarchical.cpp:829] Agent 
3192a4a4-f267-4883-9794-d6140afc7aa6-S0 deactivated
I0410 20:57:44.170111 48784 containerizer.cpp:2576] Destroying container 
3f52935d-a920-4595-a4be-81cc94bdf413 in RUNNING state
I0410 20:57:44.170111 48784 containerizer.cpp:3278] Transitioning the state of 
container 3f52935d-a920-4595-a4be-81cc94[       OK ] 
IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (779 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (797 ms total)

[----------] Global test environment tear-down
[==========] 1159 tests from 108 test cases ran. (596952 ms total)
[  PASSED  ] 1157 tests.
[  FAILED  ] 2 tests, listed below:
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName

 2 FAILED TESTS
  YOU HAVE 233 DISABLED TESTS

bdf413 from RUNNING to DESTROYING
I0410 20:57:44.170917 48784 launcher.cpp:161] Asked to destroy container 
3f52935d-a920-4595-a4be-81cc94bdf413
W0410 20:57:44.171900 45660 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=8384 to peer '192.10.1.4:64552': IO failed with error 
code: The specified network name is no longer available.

W0410 20:57:44.172912 45660 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=8388 to peer '192.10.1.4:64553': IO failed with error 
code: The specified network name is no longer available.

I0410 20:57:44.219914 30616 containerizer.cpp:3117] Container 
3f52935d-a920-4595-a4be-81cc94bdf413 has exited
I0410 20:57:44.252902 48240 master.cpp:1135] Master terminating
I0410 20:57:44.254945 48812 hierarchical.cpp:680] Removed agent 
3192a4a4-f267-4883-9794-d6140afc7aa6-S0
I0410 20:57:44.895905 45660 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On April 10, 2019, 6:26 p.m., Chun-Hung Hsiao wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70084/
> -----------------------------------------------------------
> 
> (Updated April 10, 2019, 6:26 p.m.)
> 
> 
> Review request for mesos, Gilbert Song, Greg Mann, Jie Yu, Meng Zhu, and 
> Vinod Kone.
> 
> 
> Bugs: MESOS-8467
>     https://issues.apache.org/jira/browse/MESOS-8467
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> When launching executors and tasks, there is no guarantee that the
> executors still remain after `Slave::publishResources` is returned. If
> not, the executor struct should not be dereferenced and the executor
> containers should not be launched at all.
> 
> NOTE: The patch makes `Slave::launchExecutor` called asynchronously even
> if there is no secret generator. However this should not affect the
> correctness of executor launching.
> 
> 
> Diffs
> -----
> 
>   src/slave/slave.hpp 2bffdc4b1e282d3c6dae2dcf23584a8a4550bf94 
>   src/slave/slave.cpp 794a9c986b266b4916f6fbada670142798245bd1 
> 
> 
> Diff: https://reviews.apache.org/r/70084/diff/2/
> 
> 
> Testing
> -------
> 
> sudo make check
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>

Reply via email to