----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67777/#review205707 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['67444', '67777']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67777 Relevant logs: - [mesos-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67777/logs/mesos-tests-stdout.log): ``` [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DestroyWhilePulling [ OK ] DockerContainerizerTest.ROOT_DOCKER_DestroyWhilePulling (802 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DestroyUnknownContainer [ OK ] DockerContainerizerTest.ROOT_DOCKER_DestroyUnknownContainer (603 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed [ OK ] DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed (1225 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_FetchFailure [ OK ] DockerContainerizerTest.ROOT_DOCKER_FetchFailure (800 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DockerPullFailure [ OK ] DockerContainerizerTest.ROOT_DOCKER_DockerPullFailure (800 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DockerInspectDiscard [ OK ] DockerContainerizerTest.ROOT_DOCKER_DockerInspectDiscard (1005 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_WaitUnknownContainer [ OK ] DockerContainerizerTest.ROOT_DOCKER_WaitUnknownContainer (598 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_NoTransitionFromKillingToRunning [ OK ] DockerContainerizerTest.ROOT_DOCKER_NoTransitionFromKillingToRunning (5157 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DefaultDNS [ OK ] DockerContainerizerTest.ROOT_DOCKER_DefaultDNS (4958 ms) [----------] 24 tests from DockerContainerizerTest (91902 ms total) [----------] 1 test from HungDockerTest [ RUN ] HungDockerTest.ROOT_DOCKER_InspectHungDuringPull d:\dcos\mesos\mesos\src\tests\mock_docker.hpp(155): ERROR: this mock object (used in test HungDockerTest.ROOT_DOCKER_InspectHungDuringPull) should be deleted but never is. Its address is @000000B2D18FBDF0. d:\dcos\mesos\mesos\src\tests\containerizer\docker_containerizer_tests.cpp(5187): ERROR: this mock object (used in test HungDockerTest.ROOT_DOCKER_InspectHungDuringPull) should be deleted but never is. Its address is @000000B2D18FC050. d:\dcos\mesos\mesos\src\tests\mock_docker.cpp(48): ERROR: this mock object (used in test HungDockerTest.ROOT_DOCKER_InspectHungDuringPull) should be deleted but never is. Its address is @0000022C4A108500. d:\dcos\mesos\mesos\src\tests\mock_registrar.cpp(54): ERROR: this mock object (used in test HungDockerTest.ROOT_DOCKER_InspectHungDuringPull) should be deleted but never is. Its address is @0000022C4A22F4A0. d:\dcos\mesos\mesos\3rdparty\libprocess\include\process\gmock.hpp(235): ERROR: this mock object (used in test HungDockerTest.ROOT_DOCKER_InspectHungDuringPull) should be deleted but never is. Its address is @0000022C4AF5A398. ERROR: 5 leaked mock objects found at program exit. ``` - [mesos-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67777/logs/mesos-tests-stderr.log): ``` I0704 01:50:36.285436 9864 authenticatee.cpp:299] Authentication success I0704 01:50:36.285436 8188 master.cpp:9802] Successfully authenticated principal 'test-principal' at [email protected]:59619 I0704 01:50:36.286437 7284 sched.cpp:501] Successfully authenticated with master [email protected]:59619 I0704 01:50:36.287441 8188 master.cpp:2927] Received SUBSCRIBE call for framework 'default' at [email protected]:59619 I0704 01:50:36.287441 8188 master.cpp:2234] Authorizing framework principal 'test-principal' to receive offers for roles '{ * }' I0704 01:50:36.289436 9752 master.cpp:3008] Subscribing framework default with checkpointing disabled and capabilities [ MULTI_ROLE, RESERVATION_REFINEMENT ] I0704 01:50:36.289436 9752 master.cpp:9993] Adding framework ebdb3629-3c86-4c70-8655-c4a251fefbfe-0000 (default) at [email protected]:59619 with roles { } suppressed I0704 01:50:36.290439 5892 sched.cpp:749] Framework registered with ebdb3629-3c86-4c70-8655-c4a251fefbfe-0000 I0704 01:50:36.291432 7248 hierarchical.cpp:298] Added framework ebdb3629-3c86-4c70-8655-c4a251fefbfe-0000 E0704 01:50:36.388473 9752 slave.cpp:7289] EXIT with status 1: Failed to perform recovery: Collect failed: Failed to run 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\test-docker.bat -H npipe:////./pipe/docker_engine ps -a': exited with status 1; stderr=''C:\Program' is not recognized as an internal or external command, operable program or batch file. ' If recovery failed due to a change in configuration and you want to keep the current agent id, you might want to change the `--reconfiguration_policy` flag to a more permissive value. To restart this agent with a new agent id instead, do as follows: rm -f C:\Users\jenkins\AppData\Local\Temp\Xka2wI\meta\slaves\latest This ensures that the agent does not recover old live executors. If you use the Docker containerizer and think that the Docker daemon state is broken, you can try to clear it. But be careful: these commands will erase all containers and images from this host, not just those started by Mesos! docker kill $(docker ps -q) docker rm $(docker ps -a -q) docker rmi $(docker images -q) Finally, restart the agent. ``` - Mesos Reviewbot Windows On July 4, 2018, 12:19 a.m., Meng Zhu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67777/ > ----------------------------------------------------------- > > (Updated July 4, 2018, 12:19 a.m.) > > > Review request for mesos and Benjamin Mahler. > > > Bugs: MESOS-8916 > https://issues.apache.org/jira/browse/MESOS-8916 > > > Repository: mesos > > > Description > ------- > > `isFrameworkCapableReceivingAgent` checks if a framework > is capable of receiving resources on the agent based on > the framework capability. > > > Diffs > ----- > > src/master/allocator/mesos/hierarchical.hpp > 0f6c0e96a105c64465d3f5db4ff663d8fdfe7e26 > src/master/allocator/mesos/hierarchical.cpp > 5a6cd3d2fc5bdbaaee2d05b9be9e83d4107c749b > > > Diff: https://reviews.apache.org/r/67777/diff/3/ > > > Testing > ------- > > make check > > > Thanks, > > Meng Zhu > >
