ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux] [1.8.7] (duet) 989W failed(rubyspec CommandTimeout) 45failed(rubyspec/) failed(rubyspec/library/net/ftp/abort_spec.rb CommandTimeout) failed(rubyspec/library/net/ftp/status_spec.rb CommandTimeout)

chkbuild summary recent last

OlderDiff < 20110422T012244Z < ThisDiff > 20110423T002826Z > NewerDiff

===================================================================
+++ 20110423T002826Z
@@ 14365 @@
 IO.popen
 - reads from a read-only pipe
 - reads and writes to a read/write pipe
+- writes to a write-only pipe
 - returns the value of the block when passed a block
 - closes the IO when used with a block
 - allows the IO to be closed inside the block
@@ 20455 @@
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/c_spec.rb
+String#unpack with format 'C'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one byte for a single format character
+- decodes two bytes for two format characters
+- decodes the number of bytes requested by the count modifier
+- decodes the remaining bytes when passed the '*' modifier
+- decodes the remaining bytes when passed the '*' modifer after another directive
+- decodes zero bytes when no bytes remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
 - ignores NULL bytes between directives
 - ignores spaces between directives
+- decodes a byte with most significant bit set as a positive number
 
+String#unpack with format 'c'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one byte for a single format character
+- decodes two bytes for two format characters
+- decodes the number of bytes requested by the count modifier
+- decodes the remaining bytes when passed the '*' modifier
+- decodes the remaining bytes when passed the '*' modifer after another directive
+- decodes zero bytes when no bytes remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
 - ignores NULL bytes between directives
 - ignores spaces between directives
+- decodes a byte with most significant bit set as a negative number
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/comment_spec.rb
 String#unpack
@@ 20494 @@
 - ignores the entire directive string if it is a comment
 - ignores multiple comments
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/d_spec.rb
+String#unpack with format 'D'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one double for a single format character
+- decodes a negative double
+- decodes two doubles for two format characters
+- decodes the number of doubles requested by the count modifier
+- decodes the remaining doubles when passed the '*' modifier
+- decodes the remaining doubles when passed the '*' modifier after another directive
+- does not decode a double when fewer bytes than a double remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+String#unpack with format 'd'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one double for a single format character
+- decodes a negative double
+- decodes two doubles for two format characters
+- decodes the number of doubles requested by the count modifier
+- decodes the remaining doubles when passed the '*' modifier
+- decodes the remaining doubles when passed the '*' modifier after another directive
+- does not decode a double when fewer bytes than a double remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/e_spec.rb
+String#unpack with format 'E'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one double for a single format character
+- decodes a negative double
+- decodes two doubles for two format characters
+- decodes the number of doubles requested by the count modifier
+- decodes the remaining doubles when passed the '*' modifier
+- decodes the remaining doubles when passed the '*' modifier after another directive
+- does not decode a double when fewer bytes than a double remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+String#unpack with format 'e'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one float for a single format character
+- decodes a negative float
+- decodes two floats for two format characters
+- decodes the number of floats requested by the count modifier
+- decodes the remaining floats when passed the '*' modifier
+- decodes the remaining floats when passed the '*' modifier after another directive
+- does not decode a float when fewer bytes than a float remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/f_spec.rb
+String#unpack with format 'F'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one float for a single format character
+- decodes a negative float
+- decodes two floats for two format characters
+- decodes the number of floats requested by the count modifier
+- decodes the remaining floats when passed the '*' modifier
+- decodes the remaining floats when passed the '*' modifier after another directive
+- does not decode a float when fewer bytes than a float remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+String#unpack with format 'f'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one float for a single format character
+- decodes a negative float
+- decodes two floats for two format characters
+- decodes the number of floats requested by the count modifier
+- decodes the remaining floats when passed the '*' modifier
+- decodes the remaining floats when passed the '*' modifier after another directive
+- does not decode a float when fewer bytes than a float remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/g_spec.rb
+String#unpack with format 'G'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one double for a single format character
+- decodes a negative double
+- decodes two doubles for two format characters
+- decodes the number of doubles requested by the count modifier
+- decodes the remaining doubles when passed the '*' modifier
+- decodes the remaining doubles when passed the '*' modifier after another directive
+- does not decode a double when fewer bytes than a double remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+String#unpack with format 'g'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
+- decodes one float for a single format character
+- decodes a negative float
+- decodes two floats for two format characters
+- decodes the number of floats requested by the count modifier
+- decodes the remaining floats when passed the '*' modifier
+- decodes the remaining floats when passed the '*' modifier after another directive
+- does not decode a float when fewer bytes than a float remain and the '*' modifier is passed
 - adds nil for each element requested beyond the end of the String
+- decodes positive Infinity
+- decodes negative Infinity
+- decodes NaN
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
@@ 20677 @@
 - ignores NULL bytes between directives
 - ignores spaces between directives
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/i_spec.rb
+String#unpack with format 'I'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
@@ 20717 @@
 - ignores spaces between directives
 - decodes an int with most significant bit set as a positive number
 
