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

Builder protobuf-solaris10-sparc Build #2146

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 21 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 28 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 30 mins, 24 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 2146 Build
codebase Build
got_revision b44784cf3061e853d6b70a47c0216ad0806bc150 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision b44784cf3061e853d6b70a47c0216ad0806bc150 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:

StartSat Feb 26 03:14:06 2022
EndSat Feb 26 05:51:27 2022
Elapsed2 hrs, 37 mins, 21 secs

All Changes:

:

  1. Change #147871

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Sat 26 Feb 2022 00:30:07
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision b44784cf3061e853d6b70a47c0216ad0806bc150

    Comments

    Fix update_version.py script (#9554)
    Two small fixes to update_version.py:
    - The regex for updating SOVERSION in cmake files was not quite right. I
      fixed it to reflect that the value is a plain integer and not of the
      form x.y.z
    - For some reason the code for updating PHP_PROTO_VERSION appeared 3
      times and led to a spurious warning, so I removed the extra calls
      there.

    Changed files

    • update_version.py