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

Builder protobuf-solaris10-sparc Build #2024

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revisionb3b3162219201a691c257d75f85f39c1a82e6899
Got Revisionb3b3162219201a691c257d75f85f39c1a82e6899
Changes4 changes

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, 46 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 24 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 25 mins, 12 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 2024 Build
codebase Build
got_revision b3b3162219201a691c257d75f85f39c1a82e6899 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision b3b3162219201a691c257d75f85f39c1a82e6899 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. David Mollitor
  2. Elliotte Rusty Harold
  3. appledragon
  4. deannagarcia

Timing:

StartTue Oct 26 01:30:03 2021
EndTue Oct 26 04:01:37 2021
Elapsed2 hrs, 31 mins, 33 secs

All Changes:

:

  1. Change #143570

    Category protobuf
    Changed by appledragon <appledragonohnoyoudont@gmail.com>
    Changed at Mon 25 Oct 2021 09:31:06
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 02d2e5fdd71a798f221ab3098019eaf51ecc5533

    Comments

    Update stl_util.h

    Changed files

    • src/google/protobuf/stubs/stl_util.h
  2. Change #143571

    Category protobuf
    Changed by deannagarcia <69992229+deannagarciaohnoyoudont@users.noreply.github.com>
    Changed at Mon 25 Oct 2021 23:30:45
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision d630f96dce44de4257ca4cfb4b92c272f1c49dfe

    Comments

    Merge pull request #9144 from appledragon/master
    for windows build fail issue, confliction with std max

    Changed files

    • no files
  3. Change #143572

    Category protobuf
    Changed by David Mollitor <dmollitorohnoyoudont@apache.org>
    Changed at Mon 25 Oct 2021 19:46:34
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 3370cc4456deaeb97ca6ae4aa10b0be1f2610c7f

    Comments

    Transition to NIO StandardCharsets

    Changed files

    • java/core/src/main/java/com/google/protobuf/ArrayDecoders.java
    • java/core/src/main/java/com/google/protobuf/BinaryReader.java
    • java/core/src/main/java/com/google/protobuf/ByteString.java
    • java/core/src/main/java/com/google/protobuf/CodedInputStream.java
    • java/core/src/main/java/com/google/protobuf/CodedOutputStream.java
    • java/core/src/main/java/com/google/protobuf/Descriptors.java
    • java/core/src/main/java/com/google/protobuf/Internal.java
    • java/core/src/main/java/com/google/protobuf/MessageSchema.java
    • java/core/src/main/java/com/google/protobuf/Utf8.java
    • java/core/src/test/java/com/google/protobuf/BoundedByteStringTest.java
    • java/core/src/test/java/com/google/protobuf/ByteStringTest.java
    • java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java
    • java/core/src/test/java/com/google/protobuf/DecodeUtf8Test.java
    • java/core/src/test/java/com/google/protobuf/DescriptorsTest.java
    • java/core/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java
    • java/core/src/test/java/com/google/protobuf/LiteralByteStringTest.java
    • java/core/src/test/java/com/google/protobuf/NioByteStringTest.java
    • java/core/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java
    • java/core/src/test/java/com/google/protobuf/RopeByteStringTest.java
    • java/core/src/test/java/com/google/protobuf/TextFormatTest.java
    • java/core/src/test/java/com/google/protobuf/Utf8Test.java
    • java/core/src/test/java/com/google/protobuf/WrappersLiteOfMethodTest.java
    • java/core/src/test/java/com/google/protobuf/WrappersOfMethodTest.java
    • java/lite/src/test/java/com/google/protobuf/LiteTest.java
  4. Change #143573

    Category protobuf
    Changed by Elliotte Rusty Harold <elharoohnoyoudont@users.noreply.github.com>
    Changed at Mon 25 Oct 2021 23:44:38
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision b3b3162219201a691c257d75f85f39c1a82e6899

    Comments

    Merge pull request #9148 from belugabehr/nio-charsets
    Transition to NIO StandardCharsets

    Changed files

    • no files