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

Builder protobuf-solaris10-sparc Build #2094

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 7 mins, 28 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 42 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 37 mins, 34 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 2094 Build
codebase Build
got_revision e554bd6cbf8d6325ce13bc0fe822124a81d36008 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision e554bd6cbf8d6325ce13bc0fe822124a81d36008 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. Gregor Jasny

Timing:

StartSat Jan 22 00:41:25 2022
EndSat Jan 22 03:28:32 2022
Elapsed2 hrs, 47 mins, 6 secs

All Changes:

:

  1. Change #146384

    Category protobuf
    Changed by Gregor Jasny <gjasnyohnoyoudont@googlemail.com>
    Changed at Sat 22 Jan 2022 00:38:59
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision e554bd6cbf8d6325ce13bc0fe822124a81d36008

    Comments

    Use constexpr for FieldTypeClass (#9434)
    Otherwise in C++20 / VisualStudio 2022 the following warning is emitted:
    
    ```
    warning C5054: operator '*': deprecated between enumerations of different types
    ```

    Changed files

    • src/google/protobuf/generated_message_table_driven.h