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

Builder protobuf-solaris10-sparc Build #2000

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 50 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 7 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 34 mins, 2 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 2000 Build
codebase Build
got_revision 0da2ca5a1742421d7b9a04b997ec9961fe0fc25a Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 0da2ca5a1742421d7b9a04b997ec9961fe0fc25a 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. Chris Povirk

Timing:

StartTue Oct 12 22:18:54 2021
EndWed Oct 13 01:00:04 2021
Elapsed2 hrs, 41 mins, 10 secs

All Changes:

:

  1. Change #143098

    Category protobuf
    Changed by Chris Povirk <cpovirkohnoyoudont@google.com>
    Changed at Tue 12 Oct 2021 22:11:17
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 0da2ca5a1742421d7b9a04b997ec9961fe0fc25a

    Comments

    Add jsr305 to protobuf-util deps. (#9059)
    This prepares for a change (internal CL 399474184, to be mirrored out to GitHub) to add a few such annotations in FieldMaskUtil and JsonFormat.
    
    (Technically, this PR is probably not "necessary" because protobuf-util already depends transitively on jsr305. But it's better hygiene to depend on it directly, and the direct dependency could protect against problems if protobuf-util drops some of its other deps -- or if those deps drop their own deps on jsr305.)

    Changed files

    • java/util/pom.xml