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

Builder protobuf-solaris10-i386 Build #2144

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision6b0a1c2407b1d1de6e701784dd9c27e4e58697bb
Got Revision6b0a1c2407b1d1de6e701784dd9c27e4e58697bb
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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' ( 15 mins, 35 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 2144 Build
codebase Build
got_revision 6b0a1c2407b1d1de6e701784dd9c27e4e58697bb Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 6b0a1c2407b1d1de6e701784dd9c27e4e58697bb 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. Adam Cozzette
  2. Nils

Timing:

StartFri Oct 15 22:18:58 2021
EndFri Oct 15 22:35:19 2021
Elapsed16 mins, 20 secs

All Changes:

:

  1. Change #143240

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Fri 15 Oct 2021 22:10:38
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision d049bce84405a26996979de1e9333c7d0fc7378a

    Comments

    Remove references to HAVE_PTHREAD (#9100)
    This is based on @haberman's changes in #8257. Now that we're using
    std::mutex we no longer need to check whether pthreads are available, so
    this commit removes references to HAVE_PTHREAD. I left the autotools
    build alone, though, since we are likely to drop support for it soon
    anyway.

    Changed files

    • BUILD
    • Protobuf-C++.podspec
    • cmake/CMakeLists.txt
    • cmake/protobuf-module.cmake.in
    • protobuf-lite.pc.in
    • protobuf.pc.in
    • src/google/protobuf/stubs/common.cc
  2. Change #143241

    Category protobuf
    Changed by Nils <nilsohnoyoudont@nilsand.re>
    Changed at Fri 15 Oct 2021 22:12:01
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 6b0a1c2407b1d1de6e701784dd9c27e4e58697bb

    Comments

    Add prost and quick-protobuf to third_party.md (#9104)

    Changed files

    • docs/third_party.md