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

Builder protobuf-solaris10-i386 Build #2312

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 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' ( 14 mins, 59 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 2312 Build
codebase Build
got_revision bd935e101dba49e6f78c5c0629b4b4839c871b86 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision bd935e101dba49e6f78c5c0629b4b4839c871b86 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 21:11:30 2022
EndThu Mar 10 21:27:13 2022
Elapsed15 mins, 43 secs

All Changes:

:

  1. Change #148284

    Category protobuf
    Changed by Arfrever Frehtes Taifersar Arahesis <Arfrever.FTAohnoyoudont@GMail.Com>
    Changed at Thu 10 Mar 2022 21:05:27
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision bd935e101dba49e6f78c5c0629b4b4839c871b86

    Comments

    cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614)
    PATH mode is legacy alias for DIRECTORY mode (needed only for CMake <= 2.8.11):
    https://cmake.org/cmake/help/latest/command/get_filename_component.html

    Changed files

    • cmake/install.cmake
    • cmake/protobuf-config.cmake.in
    • cmake/tests.cmake