Builder linux-rel-css Build #6963
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 00b3612fe9045f1cb6ba6c89ba7801642a6fa2c9 |
| Got Revision | 00b3612fe9045f1cb6ba6c89ba7801642a6fa2c9 |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 5 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 ( 22 mins, 20 secs )
-
test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 50 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-geckolib --release ( 6 mins, 56 secs )
- - no logs -
-
test__1 ran test-stylo --release ( 1 mins, 4 secs )
- - no logs -
-
shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__4 '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 | 6963 | Build |
| codebase | Build | |
| got_revision | 00b3612fe9045f1cb6ba6c89ba7801642a6fa2c9 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 00b3612fe9045f1cb6ba6c89ba7801642a6fa2c9 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | BuildSlave |
| warnings-count | 1 | 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 | Tue Nov 21 03:01:21 2017 |
| End | Tue Nov 21 03:44:48 2017 |
| Elapsed | 43 mins, 27 secs |
All Changes:
:
Change #68662
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Tue 21 Nov 2017 03:01:19 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 00b3612fe9045f1cb6ba6c89ba7801642a6fa2c9 Comments
Auto merge of #19274 - Manishearth:xhr-cancel, r=jdm Fetch cancellation This PR implements cancellation for fetch, and uses it for XHR. This means that fetch clients can now send a message to the fetch task asking for the network request to be aborted. Previously, clients like XHR had abort functionality but would implement it by simply ignoring future messages from the network task; and would not actually cancel the network fetch. <!-- 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/19274) <!-- Reviewable:end -->
Changed files
- components/constellation/network_listener.rs
- components/net/fetch/methods.rs
- components/net/http_loader.rs
- components/net/resource_thread.rs
- components/net_traits/lib.rs
- components/net_traits/response.rs
- components/script/document_loader.rs
- components/script/dom/eventsource.rs
- components/script/dom/xmlhttprequest.rs
- components/script/fetch.rs
- tests/unit/net/fetch.rs
- tests/unit/net/lib.rs