ruby 1.8.7 (2011-06-30 patchlevel 352) [powerpc-darwin9.8.0] [1.8.7,pth] (ppc-mac-mini) 990W 2F1E failed(rubyspec CommandTimeout) 61failed(rubyspec/) failed(rubyspec/core/thread/alive_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110718T043259Z < ThisDiff > 20110719T043026Z > NewerDiff

===================================================================
+++ 20110719T043026Z
@@ 73586 @@
 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'
@@ 73612 @@
 /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'
@@ 73627 @@
 
 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>
@@ 73642 @@
 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'
@@ 73668 @@
 /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'
@@ 73683 @@
 
 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>

===================================================================
--- 20110718T043259Z
@@ 43435 @@
 
 1 file, 1 example, <num> expectation, 0 failures, 0 errors
 
------------------------------------------------------
-The rubyspec temp directory is not empty. Ensure that
-all specs are cleaning up temporary files.
------------------------------------------------------
 
 == rubyspec/core/process/constants_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/core/process/constants_spec.rb
@@ 73592 @@
 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
 
 
@@ 73611 @@
 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 < 20110718T043259Z < ThisDiff > 20110719T043026Z > NewerDiff


chkbuild summary recent last