Bypassing the rat test and all the known-passing tests, I ran the rest of the 
`./build.sh test` in docker as described above. The very last step failed:

```
+ /bin/bash share/test/interop/bin/test_rpc_interop.sh
TEST: share/test/interop/rpc/add/onePlusOne
18/10/03 18:16:25 INFO util.log: Logging initialized @337ms to 
org.eclipse.jetty.util.log.Slf4jLog
18/10/03 18:16:25 INFO server.Server: jetty-9.4.z-SNAPSHOT
18/10/03 18:16:25 INFO handler.ContextHandler: Started 
o.e.j.s.ServletContextHandler@441772e{/,null,AVAILABLE}
18/10/03 18:16:25 INFO server.AbstractConnector: Started 
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:46719}
18/10/03 18:16:25 INFO server.Server: Started @813ms
2
Closing server.
18/10/03 18:16:27 INFO server.AbstractConnector: Stopped 
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
18/10/03 18:16:27 INFO handler.ContextHandler: Stopped 
o.e.j.s.ServletContextHandler@441772e{/,null,UNAVAILABLE}
18/10/03 18:16:27 INFO util.log: Logging initialized @324ms to 
org.eclipse.jetty.util.log.Slf4jLog
18/10/03 18:16:27 INFO server.Server: jetty-9.4.z-SNAPSHOT
18/10/03 18:16:28 INFO handler.ContextHandler: Started 
o.e.j.s.ServletContextHandler@441772e{/,null,AVAILABLE}
18/10/03 18:16:28 INFO server.AbstractConnector: Started 
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:33359}
18/10/03 18:16:28 INFO server.Server: Started @420ms
2
Closing server.
18/10/03 18:16:29 INFO server.AbstractConnector: Stopped 
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:0}
18/10/03 18:16:29 INFO handler.ContextHandler: Stopped 
o.e.j.s.ServletContextHandler@441772e{/,null,UNAVAILABLE}
18/10/03 18:16:30 INFO util.log: Logging initialized @323ms to 
org.eclipse.jetty.util.log.Slf4jLog
18/10/03 18:16:30 INFO server.Server: jetty-9.4.z-SNAPSHOT
18/10/03 18:16:30 INFO handler.ContextHandler: Started 
o.e.j.s.ServletContextHandler@441772e{/,null,AVAILABLE}
18/10/03 18:16:30 INFO server.AbstractConnector: Started 
ServerConnector@79924b{HTTP/1.1,[http/1.1]}{0.0.0.0:34025}
18/10/03 18:16:30 INFO server.Server: Started @419ms
/home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:127:in 
`validate_map': undefined method `keys' for nil:NilClass (NoMethodError)
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:103:in 
`validate_recursive'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:156:in 
`block in validate_possible_types'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:154:in 
`map'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:154:in 
`validate_possible_types'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:141:in 
`validate_union'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:105:in 
`validate_recursive'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:110:in 
`block in validate_recursive'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:108:in 
`each'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:108:in 
`validate_recursive'
        from /home/michaels/avro/lang/ruby/lib/avro/schema_validator.rb:67:in 
`validate!'
        from /home/michaels/avro/lang/ruby/lib/avro/schema.rb:97:in `validate'
        from /home/michaels/avro/lang/ruby/lib/avro/io.rb:503:in `write_data'
        from /home/michaels/avro/lang/ruby/lib/avro/io.rb:499:in `write'
        from /home/michaels/avro/lang/ruby/lib/avro/ipc.rb:136:in 
`write_handshake_request'
        from /home/michaels/avro/lang/ruby/lib/avro/ipc.rb:105:in `request'
        from lang/ruby/test/tool.rb:69:in `send_message'
        from lang/ruby/test/tool.rb:137:in `main'
        from lang/ruby/test/tool.rb:143:in `<main>'
```

I don't know if this is reflected in any other ticket.

[ Full content available at: https://github.com/apache/avro/pull/336 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to