=================================================================== +++ 20110714T015536Z @@ 7200 @@ test_local_barrier(TestThread): . test_mutex_deadlock(TestThread): . test_mutex_fifo_like_lock(TestThread): . +test_mutex_illegal_unlock(TestThread): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:327:in `unlock': not owner (ThreadError) + from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:327:in `test_mutex_illegal_unlock' + from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:9 F test_mutex_interrupt(TestThread): . test_mutex_synchronize(TestThread): . @@ 7932 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2' ) Failure: +test_mutex_illegal_unlock(TestThread) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:325]: + exception expected but was +Class: +Message: +Message: <"not owner"> +---Backtrace--- +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:327:in `unlock' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:327:in `test_mutex_illegal_unlock' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:9 +---------------> +---Backtrace--- +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:327:in `join' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:326:in `test_mutex_illegal_unlock' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:325:in `test_mutex_illegal_unlock' +--------------- ) Error: test_addr(TestUNIXSocket): @@ 7956 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:43:in `test_addr' +2671 tests, 1351907 assertions, 3 failures, 3 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 19015 @@ - remains the same object if re-vivified by the target method - remains the same object if reconstructed with Proc.new +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/proc/call_spec.rb (ERROR - ) Proc#call on a Proc created with Proc.new - replaces missing arguments with nil - silently ignores extra arguments @@ 19026 @@ - raises an ArgumentError when called with too many arguments - treats a single Array argument as a single argument +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/proc/case_compare_spec.rb (ERROR - ) Proc#=== on a Proc created with Proc.new - replaces missing arguments with nil - silently ignores extra arguments @@ 19046 @@ Proc#dup - returns a copy of self +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/proc/element_reference_spec.rb (ERROR - ) Proc#call on a Proc created with Proc.new - replaces missing arguments with nil - silently ignores extra arguments @@ 21285 @@ - ignores NULL bytes between directives - ignores spaces between directives +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//rubyspec/core/string/unpack/comment_spec.rb String#unpack @@ 21324 @@ - ignores the entire directive string if it is a comment - ignores multiple comments +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 @@ 21507 @@ - ignores NULL bytes between directives - ignores spaces between directives +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 @@ 21547 @@ - 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 @@ 21586 @@ - ignores spaces between directives - decodes an int with most significant bit set as a negative number +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 @@ 21602 @@ - 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 @@ 21777 @@ - adds nil for each element requested beyond the end of the String (FAILED - ) - decodes a long with most significant bit set as a negative number +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//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 @@ 21817 @@ - 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 =================================================================== --- 20110713T015641Z @@ 7200 @@ test_local_barrier(TestThread): . test_mutex_deadlock(TestThread): . test_mutex_fifo_like_lock(TestThread): . -test_mutex_illegal_unlock(TestThread): . test_mutex_interrupt(TestThread): . test_mutex_synchronize(TestThread): . test_mutex_trylock(TestThread): . @@ 7936 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:43:in `test_addr' -2671 tests, 1351907 assertions, 2 failures, 3 errors make: *** [test-all] Error 1 exit 2 failed(test-all) @@ 15536 @@ - returns the number of bytes written - invokes to_s on non-String argument - writes all of the string's bytes without buffering if mode is sync -- does not warn if called after IO#readtimeout: output interval exceeds 1200.0 seconds. timeout: the process group is alive. timeout: INT signal sent. timeout: INT signal sent. -timeout: TERM signal sent. -timeout: TERM signal sent. -timeout: KILL signal sent. -some descendant process in process group remain. timeout: INT signal sent. |output interval exceeds 1200.0 seconds. (CommandTimeout) | /Users/chkbuild/chkbuild/timeoutcom.rb:165:in `timeout_command'