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

Builder protobuf-solaris10-i386 Build #2304

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 27 secs )
    1. stdio
  3. shell_1 './configure' ( 16 secs )
    1. stdio
  4. shell_2 'gmake all' ( 15 mins, 33 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/slave/protobuf-solaris10-i386 slave
buildername protobuf-solaris10-i386 Builder
buildnumber 2304 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/protobuf-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Luka Dornhecker

Timing:

StartTue Mar 8 19:41:26 2022
EndTue Mar 8 19:57:46 2022
Elapsed16 mins, 19 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