----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70484/#review214692 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['70482', '70483', '70484']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3186/mesos-review-70484 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3186/mesos-review-70484/logs/mesos-tests.log): ``` I0416 13:50:46.111204 62932 master.cpp:11729] Removing task 6ac7caed-a1f4-4ed0-8788-76a907421165 with resources cpus(allocated: *):4; mem(allocated: *):2048; disk(allocated: *):1024; ports(allocated: *):[31000-32000] of framework 07d15959-f0cd-409c-89ac-be8254e97e06-0000 on agent 07d15959-f0cd-409c-89ac-be8254e97e06-S0 at slave(501)@192.10.1.4:62945 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0416 13:50:46.115206 62932 master.cpp:1295] Agent 07d15959-f0cd-409c-89ac-be8254e97e06-S0 at slave(501)@192.10.1.4:62945 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected I0416 13:50:46.115206 62932 master.cpp:3333] Disconnecting agent 07d15959-f0cd-409c-89ac-be8254e97e06-S0 at slave(501)@192.10.1.4:62945 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0416 13:50:46.116211 62932 master.cpp:3352] Deactivating agent 07d15959-f0cd-409c-89ac-be8254e97e06-S0 at slave(501)@192.10.1.4:62945 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0416 13:50:46.116211 64356 hierarchical.cpp:392] Removed framework 07d15959-f0cd-409c-89ac-be8254e97e06-0000 I0416 13:50:46.117193 64356 hierarchical.cpp:829] Agent 07d15959-f0cd-409c-89ac-be8254e97e06-S0 deactivated I0416 13:50:46.118198 63680 containerizer.cpp:2576] Destroying container 922cf2e2-99a8-44c5-b17d-2c9412a25434 in RUNNING state I0416 13:50:46.118198 63680 containerizer.cpp:3278] Transitioning the state of container 922cf2e2-99a8-44c5-b17d-2c9412a25434 from RUNNING to DESTROYING I0416 13:50:46.119233 63680 launcher.cpp:161] Asked to destroy container 922cf2e2-99a8-44c5-b17d-2c9412a25434 W0416 13:50:46.120198 62724 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=3312 to peer '192.10.1.4:65401': IO failed with error code: The specified network name is no longer available. W0416 13:50:46.120198 62724 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=4384 to peer '192.10.1.4:65402': IO failed with error code: The specified network name is no long[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (770 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (798 ms total) [----------] Global test environment tear-down [==========] 1160 tests from 108 test cases ran. (655626 ms total) [ PASSED ] 1159 tests. [ FAILED ] 1 test, listed below: [ FAILED ] CommandExecutorCheckTest.CommandCheckTimeout 1 FAILED TEST YOU HAVE 233 DISABLED TESTS er available. I0416 13:50:46.128202 50556 containerizer.cpp:3117] Container 922cf2e2-99a8-44c5-b17d-2c9412a25434 has exited I0416 13:50:46.158262 58052 master.cpp:1135] Master terminating I0416 13:50:46.160190 64356 hierarchical.cpp:680] Removed agent 07d15959-f0cd-409c-89ac-be8254e97e06-S0 I0416 13:50:47.010226 62724 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On April 16, 2019, 6:08 a.m., Gilbert Song wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70484/ > ----------------------------------------------------------- > > (Updated April 16, 2019, 6:08 a.m.) > > > Review request for mesos, Andrei Budnik, Jie Yu, Qian Zhang, and Zhitao Li. > > > Bugs: MESOS-9704 > https://issues.apache.org/jira/browse/MESOS-9704 > > > Repository: mesos > > > Description > ------- > > After the docker manifest v2 schema2 support, the manifest config > is saved as a layer in image store. However, the config file > cannot survive if the image GC is triggered. > > This patch supports checkpointing the config path in provisioner, > so that the provisioner has the information of configs so that > they will not be deleted during GC. > > > Diffs > ----- > > src/slave/containerizer/mesos/provisioner/docker/metadata_manager.cpp > 53de6253257b37173ccc8b7f90f8aa422ed0430a > src/slave/containerizer/mesos/provisioner/docker/store.cpp > 36b2c7de87bcdfd3e2af6477499572b235ea1933 > src/slave/containerizer/mesos/provisioner/provisioner.cpp > ac402fbead81e4b356cb35cea08a00049002e870 > > > Diff: https://reviews.apache.org/r/70484/diff/1/ > > > Testing > ------- > > > Thanks, > > Gilbert Song > >
