----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69569/#review211333 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['69569']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2708/mesos-review-69569 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2708/mesos-review-69569/logs/mesos-tests.log): ``` I1214 16:20:10.386200 27500 master.cpp:11066] Removing task cf7ec916-ffa1-411d-8974-6254a16b1435 with resources cpus(allocated: *):4; mem(allocated: *):2048; disk(allocated: *):1024; ports(allocated: *):[31000-32000] of framework 8365d3ca-990c-4b1c-a306-742faa1d5cdf-0000 on agent 8365d3ca-990c-4b1c-a306-742faa1d5cdf-S0 at slave(462)@192.10.1.6:53719 (windows-02.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I1214 16:20:10.388198 27500 master.cpp:1275] Agent 8365d3ca-990c-4b1c-a306-742faa1d5cdf-S0 at slave(462)@192.10.1.6:53719 (windows-02.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected I1214 16:20:10.389232 27500 master.cpp:3278] Disconnecting agent 8365d3ca-990c-4b1c-a306-742faa1d5cdf-S0 at slave(462)@192.10.1.6:53719 (windows-02.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I1214 16:20:10.389232 27500 master.cpp:3297] Deactivating agent 8365d3ca-990c-4b1c-a306-742faa1d5cdf-S0 at slave(462)@192.10.1.6:53719 (windows-02.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I1214 16:20:10.389232 25384 hierarchical.cpp:357] Removed framework 8365d3ca-990c-4b1c-a306-742faa1d5cdf-0000 I1214 16:20:10.389232 25384 hierarchical.cpp:801] Agent 8365d3ca-990c-4b1c-a306-742faa1d5cdf-S0 deactivated I1214 16:20:10.390203 28092 containerizer.cpp:2463] Destroying container 6df44046-cae5-4639-9d9b-dfebeba9cf51 in RUNNING state I1214 16:20:10.390203 28092 containerizer.cpp:3130] Transitioning the state of container 6df44046-cae5-4639-9d9b-dfebeba9cf51 from RUNNING to DESTROYING I1214 16:20:10.391240 28092 launcher.cpp:161] Asked to destroy container 6df44046-cae5-4639-9d9b-dfebeba9cf51 W1214 16:20:10.392249 20152 process.cpp:838] Failed to recv on socket Win[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (685 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (704 ms total) [----------] Global test environment tear-down [==========] 1074 tests from 104 test cases ran. (522648 ms total) [ PASSED ] 1073 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage 1 FAILED TEST YOU HAVE 231 DISABLED TESTS dowsFD::Type::SOCKET=6192 to peer '192.10.1.6:55527': IO failed with error code: The specified network name is no longer available. W1214 16:20:10.392249 20152 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=6840 to peer '192.10.1.6:55526': IO failed with error code: The specified network name is no longer available. I1214 16:20:10.471205 27796 containerizer.cpp:2969] Container 6df44046-cae5-4639-9d9b-dfebeba9cf51 has exited I1214 16:20:10.500232 26312 master.cpp:1117] Master terminating I1214 16:20:10.501204 25384 hierarchical.cpp:643] Removed agent 8365d3ca-990c-4b1c-a306-742faa1d5cdf-S0 I1214 16:20:10.888195 20152 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On Dec. 14, 2018, 4:17 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69569/ > ----------------------------------------------------------- > > (Updated Dec. 14, 2018, 4:17 p.m.) > > > Review request for mesos, Chun-Hung Hsiao and Greg Mann. > > > Bugs: MESOS-9479 > https://issues.apache.org/jira/browse/MESOS-9479 > > > Repository: mesos > > > Description > ------- > > The helper function to set up the message was set up to receive > arguments, but we missed implementing the code making use of the values. > This went undiscovered as previously only used a mock resource provider. > > > Diffs > ----- > > src/common/protobuf_utils.cpp 583f0ab0dd874602bbd20731f1f32116a425ebc4 > src/tests/master_tests.cpp 3bff7a13bb8013ef91b72c14ace23ee94bc190e9 > src/tests/storage_local_resource_provider_tests.cpp > 7887bd5ec300be3cc093886525d71b3e09bbf085 > > > Diff: https://reviews.apache.org/r/69569/diff/1/ > > > Testing > ------- > > * `make check` > * ran added test in repeatition, both with and without additional stress on > the system > > > Thanks, > > Benjamin Bannier > >
