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

Builder linux-rel-css Build #1213

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisionb8ac79ef8b5a93998c5964806635c8a9314ee2ae
Got Revisionb8ac79ef8b5a93998c5964806635c8a9314ee2ae
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. generic generic ( 0 secs )
    1. - no logs -
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 22 mins, 13 secs )
    1. warnings (3)
  5. test ran test-css --release --processes 16 --always-succeed ( 21 mins, 33 secs )
    1. css-errorsummary.log
  6. shell__1 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  7. compile__1 ran build-cef --release --with-debug-assertions ( 46 secs )
    1. stdio
  8. compile__2 ran build-geckolib --release warnings ( 4 mins, 4 secs )
    1. warnings (5)
  9. test__1 ran test-stylo --release warnings ( 2 mins, 7 secs )
    1. warnings (2)
  10. shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  11. 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 1213 Build
codebase Build
got_revision b8ac79ef8b5a93998c5964806635c8a9314ee2ae Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision b8ac79ef8b5a93998c5964806635c8a9314ee2ae Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 10 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Nov 30 03:21:25 2016
EndWed Nov 30 04:12:16 2016
Elapsed50 mins, 50 secs

All Changes:

:

  1. Change #28569

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 30 Nov 2016 03:17:57
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision b8ac79ef8b5a93998c5964806635c8a9314ee2ae

    Comments

    Auto merge of #14404 - BorisChiou:Bug1317179, r=Manishearth
    
    Use XPCOM string bindings instead of Gecko_Utf8SliceToString
    
    These are the servo-side changes for [bug 1317179](https://bugzilla.mozilla.org/show_bug.cgi?id=1317179). @Manishearth has already reviewed them there. I'd like to merge these patches until the gecko-side changes for [bug 1317179](https://bugzilla.mozilla.org/show_bug.cgi?id=1317179) is landed.
    
    ---
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [X] These changes fix [bug 1317179](https://bugzilla.mozilla.org/show_bug.cgi?id=1317179).
    - [X] These changes do not require tests because there are existing tests for this in mozilla-central
    
    <!-- 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/14404)
    <!-- Reviewable:end -->

    Changed files

    • components/style/gecko_bindings/bindings.rs
    • ports/geckolib/glue.rs