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

Builder protobuf-solaris10-i386 Build #2293

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision76ba220c38ecb4025f72ac307524973ad9161672
Got Revision76ba220c38ecb4025f72ac307524973ad9161672
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 26 secs )
    1. stdio
  3. shell_1 './configure' ( 13 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 45 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/slave/protobuf-solaris10-i386 slave
buildername protobuf-solaris10-i386 Builder
buildnumber 2293 Build
codebase Build
got_revision 76ba220c38ecb4025f72ac307524973ad9161672 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 76ba220c38ecb4025f72ac307524973ad9161672 Build
scheduler schedule-protobuf-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/protobuf-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Van Lenten

Timing:

StartTue Mar 1 16:51:30 2022
EndTue Mar 1 17:06:57 2022
Elapsed15 mins, 27 secs

All Changes:

:

  1. Change #147988

    Category protobuf
    Changed by Thomas Van Lenten <thomasvlohnoyoudont@google.com>
    Changed at Tue 01 Mar 2022 16:46:27
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 14e445bc34f3d51fb117297f2e893edb8d54ad78

    Comments

    Stop passing generation options thru the graph.
    They never were needed below file, and they really are specific to two high
    level case, so don't pass them every where else.

    Changed files

    • 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_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
    • src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc
    • src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h
  2. Change #147989

    Category protobuf
    Changed by Thomas Van Lenten <thomasvlohnoyoudont@google.com>
    Changed at Tue 01 Mar 2022 16:46:27
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision d9048081b25ee4a48b40ce687d60a5228cb182b9

    Comments

    Remove the non prefix validation options from Options.
    The other generation options never were in the Options structure and
    ImportWriter was the only thing that needed some the non validation options and
    it already required directly passing the options. So refine Options to just be
    validation options and bundle all the File related generation options into
    a new FileGenerator specific GenerationOptions.

    Changed files

    • 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_helpers.cc
    • src/google/protobuf/compiler/objectivec/objectivec_helpers.h
  3. Change #147990

    Category protobuf
    Changed by Thomas Van Lenten <thomasvlohnoyoudont@google.com>
    Changed at Tue 01 Mar 2022 16:46:27
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 76ba220c38ecb4025f72ac307524973ad9161672

    Comments

    And an overload for ValidateObjCClassPrefixes().
    This version defaults all the options, so folks don't have to pass it.
    
    Since Options never had a PROTOC_EXPORT, it isn't immediately clear how well the
    existing api worked for any shared lib cases, so this should give a simpler api
    for the basic usage (if anyone wants to use it).

    Changed files

    • src/google/protobuf/compiler/objectivec/objectivec_helpers.cc
    • src/google/protobuf/compiler/objectivec/objectivec_helpers.h