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

Builder linux-rel-css Build #1330

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

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. - no logs -
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 21 mins, 17 secs )
    1. warnings (2)
  5. test ran test-css --release --processes 16 --always-succeed ( 14 mins, 25 secs )
    1. css-errorsummary.log
  6. shell__1 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  7. compile__1 ran build-cef --release --with-debug-assertions ( 46 secs )
    1. stdio
  8. compile__2 ran build-geckolib --release warnings ( 4 mins, 6 secs )
    1. warnings (5)
  9. test__1 ran test-stylo --release warnings ( 2 mins, 9 secs )
    1. warnings (2)
  10. shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  11. shell__3 '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 1330 Build
codebase Build
got_revision 4cb3404c09d0b6a5a19a2c842d2e8809fae31e87 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 4cb3404c09d0b6a5a19a2c842d2e8809fae31e87 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:

StartFri Dec 9 23:07:47 2016
EndFri Dec 9 23:50:39 2016
Elapsed42 mins, 51 secs

All Changes:

:

  1. Change #29169

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 09 Dec 2016 22:47:27
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 4cb3404c09d0b6a5a19a2c842d2e8809fae31e87

    Comments

    Auto merge of #13845 - birryree:package-under-target-profile-dirs, r=aneeshusa
    
    Part of #13551 - Create packages under release/debug directories as appropriate
    
    r? @aneeshusa
    
    This change implements fixes for #13551 for Linux and MacOS targets.
    
    `/python/servo/package_commands.py` was modified so that:
    - On MacOS, it creates all intermediate packaging directories like `dmg`, `brew`, and `brew-tmp` under `target/(release|debug)`, rather than in `target` directly.
    - On MacOS, all packaging artifacts (`.dmg`, brew `.tar.gz`) are packaged under `target/(release|debug)`, rather than in `target` directly.
    - On Linux, the resulting `tar.gz` Servo package is placed under `target/(release|debug)`, rather than in `target`.
    - Also did some extra cleanup around path parsing in the MacOS packaging code, to use `os.path` methods rather than straight `'/'` parsing with `split` and `join` where it was applicable.
    
    `/etc/ci/upload_nightly.sh` was modified to:
    - Look for artifacts in `target/release` for `mac`, `macbrew`, and `linux` platforms, rather than just `target/`.
    
    ---
    
    <!-- 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 test-tidy` does not report any errors
    - [x] These changes fix #13551
    - [x] These changes do not require tests because it is based on CI and packaging tools. They were manually tested for correctness.
    
    <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
    
    …lease/debug as specified or detected. Modify macos packaging to create all packages under release/debug directory. Updated etc/ci/upload_nightly.sh to support uploading from either release/debug directory, depending on what was built
    
    <!-- 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/13845)
    
    <!-- Reviewable:end -->

    Changed files

    • etc/ci/upload_nightly.sh
    • python/servo/package_commands.py