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

Builder linux-rel-wpt Build #7020

Results:

Failed shell__2

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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. compile ran build --release --with-debug-assertions ( 21 mins, 2 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 16 mins, 28 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' failed ( 0 secs )
    1. stdio
    2. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 7020 Build
codebase Build
got_revision 199aa27afd721c6f5bab304876a984044bbd4879 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 199aa27afd721c6f5bab304876a984044bbd4879 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Nov 22 19:07:42 2017
EndWed Nov 22 19:45:37 2017
Elapsed37 mins, 55 secs

All Changes:

:

  1. Change #68901

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 22 Nov 2017 19:07:41
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 199aa27afd721c6f5bab304876a984044bbd4879

    Comments

    Auto merge of #19330 - Eijebong:sanitize_color, r=KiChjang
    
    Add a sanitize_value implementation for the color input
    
    I had to change the test a little bit to avoid some failures due to
    color and text both having a sanitizedValue which was making the test
    use the first assertion instead of the second one in some cases.
    
    The sanitize_value implementation is pretty simple, we iterate over the
    content and checks that the content is 7 characters long, that the first
    character is a `#` and then that all the following characters are
    hexadecimal. If all those requirements are met, we lowercase the
    content, otherwise we put `#000000` in it.
    
    <!-- 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/19330)
    <!-- Reviewable:end -->

    Changed files

    • components/atoms/static_atoms.txt
    • components/script/dom/htmlinputelement.rs
    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/metadata/html/semantics/forms/the-input-element/type-change-state.html.ini
    • tests/wpt/web-platform-tests/html/semantics/forms/the-input-element/type-change-state.html