Builder linux-rel-css Build #6961
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | e2bc0f017cfd24734777f64d8607b23dbe9552d7 |
| Got Revision | e2bc0f017cfd24734777f64d8607b23dbe9552d7 |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 11 secs )
- - no logs -
-
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 ( 24 mins, 4 secs )
-
test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 13 mins, 21 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-geckolib --release ( 7 mins, 9 secs )
- - no logs -
-
test__1 ran test-stylo --release ( 1 mins, 5 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 | 6961 | Build |
| codebase | Build | |
| got_revision | e2bc0f017cfd24734777f64d8607b23dbe9552d7 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | e2bc0f017cfd24734777f64d8607b23dbe9552d7 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | 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 00:35:10 2017 |
| End | Tue Nov 21 01:21:14 2017 |
| Elapsed | 46 mins, 3 secs |
All Changes:
:
Change #68621
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Tue 21 Nov 2017 00:35:08 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision e2bc0f017cfd24734777f64d8607b23dbe9552d7 Comments
Auto merge of #18676 - gterzian:continue_http_cache_work, r=jdm Continue http cache work <!-- Please describe your changes on the following line: --> Work in progress, and not quite worth a review yet. (Continuation of https://github.com/servo/servo/pull/4117) TODO - [ ] cache metadata (find some subset of`net_traits::Metadata` that can be shared across threads, it seems the problem is mainly stuff inside `hyper::header` in the `headers` field) - [ ] determine which other fields of a `Response` need to be cached, so a full and valid one can be returned upon a cache hit. - [ ] determine how to best share the cache across fetch threads (inside HttpState like I tried now?) - [ ] Spend more time reading the spec and make sure the cache follows it where it matters. - [ ] Make the current wpt tests pass. - [ ] More... --- <!-- 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 #12972 (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/18676) <!-- Reviewable:end -->
Changed files
- components/net/http_cache.rs
- components/net/http_loader.rs
- components/net/lib.rs
- components/net/resource_thread.rs
- components/script/dom/headers.rs
- components/script/dom/request.rs
- components/script/fetch.rs
- resources/prefs.json
- tests/wpt/metadata/MANIFEST.json
- tests/wpt/metadata/cors/304.htm.ini
- tests/wpt/metadata/fetch/api/basic/accept-header.any.js.ini
- tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini
- tests/wpt/metadata/fetch/api/cors/cors-preflight-star.any.js.ini
- tests/wpt/metadata/fetch/api/cors/cors-preflight.any.js.ini
- tests/wpt/metadata/fetch/api/cors/cors-redirect-preflight.any.js.ini
- tests/wpt/metadata/fetch/api/credentials/authentication-basic.any.js.ini
- tests/wpt/metadata/fetch/api/request/request-cache-default-conditional.html.ini
- tests/wpt/metadata/fetch/api/request/request-cache-default.html.ini
- tests/wpt/metadata/fetch/api/request/request-cache-force-cache.html.ini
- tests/wpt/metadata/fetch/api/request/request-cache-only-if-cached.html.ini
- tests/wpt/metadata/fetch/api/request/request-cache-reload.html.ini
- tests/wpt/metadata/fetch/http-cache/304-update.html.ini
- tests/wpt/metadata/fetch/http-cache/cc-request.html.ini
- tests/wpt/metadata/fetch/http-cache/freshness.html.ini
- tests/wpt/metadata/fetch/http-cache/heuristic.html.ini
- tests/wpt/metadata/fetch/http-cache/invalidate.html.ini
- tests/wpt/metadata/fetch/http-cache/partial.html.ini
- tests/wpt/metadata/fetch/http-cache/status.html.ini
- tests/wpt/metadata/fetch/http-cache/vary.html.ini
- tests/wpt/mozilla/meta/MANIFEST.json
- tests/wpt/mozilla/meta/mozilla/http-cache.html.ini
- tests/wpt/mozilla/tests/mozilla/http-cache.html
- tests/wpt/mozilla/tests/mozilla/resources/http-cache.js
- tests/wpt/web-platform-tests/fetch/http-cache/cc-request.html
- tests/wpt/web-platform-tests/fetch/http-cache/heuristic.html
- tests/wpt/web-platform-tests/fetch/http-cache/partial.html
- tests/wpt/web-platform-tests/fetch/http-cache/vary.html