-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68301/#review207828
-----------------------------------------------------------



FAIL: Some of the unit tests failed. Please check the relevant logs.

Reviews applied: `['68420', '68422', '68375', '68297', '68374', '68301']`

Failed command: `Start-MesosCITesting`

All the build artifacts available at: 
http://dcos-win.westus.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2226/mesos-review-68301

Relevant logs:

- 
[mesos-tests.log](http://dcos-win.westus.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2226/mesos-review-68301/logs/mesos-tests.log):

```
I0823 19:26:55.783251  4000 hierarchical.cpp:359] Removed framework 
777b3463-e1ca-46fd-875f-60df9c87ce29-0000
I0823 19:26:55.783251  4000 hierarchical.cpp:795] Agent 
777b3463-e1ca-46fd-875f-60df9c87ce29-S0 deactivated
I0823 19:26:55.783251  6384 containerizer.cpp:2427] Destr[       OK ] 
IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (583 ms)
[----------] 1 test from IsolationFlag/MemoryIsolatorTest (606 ms total)

[----------] Global test environment tear-down
[==========] 1030 tests from 101 test cases ran. (563361 ms total)
[  PASSED  ] 1021 tests.
[  FAILED  ] 9 tests, listed below:
[  FAILED  ] MesosContainerizer/DefaultExecutorTest.KillTask/0, where 
GetParam() = "mesos"
[  FAILED  ] 
MesosContainerizer/DefaultExecutorTest.KillTaskGroupOnTaskFailure/0, where 
GetParam() = "mesos"
[  FAILED  ] MesosContainerizer/DefaultExecutorTest.CommitSuicideOnKillTask/0, 
where GetParam() = "mesos"
[  FAILED  ] MesosContainerizer/DefaultExecutorTest.MaxCompletionTime/0, where 
GetParam() = "mesos"
[  FAILED  ] MesosContainerizer/DefaultExecutorTest.TaskWithFileURI/0, where 
GetParam() = "mesos"
[  FAILED  ] 
ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.KillTask/0, where 
GetParam() = "docker,mesos"
[  FAILED  ] 
ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.CommitSuicideOnKillTask/0,
 where GetParam() = "docker,mesos"
[  FAILED  ] 
ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.MaxCompletionTime/0,
 where GetParam() = "docker,mesos"
[  FAILED  ] 
ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.TaskWithFileURI/0, 
where GetParam() = "docker,mesos"

 9 FAILED TESTS
  YOU HAVE 222 DISABLED TESTS

oying container f542895b-1865-4d14-9231-bf40808ea956 in RUNNING state
I0823 19:26:55.784253  6384 containerizer.cpp:3041] Transitioning the state of 
container f542895b-1865-4d14-9231-bf40808ea956 from RUNNING to DESTROYING
I0823 19:26:55.784253  6384 launcher.cpp:166] Asked to destroy container 
f542895b-1865-4d14-9231-bf40808ea956
I0823 19:26:55.794247 11032 containerizer.cpp:2880] Container 
f542895b-1865-4d14-9231-bf40808ea956 has exited
I0823 19:26:55.822252  8948 master.cpp:1093] Master terminating
I0823 19:26:55.823266 12724 hierarchical.cpp:637] Removed agent 
777b3463-e1ca-46fd-875f-60df9c87ce29-S0
I0823 19:26:56.061292  8892 process.cpp:926] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On Aug. 23, 2018, 11:26 a.m., Andrew Schwartzmeyer wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68301/
> -----------------------------------------------------------
> 
> (Updated Aug. 23, 2018, 11:26 a.m.)
> 
> 
> Review request for mesos, Benjamin Mahler, Gastón Kleiman, and Joseph Wu.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> By adding a `:` to the default executor ID used by the tests, this
> thoroughly exercises MESOS-9109.
> 
> 
> Diffs
> -----
> 
>   src/tests/containerizer/volume_host_path_isolator_tests.cpp 
> 81bf72e869d36edb162b121f9e84a53d2096dae3 
>   src/tests/gc_tests.cpp 4f288cfd70cc53b4064bced96c3c5d6377c1c421 
>   src/tests/health_check_tests.cpp 7544b2c20cb271655ad41c5d8f71739c26e6c638 
>   src/tests/master_tests.cpp 1db8ed7d81acbcd8bad4b7ca77c501d1d99cc135 
>   src/tests/master_validation_tests.cpp 
> ec4fd13724a44a86ad655fb2a8affbb9f476834f 
>   src/tests/mesos.hpp 75c5fae8ed30f64c973b1cc290f8540a072cb8a8 
>   src/tests/slave_authorization_tests.cpp 
> 061e230b52805c4260e93ac83734aed5454ea3b5 
>   src/tests/slave_tests.cpp 9597067799aaedf9d1c9d797454bb4bdf240cde1 
>   src/tests/upgrade_tests.cpp de3911c77f9e40398672889cf43c25d36a6fb274 
> 
> 
> Diff: https://reviews.apache.org/r/68301/diff/4/
> 
> 
> Testing
> -------
> 
> This should have _almost_ all the tests pass, except for:
> 
> ```
> [  FAILED  ] 9 tests, listed below:
> [  FAILED  ] MesosContainerizer/DefaultExecutorTest.KillTask/0, where 
> GetParam() = "mesos"
> [  FAILED  ] 
> MesosContainerizer/DefaultExecutorTest.KillTaskGroupOnTaskFailure/0, where 
> GetParam() = "mesos"
> [  FAILED  ] 
> MesosContainerizer/DefaultExecutorTest.CommitSuicideOnKillTask/0, where 
> GetParam() = "mesos"
> [  FAILED  ] MesosContainerizer/DefaultExecutorTest.MaxCompletionTime/0, 
> where GetParam() = "mesos"
> [  FAILED  ] MesosContainerizer/DefaultExecutorTest.TaskWithFileURI/0, where 
> GetParam() = "mesos"
> [  FAILED  ] 
> ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.KillTask/0, 
> where GetParam() = "docker,mesos"
> [  FAILED  ] 
> ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.CommitSuicideOnKillTask/0,
>  where GetParam() = "docker,mesos"
> [  FAILED  ] 
> ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.MaxCompletionTime/0,
>  where GetParam() = "docker,mesos"
> [  FAILED  ] 
> ROOT_DOCKER_DockerAndMesosContainerizers/DefaultExecutorTest.TaskWithFileURI/0,
>  where GetParam() = "docker,mesos"
> ```
> 
> Due to long-path issues with `SetCurrentDirectory` that cannot be worked 
> around except via regedit + manifest.
> 
> 
> Thanks,
> 
> Andrew Schwartzmeyer
> 
>

Reply via email to