+String#unpack with format 'i'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
@@ 20756 @@
 - ignores spaces between directives
 - decodes an int with most significant bit set as a negative number
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/l_spec.rb
+String#unpack with format 'L'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
@@ 20772 @@
 - ignores spaces between directives
 - decodes an int with most significant bit set as a positive number
 
+String#unpack with format 'l'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
@@ 20941 @@
 - ignores spaces between directives
 - decodes a long with most significant bit set as a negative number
 
+/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/string/unpack/s_spec.rb
+String#unpack with format 'S'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
@@ 20981 @@
 - ignores spaces between directives
 - decodes a short with most significant bit set as a positive number
 
+String#unpack with format 's'
 - calls #to_str to coerce the directives string
 - raises a TypeError when passed nil
 - raises a TypeError when passed an Integer
@@ 25259 @@
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/complex/angle_spec.rb
 Complex#angle
+- returns the argument -- i.e., the angle from (1, 0) in the complex plane
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/complex/arg_spec.rb
 Complex#arg
+- returns the argument -- i.e., the angle from (1, 0) in the complex plane
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/complex/coerce_spec.rb
 Complex#coerce
@@ 25279 @@
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/complex/conj_spec.rb
 Complex#conj
+- returns the complex conjugate: conj a + bi = a - bi
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/complex/conjugate_spec.rb
 Complex#conjugate
+- returns the complex conjugate: conj a + bi = a - bi
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/library/complex/denominator_spec.rb
 Complex#denominator
@@ 42605 @@
 IO.popen
 - reads from a read-only pipe
 - reads and writes to a read/write pipe
+- writes to a write-only pipe
 - returns the value of the block when passed a block
 - closes the IO when used with a block
 - allows the IO to be closed inside the block

===================================================================
--- 20110422T012244Z
@@ 14365 @@
 IO.popen
 - reads from a read-only pipe
 - reads and writes to a read/write pipe
-- writes to a write-only pipetimeout: output interval exceeds 300.0 seconds.
 timeout: the process group <pgid> is alive.
 timeout: INT signal sent.
 timeout: INT signal sent.
@@ 18527 @@
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/process/status/exitstatus_spec.rb
 Process::Status#exitstatus
-- returns the process exit codetimeout: TERM signal sent.
  (ERROR - <n>)
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/process/status/inspect_spec.rb
@@ 18697 @@
 
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/process/wait2_spec.rb
 Process.wait2
-timeout: KILL signal sent.
-some descendant process in process group <pgid> remain.
 timeout: INT signal sent.
 timeout: INT signal sent.
 timeout: TERM signal sent.
 timeout: TERM signal sent.
-timeout: KILL signal sent.
 |output interval exceeds 300.0 seconds. (CommandTimeout)
 | /home/chkbuild/timeoutcom.rb:165:in `timeout_command'
 | /home/chkbuild/timeoutcom.rb:117:in `popen'
@@ 32714 @@
 IO.popen
 - reads from a read-only pipe
 - reads and writes to a read/write pipe
-- writes to a write-only pipetimeout: output interval exceeds 300.0 seconds.
 timeout: the process group <pgid> is alive.
 timeout: INT signal sent.
 timeout: INT signal sent.
@@ 32730 @@
 
 
  <n>)
-IO.popen writes to a write-only pipe ERROR
-SignalException: SIGTERM
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/popen_spec.rb:35:in `system'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/popen_spec.rb:35
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `protect'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/popen_spec.rb:10:in `all?'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `each'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `all?'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:179:in `protect'
@@ 32746 @@
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/context.rb:199:in `process'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:37:in `describe'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/object.rb:11:in `describe'
-/home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/core/io/popen_spec.rb:4
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `load'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:56:in `files'
 /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval'
@@ 32761 @@
 
 Finished in <t> seconds
 
-1 file, 10 examples, <num> expectations, 0 failures, 1 error
 timeout: TERM signal sent.
-timeout: KILL signal sent.
-some descendant process in process group <pgid> remain.
 timeout: INT signal sent.
 timeout: INT signal sent.
 timeout: TERM signal sent.
 timeout: TERM signal sent.
-timeout: KILL signal sent.
 |output interval exceeds 300.0 seconds. (CommandTimeout)
 | /home/chkbuild/timeoutcom.rb:165:in `timeout_command'
 | /home/chkbuild/timeoutcom.rb:117:in `popen'
@@ 32805 @@
 | /home/chkbuild/sample/build-ruby:81
 | /home/chkbuild/start-build:37:in `load'
 | /home/chkbuild/start-build:37
-failed(rubyspec/core/io/popen_spec.rb CommandTimeout)
 == rubyspec/core/io/pos_spec.rb # <time>
 + bin/ruby mspec/bin/mspec -V -f s -B /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/rubyspec/ruby.1.8.mspec -t /home/chkbuild/tmp/build/ruby-1.8.7/<buildtime>/bin/ruby rubyspec/core/io/pos_spec.rb
 ruby <version>

OlderDiff < 20110422T012244Z < ThisDiff > 20110423T002826Z > NewerDiff


chkbuild summary recent last