Guest User

Untitled

a guest
Aug 6th, 2021
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.94 KB | None | 0 0
  1. _ _ _(_)_ | Documentation: https://docs.julialang.org
  2. (_) | (_) (_) |
  3. _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
  4. | | | | | | |/ _` | |
  5. | | |_| | | | (_| | | Version 1.8.0-DEV.308 (2021-08-04)
  6. _/ |\__'_|_|_|\__'_| | jps/finalize-ref-race/945048e095 (fork: 6882 commits, 1052 days)
  7. |__/ |
  8.  
  9. (@v1.8) pkg> activate .
  10. Activating project at `/tmp/Dagger.jl`
  11. ^[[A
  12. julia> using Dagger, DataFrames
  13.  
  14. julia>
  15.  
  16. julia> s=100_000;d = DTable(DataFrame((a=rand(8*s), b=rand(8*s), c=rand(8*s), d=rand(8*s))),chunksize=s);
  17.  
  18. julia> Dagger._temp(d, :c;npartitions=1000);
  19. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  20. #<null>,
  21. #<null>,
  22. WeakRef(value=nothing),
  23. #<null>,
  24. WeakRef(value=nothing),
  25. WeakRef(value=nothing),
  26. #<null>,
  27. WeakRef(value=nothing),
  28. WeakRef(value=nothing),
  29. #<null>,
  30. #<null>,
  31. WeakRef(value=nothing),
  32. #<null>,
  33. WeakRef(value=nothing),
  34. WeakRef(value=nothing),
  35. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=false),), world=0x0000000000007a42)
  36. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  37. jl_method_error at /tmp/julia/src/gf.c:1837
  38. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  39. jl_apply_generic at /tmp/julia/src/gf.c:2423
  40. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  41. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  42. run_finalizer at /tmp/julia/src/gc.c:278
  43. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  44. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  45. run_finalizers at /tmp/julia/src/gc.c:372
  46. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  47. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  48. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  49. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  50. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  51. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  52. jl_apply_generic at /tmp/julia/src/gf.c:2427
  53. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  54. do_call at /tmp/julia/src/interpreter.c:125
  55. eval_value at /tmp/julia/src/interpreter.c:214
  56. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  57. eval_body at /tmp/julia/src/interpreter.c:579
  58. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  59. top-level scope at REPL[4]:1
  60. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  61. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  62. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  63. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  64. eval at ./boot.jl:373 [inlined]
  65. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  66. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  67. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  68. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  69. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  70. #933 at ./client.jl:394
  71. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  72. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  73. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  74. #invokelatest#2 at ./essentials.jl:718 [inlined]
  75. invokelatest at ./essentials.jl:716 [inlined]
  76. run_main_repl at ./client.jl:379
  77. exec_options at ./client.jl:309
  78. _start at ./client.jl:495
  79. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  80. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  81. true_main at /tmp/julia/src/jlapi.c:548
  82. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  83. main at /tmp/julia/cli/loader_exe.c:58
  84. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  85. _start at ../julia/julia (unknown line)
  86. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  87. #<null>,
  88. #<null>,
  89. WeakRef(value=nothing),
  90. #<null>,
  91. WeakRef(value=nothing),
  92. WeakRef(value=nothing),
  93. #<null>,
  94. WeakRef(value=nothing),
  95. WeakRef(value=nothing),
  96. #<null>,
  97. #<null>,
  98. WeakRef(value=nothing),
  99. #<null>,
  100. WeakRef(value=nothing),
  101. WeakRef(value=nothing),
  102. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  103. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  104. jl_method_error at /tmp/julia/src/gf.c:1837
  105. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  106. jl_apply_generic at /tmp/julia/src/gf.c:2423
  107. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  108. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  109. run_finalizer at /tmp/julia/src/gc.c:278
  110. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  111. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  112. run_finalizers at /tmp/julia/src/gc.c:372
  113. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  114. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  115. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  116. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  117. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  118. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  119. jl_apply_generic at /tmp/julia/src/gf.c:2427
  120. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  121. do_call at /tmp/julia/src/interpreter.c:125
  122. eval_value at /tmp/julia/src/interpreter.c:214
  123. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  124. eval_body at /tmp/julia/src/interpreter.c:579
  125. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  126. top-level scope at REPL[4]:1
  127. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  128. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  129. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  130. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  131. eval at ./boot.jl:373 [inlined]
  132. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  133. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  134. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  135. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  136. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  137. #933 at ./client.jl:394
  138. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  139. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  140. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  141. #invokelatest#2 at ./essentials.jl:718 [inlined]
  142. invokelatest at ./essentials.jl:716 [inlined]
  143. run_main_repl at ./client.jl:379
  144. exec_options at ./client.jl:309
  145. _start at ./client.jl:495
  146. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  147. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  148. true_main at /tmp/julia/src/jlapi.c:548
  149. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  150. main at /tmp/julia/cli/loader_exe.c:58
  151. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  152. _start at ../julia/julia (unknown line)
  153. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  154. #<null>,
  155. #<null>,
  156. WeakRef(value=nothing),
  157. #<null>,
  158. WeakRef(value=nothing),
  159. WeakRef(value=nothing),
  160. #<null>,
  161. WeakRef(value=nothing),
  162. WeakRef(value=nothing),
  163. #<null>,
  164. #<null>,
  165. WeakRef(value=nothing),
  166. #<null>,
  167. WeakRef(value=nothing),
  168. WeakRef(value=nothing),
  169. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  170. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  171. jl_method_error at /tmp/julia/src/gf.c:1837
  172. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  173. jl_apply_generic at /tmp/julia/src/gf.c:2423
  174. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  175. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  176. run_finalizer at /tmp/julia/src/gc.c:278
  177. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  178. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  179. run_finalizers at /tmp/julia/src/gc.c:372
  180. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  181. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  182. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  183. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  184. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  185. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  186. jl_apply_generic at /tmp/julia/src/gf.c:2427
  187. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  188. do_call at /tmp/julia/src/interpreter.c:125
  189. eval_value at /tmp/julia/src/interpreter.c:214
  190. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  191. eval_body at /tmp/julia/src/interpreter.c:579
  192. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  193. top-level scope at REPL[4]:1
  194. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  195. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  196. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  197. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  198. eval at ./boot.jl:373 [inlined]
  199. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  200. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  201. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  202. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  203. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  204. #933 at ./client.jl:394
  205. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  206. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  207. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  208. #invokelatest#2 at ./essentials.jl:718 [inlined]
  209. invokelatest at ./essentials.jl:716 [inlined]
  210. run_main_repl at ./client.jl:379
  211. exec_options at ./client.jl:309
  212. _start at ./client.jl:495
  213. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  214. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  215. true_main at /tmp/julia/src/jlapi.c:548
  216. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  217. main at /tmp/julia/cli/loader_exe.c:58
  218. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  219. _start at ../julia/julia (unknown line)
  220. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  221. #<null>,
  222. #<null>,
  223. WeakRef(value=nothing),
  224. #<null>,
  225. WeakRef(value=nothing),
  226. WeakRef(value=nothing),
  227. #<null>,
  228. WeakRef(value=nothing),
  229. WeakRef(value=nothing),
  230. #<null>,
  231. #<null>,
  232. WeakRef(value=nothing),
  233. #<null>,
  234. WeakRef(value=nothing),
  235. WeakRef(value=nothing),
  236. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  237. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  238. jl_method_error at /tmp/julia/src/gf.c:1837
  239. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  240. jl_apply_generic at /tmp/julia/src/gf.c:2423
  241. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  242. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  243. run_finalizer at /tmp/julia/src/gc.c:278
  244. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  245. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  246. run_finalizers at /tmp/julia/src/gc.c:372
  247. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  248. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  249. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  250. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  251. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  252. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  253. jl_apply_generic at /tmp/julia/src/gf.c:2427
  254. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  255. do_call at /tmp/julia/src/interpreter.c:125
  256. eval_value at /tmp/julia/src/interpreter.c:214
  257. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  258. eval_body at /tmp/julia/src/interpreter.c:579
  259. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  260. top-level scope at REPL[4]:1
  261. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  262. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  263. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  264. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  265. eval at ./boot.jl:373 [inlined]
  266. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  267. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  268. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  269. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  270. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  271. #933 at ./client.jl:394
  272. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  273. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  274. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  275. #invokelatest#2 at ./essentials.jl:718 [inlined]
  276. invokelatest at ./essentials.jl:716 [inlined]
  277. run_main_repl at ./client.jl:379
  278. exec_options at ./client.jl:309
  279. _start at ./client.jl:495
  280. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  281. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  282. true_main at /tmp/julia/src/jlapi.c:548
  283. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  284. main at /tmp/julia/cli/loader_exe.c:58
  285. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  286. _start at ../julia/julia (unknown line)
  287. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  288. #<null>,
  289. #<null>,
  290. WeakRef(value=nothing),
  291. #<null>,
  292. WeakRef(value=nothing),
  293. WeakRef(value=nothing),
  294. #<null>,
  295. WeakRef(value=nothing),
  296. WeakRef(value=nothing),
  297. #<null>,
  298. #<null>,
  299. WeakRef(value=nothing),
  300. #<null>,
  301. WeakRef(value=nothing),
  302. WeakRef(value=nothing),
  303. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  304. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  305. jl_method_error at /tmp/julia/src/gf.c:1837
  306. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  307. jl_apply_generic at /tmp/julia/src/gf.c:2423
  308. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  309. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  310. run_finalizer at /tmp/julia/src/gc.c:278
  311. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  312. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  313. run_finalizers at /tmp/julia/src/gc.c:372
  314. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  315. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  316. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  317. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  318. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  319. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  320. jl_apply_generic at /tmp/julia/src/gf.c:2427
  321. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  322. do_call at /tmp/julia/src/interpreter.c:125
  323. eval_value at /tmp/julia/src/interpreter.c:214
  324. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  325. eval_body at /tmp/julia/src/interpreter.c:579
  326. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  327. top-level scope at REPL[4]:1
  328. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  329. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  330. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  331. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  332. eval at ./boot.jl:373 [inlined]
  333. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  334. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  335. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  336. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  337. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  338. #933 at ./client.jl:394
  339. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  340. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  341. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  342. #invokelatest#2 at ./essentials.jl:718 [inlined]
  343. invokelatest at ./essentials.jl:716 [inlined]
  344. run_main_repl at ./client.jl:379
  345. exec_options at ./client.jl:309
  346. _start at ./client.jl:495
  347. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  348. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  349. true_main at /tmp/julia/src/jlapi.c:548
  350. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  351. main at /tmp/julia/cli/loader_exe.c:58
  352. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  353. _start at ../julia/julia (unknown line)
  354. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  355. #<null>,
  356. #<null>,
  357. WeakRef(value=nothing),
  358. #<null>,
  359. WeakRef(value=nothing),
  360. WeakRef(value=nothing),
  361. #<null>,
  362. WeakRef(value=nothing),
  363. WeakRef(value=nothing),
  364. #<null>,
  365. #<null>,
  366. WeakRef(value=nothing),
  367. #<null>,
  368. WeakRef(value=nothing),
  369. WeakRef(value=nothing),
  370. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  371. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  372. jl_method_error at /tmp/julia/src/gf.c:1837
  373. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  374. jl_apply_generic at /tmp/julia/src/gf.c:2423
  375. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  376. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  377. run_finalizer at /tmp/julia/src/gc.c:278
  378. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  379. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  380. run_finalizers at /tmp/julia/src/gc.c:372
  381. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  382. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  383. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  384. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  385. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  386. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  387. jl_apply_generic at /tmp/julia/src/gf.c:2427
  388. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  389. do_call at /tmp/julia/src/interpreter.c:125
  390. eval_value at /tmp/julia/src/interpreter.c:214
  391. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  392. eval_body at /tmp/julia/src/interpreter.c:579
  393. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  394. top-level scope at REPL[4]:1
  395. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  396. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  397. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  398. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  399. eval at ./boot.jl:373 [inlined]
  400. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  401. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  402. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  403. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  404. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  405. #933 at ./client.jl:394
  406. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  407. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  408. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  409. #invokelatest#2 at ./essentials.jl:718 [inlined]
  410. invokelatest at ./essentials.jl:716 [inlined]
  411. run_main_repl at ./client.jl:379
  412. exec_options at ./client.jl:309
  413. _start at ./client.jl:495
  414. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  415. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  416. true_main at /tmp/julia/src/jlapi.c:548
  417. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  418. main at /tmp/julia/cli/loader_exe.c:58
  419. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  420. _start at ../julia/julia (unknown line)
  421. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  422. #<null>,
  423. #<null>,
  424. WeakRef(value=nothing),
  425. #<null>,
  426. WeakRef(value=nothing),
  427. WeakRef(value=nothing),
  428. #<null>,
  429. WeakRef(value=nothing),
  430. WeakRef(value=nothing),
  431. #<null>,
  432. #<null>,
  433. WeakRef(value=nothing),
  434. #<null>,
  435. WeakRef(value=nothing),
  436. WeakRef(value=nothing),
  437. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  438. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  439. jl_method_error at /tmp/julia/src/gf.c:1837
  440. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  441. jl_apply_generic at /tmp/julia/src/gf.c:2423
  442. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  443. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  444. run_finalizer at /tmp/julia/src/gc.c:278
  445. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  446. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  447. run_finalizers at /tmp/julia/src/gc.c:372
  448. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  449. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  450. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  451. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  452. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  453. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  454. jl_apply_generic at /tmp/julia/src/gf.c:2427
  455. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  456. do_call at /tmp/julia/src/interpreter.c:125
  457. eval_value at /tmp/julia/src/interpreter.c:214
  458. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  459. eval_body at /tmp/julia/src/interpreter.c:579
  460. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  461. top-level scope at REPL[4]:1
  462. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  463. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  464. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  465. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  466. eval at ./boot.jl:373 [inlined]
  467. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  468. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  469. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  470. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  471. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  472. #933 at ./client.jl:394
  473. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  474. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  475. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  476. #invokelatest#2 at ./essentials.jl:718 [inlined]
  477. invokelatest at ./essentials.jl:716 [inlined]
  478. run_main_repl at ./client.jl:379
  479. exec_options at ./client.jl:309
  480. _start at ./client.jl:495
  481. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  482. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  483. true_main at /tmp/julia/src/jlapi.c:548
  484. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  485. main at /tmp/julia/cli/loader_exe.c:58
  486. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  487. _start at ../julia/julia (unknown line)
  488. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00, 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x01, 0x00], keys=Array{WeakRef, (16,)}[
  489. #<null>,
  490. #<null>,
  491. WeakRef(value=nothing),
  492. #<null>,
  493. WeakRef(value=nothing),
  494. WeakRef(value=nothing),
  495. #<null>,
  496. WeakRef(value=nothing),
  497. WeakRef(value=nothing),
  498. #<null>,
  499. #<null>,
  500. WeakRef(value=nothing),
  501. #<null>,
  502. WeakRef(value=nothing),
  503. WeakRef(value=nothing),
  504. #<null>], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=0, count=8, age=0x0000000000000008, idxfloor=1, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  505. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  506. jl_method_error at /tmp/julia/src/gf.c:1837
  507. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  508. jl_apply_generic at /tmp/julia/src/gf.c:2423
  509. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  510. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  511. run_finalizer at /tmp/julia/src/gc.c:278
  512. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  513. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  514. run_finalizers at /tmp/julia/src/gc.c:372
  515. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  516. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  517. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  518. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  519. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  520. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  521. jl_apply_generic at /tmp/julia/src/gf.c:2427
  522. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  523. do_call at /tmp/julia/src/interpreter.c:125
  524. eval_value at /tmp/julia/src/interpreter.c:214
  525. eval_stmt_value at /tmp/julia/src/interpreter.c:165 [inlined]
  526. eval_body at /tmp/julia/src/interpreter.c:579
  527. jl_interpret_toplevel_thunk at /tmp/julia/src/interpreter.c:727
  528. top-level scope at REPL[4]:1
  529. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:885
  530. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  531. jl_toplevel_eval_flex at /tmp/julia/src/toplevel.c:830
  532. jl_toplevel_eval_in at /tmp/julia/src/toplevel.c:944
  533. eval at ./boot.jl:373 [inlined]
  534. eval_user_input at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:150
  535. repl_backend_loop at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:241
  536. start_repl_backend at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:226
  537. #run_repl#47 at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:359
  538. run_repl at /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:346
  539. #933 at ./client.jl:394
  540. jfptr_YY.933_24559 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  541. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  542. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  543. #invokelatest#2 at ./essentials.jl:718 [inlined]
  544. invokelatest at ./essentials.jl:716 [inlined]
  545. run_main_repl at ./client.jl:379
  546. exec_options at ./client.jl:309
  547. _start at ./client.jl:495
  548. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  549. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  550. true_main at /tmp/julia/src/jlapi.c:548
  551. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  552. main at /tmp/julia/cli/loader_exe.c:58
  553. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  554. _start at ../julia/julia (unknown line)
  555. ^C^C^C^C^CError in eager scheduler:
  556. TaskFailedException
  557.  
  558. nested task error: InterruptException:
  559.  
  560. ...and 1 more exception.
  561.  
  562. Stacktrace:
  563. [1] sync_end(c::Channel{Any})
  564. @ Base ./task.jl:369
  565. [2] macro expansion
  566. @ ./task.jl:388 [inlined]
  567. [3] compute_dag(ctx::Context, d::Thunk; options::Dagger.Sch.SchedulerOptions)
  568. @ Dagger.Sch /tmp/Dagger.jl/src/sch/Sch.jl:348
  569. [4] compute(ctx::Context, d::Thunk; options::Dagger.Sch.SchedulerOptions)
  570. @ Dagger /tmp/Dagger.jl/src/compute.jl:31
  571. [5] (::Dagger.Sch.var"#43#44"{Context})()
  572. @ Dagger.Sch ./task.jl:411
  573. ^CERROR: ^C
  574. SYSTEM (REPL): showing an error caused an error
  575. ERROR: ^C^C^CInterruptException:
  576. Stacktrace:
  577. [1] lookup(pointer::Ptr{Nothing})
  578. @ Base.StackTraces ./stacktraces.jl:107
  579. [2] stacktrace(trace::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}}, c_funcs::Bool)
  580. @ Base.StackTraces ./stacktraces.jl:163
  581. [3] stacktrace
  582. @ ./stacktraces.jl:161 [inlined]
  583. [4] scrub_repl_backtrace(bt::Vector{Union{Ptr{Nothing}, Base.InterpreterIP}})
  584. @ Base ./client.jl:87
  585. [5] display_error(io::IOContext{Base.TTY}, stack::Base.ExceptionStack)
  586. @ Base ./client.jl:103
  587. [6] #invokelatest#2
  588. @ ./essentials.jl:718 [inlined]
  589. [7] invokelatest
  590. @ ./essentials.jl:716 [inlined]
  591. [8] print_response(errio::IO, response::Any, show_value::Bool, have_color::Bool, specialdisplay::Union{Nothing, AbstractDisplay})
  592. @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:283
  593. [9] (::REPL.var"#45#46"{REPL.LineEditREPL, Pair{Any, Bool}, Bool, Bool})(io::Any)
  594. @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:272
  595. [10] with_repl_linfo(f::Any, repl::REPL.LineEditREPL)
  596. @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:505
  597. [11] print_response(repl::REPL.AbstractREPL, response::Any, show_value::Bool, have_color::Bool)
  598. @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:270
  599. [12] (::REPL.var"#do_respond#66"{Bool, Bool, REPL.var"#77#87"{REPL.LineEditREPL, REPL.REPLHistoryProvider}, REPL.LineEditREPL, REPL.LineEdit.Prompt})(s::REPL.LineEdit.MIState, buf::Any, ok::Bool)
  600. @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:841
  601. [13] #invokelatest#2
  602. @ ./essentials.jl:718 [inlined]
  603. [14] invokelatest
  604. @ ./essentials.jl:716 [inlined]
  605. [15] run_interface(terminal::REPL.Terminals.TextTerminal, m::REPL.LineEdit.ModalInterface, s::REPL.LineEdit.MIState)
  606. @ REPL.LineEdit /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/LineEdit.jl:2493
  607. [16] run_frontend(repl::REPL.LineEditREPL, backend::REPL.REPLBackendRef)
  608. @ REPL /tmp/julia/usr/share/julia/stdlib/v1.8/REPL/src/REPL.jl:1227
  609. [17] (::REPL.var"#49#54"{REPL.LineEditREPL, REPL.REPLBackendRef})()
  610. @ REPL ./task.jl:411
  611. ^C^C^C
  612. SYSTEM: caught exception of type :InterruptException while trying to print a failed Task notice; giving up
  613. ^C^C^Cfatal: error thrown and no exception handler available.
  614. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x02, 0x01], keys=Array{WeakRef, (16,)}[
  615. #<null>,
  616. #<null>,
  617. WeakRef(value=nothing),
  618. #<null>,
  619. #<null>,
  620. #<null>,
  621. #<null>,
  622. #<null>,
  623. #<null>,
  624. WeakRef(value=Distributed.Future(where=1, whence=1, id=9, v=nothing)),
  625. #<null>,
  626. #<null>,
  627. #<null>,
  628. #<null>,
  629. #<null>,
  630. WeakRef(value=nothing)], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=8, count=3, age=0x0000000000000013, idxfloor=3, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=false),), world=0x0000000000007a42)
  631. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  632. jl_method_error at /tmp/julia/src/gf.c:1837
  633. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  634. jl_apply_generic at /tmp/julia/src/gf.c:2423
  635. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  636. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  637. run_finalizer at /tmp/julia/src/gc.c:278
  638. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  639. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  640. run_finalizers at /tmp/julia/src/gc.c:372
  641. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  642. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  643. jl_binding_resolved_p at /tmp/julia/src/module.c:610
  644. is_globfunction at /tmp/julia/src/rtutils.c:625
  645. jl_static_show_x_ at /tmp/julia/src/rtutils.c:763
  646. jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
  647. jl_static_show_x_ at /tmp/julia/src/rtutils.c:1089
  648. jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
  649. jl_no_exc_handler at /tmp/julia/src/task.c:550
  650. true_main at /tmp/julia/src/jlapi.c:552
  651. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  652. main at /tmp/julia/cli/loader_exe.c:58
  653. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  654. _start at ../julia/julia (unknown line)
  655. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x02, 0x01], keys=Array{WeakRef, (16,)}[
  656. #<null>,
  657. #<null>,
  658. WeakRef(value=nothing),
  659. #<null>,
  660. #<null>,
  661. #<null>,
  662. #<null>,
  663. #<null>,
  664. #<null>,
  665. WeakRef(value=Distributed.Future(where=1, whence=1, id=9, v=nothing)),
  666. #<null>,
  667. #<null>,
  668. #<null>,
  669. #<null>,
  670. #<null>,
  671. WeakRef(value=nothing)], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=8, count=3, age=0x0000000000000013, idxfloor=3, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  672. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  673. jl_method_error at /tmp/julia/src/gf.c:1837
  674. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  675. jl_apply_generic at /tmp/julia/src/gf.c:2423
  676. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  677. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  678. run_finalizer at /tmp/julia/src/gc.c:278
  679. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  680. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  681. run_finalizers at /tmp/julia/src/gc.c:372
  682. jl_gc_run_pending_finalizers at /tmp/julia/src/gc.c:405
  683. jl_mutex_unlock at /tmp/julia/src/locks.h:133 [inlined]
  684. jl_binding_resolved_p at /tmp/julia/src/module.c:610
  685. is_globfunction at /tmp/julia/src/rtutils.c:625
  686. jl_static_show_x_ at /tmp/julia/src/rtutils.c:763
  687. jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
  688. jl_static_show_x_ at /tmp/julia/src/rtutils.c:1089
  689. jl_static_show_next_ at /tmp/julia/src/rtutils.c:1200
  690. jl_no_exc_handler at /tmp/julia/src/task.c:550
  691. true_main at /tmp/julia/src/jlapi.c:552
  692. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  693. main at /tmp/julia/cli/loader_exe.c:58
  694. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  695. _start at ../julia/julia (unknown line)
  696. InterruptException()
  697. ^Cjl_mutex_unlock at /tmp/julia/src/locks.h:131 [inlined]
  698. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  699. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  700. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  701. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  702. jl_apply_generic at /tmp/julia/src/gf.c:2427
  703. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  704. jl_f__call_latest at /tmp/julia/src/builtins.c:757
  705. #invokelatest#2 at ./essentials.jl:718 [inlined]
  706. invokelatest at ./essentials.jl:716 [inlined]
  707. _start at ./client.jl:497
  708. jfptr__start_30386 at /tmp/julia/usr/lib/julia/sys.so (unknown line)
  709. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  710. true_main at /tmp/julia/src/jlapi.c:548
  711. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  712. main at /tmp/julia/cli/loader_exe.c:58
  713. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  714. _start at ../julia/julia (unknown line)
  715. fatal: error thrown and no exception handler available.
  716. InterruptException()
  717. jl_mutex_unlock at /tmp/julia/src/locks.h:131 [inlined]
  718. jl_get_binding_ at /tmp/julia/src/module.c:341
  719. jl_get_global at /tmp/julia/src/module.c:624
  720. jl_atexit_hook at /tmp/julia/src/init.c:218
  721. jl_exit at /tmp/julia/src/jl_uv.c:641
  722. jl_no_exc_handler at /tmp/julia/src/task.c:553
  723. true_main at /tmp/julia/src/jlapi.c:552
  724. jl_repl_entrypoint at /tmp/julia/src/jlapi.c:690
  725. main at /tmp/julia/cli/loader_exe.c:58
  726. __libc_start_main at /usr/lib/libc.so.6 (unknown line)
  727. _start at ../julia/julia (unknown line)
  728. ^Cerror in running finalizer: InterruptException()
  729. jl_mutex_unlock at /tmp/julia/src/locks.h:131 [inlined]
  730. jl_generate_fptr at /tmp/julia/src/jitlayers.cpp:359
  731. jl_compile_method_internal at /tmp/julia/src/gf.c:1978
  732. jl_compile_method_internal at /tmp/julia/src/gf.c:1932 [inlined]
  733. _jl_invoke at /tmp/julia/src/gf.c:2237 [inlined]
  734. jl_apply_generic at /tmp/julia/src/gf.c:2427
  735. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  736. run_finalizer at /tmp/julia/src/gc.c:278
  737. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  738. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  739. run_finalizers at /tmp/julia/src/gc.c:372
  740. jl_atexit_hook at /tmp/julia/src/init.c:240
  741. jl_exit at /tmp/julia/src/jl_uv.c:641
  742. jl_no_exc_handler at /tmp/julia/src/task.c:553
  743. throw_internal at /tmp/julia/src/task.c:588
  744. jl_sig_throw at /tmp/julia/src/task.c:631
  745. error in running finalizer: MethodError(f=Base.trylock, args=(Base.WeakKeyDict{Distributed.AbstractRemoteRef, Nothing}(ht=Base.Dict{WeakRef, Nothing}(slots=Array{UInt8, (16,)}[0x00, 0x00, 0x01, 0x00, 0x02, 0x02, 0x00, 0x02, 0x02, 0x01, 0x00, 0x02, 0x00, 0x02, 0x02, 0x01], keys=Array{WeakRef, (16,)}[
  746. #<null>,
  747. #<null>,
  748. WeakRef(value=nothing),
  749. #<null>,
  750. #<null>,
  751. #<null>,
  752. #<null>,
  753. #<null>,
  754. #<null>,
  755. WeakRef(value=Distributed.Future(where=1, whence=1, id=9, v=nothing)),
  756. #<null>,
  757. #<null>,
  758. #<null>,
  759. #<null>,
  760. #<null>,
  761. WeakRef(value=nothing)], vals=Array{Nothing, (16,)}[nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing], ndel=8, count=3, age=0x0000000000000013, idxfloor=3, maxprobe=0), lock=Base.ReentrantLock(locked_by=nothing, cond_wait=Base.GenericCondition{Base.Threads.SpinLock}(waitq=Base.InvasiveLinkedList{Task}(head=nothing, tail=nothing), lock=Base.Threads.SpinLock(owned=0)), reentrancy_cnt=0), finalizer=Base.var"#595", dirty=true),), world=0x0000000000007a42)
  762. jl_method_error_bare at /tmp/julia/src/gf.c:1819
  763. jl_method_error at /tmp/julia/src/gf.c:1837
  764. jl_lookup_generic_ at /tmp/julia/src/gf.c:2408 [inlined]
  765. jl_apply_generic at /tmp/julia/src/gf.c:2423
  766. finalize_ref at /tmp/julia/usr/share/julia/stdlib/v1.8/Distributed/src/remotecall.jl:87
  767. jl_apply at /tmp/julia/src/julia.h:1768 [inlined]
  768. run_finalizer at /tmp/julia/src/gc.c:278
  769. jl_gc_run_finalizers_in_list at /tmp/julia/src/gc.c:365
  770. run_finalizers at /tmp/julia/src/gc.c:394 [inlined]
  771. run_finalizers at /tmp/julia/src/gc.c:372
  772. jl_atexit_hook at /tmp/julia/src/init.c:240
  773. jl_exit at /tmp/julia/src/jl_uv.c:641
  774. jl_no_exc_handler at /tmp/julia/src/task.c:553
  775. throw_internal at /tmp/julia/src/task.c:588
  776. jl_sig_throw at /tmp/julia/src/task.c:631
  777. ➜ Dagger.jl git:(ae34779)
Add Comment
Please, Sign In to add comment