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



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

Reviews applied: `['70449']`

Failed command: `Start-MesosCITesting`

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

Relevant logs:

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

```
I0411 15:51:50.208189 51304 hierarchical.cpp:392] Removed framework 
63054923-4695-419a-82cb-e6a193c28df5-0000
I0411 15:51:50.209179 50224 master.cpp:1295] Agent 
63054923-4695-419a-82cb-e6a193c28df5-S0 at slave(501)@192.10.1.4:53901 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected
I0411 15:51:50.209179 50224 master.cpp:3333] Disconnecting agent 
63054923-4695-419a-82cb-e6a193c28df5-S0 at slave(501)@192.10.1.4:53901 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0411 15:51:50.209179 50224 master.cpp:3352] Deactivating agent 
63054923-4695-419a-82cb-e6a193c28df5-S0 at slave(501)@192.10.1.4:53901 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0411 15:51:50.210281 52072 hierarchical.cpp:829] Agent 
63054923-4695-419a-82cb-e6a193c28df5-S0 deactivated
I0411 15:51:50.212175 50224 containerizer.cpp:2576] Destroying container 
6d8a9f10-a9f1-4ed2-b391-9e2a018f7829[       OK ] 
IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (882 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (901 ms total)

[----------] Global test environment tear-down
[==========] 1159 tests from 108 test cases ran. (596931 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

 in RUNNING state
I0411 15:51:50.212175 50224 containerizer.cpp:3278] Transitioning the state of 
container 6d8a9f10-a9f1-4ed2-b391-9e2a018f7829 from RUNNING to DESTROYING
I0411 15:51:50.212175 50224 launcher.cpp:161] Asked to destroy container 
6d8a9f10-a9f1-4ed2-b391-9e2a018f7829
W0411 15:51:50.214222 53040 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=13844 to peer '192.10.1.4:56334': IO failed with error 
code: The specified network name is no longer available.

W0411 15:51:50.215183 53040 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=13264 to peer '192.10.1.4:56335': IO failed with error 
code: The specified network name is no longer available.

I0411 15:51:50.278093 52672 containerizer.cpp:3117] Container 
6d8a9f10-a9f1-4ed2-b391-9e2a018f7829 has exited
I0411 15:51:50.317072 47116 master.cpp:1135] Master terminating
I0411 15:51:50.319082 50224 hierarchical.cpp:680] Removed agent 
63054923-4695-419a-82cb-e6a193c28df5-S0
I0411 15:51:51.366087 53040 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On April 11, 2019, 1:30 a.m., Chun-Hung Hsiao wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70449/
> -----------------------------------------------------------
> 
> (Updated April 11, 2019, 1:30 a.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, Greg Mann, and Vinod Kone.
> 
> 
> Bugs: MESOS-9711
>     https://issues.apache.org/jira/browse/MESOS-9711
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> After an agent failover, an HTTP executor may resubscribe before any
> resource provider resubscribes. If that happens and the executor
> has tasks consuming resources from an unsubscribed resource provider,
> the agent will fail to publish the resources and kill the executor,
> which is an undesired behavior. The patch fixes this issue.
> 
> 
> Diffs
> -----
> 
>   src/slave/slave.cpp 794a9c986b266b4916f6fbada670142798245bd1 
>   src/tests/slave_tests.cpp b1c3a01031b917fb9773c8c890a8f88838870559 
> 
> 
> Diff: https://reviews.apache.org/r/70449/diff/4/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>

Reply via email to