ruby 1.8.7 (2011-02-18 patchlevel 334) [powerpc-darwin9.8.0] [1.8.7,pth] (ppc-mac-mini) 992W 2F1E failed(rubyspec CommandTimeout) 60failed(rubyspec/)

chkbuild summary recent last

OlderDiff < 20110514T030727Z < ThisDiff > 20110515T032221Z > NewerDiff

===================================================================
+++ 20110515T032221Z
@@ 83801 @@
 TCPSocket.new with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
+- connects to a server when passed local_host and local_port arguments (ERROR - <n>)
 - has an address once it has connected to a listening server
 
 
  <n>)
+TCPSocket.new with a running server connects to a server when passed local_host and local_port arguments ERROR
+Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `new'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `send'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:19:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 83827 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:228:in `process'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/new_spec.rb:3
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 83842 @@
 
 Finished in <t> seconds
 
+1 file, 6 examples, <num> expectations, 0 failures, 1 error
 exit 1
+failed(rubyspec/library/socket/tcpsocket/new_spec.rb)
 == rubyspec/library/socket/tcpsocket/open_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/bin/ruby rubyspec/library/socket/tcpsocket/open_spec.rb
 ruby <version>
@@ 83857 @@
 TCPSocket.open with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
+- connects to a server when passed local_host and local_port arguments (ERROR - <n>)
 - has an address once it has connected to a listening server
 
 
  <n>)
+TCPSocket.open with a running server connects to a server when passed local_host and local_port arguments ERROR
+Errno::EAFNOSUPPORT: Address family not supported by protocol family - bind(2)
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `initialize'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `open'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46:in `send'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:46
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/shared/new.rb:19:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 83883 @@
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/context.rb:228:in `process'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
+/Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/library/socket/tcpsocket/open_spec.rb:3
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 83898 @@
 
 Finished in <t> seconds
 
+1 file, 6 examples, <num> expectations, 0 failures, 1 error
 exit 1
+failed(rubyspec/library/socket/tcpsocket/open_spec.rb)
 == rubyspec/library/socket/tcpsocket/partially_closable_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.7-pth/<buildtime>/bin/ruby rubyspec/library/socket/tcpsocket/partially_closable_spec.rb
 ruby <version>

===================================================================
--- 20110514T030727Z
@@ 83801 @@
 TCPSocket.new with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
-- connects to a server when passed local_host and local_port arguments
 - has an address once it has connected to a listening server
 
 
@@ 83820 @@
 TCPSocket.open with a running server
 - connects to a listening server with host and port
 - connects to a server when passed local_host argument
-- connects to a server when passed local_host and local_port arguments
 - has an address once it has connected to a listening server

OlderDiff < 20110514T030727Z < ThisDiff > 20110515T032221Z > NewerDiff


chkbuild summary recent last