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



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

Reviews applied: `['69009', '69085', '69010']`

Failed command: `Start-MesosCITesting`

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

Relevant logs:

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

```
I1030 23:22:25.074347  4972 executor.cpp:918] Sending SIGTERM to process tree 
at pid 710ing shutdown framework 4ab0579b-d229-4918-86e3-d71a8f53c9ef-0000 
because it is terminating
I1030 23:22:25.076347  1988 master.cpp:1273] Agent 
4ab0579b-d229-4918-86e3-d71a8f53c9ef-S0 at slave(461)@192.10.1.7:51130 
(windows-04.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected
I1030 23:22:25.076347  1988 master.cpp:3289] Disconnecting agent 
4ab0579b-d229-4918-86e3-d71a8f53c9ef-S0 at slave(461)@192.10.1.7:51130 
(windows-04.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I1030 23:22:25.076347  1988 master.cpp:3308] Deactivating agent 
4ab0579b-d229-4918-86e3-d71a8f53c9ef-S0 at slave(461)@192.10.1.7:51130 
(windows-04.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I1030 23:22:25.076347  7404 hierarchical.cpp:357] Removed framework 
4ab0579b-d229-4918-86e3-d71a8f53c9ef-0000
I1030 23:22:25.077354  7404 hierarchical.cpp:801] Agent 
4ab0579b-d229-4918-86e3-d71a8f53c9ef-S0 deactivated
I1030 23:22:25.078361  6516 containerizer.cpp:2455] Destroying container 
b06dea4d-5f82-4a26-8d1f-8cac5d1b8a74 in R[       OK ] 
IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (588 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (606 ms total)

[----------] Global test environment tear-down
[==========] 1053 tests from 103 test cases ran. (522189 ms total)
[  PASSED  ] 1052 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName

 1 FAILED TEST
  YOU HAVE 231 DISABLED TESTS

UNNING state
I1030 23:22:25.078361  6516 containerizer.cpp:3122] Transitioning the state of 
container b06dea4d-5f82-4a26-8d1f-8cac5d1b8a74 from RUNNING to DESTROYING
I1030 23:22:25.078361  6516 launcher.cpp:166] Asked to destroy container 
b06dea4d-5f82-4a26-8d1f-8cac5d1b8a74
W1030 23:22:25.079360  1520 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=984 to peer '192.10.1.7:52974': IO failed with error 
code: The specified network name is no longer available.

W1030 23:22:25.080353  1520 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=2968 to peer '192.10.1.7:52975': IO failed with error 
code: The specified network name is no longer available.

I1030 23:22:25.111367  5096 containerizer.cpp:2961] Container 
b06dea4d-5f82-4a26-8d1f-8cac5d1b8a74 has exited
I1030 23:22:25.140349  7296 master.cpp:1115] Master terminating
I1030 23:22:25.141355  6516 hierarchical.cpp:643] Removed agent 
4ab0579b-d229-4918-86e3-d71a8f53c9ef-S0
I1030 23:22:25.381356  1520 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On Oct. 30, 2018, 2:08 p.m., Chun-Hung Hsiao wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69010/
> -----------------------------------------------------------
> 
> (Updated Oct. 30, 2018, 2:08 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
> 
> 
> Bugs: MESOS-9281
>     https://issues.apache.org/jira/browse/MESOS-9281
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Currently if a system crashes, SLRP checkpoints might not be synced to
> the filesystem, so it is possible that an old or empty checkpoint will
> be read upon recovery. Moreover, if a CSI call has been issued right
> before the crash, the recovered state may be inconsistent with the
> actual state reported by the plugin. For example, the plugin might have
> created a volume but the checkpointed state does not know about it.
> 
> To avoid this inconsistency, we always call fsync()  when checkpointing
> SLRP states.
> 
> 
> Diffs
> -----
> 
>   src/resource_provider/storage/provider.cpp 
> db783b53558811081fb2671e005e8bbbd9edbede 
>   src/slave/state.hpp 003211e4670c1092acb1634220d76bafd39e3a20 
> 
> 
> Diff: https://reviews.apache.org/r/69010/diff/7/
> 
> 
> Testing
> -------
> 
> make check
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>

Reply via email to