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

Builder protobuf-solaris10-sparc Build #2147

Results:

Failed shell_3

SourceStamp:

Projectprotobuf
Repositoryhttps://github.com/google/protobuf.git
Branchmaster
Revisioncbc9826db7a7927956e4c5094427580291f55f47
Got Revisioncbc9826db7a7927956e4c5094427580291f55f47
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' ( 6 mins, 23 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 28 mins, 42 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 2147 Build
codebase Build
got_revision cbc9826db7a7927956e4c5094427580291f55f47 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision cbc9826db7a7927956e4c5094427580291f55f47 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. Greg Miller

Timing:

StartSat Feb 26 21:21:29 2022
EndSat Feb 26 23:58:10 2022
Elapsed2 hrs, 36 mins, 40 secs

All Changes:

:

  1. Change #147914

    Category protobuf
    Changed by Greg Miller <9447643+devjgmohnoyoudont@users.noreply.github.com>
    Changed at Sat 26 Feb 2022 03:13:50
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision ee429aea17df613758bbee451f96ecf80e2cef9e

    Comments

    chore: gitignore ephemeral files that clangd uses
    This PR tells git to ignore ephemeral files that are created when
    developers use clangd.
    
    clangd needs a `compile_commands.json` file at the root of the repo (or
    in a `build/` directory) to tell it how to compile each file. CMake can
    generate this file with something like the following:
    
    ```console
    $ cmake -Scmake -B.build \
      -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
      -Dprotobuf_BUILD_TESTS=OFF
    $ ln -sf .build/compile_commands.json .
    ```
    
    Then clangd will compile and index files into the `.cache` directory.

    Changed files

    • .gitignore
  2. Change #147915

    Category protobuf
    Changed by Greg Miller <9447643+devjgmohnoyoudont@users.noreply.github.com>
    Changed at Sat 26 Feb 2022 21:15:52
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision cbc9826db7a7927956e4c5094427580291f55f47

    Comments

    Merge pull request #9555 from devjgm/ignore-clangd-files

    Changed files

    • no files