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

Builder protobuf-solaris10-sparc Build #2078

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 4 mins, 49 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 25 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 25 mins, 46 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 2078 Build
codebase Build
got_revision c555c3dd14feb25d6283cbbd4903fe8108667c72 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision c555c3dd14feb25d6283cbbd4903fe8108667c72 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:

StartWed Jan 5 20:11:22 2022
EndWed Jan 5 22:43:33 2022
Elapsed2 hrs, 32 mins, 11 secs

All Changes:

:

  1. Change #145777

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Wed 05 Jan 2022 17:50:29
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision c555c3dd14feb25d6283cbbd4903fe8108667c72

    Comments

    Improve performance of parsing unknown fields in Java (#9371)
    Credit should go to @elharo for most of these Java changes--I am just
    cherry-picking them from our internal codebase. The one thing I did
    change was to give the UTF-8 validation tests their own Bazel test
    target. This makes it possible to give the other tests a shorter
    timeout, which is important for UnknownFieldSetPerformanceTest in
    particular.

    Changed files

    • Makefile.am
    • java/core/BUILD
    • java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java
    • java/core/src/test/java/com/google/protobuf/UnknownFieldSetPerformanceTest.java
    • java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java
    • java/lite/pom.xml