Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder linux-rel-wpt Build #6987

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisione2bc0f017cfd24734777f64d8607b23dbe9552d7
Got Revisione2bc0f017cfd24734777f64d8607b23dbe9552d7
Changes1 change

BuildSlave:

servo-linux6

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. shell__1 './mach clean-nightlies ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 22 mins, 31 secs )
    1. warnings (1)
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 16 mins, 35 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 6987 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-linux6 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Nov 21 00:35:10 2017
EndTue Nov 21 01:14:46 2017
Elapsed39 mins, 35 secs

All Changes:

:

  1. Change #68621

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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