----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70428/#review214483 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['70399', '70400', '70401', '70402', '70403', '70404', '70427', '70428']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3121/mesos-review-70428 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3121/mesos-review-70428/logs/mesos-tests.log): ``` I0409 03:20:33.561923 43904 master.cpp:1295] Agent 11f52886-a7e8-4c2a-85fc-92b3ce6c4739-S0 at slave(500)@192.10.1.4:59266 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected I0409 03:20:33.561923 43904 master.cpp:3333] Disconnecting agent 11f52886-a7e8-4c2a-85fc-92b3ce6c4739-S0 at slave(500)@192.10.1.4:59266 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0409 03:20:33.561923 43904 master.cpp:3352] Deactivating agent 11f52886-a7e8-4c2a-85fc-92b3ce6c4739-S0 at slave(500)@192.10.1.4:59266 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0409 03:20:33.561923 43816 hierarchical.cpp:392] Removed framework 11f52886-a7e8-4c2a-85fc-92b3ce6c4739-0000 I0409 03:20:33.562727 43816 hierarchical.cpp:829] Agent 11f52886-a7e8-4c2a-85fc-92b3ce6c4739-S0 deactivated I0409 03:20:33.563740 43872 containerizer.cpp:2576] Destroying container 27fd9542-8b37-4462-b4c0-[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (670 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (688 ms total) [----------] Global test environment tear-down [==========] 1158 tests from 108 test cases ran. (591851 ms total) [ PASSED ] 1156 tests. [ FAILED ] 2 tests, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName 2 FAILED TESTS YOU HAVE 233 DISABLED TESTS a61366ccf912 in RUNNING state I0409 03:20:33.563740 43872 containerizer.cpp:3278] Transitioning the state of container 27fd9542-8b37-4462-b4c0-a61366ccf912 from RUNNING to DESTROYING I0409 03:20:33.564735 43872 launcher.cpp:161] Asked to destroy container 27fd9542-8b37-4462-b4c0-a61366ccf912 W0409 03:20:33.564735 34308 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=2380 to peer '192.10.1.4:61653': IO failed with error code: The specified network name is no longer available. W0409 03:20:33.564735 34308 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=2848 to peer '192.10.1.4:61654': IO failed with error code: The specified network name is no longer available. I0409 03:20:33.570716 33304 containerizer.cpp:3117] Container 27fd9542-8b37-4462-b4c0-a61366ccf912 has exited I0409 03:20:33.598742 38896 master.cpp:1135] Master terminating I0409 03:20:33.600736 34476 hierarchical.cpp:680] Removed agent 11f52886-a7e8-4c2a-85fc-92b3ce6c4739-S0 I0409 03:20:34.176753 34308 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On April 8, 2019, 9:04 p.m., Chun-Hung Hsiao wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70428/ > ----------------------------------------------------------- > > (Updated April 8, 2019, 9:04 p.m.) > > > Review request for mesos and Benjamin Bannier. > > > Bugs: MESOS-9626 > https://issues.apache.org/jira/browse/MESOS-9626 > > > Repository: mesos > > > Description > ------- > > The `mesos::csi::VolumeManager::create` function now first creates a > `ServiceManager` to detect the API version, then instantiate the proper > `VolumeManager` based on it. > > NOTE: This patch enables CSI v1 by default for all SLRP-related unit > tests except for test `RetryRpcWithExponentialBackoff`. > > > Diffs > ----- > > src/csi/service_manager.hpp 5dd6bc7e044670c7416e2fc452ef46a2a50a6cf5 > src/csi/service_manager.cpp 0a3663cfd0dae2672a11eebcb6ffa3f8fad68ae0 > src/csi/v0_volume_manager.hpp 6c15f290389dfa150edf073c6033f0580e2e32b3 > src/csi/v0_volume_manager.cpp 7de900095bb86c207869c599c17ca08838e722be > src/csi/v0_volume_manager_process.hpp > 88073e423559f1fc5d171dbbac26e46472589e5a > src/csi/v1_volume_manager.hpp PRE-CREATION > src/csi/v1_volume_manager.cpp PRE-CREATION > src/csi/v1_volume_manager_process.hpp PRE-CREATION > src/csi/volume_manager.hpp cc20f461868b6b578b7e55ca0df66fbe26d8cd49 > src/csi/volume_manager.cpp cbe45cb439defbdd22bc57648b455e69679bdb4f > src/resource_provider/storage/provider.cpp > 2dc5c26b11f3fff179b4357b0dcc149e93d4e12f > src/tests/storage_local_resource_provider_tests.cpp > da8db41b867d04b4236ad3515811fc00318c619c > > > Diff: https://reviews.apache.org/r/70428/diff/1/ > > > Testing > ------- > > make check > > > Thanks, > > Chun-Hung Hsiao > >
