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

Builder protobuf-solaris10-sparc Build #2087

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision49b184b163a830518f1f2d6e4396a71791bdb90c
Got Revision49b184b163a830518f1f2d6e4396a71791bdb90c
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 4 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 31 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 32 mins, 22 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-unstable10s/slave/protobuf-solaris10-sparc slave
buildername protobuf-solaris10-sparc Builder
buildnumber 2087 Build
codebase Build
got_revision 49b184b163a830518f1f2d6e4396a71791bdb90c Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 49b184b163a830518f1f2d6e4396a71791bdb90c Build
scheduler schedule-protobuf-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/protobuf-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Adam Cozzette

Timing:

StartTue Jan 11 17:51:20 2022
EndTue Jan 11 20:30:21 2022
Elapsed2 hrs, 39 mins, 1 secs

All Changes:

:

  1. Change #146045

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Tue 11 Jan 2022 17:47:10
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 49b184b163a830518f1f2d6e4396a71791bdb90c

    Comments

    Revert "Standardize on Array copyOf" (#9400)
    This reverts commit 935d099ad9f6692e727406764bb3226d935e899d from PR #9162.
    
    While the original commit was a nice simplification, I learned from
    another Googler that there is unfortunately a performance cost to this
    (or at least there was last time this change was attempted). Even if it
    turns out to be fast on modern Java runtimes, we still care about the
    performance on old Android devices.

    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