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



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

Reviews applied: `['70367', '70449']`

Failed command: `Start-MesosCITesting`

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

Relevant logs:

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

```
I0411 01:38:47.514089 49624 master.cpp:1295] Agent 
bf0feb22-8cac-4623-a4ed-6515690e06ac-S0 at slave(501)@192.10.1.4:53960 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected
I0411 01:38:47.514089 49624 master.cpp:3333] Disconnecting agent 
bf0feb22-8cac-4623-a4ed-6515690e06ac-S0 at slave(501)@192.10.1.4:53960 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0411 01:38:47.514089 49624 master.cpp:3352] Deactivating agent 
bf0feb22-8cac-4623-a4ed-6515690e06ac-S0 at slave(501)@192.10.1.4:53960 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0411 01:38:47.515096 46872 hierarchical.cpp:392] Removed framework 
bf0feb22-8cac-4623-a4ed-6515690e06ac-0000
I0411 01:38:47.515096 46872 hierarchical.cpp:829] Agent 
bf0feb22-8cac-4623-a4ed-6515690e06ac-S0 deactivated
I0411 01:38:47.516201 34032 containerizer.cpp:2576] Destroying container 
e674d164-1da2-403a[       OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 
(795 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (817 ms total)

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

-9b75-93937e31e861 in RUNNING state
I0411 01:38:47.516201 34032 containerizer.cpp:3278] Transitioning the state of 
container e674d164-1da2-403a-9b75-93937e31e861 from RUNNING to DESTROYING
I0411 01:38:47.517092 34032 launcher.cpp:161] Asked to destroy container 
e674d164-1da2-403a-9b75-93937e31e861
W0411 01:38:47.519085 42552 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=1036 to peer '192.10.1.4:56333': IO failed with error 
code: The specified network name is no longer available.

W0411 01:38:47.519085 42552 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=1048 to peer '192.10.1.4:56334': IO failed with error 
code: The specified network name is no longer available.

I0411 01:38:47.605563 47836 containerizer.cpp:3117] Container 
e674d164-1da2-403a-9b75-93937e31e861 has exited
I0411 01:38:47.641528 42880 master.cpp:1135] Master terminating
I0411 01:38:47.643532 50760 hierarchical.cpp:680] Removed agent 
bf0feb22-8cac-4623-a4ed-6515690e06ac-S0
I0411 01:38:48.341681 42552 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On April 11, 2019, 9: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, 9: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