----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69323/#review210492 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['69323']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2594/mesos-review-69323 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2594/mesos-review-69323/logs/mesos-tests.log): ``` W1113 06:07:17.519755 26072 slave.cpp:3923] Ignoring shutdown framework 04534d00-41c6-4f29-a57d-3e5789c7c518-0000 because it is terminating I1113 06:07:17.521749 22500 master.cpp:1273] Agent 04534d00-41c6-4f29-a57d-3e5789c7c518-S0 at slave(461)@192.10.1.8:62302 (windows-05.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected I1113 06:07:17.521749 22500 master.cpp:3289] Disconnecting agent 04534d00-41c6-4f29-a57d-3e5789c7c518-S0 at slave(461)@192.10.1.8:62302 (windows-05.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I1113 06:07:17.521749 22500 master.cpp:3308] Deactivating agent 04534d00-41c6-4f29-a57d-3e5789c7c518-S0 at slave(461)@192.10.1.8:62302 (windows-05.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I1113 06:07:17.521749 22600 hierarchical.cpp:357] Removed framework 04534d00-41c6-4f29-a57d-3e5789c7c518-0000 I1113 06:07:17.522753 22600 hierarchical.cpp:801] Agent 04534d00-41c6-4f29-a57d-3e5789c7c518-S0 deactivated I1113 06:07:17.523767 22600 containerizer.cpp:2465] Destroying container e3c6974c-5320-49d5-aeb0-8bf8b3f71413 in RUNNING state I1113 06:07:17.523767 22600 containerizer.cpp:3132] Transitioning the state of container e3c6974c-5320-49d5-aeb0-8bf8b3f71413 from RUNNING to DESTROYING I1113 06:07:17.523767 22600 launcher.cpp:161] Asked to destroy container e3c6974c-5320-49d5-aeb0-8bf8b3f71413 W1113 06:07:17.525744 25704 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=4060 to peer '192.10.1.8:64085': IO failed with error code: The specified network name is no longer available. W1113 06:07:17.525744 25704 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=3708 to peer '192.10.1.8:64086': IO failed with error code: The specified network name is no longer available. I1113 06:07:17.624004 24220 containerizer.cpp:2971] Container e3c6974c-5320-49d5-aeb0-8bf8b3f71413 has exited I1113 06:07:17.652981[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (684 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (704 ms total) [----------] Global test environment tear-down [==========] 1053 tests from 103 test cases ran. (493854 ms total) [ PASSED ] 1052 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage 1 FAILED TEST YOU HAVE 231 DISABLED TESTS 20752 master.cpp:1115] Master terminating I1113 06:07:17.654996 22600 hierarchical.cpp:643] Removed agent 04534d00-41c6-4f29-a57d-3e5789c7c518-S0 I1113 06:07:17.996975 25704 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On Nov. 13, 2018, 5:01 a.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69323/ > ----------------------------------------------------------- > > (Updated Nov. 13, 2018, 5:01 a.m.) > > > Review request for mesos, Benjamin Bannier and Till Toenshoff. > > > Repository: mesos > > > Description > ------- > > In some cases, we were using separate automake sources variables > to list source and header files, and in other cases, we just added > both to the same variable. Standardize on the latter form since it > makes it easier to see where files are listed. > > > Diffs > ----- > > src/Makefile.am 93ed2bf55447e3e470d9bea8a0b61ce78aad1900 > > > Diff: https://reviews.apache.org/r/69323/diff/1/ > > > Testing > ------- > > make check (Fedora 29) > > > Thanks, > > James Peach > >