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

Builder linux-rel-css Build #12232

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 ...' ( 14 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions -p servo ( 10 mins, 39 secs )
    1. - no logs -
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 29 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__6 './etc/ci/clean_build_artifacts.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 12232 Build
codebase Build
got_revision 3f30720bbafc504f286beed0cb195dbd1bf6a2e4 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 3f30720bbafc504f286beed0cb195dbd1bf6a2e4 Build
scheduler servo-auto Scheduler
slavename servo-linux4 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:

StartTue May 14 12:21:20 2019
EndTue May 14 12:43:50 2019
Elapsed22 mins, 29 secs

All Changes:

:

  1. Change #113860

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 14 May 2019 12:21:19
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 3f30720bbafc504f286beed0cb195dbd1bf6a2e4

    Comments

    Auto merge of #23363 - Darkspirit:https, r=jdm
    
    More https
    
    * Disabled unused legacy TLS.
    It will be disabled for Nightly 72 or 73 in 5-7 months and ride the [trains](https://wiki.mozilla.org/Release_Management/Calendar).
    https://blog.mozilla.org/security/2018/10/15/removing-old-versions-of-tls/
    * Updated MPL license in a few files.
    It would be nice if a new version of https://pypi.org/project/servo_tidy/ could be released to update WebRender as well.
    * Switched servo-deps.s3.amazonaws.com back to https.
    This was recently regressed by 10585be25c334bd15710d1a6d93391a9acb6d543 and fc28073dfba05cb2d3fda624c135b2125c1b90af.
    * Made https the default protocol for address bar on desktop.
    Press Ctrl+L on the Glutin port and enter `example.com`:
    Servo previously assumed you meant `http://example.com/`, now it is `https://example.com/`.
    
    ---
    
    - [x] `./mach build --release` does not report any errors
    - [x] `./mach test-tidy` does not report any errors
    
    <!-- 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/23363)
    <!-- Reviewable:end -->

    Changed files

    • .travis.yml
    • components/net/connector.rs
    • components/script/dom/bindings/codegen/parser/WebIDL.py
    • components/script/dom/bindings/codegen/parser/tests/test_lenientSetter.py
    • components/script/dom/bindings/codegen/parser/tests/test_replaceable.py
    • components/script/dom/navigationpreloadmanager.rs
    • components/script/dom/offscreencanvas.rs
    • components/script/dom/offscreencanvasrenderingcontext2d.rs
    • components/script/dom/webidls/NavigationPreloadManager.webidl
    • components/script/dom/webidls/OffscreenCanvas.webidl
    • components/script/dom/webidls/OffscreenCanvasRenderingContext2D.webidl
    • components/style/gecko/boxed_types.rs
    • components/to_shmem_derive/to_shmem.rs
    • ports/glutin/browser.rs
    • support/linux/gstreamer/gstreamer.sh