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

Builder linux-rel-css Build #8489

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux5

Reason:

The web-page 'rebuild' button was pressed by 'servo <servo@localhost>': Initiated by Homu

Steps and Logfiles:

  1. git update ( 1 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 ...' ( 16 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 ( 11 mins, 36 secs )
    1. - no logs -
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 52 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' ( 4 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  11. compile__1 ran build-geckolib --release ( 2 mins, 37 secs )
    1. - no logs -
  12. test__1 ran test-stylo --release ( 39 secs )
    1. - no logs -
  13. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  14. shell__6 'bash ./etc/ci/manifest_changed.sh' ( 13 secs )
    1. stdio
  15. shell__7 './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 8489 Build
codebase Build
got_revision e4472f7c1f1346d7e0489bbd0df50a567ae0ebb1 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision e4472f7c1f1346d7e0489bbd0df50a567ae0ebb1 Build
scheduler servo-auto Scheduler
slavename servo-linux5 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:

StartThu Apr 12 19:35:35 2018
EndThu Apr 12 20:02:58 2018
Elapsed27 mins, 23 secs

All Changes:

:

  1. Change #78892

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 12 Apr 2018 16:50:49
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision e4472f7c1f1346d7e0489bbd0df50a567ae0ebb1

    Comments

    Auto merge of #20629 - cbrewster:session_history_fixup, r=asajeffrey
    
    Session history fixup
    
    <!-- Please describe your changes on the following line: -->
    When a browsing context was removed, its entries were not removed from the joint session history.
    The embedder should be notified that the history changed after a navigation matures.
    
    ---
    <!-- 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 build-geckolib` 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 _____
    
    <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
    
    <!-- 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/20629)
    <!-- Reviewable:end -->

    Changed files

    • components/constellation/constellation.rs
    • components/constellation/session_history.rs
    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/web-platform-tests/html/browsers/history/joint-session-history/joint-session-history-filler.html
    • tests/wpt/web-platform-tests/html/browsers/history/joint-session-history/joint-session-history-remove-iframe.html