Builder linux-rel-css Build #141
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 51b806fcc0542c5e49ebc9f00a9f527d52b4556c |
| Got Revision | 51b806fcc0542c5e49ebc9f00a9f527d52b4556c |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release warnings ( 17 mins, 13 secs )
-
test ran test-css --release --processes 16 ( 14 mins, 58 secs )
-
compile_1 ran build-cef --release warnings ( 15 mins, 5 secs )
-
compile_2 ran build-geckolib --release warnings ( 3 mins, 14 secs )
-
shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell_2 '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 | 141 | Build |
| codebase | Build | |
| got_revision | 51b806fcc0542c5e49ebc9f00a9f527d52b4556c | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 51b806fcc0542c5e49ebc9f00a9f527d52b4556c | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 37 | 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 | Mon Oct 10 20:01:51 2016 |
| End | Mon Oct 10 20:52:29 2016 |
| Elapsed | 50 mins, 37 secs |
All Changes:
:
Change #21842
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 10 Oct 2016 20:01:51 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 51b806fcc0542c5e49ebc9f00a9f527d52b4556c Comments
Auto merge of #13627 - asajeffrey:pipeline-always-stores-frame-id, r=ConnorGBrewster Pipeline always stores frame <!-- Please describe your changes on the following line: --> This change makes the pipeline always store the frame id, not just optionally. This is the first part of a long slog to use FrameIds rather than PipelineIds to identify frames. cc @ConnorGBrewster --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because refactoring <!-- 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/13627) <!-- Reviewable:end -->
Changed files
- components/constellation/constellation.rs
- components/constellation/pipeline.rs