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

Builder protobuf-solaris10-sparc Build #2160

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 4 mins, 50 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 19 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 30 mins, 31 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 2160 Build
codebase Build
got_revision 24a0659f95ccde38c62de565af1363f47d9575e7 Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 24a0659f95ccde38c62de565af1363f47d9575e7 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. Luka Dornhecker

Timing:

StartTue Mar 8 19:41:27 2022
EndTue Mar 8 22:18:26 2022
Elapsed2 hrs, 36 mins, 59 secs

All Changes:

:

  1. Change #148185

    Category protobuf
    Changed by Luka Dornhecker <luka.dornheckerohnoyoudont@hey.com>
    Changed at Tue 08 Mar 2022 19:38:52
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 24a0659f95ccde38c62de565af1363f47d9575e7

    Comments

    [Ruby] allow encode json options to be an object that responds to to_hash (#9513)
    * allow encode json options to be an object that responds to to_hash
    
    fixes #9500
    
    * try to convert options arg to hash if it is not a hash

    Changed files

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