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

Builder protobuf-solaris10-i386 Build #2295

Results:

Failed shell_3

SourceStamp:

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

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' ( 14 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 54 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 2295 Build
codebase Build
got_revision 020e4e33d179db705433ac41fa747a2cd7882296 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 020e4e33d179db705433ac41fa747a2cd7882296 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 23:11:26 2022
EndTue Mar 1 23:27:03 2022
Elapsed15 mins, 36 secs

All Changes:

:

  1. Change #148009

    Category protobuf
    Changed by Thomas Van Lenten <thomasvlohnoyoudont@google.com>
    Changed at Tue 01 Mar 2022 23:01:33
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 020e4e33d179db705433ac41fa747a2cd7882296

    Comments

    Simplify imports of the WKTs within the library itself.
    Overdue followup to https://github.com/protocolbuffers/protobuf/pull/7173
    
    Since all the files are at the same level as the runtime headers, there is no
    need for things to be framework based imports, they should all just work like
    the other headers do.
    
    - Directly generate the bundled header imports into the preamble section when
      generating for a bundled proto.
    - Update the preamble generation to skip the CPP wrapper when generating for a
      bundled proto file.
    - Regenerate the WKTs.
    - Update GPBProtocolBuffer.h/GPBWellKnownTypes.h to also skip the CPP wrapping.
    
    GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS in the podspec and non bundled files still
    has to exist because that comes into play for those files to find the runtime
    headers.

    Changed files

    • objectivec/GPBAny.pbobjc.h
    • objectivec/GPBAny.pbobjc.m
    • objectivec/GPBApi.pbobjc.h
    • objectivec/GPBApi.pbobjc.m
    • objectivec/GPBDuration.pbobjc.h
    • objectivec/GPBDuration.pbobjc.m
    • objectivec/GPBEmpty.pbobjc.h
    • objectivec/GPBEmpty.pbobjc.m
    • objectivec/GPBFieldMask.pbobjc.h
    • objectivec/GPBFieldMask.pbobjc.m
    • objectivec/GPBProtocolBuffers.h
    • objectivec/GPBSourceContext.pbobjc.h
    • objectivec/GPBSourceContext.pbobjc.m
    • objectivec/GPBStruct.pbobjc.h
    • objectivec/GPBStruct.pbobjc.m
    • objectivec/GPBTimestamp.pbobjc.h
    • objectivec/GPBTimestamp.pbobjc.m
    • objectivec/GPBType.pbobjc.h
    • objectivec/GPBType.pbobjc.m
    • objectivec/GPBWellKnownTypes.h
    • objectivec/GPBWrappers.pbobjc.h
    • objectivec/GPBWrappers.pbobjc.m
    • src/google/protobuf/compiler/objectivec/objectivec_file.cc