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

Builder protobuf-solaris10-sparc Build #2161

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision5ad0697c868235f24559dc07f8a42870d160af76
Got Revision5ad0697c868235f24559dc07f8a42870d160af76
Changes10 changes

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, 27 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 40 mins, 13 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 1 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 2161 Build
codebase Build
got_revision 5ad0697c868235f24559dc07f8a42870d160af76 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 5ad0697c868235f24559dc07f8a42870d160af76 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. Adam Cozzette
  2. Arfrever
  3. Brett McBride
  4. Go Kudo
  5. zhangskz

Timing:

StartTue Mar 8 23:41:44 2022
EndWed Mar 9 02:28:59 2022
Elapsed2 hrs, 47 mins, 14 secs

All Changes:

:

  1. Change #148192

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Fri 04 Mar 2022 18:52:19
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 88a18db91e1ff8b35d0d167609c1c8d15eebd512

    Comments

    Update protobuf version

    Changed files

    • Protobuf-C++.podspec
    • Protobuf.podspec
    • cmake/libprotobuf-lite.cmake
    • cmake/libprotobuf.cmake
    • cmake/libprotoc.cmake
    • configure.ac
    • csharp/Google.Protobuf.Tools.nuspec
    • csharp/src/Google.Protobuf/Google.Protobuf.csproj
    • java/README.md
    • java/bom/pom.xml
    • java/core/pom.xml
    • java/kotlin-lite/pom.xml
    • java/kotlin/pom.xml
    • java/lite.md
    • java/lite/pom.xml
    • java/pom.xml
    • java/util/pom.xml
    • js/package.json
    • php/ext/google/protobuf/package.xml
    • php/ext/google/protobuf/protobuf.h
    • protobuf_version.bzl
    • protoc-artifacts/pom.xml
    • python/google/protobuf/__init__.py
    • ruby/google-protobuf.gemspec
    • ruby/pom.xml
    • src/Makefile.am
    • src/google/protobuf/any.pb.h
    • src/google/protobuf/api.pb.h
    • src/google/protobuf/compiler/plugin.pb.h
    • src/google/protobuf/descriptor.pb.h
    • src/google/protobuf/duration.pb.h
    • src/google/protobuf/empty.pb.h
    • src/google/protobuf/field_mask.pb.h
    • src/google/protobuf/port_def.inc
    • src/google/protobuf/source_context.pb.h
    • src/google/protobuf/struct.pb.h
    • src/google/protobuf/stubs/common.h
    • src/google/protobuf/timestamp.pb.h
    • src/google/protobuf/type.pb.h
    • src/google/protobuf/wrappers.pb.h
  2. Change #148193

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Fri 04 Mar 2022 18:52:19
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 388df0041ab711228a5c041f4df041388a0ef839

    Comments

    Update tests.sh to locally install all Java packages, not just util
    The JRuby test runs appear to be fetching the util package from Maven
    Central because it is not being installed locally. This causes the tests
    to fail when we upgrade to a new version that has not yet been published
    to Maven Central. This commit fixes the problem by locally installing
    all the protobuf packages, not just util.

    Changed files

    • tests.sh
  3. Change #148194

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Fri 04 Mar 2022 22:13:19
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 23e7cfd54a4e956947646023038be0e328b0786d

    Comments

    Lower minimum CMake version to 3.5 (#9580)
    We tried increasing it to 3.10, but that turned out to be too high since
    gRPC still supports 3.5.1.

    Changed files

    • cmake/CMakeLists.txt
  4. Change #148195

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Fri 04 Mar 2022 22:13:55
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision aff13048c5466c7db1511e54f8438c2647fc8110

    Comments

    Update CHANGES.txt for 3.20.0 release (#9581)

    Changed files

    • CHANGES.txt
  5. Change #148196

    Category protobuf
    Changed by Brett McBride <brettohnoyoudont@deakin.edu.au>
    Changed at Sun 06 Mar 2022 01:18:07
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision f2002f60222701ff74adb182cbff062fb1dd1b10

    Comments

    adding php81 support to release notes (#9590)

    Changed files

    • CHANGES.txt
  6. Change #148197

    Category protobuf
    Changed by Arfrever <Arfrever.FTAohnoyoudont@GMail.Com>
    Changed at Tue 08 Mar 2022 02:03:50
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 1cec8031826622c542dfd126ac2df37e68715e51

    Comments

    CMake fixes (#9595)
    * Support older versions of CMake.
    
    VERSION_GREATER_EQUAL is supported by CMake >=3.7:
    https://cmake.org/cmake/help/latest/command/if.html#version-greater-equal
    
    target_link_options() is supported by CMake >=3.13:
    https://cmake.org/cmake/help/latest/command/target_link_options.html
    
    * Use PROTOBUF_USE_DLLS and LIBPROTOC_EXPORTS for libprotoc.so shared library
    
    Similar change for libprotobuf.so and libprotobuf-lite.so was made
    in commit 5a0887fc6529596eff5c0f72febc602a9d494cc2.
    
    * Make value of PROTOC_EXPORT dependent on LIBPROTOC_EXPORTS instead of LIBPROTOBUF_EXPORTS
    
    This was probably intention, and LIBPROTOC_EXPORTS is also used above
    in _MSC_VER branch.

    Changed files

    • cmake/CMakeLists.txt
    • cmake/libprotobuf-lite.cmake
    • cmake/libprotobuf.cmake
    • cmake/libprotoc.cmake
    • src/google/protobuf/port_def.inc
  7. Change #148198

    Category protobuf
    Changed by zhangskz <89936743+zhangskzohnoyoudont@users.noreply.github.com>
    Changed at Tue 08 Mar 2022 18:05:34
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 276add0b5c160fd8076cd67b47b5898d7d955400

    Comments

    Add ruby_upb_alloc using xrealloc/xfree so Ruby GC is aware of allocated memory for Arenas. (#9586)
    * Add ruby-specific upb_alloc using xrealloc/xfree for use in Arena_alloc so Ruby GC is aware of allocated memory.
    * Add RB_GC_GUARD to DescriptorPool_add_serialized_file  to ensure ruby does not aggressively garbage collect arena_rb due to lack of references.

    Changed files

    • ruby/ext/google/protobuf_c/defs.c
    • ruby/ext/google/protobuf_c/protobuf.c
    • ruby/tests/gc_test.rb
  8. Change #148199

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Tue 08 Mar 2022 21:24:24
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 357e71679e96fc53e768e2d6962abb86f2a53fe0

    Comments

    Merge pull request #9588 from protocolbuffers/master
    Merge master into 3.20.x

    Changed files

    • no files
  9. Change #148200

    Category protobuf
    Changed by Go Kudo <zeriyoshiohnoyoudont@gmail.com>
    Changed at Tue 08 Mar 2022 23:35:48
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision d1d13ed6fa635452ce89155736b267948794e92b

    Comments

    [PHP] Remove unnecessary zval initialization (#9600)
    * [PHP] remove unneccesary zval
    
    * fix memory leak, warning, Makefile

    Changed files

    • Makefile.am
    • php/ext/google/protobuf/def.c
    • php/ext/google/protobuf/protobuf.c
    • php/ext/google/protobuf/protobuf.h
    • php/ext/google/protobuf/tests/unnecessary_zval.phpt
    • php/tests/compile_extension.sh
  10. Change #148201

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Tue 08 Mar 2022 23:38:23
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 5ad0697c868235f24559dc07f8a42870d160af76

    Comments

    Merge pull request #9604 from protocolbuffers/3.20.x
    Merge 3.20.x into master

    Changed files

    • no files