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

Builder protobuf-solaris10-i386 Build #2306

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revision426866285b029a80bbc87443fefcd39154eb1882
Got Revision426866285b029a80bbc87443fefcd39154eb1882
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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' ( 15 mins, 28 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 2306 Build
codebase Build
got_revision 426866285b029a80bbc87443fefcd39154eb1882 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 426866285b029a80bbc87443fefcd39154eb1882 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. Arfrever Frehtes Taifersar Arahesis

Timing:

StartThu Mar 10 00:01:30 2022
EndThu Mar 10 00:17:46 2022
Elapsed16 mins, 15 secs

All Changes:

:

  1. Change #148244

    Category protobuf
    Changed by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTAohnoyoudont@GMail.Com>
    Changed at Wed 09 Mar 2022 23:55:55
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 14cab5b9099ddbbb0280e8e5fdbbf38a8437f0e4

    Comments

    Rename main cmake/CMakeLists.txt to CMakeLists.txt
    Fixes: #9596

    Changed files

    • CMakeLists.txt
    • Makefile.am
    • cmake/CMakeLists.txt
    • cmake/examples.cmake
    • cmake/extract_includes.bat.in
    • cmake/install.cmake
    • cmake/tests.cmake
  2. Change #148245

    Category protobuf
    Changed by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTAohnoyoudont@GMail.Com>
    Changed at Wed 09 Mar 2022 23:55:55
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision def70d725ae6c4becffc451c786111488acf57bc

    Comments

    Add cmake/CMakeLists.txt for compatibility (#9596)

    Changed files

    • CMakeLists.txt
    • cmake/CMakeLists.txt
  3. Change #148246

    Category protobuf
    Changed by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTAohnoyoudont@GMail.Com>
    Changed at Wed 09 Mar 2022 23:55:55
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 426866285b029a80bbc87443fefcd39154eb1882

    Comments

    cmake: Replace protobuf_source_dir variable with protobuf_SOURCE_DIR variable (#9596)
    protobuf_source_dir variable is no longer needed and has the same value
    as protobuf_SOURCE_DIR variable, which is instance of CMake-standard
    <PROJECT-NAME>_SOURCE_DIR variable:
    https://cmake.org/cmake/help/latest/variable/PROJECT-NAME_SOURCE_DIR.html

    Changed files

    • CMakeLists.txt
    • cmake/conformance.cmake
    • cmake/install.cmake
    • cmake/libprotobuf-lite.cmake
    • cmake/libprotobuf.cmake
    • cmake/libprotoc.cmake
    • cmake/protoc.cmake
    • cmake/tests.cmake
    • update_file_lists.sh