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

Builder linux-rel-css Build #2791

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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. compile ran build --release --with-debug-assertions ( 2 mins, 0 secs )
    1. stdio
  6. test ran test-css --release --processes 16 --always-succeed ( 13 mins, 22 secs )
    1. css-errorsummary.log
  7. shell__1 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  8. compile__1 ran build-cef --release --with-debug-assertions ( 38 secs )
    1. stdio
  9. compile__2 ran build-geckolib --release ( 1 secs )
    1. stdio
  10. test__1 ran test-stylo --release ( 2 secs )
    1. - no logs -
  11. shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 2791 Build
codebase Build
got_revision c90d3d2f06c03d153b2be3ffa9a941cbfe8508cc Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c90d3d2f06c03d153b2be3ffa9a941cbfe8508cc Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Mar 10 15:53:52 2017
EndFri Mar 10 16:10:02 2017
Elapsed16 mins, 9 secs

All Changes:

:

  1. Change #39079

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 10 Mar 2017 15:53:51
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c90d3d2f06c03d153b2be3ffa9a941cbfe8508cc

    Comments

    Auto merge of #15889 - ferjm:issue-14519-cors-preflight, r=avadacatavra
    
    Allow for redirects after a CORS-preflight
    
    ~Continue the work done in #14811 and #15547~. And applies the Fetch [spec change](https://github.com/whatwg/fetch/commit/0d9a4db8bc02251cc9e391543bb3c1322fb882f2) about [allowing redirects after CORS preflights](https://github.com/whatwg/fetch/issues/204).
    
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [X] These changes fix ~#14787 and~ #14519
    - [X] There are tests for these changes. Several WPTs go from FAIL to SUCCESS. The new expected FAILs for the cors/redirect-preflight.htm tests are caused by the spec change done [here](https://github.com/whatwg/fetch/commit/0d9a4db8bc02251cc9e391543bb3c1322fb882f2), as suggested in the associated [issue](https://github.com/servo/servo/issues/14519#issuecomment-284384667).
    
    <!-- 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/15889)
    <!-- Reviewable:end -->

    Changed files

    • components/net/fetch/methods.rs
    • components/net/http_loader.rs
    • tests/wpt/metadata/cors/redirect-preflight.htm.ini
    • tests/wpt/metadata/cors/redirect-userinfo.htm.ini
    • tests/wpt/metadata/eventsource/eventsource-cross-origin.htm.ini
    • tests/wpt/metadata/fetch/api/request/request-init-001.sub.html.ini
    • tests/wpt/metadata/fetch/api/request/request-structure.html.ini
    • tests/wpt/mozilla/meta/css/viewport_meta.html.ini
    • tests/wpt/mozilla/meta/css/viewport_rule.html.ini