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



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

Reviews applied: `['70200']`

Failed command: `Start-MesosCITesting`

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

Relevant logs:

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

```
I0314 02:38:05.019166  7228 exec shutdown framework 
55cee390-4666-4e16-91c5-2d72ce153f11-0000 because it is terminating
I0314 02:38:05.021153  5740 master.cpp:1295] Agent 
55cee390-4666-4e16-91c5-2d72ce153f11-S0 at slave(494)@192.10.1.4:55368 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected
I0314 02:38:05.021153  5740 master.cpp:3330] Disconnecting agent 
55cee390-4666-4e16-91c5-2d72ce153f11-S0 at slave(494)@192.10.1.4:55368 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0314 02:38:05.022153  5740 master.cpp:3349] Deactivating agent 
55cee390-4666-4e16-91c5-2d72ce153f11-S0 at slave(494)@192.10.1.4:55368 
(windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net)
I0314 02:38:05.022153  5348 hierarchical.cpp:390] Removed framework 
55cee390-4666-4e16-91c5-2d72ce153f11-0000
I0314 02:38:05.022153  5348 hierarchical.cpp:827] Agent 
55cee390-4666-4e16-91c5-2d72ce153f11-S0 deactivated
I0314 02:38:05.024169 13204 containerizer.cpp:2576] Destroying container 
0756fecb-dda5-4d9b-ab60-f7ba9fccc0d5 in RUNN[       OK ] 
IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (691 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (708 ms total)

[----------] Global test environment tear-down
[==========] 1115 tests from 106 test cases ran. (540795 ms total)
[  PASSED  ] 1114 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_FetchBlob

 1 FAILED TEST
  YOU HAVE 232 DISABLED TESTS

ING state
I0314 02:38:05.024169 13204 containerizer.cpp:3278] Transitioning the state of 
container 0756fecb-dda5-4d9b-ab60-f7ba9fccc0d5 from RUNNING to DESTROYING
I0314 02:38:05.024169 13204 launcher.cpp:161] Asked to destroy container 
0756fecb-dda5-4d9b-ab60-f7ba9fccc0d5
W0314 02:38:05.025177 11352 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=3720 to peer '192.10.1.4:57708': IO failed with error 
code: The specified network name is no longer available.

W0314 02:38:05.026144 11352 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=2140 to peer '192.10.1.4:57709': IO failed with error 
code: The specified network name is no longer available.

I0314 02:38:05.093176  5348 containerizer.cpp:3117] Container 
0756fecb-dda5-4d9b-ab60-f7ba9fccc0d5 has exited
I0314 02:38:05.126160  4404 master.cpp:1135] Master terminating
I0314 02:38:05.127148 11604 hierarchical.cpp:678] Removed agent 
55cee390-4666-4e16-91c5-2d72ce153f11-S0
I0314 02:38:05.405552 11352 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On March 14, 2019, 1:41 a.m., Greg Mann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/70200/
> -----------------------------------------------------------
> 
> (Updated March 14, 2019, 1:41 a.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, Benjamin Mahler, Chun-Hung Hsiao, 
> Gastón Kleiman, James DeFelice, Megha Sharma, and Jiang Yan Xu.
> 
> 
> Bugs: MESOS-9648
>     https://issues.apache.org/jira/browse/MESOS-9648
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This patch updates the v1 scheduler API's RECONCILE_OPERATIONS
> call to provide a 202 Accepted response with an empty body,
> rather than a response containing all reconciliation results.
> In this new scheme, reconciliation requests are satisfied with
> operation status updates on the scheduler's event stream.
> Related tests are also updated.
> 
> NOTE that this is a breaking change for schedulers consuming
> the experimental operation reconciliation API.
> 
> 
> Diffs
> -----
> 
>   src/master/http.cpp d6d47405f871f88235cc203ef5cf9f1460754e0c 
>   src/master/master.hpp 953cc5b8ab6a8e1920a3ad63fb2dd6382e3603ec 
>   src/master/master.cpp dc68fc324de7242737123015fbac19a2129778ce 
>   src/tests/operation_reconciliation_tests.cpp 
> 6a815ad694e2a608ce324715c920833f825793a0 
>   src/tests/storage_local_resource_provider_tests.cpp 
> 7945384867f26fa15dc734a235ae509d5d6d350f 
> 
> 
> Diff: https://reviews.apache.org/r/70200/diff/2/
> 
> 
> Testing
> -------
> 
> `make check`
> 
> 
> Thanks,
> 
> Greg Mann
> 
>

Reply via email to