Builder linux-rel-css Build #1431
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 7c7dd0f965c53de4557aa8ad1762f2314b6036e8 |
| Got Revision | 7c7dd0f965c53de4557aa8ad1762f2314b6036e8 |
| Changes | 2 changes |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 22 mins, 9 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 14 mins, 40 secs )
-
shell__1 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 45 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 56 secs )
-
test__1 ran test-stylo --release warnings ( 2 mins, 1 secs )
-
shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 1431 | Build |
| codebase | Build | |
| got_revision | 7c7dd0f965c53de4557aa8ad1762f2314b6036e8 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 7c7dd0f965c53de4557aa8ad1762f2314b6036e8 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | BuildSlave |
| warnings-count | 9 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Wed Dec 14 17:03:36 2016 |
| End | Wed Dec 14 17:47:16 2016 |
| Elapsed | 43 mins, 39 secs |
All Changes:
:
Change #29792
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Wed 14 Dec 2016 16:28:22 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 1a36e1bb18bc4054c215973e7c83e9f3213933a1 Comments
Auto merge of #14539 - frewsxcv:textarea-placeholder, r=mbrubeck Show the placeholder text for textarea elements. Fixes https://github.com/servo/servo/issues/10552. All this logic was taken from htmlinputelement.rs. <!-- 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/14539) <!-- Reviewable:end -->
Changed files
- components/script/dom/htmltextareaelement.rs
- tests/wpt/mozilla/meta/MANIFEST.json
- tests/wpt/mozilla/tests/mozilla/textarea_placeholder.html
- tests/wpt/mozilla/tests/mozilla/textarea_placeholder_ref.html
Change #29796
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Wed 14 Dec 2016 16:38:16 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 7c7dd0f965c53de4557aa8ad1762f2314b6036e8 Comments
Auto merge of #14587 - larsbergstrom:android_exempt_addition, r=Ms2ger Exempt __cxa_type_match as an allowed dynamic symbol <!-- Please describe your changes on the following line: --> This symbol is present in the new LLVM C++ stdlib, which is loaded dynamically from a .so file during startup. Fixes #14571 r? @Ms2ger --- <!-- 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 #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/14587) <!-- Reviewable:end -->
Changed files
- etc/ci/check_dynamic_symbols.py