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

Builder protobuf-solaris10-sparc Build #2185

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. shell 'bash ./autogen.sh' ( 5 mins, 36 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 27 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 hrs, 27 mins, 15 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 2185 Build
codebase Build
got_revision 8e7f93669612a06cafc39625f61258b9d6b77a3c Git
project protobuf Build
repository https://github.com/google/protobuf.git Build
revision 8e7f93669612a06cafc39625f61258b9d6b77a3c 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. Jason Lunn

Timing:

StartTue Mar 29 00:45:53 2022
EndTue Mar 29 03:20:35 2022
Elapsed2 hrs, 34 mins, 41 secs

All Changes:

:

  1. Change #148921

    Category protobuf
    Changed by Jason Lunn <jason.lunnohnoyoudont@gmail.com>
    Changed at Tue 29 Mar 2022 00:43:53
    Repository https://github.com/google/protobuf.git
    Project protobuf
    Branch master
    Revision 8e7f93669612a06cafc39625f61258b9d6b77a3c

    Comments

    Implement `respond_to?` in RubyMessage (#9677)
    All synthetic methods implemented by `method_missing` are now supported by `respond_to?`.
    
    Fixes issue #9202.
    
    * Fix null pointer exceptions exposed by new regression tests.
    * Fix clear_ on oneofs so that it is safe to call repeatedly and so that respond_to? does not depend on whether the oneof is currently cleared.
    * Code cleanup: reenable more tests on JRuby.
    * Align JRuby behavior with CRuby by throwing a RuntimeError when attempting to assign to a oneof.

    Changed files

    • ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java
    • ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java
    • ruby/tests/basic.rb
    • ruby/tests/basic_proto2.rb
    • ruby/tests/common_tests.rb