----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68679/#review208726 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['68679']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2351/mesos-review-68679 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2351/mesos-review-68679/logs/mesos-tests.log): ``` I0918 20:00:42.301631 21752 exec.cpp:445] Executor asked to shutdown I0918 20:00:42.301631 36384 executor.cpp:182] Received SHUTDOWN event I0918 20:00:42.301631 36384 executor.cpp:796] Shutting down I0918 20:00:42.301631 36384 executor.cpp:909] Sending SIGTERM to process tree at pid 34cpp:11030] Removing task aa9ac3b5-34d5-4b84-ab73-04dacb2087e9 with resources cpus(allocated: *):4; mem(allocated: *):2048; disk(allocated: *):1024; ports(allocated: *):[31000-32000] of framework 117b3789-f2a2-4891-a353-eafe9e80195b-0000 on agent 117b3789-f2a2-4891-a353-eafe9e80195b-S0 at slave(462)@192.10.1.5:49430 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) W0918 20:00:42.300631 35304 slave.cpp:3917] Ignoring shutdown framework 117b3789-f2a2-4891-a353-eafe9e80195b-0000 because it is terminating I0918 20:00:42.303628 35172 master.cpp:1251] Agent 117b3789-f2a2-4891-a353-eafe9e80195b-S0 at slave(462)@192.10.1.5:49430 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected I0918 20:00:42.303628 35172 master.cpp:3267] Disconnecting agent 117b3789-f2a2-4891-a353-eafe9e80195b-S0 at slave(462)@192.10.1.5:49430 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I0918 20:00:42.303628 35172 master.cpp:3286] Deactivating agent 117b3789-f2a2-4891-a353-eafe9e80195b-[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (687 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (708 ms total) [----------] Global test environment tear-down [==========] 1051 tests from 103 test cases ran. (493012 ms total) [ PASSED ] 1050 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage 1 FAILED TEST YOU HAVE 231 DISABLED TESTS S0 at slave(462)@192.10.1.5:49430 (windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) I0918 20:00:42.304633 35248 hierarchical.cpp:359] Removed framework 117b3789-f2a2-4891-a353-eafe9e80195b-0000 I0918 20:00:42.304633 35248 hierarchical.cpp:795] Agent 117b3789-f2a2-4891-a353-eafe9e80195b-S0 deactivated I0918 20:00:42.305627 33900 containerizer.cpp:2455] Destroying container 6d3760b7-6f1b-490f-98f8-987aa4dd2bfb in RUNNING state I0918 20:00:42.305627 33900 containerizer.cpp:3118] Transitioning the state of container 6d3760b7-6f1b-490f-98f8-987aa4dd2bfb from RUNNING to DESTROYING I0918 20:00:42.305627 33900 launcher.cpp:166] Asked to destroy container 6d3760b7-6f1b-490f-98f8-987aa4dd2bfb I0918 20:00:42.398115 35304 containerizer.cpp:2957] Container 6d3760b7-6f1b-490f-98f8-987aa4dd2bfb has exited I0918 20:00:42.427196 37196 master.cpp:1093] Master terminating I0918 20:00:42.428109 35116 hierarchical.cpp:637] Removed agent 117b3789-f2a2-4891-a353-eafe9e80195b-S0 I0918 20:00:42.954097 37156 process.cpp:926] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On Sept. 18, 2018, 5:46 p.m., James Peach wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68679/ > ----------------------------------------------------------- > > (Updated Sept. 18, 2018, 5:46 p.m.) > > > Review request for mesos and Till Toenshoff. > > > Bugs: MESOS-9214 > https://issues.apache.org/jira/browse/MESOS-9214 > > > Repository: mesos > > > Description > ------- > > The `f_bsize` elemement denotes the preferred filesystem block > size, not the unit that `f_blocks` is counting in. We need to > use `f_frsize` for that. > > Remove the check for used space on `/dev` since that is not even > portable across different Linux distributions. > > > Diffs > ----- > > 3rdparty/stout/tests/os/filesystem_tests.cpp > be15395fc38f7b106ddcd886ba426197f2e783d1 > > > Diff: https://reviews.apache.org/r/68679/diff/4/ > > > Testing > ------- > > Ran stout tests on macOS 10.13.2, Fedora 28, Centos 6.9 and Ubuntu 14.04. > > > Thanks, > > James Peach > >
