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

Builder linux-rel-css Build #374

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release warnings ( 17 mins, 14 secs )
    1. warnings (14)
  4. test ran test-css --release --processes 16 ( 16 mins, 4 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 49 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 24 secs )
    1. warnings (5)
  7. test_1 ran test-stylo --release warnings ( 2 mins, 28 secs )
    1. warnings (3)
  8. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  9. shell_2 '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 374 Build
codebase Build
got_revision 62689ba64deb5f0c93f2fe3dfd69258b21d2fb47 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 62689ba64deb5f0c93f2fe3dfd69258b21d2fb47 Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 22 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSat Oct 22 13:09:14 2016
EndSat Oct 22 13:49:24 2016
Elapsed40 mins, 10 secs

All Changes:

:

  1. Change #23250

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 22 Oct 2016 13:09:13
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 62689ba64deb5f0c93f2fe3dfd69258b21d2fb47

    Comments

    Auto merge of #13882 - jeenalee:response-clone, r=jdm
    
    Make Response's `Clone()` method to clone headers.
    
    <!-- Please describe your changes on the following line: -->
    This patch allows the response clone to have the same headers list as the original's. Previously, only the cloned response's headers guard was set to be the same as the original response's headers guard.
    
    ---
    <!-- 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
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [X] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    <!-- 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/13882)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/response.rs
    • tests/wpt/metadata/fetch/api/response/response-clone.html.ini