Skip to content

Instantly share code, notes, and snippets.

@hsbt

hsbt/error.txt Secret

Created July 31, 2023 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsbt/ea3e52d9fb52aed58d25caf839eae5ff to your computer and use it in GitHub Desktop.
Save hsbt/ea3e52d9fb52aed58d25caf839eae5ff to your computer and use it in GitHub Desktop.
$ make test-all TESTS='-j8'
Run options:
--seed=289
"--ruby=./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=./test/excludes
--name=!/memory_leak/
-j8
# Running tests:
Retrying...
[ 1/60] TestVMDump#test_darwin_invalid_call = 0.03 s
1) Failure:
TestVMDump#test_darwin_invalid_call [/Users/hsbt/Documents/github.com/ruby/ruby/test/ruby/test_vm_dump.rb:11]:
pid 35071 exit 1
| -e:1: [BUG] Bus Error at 0x0000000000000001
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0010 e:000009 CFUNC :call
| c:0002 p:0015 s:0006 e:000005 EVAL -e:1 [FINISH]
| c:0001 p:0000 s:0003 E:000a30 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -e:1:in `<main>'
| -e:1:in `call'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000
| x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000000000
| x6: 0x0000000000000000 x7: 0x0000000000000000 x18: 0x0000000000000000
| x19: 0x0000000000000000 x20: 0x000000016faadf40 x21: 0x000000016faadf40
| x22: 0x000000016faadec0 x23: 0x0000600001256eb0 x24: 0x000000016faadc70
| x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000
| x28: 0x0000000140e04f20 lr: 0x000000019b211050 fp: 0x000000016faadd30
| sp: 0x000000016faadd30
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| Expected /^\[IMPORTANT\]/ to match "-e:1: [BUG] Bus Error at 0x0000000000000001\n" +
| "ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]\n" +
| "\n" +
| "-- Crash Report log information --------------------------------------------\n" +
| " See Crash Report log file in one of the following locations:\n" +
| " * ~/Library/Logs/DiagnosticReports\n" +
| " * /Library/Logs/DiagnosticReports\n" +
| " for more details.\n" +
| "Don't forget to include the above Crash Report log file in bug reports.\n" +
| "\n" +
| "-- Control frame information -----------------------------------------------\n" +
| "c:0003 p:---- s:0010 e:000009 CFUNC :call\n" +
| "c:0002 p:0015 s:0006 e:000005 EVAL -e:1 [FINISH]\n" +
| "c:0001 p:0000 s:0003 E:000a30 DUMMY [FINISH]\n" +
| "\n" +
| "-- Ruby level backtrace information ----------------------------------------\n" +
| "-e:1:in `<main>'\n" +
| "-e:1:in `call'\n" +
| "\n" +
| "-- Threading information ---------------------------------------------------\n" +
| "Total ractor count: 1\n" +
| "Ruby thread count for this ractor: 1\n" +
| "\n" +
| "-- Machine register context ------------------------------------------------\n" +
| " x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000\n" +
| " x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000000000\n" +
| " x6: 0x0000000000000000 x7: 0x0000000000000000 x18: 0x0000000000000000\n" +
| " x19: 0x0000000000000000 x20: 0x000000016faadf40 x21: 0x000000016faadf40\n" +
| " x22: 0x000000016faadec0 x23: 0x0000600001256eb0 x24: 0x000000016faadc70\n" +
| " x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000\n" +
| " x28: 0x0000000140e04f20 lr: 0x000000019b211050 fp: 0x000000016faadd30\n" +
| " sp: 0x000000016faadd30\n" +
| "\n" +
| "-- C level backtrace information -------------------------------------------\n" +
| "1360: Abbrev Number 707 not found\n".
[ 2/60] TestVMDump#test_darwin_invalid_access = 0.03 s
2) Failure:
TestVMDump#test_darwin_invalid_access [/Users/hsbt/Documents/github.com/ruby/ruby/test/ruby/test_vm_dump.rb:19]:
pid 35072 exit 1
| -e:1: [BUG] Segmentation fault at 0x0000000000000074
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0010 e:000009 CFUNC :to_s
| c:0002 p:0008 s:0006 e:000005 EVAL -e:1 [FINISH]
| c:0001 p:0000 s:0003 E:0025f0 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -e:1:in `<main>'
| -e:1:in `to_s'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000064 x1: 0x0000000000000000 x2: 0x0000000130008038
| x3: 0x00000001008bdabc x4: 0x0000000130008038 x5: 0x0000000130008030
| x6: 0x000060000083d980 x7: 0x0000000100e0b1a8 x18: 0x0000000000000000
| x19: 0x000000012f6055e0 x20: 0x0000000000000064 x21: 0x0000000130107f90
| x22: 0x0000000000000000 x23: 0x0000000130008038 x24: 0x0000000130008030
| x25: 0x0000000100d64e20 x26: 0x0000000055550083 x27: 0x00006000004375a0
| x28: 0x0000000000000000 lr: 0x00000001009d45bc fp: 0x000000016f659fd0
| sp: 0x000000016f659f70
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| Expected /^\[IMPORTANT\]/ to match "-e:1: [BUG] Segmentation fault at 0x0000000000000074\n" +
| "ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]\n" +
| "\n" +
| "-- Crash Report log information --------------------------------------------\n" +
| " See Crash Report log file in one of the following locations:\n" +
| " * ~/Library/Logs/DiagnosticReports\n" +
| " * /Library/Logs/DiagnosticReports\n" +
| " for more details.\n" +
| "Don't forget to include the above Crash Report log file in bug reports.\n" +
| "\n" +
| "-- Control frame information -----------------------------------------------\n" +
| "c:0003 p:---- s:0010 e:000009 CFUNC :to_s\n" +
| "c:0002 p:0008 s:0006 e:000005 EVAL -e:1 [FINISH]\n" +
| "c:0001 p:0000 s:0003 E:0025f0 DUMMY [FINISH]\n" +
| "\n" +
| "-- Ruby level backtrace information ----------------------------------------\n" +
| "-e:1:in `<main>'\n" +
| "-e:1:in `to_s'\n" +
| "\n" +
| "-- Threading information ---------------------------------------------------\n" +
| "Total ractor count: 1\n" +
| "Ruby thread count for this ractor: 1\n" +
| "\n" +
| "-- Machine register context ------------------------------------------------\n" +
| " x0: 0x0000000000000064 x1: 0x0000000000000000 x2: 0x0000000130008038\n" +
| " x3: 0x00000001008bdabc x4: 0x0000000130008038 x5: 0x0000000130008030\n" +
| " x6: 0x000060000083d980 x7: 0x0000000100e0b1a8 x18: 0x0000000000000000\n" +
| " x19: 0x000000012f6055e0 x20: 0x0000000000000064 x21: 0x0000000130107f90\n" +
| " x22: 0x0000000000000000 x23: 0x0000000130008038 x24: 0x0000000130008030\n" +
| " x25: 0x0000000100d64e20 x26: 0x0000000055550083 x27: 0x00006000004375a0\n" +
| " x28: 0x0000000000000000 lr: 0x00000001009d45bc fp: 0x000000016f659fd0\n" +
| " sp: 0x000000016f659f70\n" +
| "\n" +
| "-- C level backtrace information -------------------------------------------\n" +
| "1360: Abbrev Number 707 not found\n".
[ 3/60] TestVMDump#test_darwin_segv_in_syscall = 0.03 s
3) Failure:
TestVMDump#test_darwin_segv_in_syscall [/Users/hsbt/Documents/github.com/ruby/ruby/test/ruby/test_vm_dump.rb:15]:
pid 35073 exit 1
| -e:1: [BUG] Segmentation fault at 0x0000000102cdc5c8
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0005 p:---- s:0019 e:000018 CFUNC :kill
| c:0004 p:0008 s:0013 e:000012 BLOCK -e:1 [FINISH]
| c:0003 p:---- s:0010 e:000009 CFUNC :times
| c:0002 p:0004 s:0006 e:000005 EVAL -e:1 [FINISH]
| c:0001 p:0000 s:0003 E:001880 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -e:1:in `<main>'
| -e:1:in `times'
| -e:1:in `block in <main>'
| -e:1:in `kill'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001
| x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553
| x6: 0x00006000011451d0 x7: 0x0000000000000000 x18: 0x0000000000000000
| x19: 0x000000000000000b x20: 0x0000000000008901 x21: 0x0000000158008078
| x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x00000001030c8928
| x25: 0x00000001032e84f8 x26: 0x0000000055550083 x27: 0x0000600001d50900
| x28: 0x0000000000000000 lr: 0x0000000102e278c8 fp: 0x000000016d17db00
| sp: 0x000000016d17da90
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| Expected /^\[IMPORTANT\]/ to match "-e:1: [BUG] Segmentation fault at 0x0000000102cdc5c8\n" +
| "ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]\n" +
| "\n" +
| "-- Crash Report log information --------------------------------------------\n" +
| " See Crash Report log file in one of the following locations:\n" +
| " * ~/Library/Logs/DiagnosticReports\n" +
| " * /Library/Logs/DiagnosticReports\n" +
| " for more details.\n" +
| "Don't forget to include the above Crash Report log file in bug reports.\n" +
| "\n" +
| "-- Control frame information -----------------------------------------------\n" +
| "c:0005 p:---- s:0019 e:000018 CFUNC :kill\n" +
| "c:0004 p:0008 s:0013 e:000012 BLOCK -e:1 [FINISH]\n" +
| "c:0003 p:---- s:0010 e:000009 CFUNC :times\n" +
| "c:0002 p:0004 s:0006 e:000005 EVAL -e:1 [FINISH]\n" +
| "c:0001 p:0000 s:0003 E:001880 DUMMY [FINISH]\n" +
| "\n" +
| "-- Ruby level backtrace information ----------------------------------------\n" +
| "-e:1:in `<main>'\n" +
| "-e:1:in `times'\n" +
| "-e:1:in `block in <main>'\n" +
| "-e:1:in `kill'\n" +
| "\n" +
| "-- Threading information ---------------------------------------------------\n" +
| "Total ractor count: 1\n" +
| "Ruby thread count for this ractor: 1\n" +
| "\n" +
| "-- Machine register context ------------------------------------------------\n" +
| " x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001\n" +
| " x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553\n" +
| " x6: 0x00006000011451d0 x7: 0x0000000000000000 x18: 0x0000000000000000\n" +
| " x19: 0x000000000000000b x20: 0x0000000000008901 x21: 0x0000000158008078\n" +
| " x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x00000001030c8928\n" +
| " x25: 0x00000001032e84f8 x26: 0x0000000055550083 x27: 0x0000600001d50900\n" +
| " x28: 0x0000000000000000 lr: 0x0000000102e278c8 fp: 0x000000016d17db00\n" +
| " sp: 0x000000016d17da90\n" +
| "\n" +
| "-- C level backtrace information -------------------------------------------\n" +
| "1360: Abbrev Number 707 not found\n".
[ 4/60] TestBugReporter#test_bug_reporter_add = 0.03 s
4) Failure:
TestBugReporter#test_bug_reporter_add [/Users/hsbt/Documents/github.com/ruby/ruby/test/-ext-/bug_reporter/test_bug_reporter.rb:31]:
pid 35074 exit 1
| -:1: [BUG] Segmentation fault at 0x00000001040a45c8
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0012 e:000011 CFUNC :kill
| c:0002 p:0022 s:0006 e:000005 EVAL -:1 [FINISH]
| c:0001 p:0000 s:0003 E:000c70 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -:1:in `<main>'
| -:1:in `kill'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001
| x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553
| x6: 0x00006000005f5210 x7: 0x00000001046bb1d8 x18: 0x0000000000000000
| x19: 0x000000000000000b x20: 0x0000000000008902 x21: 0x0000000148008040
| x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x0000000104490928
| x25: 0x00000001046b8528 x26: 0x0000000055550083 x27: 0x00006000009e0960
| x28: 0x0000000000000000 lr: 0x00000001041ef8c8 fp: 0x000000016bdb5f70
| sp: 0x000000016bdb5f00
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| Expected /Sample bug reporter: 12345/
| to match
| "-- Crash Report log information --------------------------------------------\n"+
| " See Crash Report log file in one of the following locations:\n"+
| " * ~/Library/Logs/DiagnosticReports\n"+
| " * /Library/Logs/DiagnosticReports\n"+
| " for more details.\n"+
| "Don't forget to include the above Crash Report log file in bug reports.\n\n"+
| "-- Control frame information -----------------------------------------------\n"+
| "c:0003 p:---- s:0012 e:000011 CFUNC :kill\n"+
| "c:0002 p:0022 s:0006 e:000005 EVAL -:1 [FINISH]\n"+
| "c:0001 p:0000 s:0003 E:000c70 DUMMY [FINISH]\n\n"+
| "-- Ruby level backtrace information ----------------------------------------\n"+
| "-:1:in `<main>'\n"+
| "-:1:in `kill'\n\n"+
| "-- Threading information ---------------------------------------------------\n"+
| "Total ractor count: 1\n"+
| "Ruby thread count for this ractor: 1\n\n"+
| "-- Machine register context ------------------------------------------------\n"+
| " x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001\n"+
| " x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553\n"+
| " x6: 0x00006000005f5210 x7: 0x00000001046bb1d8 x18: 0x0000000000000000\n"+
| " x19: 0x000000000000000b x20: 0x0000000000008902 x21: 0x0000000148008040\n"+
| " x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x0000000104490928\n"+
| " x25: 0x00000001046b8528 x26: 0x0000000055550083 x27: 0x00006000009e0960\n"+
| " x28: 0x0000000000000000 lr: 0x00000001041ef8c8 fp: 0x000000016bdb5f70\n"+
| " sp: 0x000000016bdb5f00\n\n"+
| "-- C level backtrace information -------------------------------------------\n"+
| "1360: Abbrev Number 707 not found\n"
| after 4 patterns with 125 characters.
[19/60] TestRubyOptions#test_segv_test = 0.03 s
5) Failure:
TestRubyOptions#test_segv_test [/Users/hsbt/Documents/github.com/ruby/ruby/test/ruby/test_rubyoptions.rb:806]:
pid 35269 exit 1
| -e:1: [BUG] Segmentation fault at 0x00000001023dd200
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0012 e:000011 CFUNC :kill
| c:0002 p:0008 s:0006 e:000005 EVAL -e:1 [FINISH]
| c:0001 p:0000 s:0003 E:000450 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -e:1:in `<main>'
| -e:1:in `kill'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001
| x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553
| x6: 0x0000600001a71190 x7: 0x00000001029fb1d8 x18: 0x0000000000000000
| x19: 0x000000000000000b x20: 0x00000000000089c5 x21: 0x0000000150008040
| x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x00000001027d4928
| x25: 0x00000001029f8528 x26: 0x0000000055550083 x27: 0x0000600001664900
| x28: 0x0000000000000000 lr: 0x00000001025338c8 fp: 0x000000016da71fc0
| sp: 0x000000016da71f50
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| <""> expected but was
| <"-- C level backtrace information -------------------------------------------\n" +
| "1360: Abbrev Number 707 not found\n">.
[50/60] TestRubyOptions#test_segv_setproctitle = 0.03 s
6) Failure:
TestRubyOptions#test_segv_setproctitle [/Users/hsbt/Documents/github.com/ruby/ruby/test/ruby/test_rubyoptions.rb:826]:
pid 35440 exit 1
| -e:1: [BUG] Segmentation fault at 0x0000000100099200
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0012 e:000011 CFUNC :kill
| c:0002 p:0015 s:0006 e:000005 EVAL -e:1 [FINISH]
| c:0001 p:0000 s:0003 E:000a40 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -e:1:in `<main>'
| -e:1:in `kill'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001
| x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553
| x6: 0x0000600002bb5190 x7: 0x00000001006bb1c8 x18: 0x0000000000000000
| x19: 0x000000000000000b x20: 0x0000000000008a70 x21: 0x0000000138008040
| x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x0000000100490928
| x25: 0x00000001006b8518 x26: 0x0000000055550083 x27: 0x00006000027a0930
| x28: 0x0000000000000000 lr: 0x00000001001ef8c8 fp: 0x000000016fdb5f50
| sp: 0x000000016fdb5ee0
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| <""> expected but was
| <"-- C level backtrace information -------------------------------------------\n" +
| "1360: Abbrev Number 707 not found\n">.
[56/60] TestRubyOptions#test_segv_loaded_features = 0.03 s
7) Failure:
TestRubyOptions#test_segv_loaded_features [/Users/hsbt/Documents/github.com/ruby/ruby/test/ruby/test_rubyoptions.rb:812]:
pid 35461 exit 1
| -e:1: [BUG] Segmentation fault at 0x00000001041a0000
| ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
|
| -- Crash Report log information --------------------------------------------
| See Crash Report log file in one of the following locations:
| * ~/Library/Logs/DiagnosticReports
| * /Library/Logs/DiagnosticReports
| for more details.
| Don't forget to include the above Crash Report log file in bug reports.
|
| -- Control frame information -----------------------------------------------
| c:0003 p:---- s:0012 e:000011 CFUNC :kill
| c:0002 p:0008 s:0006 e:000005 BLOCK -e:1 [FINISH]
| c:0001 p:0000 s:0003 E:0009e0 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -e:1:in `block in <main>'
| -e:1:in `kill'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- Machine register context ------------------------------------------------
| x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000001
| x3: 0x0000000000000000 x4: 0x0000000056474553 x5: 0x0000000056474553
| x6: 0x00006000008f92a0 x7: 0x000000016bcb1f98 x18: 0x0000000000000000
| x19: 0x000000000000000b x20: 0x0000000000008a85 x21: 0x0000000120008040
| x22: 0x0000000000000001 x23: 0x0000000000000001 x24: 0x0000000104594928
| x25: 0x00000001047b8518 x26: 0x0000000055550083 x27: 0x00006000004ec960
| x28: 0x0000000000000000 lr: 0x00000001042f38c8 fp: 0x000000016bcb1b20
| sp: 0x000000016bcb1ab0
|
| -- C level backtrace information -------------------------------------------
| 1360: Abbrev Number 707 not found
.
1. [2/2] Assertion for "stderr"
| <""> expected but was
| <"-- C level backtrace information -------------------------------------------\n" +
| "1360: Abbrev Number 707 not found\n">.
Finished tests in 55.465449s, 445.0338 tests/s, 107778.2855 assertions/s.
24684 tests, 5977971 assertions, 7 failures, 0 errors, 128 skips
ruby -v: ruby 3.3.0dev (2023-07-30T06:13:58Z master b5c74d5488) [arm64-darwin23]
make: *** [uncommon.mk:891: yes-test-all] Error 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment