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

Builder linux-rel-css Build #1061

Results:

Failed test

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 18 mins, 56 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 failed ( 19 mins, 44 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 7 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 50 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 1 mins, 59 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell__2 '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 1061 Build
codebase Build
got_revision 76c92aeea377d79fbc94fde38b27c4903eb7e77f Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 76c92aeea377d79fbc94fde38b27c4903eb7e77f Build
scheduler servo-auto Scheduler
slavename servo-linux1 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 23 00:00:25 2016
EndWed Nov 23 00:59:11 2016
Elapsed58 mins, 45 secs

All Changes:

:

  1. Change #27575

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 23 Nov 2016 00:00:25
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 76c92aeea377d79fbc94fde38b27c4903eb7e77f

    Comments

    Auto merge of #14276 - szeged:notify, r=dati91
    
    Add Start/Stop notifications
    
    Add support for Start and Stop Notifications for WebBluetooth
    
    ---
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [X] There are tests for these changes
    
    <!-- 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/14276)
    <!-- Reviewable:end -->

    Changed files

    • components/bluetooth/lib.rs
    • components/bluetooth/test.rs
    • components/bluetooth_traits/lib.rs
    • components/script/dom/bluetoothremotegattcharacteristic.rs
    • components/script/dom/webidls/BluetoothRemoteGATTCharacteristic.webidl
    • tests/wpt/mozilla/meta/MANIFEST.json
    • tests/wpt/mozilla/meta/mozilla/bluetooth/startNotifications/disconnect-called-during.html.ini
    • tests/wpt/mozilla/meta/mozilla/bluetooth/stopNotifications/disconnect-called-during.html.ini
    • tests/wpt/mozilla/tests/mozilla/bluetooth/startNotifications/blocklisted-characteristic.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/startNotifications/characteristic-is-removed.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/startNotifications/disconnect-called-before.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/startNotifications/disconnect-called-during.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/startNotifications/notify-failure.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/startNotifications/notify-succeeds.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/stopNotifications/characteristic-is-removed.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/stopNotifications/disconnect-called-before.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/stopNotifications/disconnect-called-during.html
    • tests/wpt/mozilla/tests/mozilla/bluetooth/stopNotifications/notify-succeeds.html