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

Builder linux-rel-css Build #263

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release warnings ( 17 mins, 27 secs )
    1. warnings (11)
  4. test ran test-css --release --processes 16 ( 15 mins, 6 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 59 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 20 secs )
    1. warnings (5)
  7. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  8. 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 263 Build
codebase Build
got_revision 0b697c108001f70cf0a2aca4855815e579be6838 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 0b697c108001f70cf0a2aca4855815e579be6838 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 16 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Oct 16 10:51:53 2016
EndSun Oct 16 11:28:52 2016
Elapsed36 mins, 59 secs

All Changes:

:

  1. Change #22605

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 16 Oct 2016 10:50:43
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 0b697c108001f70cf0a2aca4855815e579be6838

    Comments

    Auto merge of #13785 - gterzian:use_veqdequeu_in_servoparser, r=nox
    
    switch to using DOMRefCell<VeqDeque<String>> for ServoParser::pending…
    
    <!-- Please describe your changes on the following line: -->
    The field ServoParser::pending_input should be a DOMRefCell<VeqDeque<String>>, this lets us use VecDeque::pop_front instead of Vec::remove in ServoParser::take_next_input_chunk.
    
    ---
    <!-- 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
    - [x] These changes fix #13690 (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] 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. -->
    
    …_input
    
    <!-- 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/13785)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/bindings/trace.rs
    • components/script/dom/servoparser/mod.rs