Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPermanent timeout in test-android-startup job #22187
Open
Labels
Comments
|
This appears to be affecting every PR we try to merge. |
|
Same problem on buildbot too. |
|
This was referenced Nov 14, 2018
|
I can reproduce this locally on mac with an old version of the emulator. I don't understand why this appeared suddenly. |
|
When I run in the non-headless emulator and look at logcat, I see this:
|
|
This comes from https://github.com/servo/webrender/blob/02387f7e5c77c415cfa232366c321d6f621cae28/webrender/src/device/gl.rs#L1006-L1011. I think it's a separate problem from the headless rendering one, though. |
|
More specifically -
|
|
I also see this in logcat:
|
bors-servo
added a commit
that referenced
this issue
Nov 15, 2018
Remove android emulator tests from buildbot CI. This works around #22187 on CI, since I have not been able to figure out what changed yet. I can reproduce the problem locally, so I can keep poking at it without holding up all the other work going on. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22201) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 15, 2018
Remove android emulator tests from buildbot CI. This works around #22187 on CI, since I have not been able to figure out what changed yet. I can reproduce the problem locally, so I can keep poking at it without holding up all the other work going on. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22201) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 23, 2018
Reenable Android emulator tests in CI. The webrender updates include servo/webrender#3314 which addresses servo/webrender#3312. This allows us to use other gpu modes for the emulator, which allows headless tests to run on my local machine. Fixes #22187. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22257) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 28, 2018
Reenable Android emulator tests in CI. The webrender updates include servo/webrender#3314 which addresses servo/webrender#3312. This allows us to use other gpu modes for the emulator, which allows headless tests to run on my local machine. Fixes #22187. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22257) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 29, 2018
Reenable Android emulator tests in CI. The webrender updates include servo/webrender#3314 which addresses servo/webrender#3312. This allows us to use other gpu modes for the emulator, which allows headless tests to run on my local machine. Fixes #22187. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22257) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 29, 2018
Reenable Android emulator tests in CI. The webrender updates include servo/webrender#3314 which addresses servo/webrender#3312. This allows us to use other gpu modes for the emulator, which allows headless tests to run on my local machine. Fixes #22187. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22257) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Nov 29, 2018
Reenable Android emulator tests in CI. The webrender updates include servo/webrender#3314 which addresses servo/webrender#3312. This allows us to use other gpu modes for the emulator, which allows headless tests to run on my local machine. Fixes #22187. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22257) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://tools.taskcluster.net/groups/X33ARXIMS5WDXIOk0PKwHg/tasks/LjWoG6vwQwSkWVwokP9dvA/runs/0/logs/public%2Flogs%2Flive.log
cc @SimonSapin
I have seen this on two jobs today so far.