----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67849/#review205826 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['67847', '67848', '67849']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67849 Relevant logs: - [mesos-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67849/logs/mesos-tests-stdout.log): ``` [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DestroyWhilePulling [ OK ] DockerContainerizerTest.ROOT_DOCKER_DestroyWhilePulling (805 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DestroyUnknownContainer [ OK ] DockerContainerizerTest.ROOT_DOCKER_DestroyUnknownContainer (603 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed [ OK ] DockerContainerizerTest.ROOT_DOCKER_ExecutorCleanupWhenLaunchFailed (1331 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_FetchFailure [ OK ] DockerContainerizerTest.ROOT_DOCKER_FetchFailure (800 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DockerPullFailure [ OK ] DockerContainerizerTest.ROOT_DOCKER_DockerPullFailure (799 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DockerInspectDiscard [ OK ] DockerContainerizerTest.ROOT_DOCKER_DockerInspectDiscard (908 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_WaitUnknownContainer [ OK ] DockerContainerizerTest.ROOT_DOCKER_WaitUnknownContainer (602 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_NoTransitionFromKillingToRunning [ OK ] DockerContainerizerTest.ROOT_DOCKER_NoTransitionFromKillingToRunning (5265 ms) [ RUN ] DockerContainerizerTest.ROOT_DOCKER_DefaultDNS [ OK ] DockerContainerizerTest.ROOT_DOCKER_DefaultDNS (5063 ms) [----------] 24 tests from DockerContainerizerTest (92703 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 @000000B202FDBCD0. 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 @000000B202FDBF30. 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 @0000025878C47000. 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 @0000025879346E60. 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 @0000025879AF2E18. ERROR: 5 leaked mock objects found at program exit. ``` - [mesos-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/67849/logs/mesos-tests-stderr.log): ``` I0706 21:47:44.935003 13748 authenticatee.cpp:299] Authentication success I0706 21:47:44.936019 16728 master.cpp:9802] Successfully authenticated principal 'test-principal' at [email protected]:63496 I0706 21:47:44.936019 19440 sched.cpp:501] Successfully authenticated with master [email protected]:63496 I0706 21:47:44.937018 13836 master.cpp:2927] Received SUBSCRIBE call for framework 'default' at [email protected]:63496 I0706 21:47:44.937018 13836 master.cpp:2234] Authorizing framework principal 'test-principal' to receive offers for roles '{ * }' I0706 21:47:44.938009 16288 master.cpp:3008] Subscribing framework default with checkpointing disabled and capabilities [ MULTI_ROLE, RESERVATION_REFINEMENT ] I0706 21:47:44.938009 16288 master.cpp:9993] Adding framework 25c6550c-8123-4f2e-8079-8e0a8de89493-0000 (default) at [email protected]:63496 with roles { } suppressed I0706 21:47:44.940019 16728 sched.cpp:749] Framework registered with 25c6550c-8123-4f2e-8079-8e0a8de89493-0000 I0706 21:47:44.940019 3024 hierarchical.cpp:299] Added framework 25c6550c-8123-4f2e-8079-8e0a8de89493-0000 E0706 21:47:45.035224 19440 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\u9lwll\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 6, 2018, 1:50 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67849/ > ----------------------------------------------------------- > > (Updated July 6, 2018, 1:50 p.m.) > > > Review request for mesos and Chun-Hung Hsiao. > > > Repository: mesos > > > Description > ------- > > Made some CSI-related utility headers public. > > > Diffs > ----- > > src/Makefile.am 3ac1e1ce650d7238c108d0ac4123228500053a6f > src/csi/state.hpp > src/csi/utils.hpp 5ce318e52bc39555ca09bf68dca6dedea988e5a4 > src/csi/utils.cpp fd6f95d88caf69e2ae197cf940beb93c164565bc > src/examples/test_csi_plugin.cpp 9c4da8811cc260bcf3bccfea3036a7964cb75697 > src/resource_provider/storage/disk_profile_utils.hpp > 8a83a15ba555ce66bbb86b8df72178bce17a615a > src/resource_provider/storage/disk_profile_utils.cpp > 82c69d8b916a933f13e1185ffbf8ec65afd04ccf > src/resource_provider/storage/provider.cpp > b90a4b81838fec410a97a10ce44a811bb81c87eb > src/resource_provider/storage/uri_disk_profile_adaptor.hpp > 0484933b42d0bd66c689b06cb48f492eef7bc606 > src/resource_provider/storage/uri_disk_profile_adaptor.cpp > 614590ef7d1c0cc1df99b8e57c7fbd496793b5a7 > src/tests/disk_profile_adaptor_tests.cpp > 4485f1635f484ce6e1c7c532eedb277f5eee118b > src/tests/storage_local_resource_provider_tests.cpp > 1afe8a8e0413ef225e952cd9cd6376e5d82774e5 > > > Diff: https://reviews.apache.org/r/67849/diff/1/ > > > Testing > ------- > > `make distcheck` > > > Thanks, > > Benjamin Bannier > >
