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

Builder linux-rel-css Build #7899

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. compile ran build --release --with-debug-assertions ( 10 mins, 17 secs )
    1. - no logs -
  8. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 25 secs )
    1. - no logs -
  9. shell__3 './mach filter-intermittents ...' ( 5 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. compile__1 ran build-geckolib --release ( 6 mins, 7 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release ( 1 mins, 59 secs )
    1. - no logs -
  12. shell__4 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  13. shell__5 '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 7899 Build
codebase Build
got_revision 5af219e8188f2e657c5711eb5def4c8e8065e29d Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 5af219e8188f2e657c5711eb5def4c8e8065e29d Build
scheduler servo-auto Scheduler
slavename servo-linux6 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:

StartWed Feb 14 12:05:31 2018
EndWed Feb 14 12:36:45 2018
Elapsed31 mins, 13 secs

All Changes:

:

  1. Change #74525

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 14 Feb 2018 12:05:29
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 5af219e8188f2e657c5711eb5def4c8e8065e29d

    Comments

    Auto merge of #19925 - upsuper:cstr, r=emilio
    
    Use cstr macro for ffi literal strings
    
    Use `cstr!()` macro with `CStr` to ensure that literal strings used with FFI is properly nul-terminated to avoid cases like #19915.
    
    <!-- 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/19925)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • ports/geckolib/Cargo.toml
    • ports/geckolib/error_reporter.rs
    • ports/geckolib/lib.rs
    • ports/geckolib/tests/Cargo.toml
    • ports/geckolib/tests/lib.rs