----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65733/#review197902 -----------------------------------------------------------
FAIL: Failed to get dependent review IDs for the current patch. Failed command: `python.exe C:\Jenkins\workspace\mesos-reviewbot-testing\Mesos\utils\get-review-ids.py -r 65733 -o C:\Users\mesos\AppData\Local\Temp\mesos_dependent_review_ids` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65733 Relevant logs: - [get-review-ids-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65733/logs/get-review-ids-stdout.log): ``` Dependent review: https://reviews.apache.org/api/review-requests/65727/ Dependent review: https://reviews.apache.org/api/review-requests/64387/ Dependent review: https://reviews.apache.org/api/review-requests/65615/ Dependent review: https://reviews.apache.org/api/review-requests/65127/ Dependent review: https://reviews.apache.org/api/review-requests/65419/ Dependent review: https://reviews.apache.org/api/review-requests/65396/ Dependent review: https://reviews.apache.org/api/review-requests/65395/ Dependent review: https://reviews.apache.org/api/review-requests/65394/ Dependent review: https://reviews.apache.org/api/review-requests/65393/ ``` - [get-review-ids-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/65733/logs/get-review-ids-stderr.log): ``` Traceback (most recent call last): File "C:\Jenkins\workspace\mesos-reviewbot-testing\Mesos\utils\get-review-ids.py", line 51, in <module> main() File "C:\Jenkins\workspace\mesos-reviewbot-testing\Mesos\utils\get-review-ids.py", line 46, in main for r_id in review_ids: TypeError: 'NoneType' object is not iterable ``` - Mesos Reviewbot Windows On Feb. 21, 2018, 2:19 p.m., Akash Gupta wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/65733/ > ----------------------------------------------------------- > > (Updated Feb. 21, 2018, 2:19 p.m.) > > > Review request for mesos, Alexander Rukletsov, Andrew Schwartzmeyer, Gaston > Kleiman, and Joseph Wu. > > > Bugs: MESOS-8498 > https://issues.apache.org/jira/browse/MESOS-8498 > > > Repository: mesos > > > Description > ------- > > The `DockerContainerizerHealthCheckTest.ROOT_DOCKER_ > DockerHealthStatusChange` test was flaky on Windows, because > the docker executor manually reaps the container exit code in > case that `docker run` fails to get the exit code. This logic > doesn't work on Windows, since the process might not be visible to > the container host machine, causing `TASK_FAILED` to get sent. By > removing the reaping logic on Windows, the test is much more reliable. > > > Diffs > ----- > > src/docker/executor.cpp 80e2d81169f0d4303ca1ddbcef9fa87fe52601fc > > > Diff: https://reviews.apache.org/r/65733/diff/1/ > > > Testing > ------- > > > Thanks, > > Akash Gupta > >
