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

Builder protobuf-solaris10-i386 Build #2308

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision7d5af9d5395d208adf16494d38394439447a6c2f
Got Revision7d5af9d5395d208adf16494d38394439447a6c2f
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' ( 15 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 6 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 2308 Build
codebase Build
got_revision 7d5af9d5395d208adf16494d38394439447a6c2f Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 7d5af9d5395d208adf16494d38394439447a6c2f 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. lzj

Timing:

StartThu Mar 10 17:51:29 2022
EndThu Mar 10 18:07:19 2022
Elapsed15 mins, 50 secs

All Changes:

:

  1. Change #148273

    Category protobuf
    Changed by lzj <1113056865ohnoyoudont@qq.com>
    Changed at Thu 10 Mar 2022 17:41:08
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 7d5af9d5395d208adf16494d38394439447a6c2f

    Comments

    avoid allocating memory if all extension are cleared (#9345)
    * Update extension_set.cc
    
    avoid allocating memory if all extension are cleared
    
    * Avoid allocating too much memory
    
    * Accurately count flat memory size
    
    * Update extension_set.cc
    
    use the 4x growth.
    
    * add unittest for ExtensionSet

    Changed files

    • src/google/protobuf/extension_set.cc
    • src/google/protobuf/extension_set_heavy.cc
    • src/google/protobuf/extension_set_unittest.cc