----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68145/#review207500 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['68407', '68143', '68144', '68146', '68410', '68147', '68362', '68145']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2184/mesos-review-68145 Relevant logs: - [mesos-tests.log](http://dcos-win.westus.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2184/mesos-review-68145/logs/mesos-tests.log): ``` I0817 15:07:08.081745 182032 hierarchical.cpp:306] Added framework b824a73a-7a72-4fe8-8862-3276b9234870-0000 E0817 15:07:09.267731 219500 slave.cpp:7269] EXIT with status 1: Failed to perform recovery: Collect failed: Docker ps batch failed Collect failed: Failed to create subprocess 'docker -H npipe:////./pipe/docker_engine inspect mesos-bcd8882f-0760-45d2-a5f6-dfba45bf103e': Failed to call `CreateProcess`: cmd.exe /c "docker -H npipe:////./pipe/docker_engine inspect mesos-bcd8882f-0760-45d2-a5f6-dfba45 d:\dcos\mesos\mesos\src\tests\mock_docker.hpp(155): ERROR: this mock object (used in test DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed) should be deleted but never is. Its address is @0000004773F8BAD0. d:\dcos\mesos\mesos\src\tests\containerizer\docker_containerizer_tests.cpp(3505): ERROR: this mock object (used in test DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed) should be deleted but never is. Its address is @0000004773F8BDF0. d:\dcos\mesos\mesos\src\tests\mock_docker.cpp(48): ERROR: this mock object (used in test DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed) should be deleted but never is. Its address is @000002092858A240. d:\dcos\mesos\mesos\3rdparty\libprocess\include\process\gmock.hpp(247): ERROR: this mock object (used in test DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed) should be deleted but never is. Its address is @0000020950BF2CC8. d:\dcos\mesos\mesos\src\tests\mock_registrar.cpp(54): ERROR: this mock object (used in test DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed) should be deleted but never is. Its address is @00000209545BC210. d:\dcos\mesos\mesos\src\tests\mock_docker.cpp(101): ERROR: this mock object (used in test DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed) should be deleted but never is. Its address is @0000020954622060. ERROR: 6 leaked mock objects found at program exit. bf103e"ao and Jan Schlicht. > > > Bugs: MESOS-8403 > https://issues.apache.org/jira/browse/MESOS-8403 > > > Repository: mesos > > > Description > ------- > > In order to allow proper cleanup the resource provider manager sends a > `REMOVED` to a resource provider when it is being removed. > > The event is not sent reliably, i.e., if the resource provider was > e.g., not subscribed when it was removed we currently will never > attempt to resend the event. > > > Diffs > ----- > > include/mesos/resource_provider/resource_provider.proto > 7c6833378401751a8997ecd3279cf3bf2ad3cbf4 > include/mesos/v1/resource_provider/resource_provider.proto > 535b898b03cd3d81261d62523916cf9a6410a30d > src/resource_provider/manager.cpp abd7e38e5517ea600f9fc9b8a96c7d0d26df0620 > src/resource_provider/storage/provider.cpp > 22c184f45ea43335c3e1e4598f7409a4f05fb38e > src/tests/mesos.hpp 75c5fae8ed30f64c973b1cc290f8540a072cb8a8 > > > Diff: https://reviews.apache.org/r/68145/diff/6/ > > > Testing > ------- > > `make check` > > Additional testing with the test case added in > https://reviews.apache.org/r/68147/. > > > Thanks, > > Benjamin Bannier > >
