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

Builder protobuf-solaris10-sparc Build #2122

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 6 mins, 17 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 30 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 26 mins, 33 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 14 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 2122 Build
codebase Build
got_revision d5ef16c6eb6ee2f2a998926b702a6c54cc4f2f88 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision d5ef16c6eb6ee2f2a998926b702a6c54cc4f2f88 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. Adam Cozzette
  2. Elliotte Rusty Harold
  3. Lukas Fittl

Timing:

StartWed Feb 9 20:15:22 2022
EndWed Feb 9 22:50:09 2022
Elapsed2 hrs, 34 mins, 46 secs

All Changes:

:

  1. Change #147213

    Category protobuf
    Changed by Lukas Fittl <lukasohnoyoudont@fittl.com>
    Changed at Wed 09 Feb 2022 17:44:12
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision fbe6ab248787743f2f72a5bd477808244067f2d4

    Comments

    [Ruby] Message.decode/encode: Add max_recursion_depth option (#9218)
    * Message.decode/encode: Add max_recursion_depth option
    
    This allows increasing the recursing depth from the default of 64, by
    setting the "max_recursion_depth" to the desired integer value. This is
    useful to encode or decode complex nested protobuf messages that otherwise
    error out with a RuntimeError or "Error occurred during parsing".
    
    Fixes #1493
    
    * Address review comments
    
    Co-authored-by: Adam Cozzette <acozzette@google.com>

    Changed files

    • ruby/ext/google/protobuf_c/message.c
    • ruby/lib/google/protobuf.rb
    • ruby/lib/google/protobuf/message_exts.rb
    • ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java
    • ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java
    • ruby/tests/encode_decode_test.rb
  2. Change #147216

    Category protobuf
    Changed by Elliotte Rusty Harold <elharoohnoyoudont@users.noreply.github.com>
    Changed at Wed 09 Feb 2022 18:19:33
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 9748e4c52c39056b3ffc5cd38fceb790d20318db

    Comments

    add Eclipse metafiles (#9485)

    Changed files

    • .gitignore
  3. Change #147218

    Category protobuf
    Changed by Adam Cozzette <acozzetteohnoyoudont@google.com>
    Changed at Wed 09 Feb 2022 19:21:13
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision d5ef16c6eb6ee2f2a998926b702a6c54cc4f2f88

    Comments

    Ruby: rename max_recursion_depth to recursion_limit (#9486)
    This will help keep the terminology consistent with the other language
    implementations.

    Changed files

    • ruby/ext/google/protobuf_c/message.c
    • ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java
    • ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java
    • ruby/tests/common_tests.rb
    • ruby/tests/encode_decode_test.rb