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

Builder linux-rel-css Build #44

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release ( 17 mins, 3 secs )
    1. - no logs -
  4. test ran test-css --release --processes 16 ( 14 mins, 55 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 55 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 8 secs )
    1. warnings (9)
  7. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  8. 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 44 Build
codebase Build
got_revision 9c2610146ae3a61e1da917a9fd5e3902bd267d4a Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 9c2610146ae3a61e1da917a9fd5e3902bd267d4a Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 9 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Oct 5 15:00:32 2016
EndWed Oct 5 15:36:41 2016
Elapsed36 mins, 8 secs

All Changes:

:

  1. Change #21128

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 05 Oct 2016 15:00:32
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 9c2610146ae3a61e1da917a9fd5e3902bd267d4a

    Comments

    Auto merge of #13601 - larsbergstrom:debug_assertions_cef, r=nox
    
    Ensure that SERVO_ENABLE_DEBUG_ASSERTIONS is also used in build-cef
    
    r? @nox
    
    Fixes #13591
    
    This fixes the problem with rebuilding all of CEF on the linux-rel builders by ensuring it gets the same `RUSTFLAGS`. Proof:
    ```
    [larsberg@larsberg servo2]$ ./mach build-cef -r
       Compiling embedding v0.0.1 (file:///Users/larsberg/servo2/ports/cef)
        Finished release [optimized] target(s) in 35.42 secs
    [Warning] Could not generate notification! Optional Python module 'pyobjc' is not installed.
    CEF build completed in 0:00:38
    [larsberg@larsberg servo2]$
    ```
    
    <!-- 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/13601)
    <!-- Reviewable:end -->

    Changed files

    • python/servo/build_commands.py