----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69210/#review210203 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['69086', '69210']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2555/mesos-review-69210 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2555/mesos-review-69210/logs/mesos-tests.log): ``` W1031 00:14:54.142696 9160 slave.cpp:3923] Ignoring shutdown framework 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-0000 because it is terminating I1031 00:14:54.144732 8384 master.cpp:1273] Agent 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-S0 at slave(461)@192.10.1.7:53155 (windows-04.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected I1031 00:14:54.144732 8384 master.cpp:3289] Disconnecting agent 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-S0 at slave(461)@192.10.1.7:53155 (windows-04.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I1031 00:14:54.144732 8384 master.cpp:3308] Deactivating agent 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-S0 at slave(461)@192.10.1.7:53155 (windows-04.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I1031 00:14:54.145679 9140 hierarchical.cpp:357] Removed framework 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-0000 I1031 00:14:54.145679 9140 hierarchical.cpp:801] Agent 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-S0 deactivated I1031 00:14:54.146730 9140 containerizer.cpp:2455] Destroying container 0d19a7ec-79e8-423b-8440-2e42c9f93cfe in RUNNING state I1031 00:14:54.146730 9140 containerizer.cpp:3122] Transitioning the state of container 0d19a7ec-79e8-423b-8440-2e42c9f93cfe from RUNNING to DESTROYING I1031 00:14:54.147792 9140 launcher.cpp:166] Asked to destroy container 0d19a7ec-79e8-423b-8440-2e42c9f93cfe W1031 00:14:54.148658 2156 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=1768 [ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (585 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (602 ms total) [----------] Global test environment tear-down [==========] 1053 tests from 103 test cases ran. (481639 ms total) [ PASSED ] 1052 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage 1 FAILED TEST YOU HAVE 231 DISABLED TESTS to peer '192.10.1.7:54959': IO failed with error code: The specified network name is no longer available. W1031 00:14:54.148658 2156 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=1184 to peer '192.10.1.7:54960': IO failed with error code: The specified network name is no longer available. I1031 00:14:54.177672 6160 containerizer.cpp:2961] Container 0d19a7ec-79e8-423b-8440-2e42c9f93cfe has exited I1031 00:14:54.206737 4064 master.cpp:1115] Master terminating I1031 00:14:54.207690 9140 hierarchical.cpp:643] Removed agent 004e7a06-1f58-4cb4-aec2-4b2df1c8a7c4-S0 I1031 00:14:54.452677 2156 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On Oct. 30, 2018, 2:03 p.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69210/ > ----------------------------------------------------------- > > (Updated Oct. 30, 2018, 2:03 p.m.) > > > Review request for mesos, Gilbert Song, Jason Lai, Jie Yu, and Jiang Yan Xu. > > > Bugs: MESOS-9319 > https://issues.apache.org/jira/browse/MESOS-9319 > > > Repository: mesos > > > Description > ------- > > After moving the container root filesystem mounts to the > `filesystem/linux` isolator, these mounts are not logged into the task > sandbox by the container launcher. Since these logs are not generally > useful to tasks, and we did't previously emit them, use the `MS_SILENT` > flag to indicate that they don't need to be logged. Since the kernel > doesn't use `MS_SILENT` for anything, we can safely use it internally. > > > Diffs > ----- > > src/slave/containerizer/mesos/isolators/filesystem/linux.cpp > c7d753ac2e5575a8d687600bfb9e0617fa72c990 > src/slave/containerizer/mesos/launch.cpp > 7193da0a094df3e441e185c62b3a0379a0bdc4a2 > > > Diff: https://reviews.apache.org/r/69210/diff/2/ > > > Testing > ------- > > make check (Fedora 28) > > > Thanks, > > James Peach > >
