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

Builder protobuf-solaris10-sparc Build #2035

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision7ccf4d8f67878a6ceb2184df279478cb3314372b
Got Revision7ccf4d8f67878a6ceb2184df279478cb3314372b
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 10 mins, 12 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 46 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 27 mins, 47 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 2035 Build
codebase Build
got_revision 7ccf4d8f67878a6ceb2184df279478cb3314372b Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 7ccf4d8f67878a6ceb2184df279478cb3314372b 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. Marnix Bouhuis
  3. Peter Zhu

Timing:

StartTue Nov 2 18:19:28 2021
EndTue Nov 2 20:59:37 2021
Elapsed2 hrs, 40 mins, 8 secs

All Changes:

:

  1. Change #143821

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Thu 28 Oct 2021 19:34:54
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision c7dfd0d6b92f825a4b9e986b3e948a5ab61c7438

    Comments

    Align dependency handling with Bazel best practices (#9165)
    This commit removes the use of bind() since that function goes against
    Bazel best practices:
    https://docs.bazel.build/versions/main/external.html#repository-rules-1
    The bind() function basically maps a dependency into //external, but
    there is no good reason to do this. By mapping dependencies into
    //external and relying on this in our own BUILD files, we're forcing
    projects that depend on us to do the same. The one bind() call that I
    did leave in place was //:python_headers. This one seems to be doing
    something complicated I don't fully understand, and I don't want to risk
    breaking it.
    
    This change also moves our list of required Maven artifacts into a
    constant in protobuf_deps.bzl. This way, projects that depend on us can
    refer to this list when they invoke maven_install() and automatically
    pull in all the necesary dependencies.
    
    This fixes #9132.

    Changed files

    • WORKSPACE
    • java/core/BUILD
    • java/lite/BUILD
    • java/util/BUILD
    • protobuf_deps.bzl
  2. Change #143822

    Category protobuf
    Changed by Marnix Bouhuis <marnixohnoyoudont@bouhuis.com>
    Changed at Thu 28 Oct 2021 19:46:36
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision e58469bdbedf514988efa86af9e8e7b5b1fa272f

    Comments

    JS: Fixed `ReferenceError: window is not defined` when getting the global object (#9156)

    Changed files

    • src/google/protobuf/compiler/js/js_generator.cc
  3. Change #143823

    Category protobuf
    Changed by Peter Zhu <peterohnoyoudont@peterzhu.ca>
    Changed at Thu 28 Oct 2021 19:47:53
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision b2ac7ced50ed160985ba79bbbdea8bad8f28b039

    Comments

    Fix memory leak in MessageClass.encode
    If the line above raises an exception, the upb_arena is lost and memory
    is leaked.

    Changed files

    • ruby/ext/google/protobuf_c/message.c
  4. Change #143824

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Thu 28 Oct 2021 20:09:06
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 1c8ae2459567388085f5da4b5ef2af7863a003fb

    Comments

    Update changelog for 3.19.1
    I also updated CHANGES.txt to include a couple things I forgot to add
    for 3.19.0.

    Changed files

    • CHANGES.txt
    • php/ext/google/protobuf/package.xml
  5. Change #143825

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Thu 28 Oct 2021 22:07:03
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 42ff92a4d183fe952d48adffa23dc84e491c86fc

    Comments

    Merge pull request #9166 from acozzette/cherry-pick-fixes
    Cherry-pick fixes for 3.19.1 and update change log

    Changed files

    • no files
  6. Change #143826

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Thu 28 Oct 2021 23:07:53
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 7c40b2df1fdf6f414c1c18c789715a9c948a0725

    Comments

    Update protobuf version (#9167)

    Changed files

    • Protobuf-C++.podspec
    • Protobuf.podspec
    • 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
  7. Change #143827

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Mon 01 Nov 2021 19:44:58
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 31dd7b71cc5ff697e7cc37156b083a1eb5fd4d9b

    Comments

    Fix benchmark by making sure we use Python 3 (#9170) (#9176)
    The benchmark runs have been failing since we started requiring Python
    3, so this changes fixes the benchmarks by ensuring we always use Python
    3.

    Changed files

    • benchmarks/Makefile.am
    • benchmarks/python/python_benchmark_messages.cc
    • benchmarks/util/result_parser.py
    • kokoro/linux/benchmark/run.sh
  8. Change #143828

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Tue 02 Nov 2021 18:10:47
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 7ccf4d8f67878a6ceb2184df279478cb3314372b

    Comments

    Merge pull request #9169 from protocolbuffers/3.19.x
    Merge 3.19.x into master

    Changed files

    • no files