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

Builder protobuf-solaris10-i386 Build #2333

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jason Lunn

Timing:

StartTue Mar 29 00:45:53 2022
EndTue Mar 29 01:01:52 2022
Elapsed15 mins, 59 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