Builder linux-rel-css Build #1422
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 477a9827b82e880048038d9cc26b3000d013a3c4 |
| Got Revision | 477a9827b82e880048038d9cc26b3000d013a3c4 |
| Changes | 1 change |
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 ( 21 mins, 12 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 14 mins, 3 secs )
-
shell__1 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 47 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 | 1422 | Build |
| codebase | Build | |
| got_revision | 477a9827b82e880048038d9cc26b3000d013a3c4 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 477a9827b82e880048038d9cc26b3000d013a3c4 | 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 10:04:15 2016 |
| End | Wed Dec 14 10:46:23 2016 |
| Elapsed | 42 mins, 7 secs |
All Changes:
:
Change #29723
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Wed 14 Dec 2016 10:03:05 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 477a9827b82e880048038d9cc26b3000d013a3c4 Comments
Auto merge of #14530 - mmatyas:android_injectedglue, r=larsbergstrom Use `android-rs-injected-glue` on Android <!-- Please describe your changes on the following line: --> Due to changes in `android-rs-glue`, currently the Android build fails to start. As discussed [here](https://github.com/servo/servo/issues/13154), other than the `android-glue`, we now also have to inject some additional code too. This task is usually done by a helper program of `android-glue`, `cargo-apk`, but since Servo's build system is somewhat more complex than a regular small application, at the moment it'd be more clean to move the required internal `injected-glue` lib to a new repository, and add it as a dependency. This patch adds a new dependency, `android-rs-injected-glue`, and integrates it into Servo. After applying this commit and #14528, Servo can be launched on Android. (It doesn't *work* yet as expected, though.) Part of #13154. --- <!-- 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 <!-- 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/14530) <!-- Reviewable:end -->
Changed files
- Cargo.lock
- ports/servo/Cargo.toml
- ports/servo/main.rs