----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69395/#review210867 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2647/mesos-review-69395 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2647/mesos-review-69395/logs/mesos-tests.log): ``` I1126 14:58:10.665406 54324 executor.cpp:918] Sending SIGTERM to process tree at pid 55c1-4ff9-bcc4-79f65eb49d86-0000 because it is terminating I1126 14:58:10.666405 59016 master.cpp:1275] Agent 8c178cd5-55c1-4ff9-bcc4-79f65eb49d86-S0 at slave(461)@192.10.1.5:59448 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected I1126 14:58:10.667402 59016 master.cpp:3273] Disconnecting agent 8c178cd5-55c1-4ff9-bcc4-79f65eb49d86-S0 at slave(461)@192.10.1.5:59448 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I1126 14:58:10.667402 59016 master.cpp:3292] Deactivating agent 8c178cd5-55c1-4ff9-bcc4-79f65eb49d86-S0 at slave(461)@192.10.1.5:59448 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I1126 14:58:10.667402 46364 hierarchical.cpp:357] Removed framework 8c178cd5-55c1-4ff9-bcc4-79f65eb49d86-0000 I1126 14:58:10.667402 46364 hierarchical.cpp:801] Agent 8c178cd5-55c1-4ff9-bcc4-79f65eb49d86-S0 deactivated I1126 14:58:10.668414 59016 containerizer.cpp:2463] Destroying container 9b953b62-5d06-4378-96ea-a3dbd15d5aaa in RUNNING state I1126 14:58:10.668414[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (795 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (816 ms total) [----------] Global test environment tear-down [==========] 1054 tests from 103 test cases ran. (509518 ms total) [ PASSED ] 1053 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName 1 FAILED TEST YOU HAVE 231 DISABLED TESTS 59016 containerizer.cpp:3130] Transitioning the state of container 9b953b62-5d06-4378-96ea-a3dbd15d5aaa from RUNNING to DESTROYING I1126 14:58:10.669421 59016 launcher.cpp:161] Asked to destroy container 9b953b62-5d06-4378-96ea-a3dbd15d5aaa W1126 14:58:10.670413 58692 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=11784 to peer '192.10.1.5:61260': IO failed with error code: The specified network name is no longer available. W1126 14:58:10.671396 58692 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=11720 to peer '192.10.1.5:61261': IO failed with error code: The specified network name is no longer available. I1126 14:58:10.759449 60456 containerizer.cpp:2969] Container 9b953b62-5d06-4378-96ea-a3dbd15d5aaa has exited I1126 14:58:10.797418 60904 master.cpp:1117] Master terminating I1126 14:58:10.799414 59016 hierarchical.cpp:643] Removed agent 8c178cd5-55c1-4ff9-bcc4-79f65eb49d86-S0 I1126 14:58:11.723407 58692 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On Nov. 26, 2018, 1:54 p.m., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69395/ > ----------------------------------------------------------- > > (Updated Nov. 26, 2018, 1:54 p.m.) > > > Review request for mesos and Kevin Klues. > > > Bugs: MESOS-9399 > https://issues.apache.org/jira/browse/MESOS-9399 > > > Repository: mesos > > > Description > ------- > > With this option, the command can show all the tasks that have ever been > run. This makes the command's behavior closer to the one of 'docker ps'. > > > Diffs > ----- > > src/python/cli_new/lib/cli/plugins/task/main.py > 0ce21b365d64c5c331ce7f1a5937258960e15b6f > src/python/cli_new/lib/cli/tests/task.py > eb01bf5cae095a067572f534a13f4ec542101ca5 > > > Diff: https://reviews.apache.org/r/69395/diff/5/ > > > Testing > ------- > > ``` > (mesos-cli) ? cli_new (MESOS-9399) ? mesos-cli-tests > Running the Mesos CLI unit tests > > TestAgentPlugin > test_list (cli.tests.agent.TestAgentPlugin) ... ok > > TestInfrastructure > test_capture_output (cli.tests.tests.TestInfrastructure) ... ok > test_launch_binaries (cli.tests.tests.TestInfrastructure) ... ok > > TestTaskPlugin > test_exec (cli.tests.task.TestTaskPlugin) ... ok > test_exec_exit_status (cli.tests.task.TestTaskPlugin) ... ok > test_exec_interactive (cli.tests.task.TestTaskPlugin) ... ok > test_list (cli.tests.task.TestTaskPlugin) ... ok > test_list_all (cli.tests.task.TestTaskPlugin) ... ok > > ---------------------------------------------------------------------- > Ran 8 tests in 20.889s > > OK > ``` > > > Thanks, > > Armand Grillet > >