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

Builder linux-rel-wpt Build #10018

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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 ...' ( 11 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 -p servo warnings ( 9 mins, 24 secs )
    1. warnings (1)
  9. test ran test-wpt-failure ( 0 secs )
    1. stdio
  10. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 17 mins, 13 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' ( 2 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 22 secs )
    1. wpt-mp-errorsummary.log
  13. shell__5 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 10018 Build
codebase Build
got_revision 021a24d5bb8dc54bc4496b528d821f11aa3ca745 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 021a24d5bb8dc54bc4496b528d821f11aa3ca745 Build
scheduler servo-auto Scheduler
slavename servo-linux6 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Oct 3 00:59:38 2018
EndWed Oct 3 01:26:58 2018
Elapsed27 mins, 19 secs

All Changes:

:

  1. Change #96540

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 03 Oct 2018 00:59:37
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 021a24d5bb8dc54bc4496b528d821f11aa3ca745

    Comments

    Auto merge of #21851 - paulrouget:maven, r=MortimerGoro
    
    Create a Maven repository on package
    
    This new step will go through all the *release* builds of the servoview AAR, and create a maven repo (just a tree of directories) with the relevant POM files under `target/gradle/servoview/maven`.
    
    For example, after building for armv7 and x86, it looks like this:
    
    ```
    /Users/paul/git/servo/target/gradle/servoview/maven
    └── org
        └── mozilla
            └── servoview
                ├── servoview-armv7
                │   ├── 0.0.1.20181002
                │   │   ├── servoview-armv7-0.0.1.20181002.aar
                │   │   ├── servoview-armv7-0.0.1.20181002.aar.md5
                │   │   ├── servoview-armv7-0.0.1.20181002.aar.sha1
                │   │   ├── servoview-armv7-0.0.1.20181002.pom
                │   │   ├── servoview-armv7-0.0.1.20181002.pom.md5
                │   │   └── servoview-armv7-0.0.1.20181002.pom.sha1
                │   ├── maven-metadata.xml
                │   ├── maven-metadata.xml.md5
                │   └── maven-metadata.xml.sha1
                └── servoview-x86
                    ├── 0.0.1.20181002
                    │   ├── servoview-x86-0.0.1.20181002.aar
                    │   ├── servoview-x86-0.0.1.20181002.aar.md5
                    │   ├── servoview-x86-0.0.1.20181002.aar.sha1
                    │   ├── servoview-x86-0.0.1.20181002.pom
                    │   ├── servoview-x86-0.0.1.20181002.pom.md5
                    │   └── servoview-x86-0.0.1.20181002.pom.sha1
                    ├── maven-metadata.xml
                    ├── maven-metadata.xml.md5
                    └── maven-metadata.xml.sha1
    ```
    
    <!-- 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/21851)
    <!-- Reviewable:end -->

    Changed files

    • python/servo/package_commands.py
    • support/android/apk/servoview/build.gradle