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

Builder protobuf-solaris10-sparc Build #2165

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revisionbd935e101dba49e6f78c5c0629b4b4839c871b86
Got Revisionbd935e101dba49e6f78c5c0629b4b4839c871b86
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 51 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 43 mins, 29 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 2165 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-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/protobuf-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Arfrever Frehtes Taifersar Arahesis
  2. Go Kudo

Timing:

StartThu Mar 10 22:38:16 2022
EndFri Mar 11 01:29:14 2022
Elapsed2 hrs, 50 mins, 58 secs

All Changes:

:

  1. Change #148283

    Category protobuf
    Changed by Go Kudo <zeriyoshiohnoyoudont@gmail.com>
    Changed at Thu 10 Mar 2022 20:44:01
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 1722b16e031ec578510a743e06a1104a7c8cbbb1

    Comments

    [PHP] fix PHP build system (#9571)
    * [PHP] fix PHP extension build system
    
    * fix year
    
    * fix EXTRA_DIST
    
    * remove include header
    
    * add comment
    
    * Revert "add comment"
    
    This reverts commit e462966aa927b01d888527c17aaf29ea9ac6b6b4.
    
    * add comment
    
    * fix dangling commit
    
    Co-authored-by: Go Kudo <g-kudo@colopl.co.jp>

    Changed files

    • Makefile.am
    • php/ext/google/protobuf/php_protobuf.h
  2. 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