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

Builder protobuf-solaris10-sparc Build #2188

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 2 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 20 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 27 mins, 40 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 2188 Build
codebase Build
got_revision a3347c27a3e4f2263bf91d4a5fb5a5b28fba459e Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision a3347c27a3e4f2263bf91d4a5fb5a5b28fba459e 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. David L. Jones

Timing:

StartTue Mar 29 20:55:52 2022
EndTue Mar 29 23:30:10 2022
Elapsed2 hrs, 34 mins, 17 secs

All Changes:

:

  1. Change #148950

    Category protobuf
    Changed by David L. Jones <dljohnoyoudont@google.com>
    Changed at Tue 29 Mar 2022 20:48:16
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision a3347c27a3e4f2263bf91d4a5fb5a5b28fba459e

    Comments

    Factor out test libraries in the cmake build. (#9689)
    This change adds separate libraries for common test utilities and test proto definitions, which are shared by different test targets.
    
    Without this change, cmake fails when generating Xcode files with the error:
    
    ```
    CMake Error in CMakeLists.txt:
      The custom command generating
    
        .../protobuf/src/google/protobuf/unittest_lite.pb.cc
    
      is attached to multiple targets:
    
        tests
        lite-test
        lite-arena-test
    
      but none of these is a common dependency of the other(s).  This is not
      allowed by the Xcode "new build system".
    ```

    Changed files

    • cmake/tests.cmake