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

Builder protobuf-solaris10-i386 Build #2256

Results:

Failed shell_3

SourceStamp:

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

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' ( 15 secs )
    1. stdio
  4. shell_2 'gmake all' ( 14 mins, 56 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 2256 Build
codebase Build
got_revision 9ebb31726cef11e4e940b50ec751df4e863e3d2a Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 9ebb31726cef11e4e940b50ec751df4e863e3d2a 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. Florin Crișan

Timing:

StartTue Feb 8 05:51:28 2022
EndTue Feb 8 06:07:09 2022
Elapsed15 mins, 41 secs

All Changes:

:

  1. Change #147074

    Category protobuf
    Changed by Florin Crișan <florin.crisanohnoyoudont@gmail.com>
    Changed at Tue 08 Feb 2022 05:41:29
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 9ebb31726cef11e4e940b50ec751df4e863e3d2a

    Comments

    Add option to use external GTest in CMake (#8736)
    If `-Dprotobuf_USE_EXTERNAL_GTEST=ON` is passed to CMake, it will use an external Google Test copy (i.e. by calling `find_package(GTest REQUIRED)`) rather than the one provided as a submodule.
    
    This makes sense for larger projects that might already include Google Test and want to use a more standard CMake approach.
    
    Also updated build instructions with this information, and more idiomatic usage.
    
    Co-authored-by: Adam Cozzette <acozzette@google.com>

    Changed files

    • cmake/README.md
    • cmake/tests.cmake