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

Builder protobuf-solaris10-i386 Build #2166

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision201c1fc9185c5c9edb601a334f3d3f95947b4f08
Got Revision201c1fc9185c5c9edb601a334f3d3f95947b4f08
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-protobuf-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 27 secs )
    1. stdio
  3. shell_1 './configure' ( 14 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/protobuf-solaris10-i386 slave
buildername protobuf-solaris10-i386 Builder
buildnumber 2166 Build
codebase Build
got_revision 201c1fc9185c5c9edb601a334f3d3f95947b4f08 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 201c1fc9185c5c9edb601a334f3d3f95947b4f08 Build
scheduler schedule-protobuf-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/protobuf-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. David Mollitor
  2. Elliotte Rusty Harold

Timing:

StartFri Oct 29 13:59:04 2021
EndFri Oct 29 14:14:51 2021
Elapsed15 mins, 47 secs

All Changes:

:

  1. Change #143688

    Category protobuf
    Changed by David Mollitor <dmollitorohnoyoudont@apache.org>
    Changed at Wed 27 Oct 2021 17:08:33
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 935d099ad9f6692e727406764bb3226d935e899d

    Comments

    Standardize on Array copyOf

    Changed files

    • java/core/src/main/java/com/google/protobuf/BooleanArrayList.java
    • java/core/src/main/java/com/google/protobuf/DoubleArrayList.java
    • java/core/src/main/java/com/google/protobuf/FloatArrayList.java
    • java/core/src/main/java/com/google/protobuf/IntArrayList.java
    • java/core/src/main/java/com/google/protobuf/LongArrayList.java
    • java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java
  2. Change #143689

    Category protobuf
    Changed by Elliotte Rusty Harold <elharoohnoyoudont@users.noreply.github.com>
    Changed at Fri 29 Oct 2021 13:51:56
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 201c1fc9185c5c9edb601a334f3d3f95947b4f08

    Comments

    Merge pull request #9162 from belugabehr/ArrayList-copyof
    Standardize on Array copyOf

    Changed files

    • no files