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

Builder protobuf-solaris10-sparc Build #2156

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 39 mins, 10 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 2156 Build
codebase Build
got_revision bb4302e8787c3aa5226b5dab3b10750466deb828 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision bb4302e8787c3aa5226b5dab3b10750466deb828 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. Thomas Van Lenten

Timing:

StartThu Mar 3 22:11:24 2022
EndFri Mar 4 00:57:28 2022
Elapsed2 hrs, 46 mins, 3 secs

All Changes:

:

  1. Change #148055

    Category protobuf
    Changed by Thomas Van Lenten <thomasvlohnoyoudont@google.com>
    Changed at Thu 03 Mar 2022 22:05:18
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision bb4302e8787c3aa5226b5dab3b10750466deb828

    Comments

    Add a generation option to control use of forward declarations in headers.
    Swift importing ObjC drops methods/properties if the type is only a forward
    declaration since the type is incomplete. Historically the generator has always
    use forward declarations to reduce how much will have rebuild when a proto file
    does change; but that puts it at odds with Swift. If ObjC Protos end up spanning
    Swift modules, the Swift import behavior could become a problem; so this option
    provides a control for the behavior. The current behavior is to continue forward
    declarations, but eventually the default will be changed.
    
    Generate the WKTs using imports instead of forward decls.

    Changed files

    • objectivec/GPBApi.pbobjc.h
    • objectivec/GPBApi.pbobjc.m
    • objectivec/GPBType.pbobjc.h
    • objectivec/GPBType.pbobjc.m
    • objectivec/README.md
    • src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc
    • src/google/protobuf/compiler/objectivec/objectivec_enum_field.h
    • src/google/protobuf/compiler/objectivec/objectivec_field.cc
    • src/google/protobuf/compiler/objectivec/objectivec_field.h
    • src/google/protobuf/compiler/objectivec/objectivec_file.cc
    • src/google/protobuf/compiler/objectivec/objectivec_file.h
    • src/google/protobuf/compiler/objectivec/objectivec_generator.cc
    • src/google/protobuf/compiler/objectivec/objectivec_map_field.cc
    • src/google/protobuf/compiler/objectivec/objectivec_map_field.h
    • src/google/protobuf/compiler/objectivec/objectivec_message.cc
    • src/google/protobuf/compiler/objectivec/objectivec_message.h
    • src/google/protobuf/compiler/objectivec/objectivec_message_field.cc
    • src/google/protobuf/compiler/objectivec/objectivec_message_field.h