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

Builder protobuf-solaris10-i386 Build #2337

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revisiona3347c27a3e4f2263bf91d4a5fb5a5b28fba459e
Got Revisiona3347c27a3e4f2263bf91d4a5fb5a5b28fba459e
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' ( 27 secs )
    1. stdio
  3. shell_1 './configure' ( 15 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 3 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 2337 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/protobuf-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. David L. Jones

Timing:

StartTue Mar 29 20:55:53 2022
EndTue Mar 29 21:11:41 2022
Elapsed15 mins, 48 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