Builder linux-rel-wpt Build #6529
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 5e3c4c21986b10ac7292d75245e57700f5075b1a |
| Got Revision | 5e3c4c21986b10ac7292d75245e57700f5075b1a |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 10 secs )
-
compile ran build --release --with-debug-assertions warnings ( 19 mins, 31 secs )
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed ( 20 mins, 50 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 6529 | Build |
| codebase | Build | |
| got_revision | 5e3c4c21986b10ac7292d75245e57700f5075b1a | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 5e3c4c21986b10ac7292d75245e57700f5075b1a | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | BuildSlave |
| warnings-count | 1 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Mon Oct 16 15:26:17 2017 |
| End | Mon Oct 16 16:07:04 2017 |
| Elapsed | 40 mins, 46 secs |
All Changes:
:
Change #65313
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 16 Oct 2017 14:49:52 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 5e3c4c21986b10ac7292d75245e57700f5075b1a Comments
Auto merge of #18145 - tigercosmos:master, r=larsbergstrom fix windows build issue #18055 <!-- Please describe your changes on the following line: --> With some reasons, the windows and VS environment do not set the `env("PLATFORM")` variable. So, there's no need to check the variable, and set `os_type` equl to `pc-windows-msvc` as default. Then the script can get correct url to download `rustc`. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #18055 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/18145) <!-- Reviewable:end -->Changed files
- python/servo/util.py