Advertisement
Guest User

Julia Colab Error

a guest
Jun 16th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.17 KB | None | 0 0
  1.  
  2.  
  3. Precompiling packages...
  4. ✗ Qt6Base_jll
  5. ✗ libdecor_jll
  6. ✗ Qt6ShaderTools_jll
  7. ✗ GLFW_jll
  8. ✗ Qt6Declarative_jll
  9. ✗ GR_jll
  10. ✗ Qt6Wayland_jll
  11. ✗ GR
  12. Info Given Plots was explicitly requested, output will be shown live
  13. ERROR: LoadError: InitError: could not load library "/root/.julia/artifacts/52d9b3e9e3507f7b2cf723af43d0e7f095e2edc7/lib/libGL.so"
  14. /root/.julia/artifacts/52d9b3e9e3507f7b2cf723af43d0e7f095e2edc7/lib/libGL.so: undefined symbol: _glapi_tls_Current
  15. Stacktrace:
  16. [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
  17. @ Base.Libc.Libdl ./libdl.jl:117
  18. [2] dlopen(s::String, flags::UInt32)
  19. @ Base.Libc.Libdl ./libdl.jl:116
  20. [3] macro expansion
  21. @ ~/.julia/packages/JLLWrappers/GfYNv/src/products/library_generators.jl:63 [inlined]
  22. [4] __init__()
  23. @ Libglvnd_jll ~/.julia/packages/Libglvnd_jll/upkN8/src/wrappers/x86_64-linux-gnu.jl:22
  24. [5] run_module_init(mod::Module, i::Int64)
  25. @ Base ./loading.jl:1193
  26. [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
  27. @ Base ./loading.jl:1181
  28. [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any})
  29. @ Base ./loading.jl:1126
  30. [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
  31. @ Base ./loading.jl:1651
  32. [9] _require(pkg::Base.PkgId, env::String)
  33. @ Base ./loading.jl:2008
  34. [10] __require_prelocked(uuidkey::Base.PkgId, env::String)
  35. @ Base ./loading.jl:1882
  36. [11] #invoke_in_world#3
  37. @ ./essentials.jl:926 [inlined]
  38. [12] invoke_in_world
  39. @ ./essentials.jl:923 [inlined]
  40. [13] _require_prelocked(uuidkey::Base.PkgId, env::String)
  41. @ Base ./loading.jl:1873
  42. [14] macro expansion
  43. @ ./loading.jl:1860 [inlined]
  44. [15] macro expansion
  45. @ ./lock.jl:267 [inlined]
  46. [16] __require(into::Module, mod::Symbol)
  47. @ Base ./loading.jl:1823
  48. [17] #invoke_in_world#3
  49. @ ./essentials.jl:926 [inlined]
  50. [18] invoke_in_world
  51. @ ./essentials.jl:923 [inlined]
  52. [19] require(into::Module, mod::Symbol)
  53. @ Base ./loading.jl:1816
  54. [20] include(mod::Module, _path::String)
  55. @ Base ./Base.jl:495
  56. [21] top-level scope
  57. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  58. [22] include
  59. @ ./Base.jl:495 [inlined]
  60. [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  61. @ Base ./loading.jl:2292
  62. [24] top-level scope
  63. @ stdin:4
  64. during initialization of module Libglvnd_jll
  65. in expression starting at /root/.julia/packages/libdecor_jll/Ha22M/src/wrappers/x86_64-linux-gnu.jl:6
  66. in expression starting at /root/.julia/packages/libdecor_jll/Ha22M/src/libdecor_jll.jl:2
  67. in expression starting at stdin:4
  68. ERROR: LoadError: Failed to precompile libdecor_jll [1183f4f0-6f2a-5f1a-908b-139f9cdfea6f] to "/root/.julia/compiled/v1.10/libdecor_jll/jl_bnIDvX".
  69. Stacktrace:
  70. [1] error(s::String)
  71. @ Base ./error.jl:35
  72. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  73. @ Base ./loading.jl:2539
  74. [3] compilecache
  75. @ ./loading.jl:2411 [inlined]
  76. [4] (::Base.var"#969#970"{Base.PkgId})()
  77. @ Base ./loading.jl:2044
  78. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  79. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  80. [6] #mkpidlock#6
  81. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  82. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  83. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  84. [8] #invokelatest#2
  85. @ ./essentials.jl:894 [inlined]
  86. [9] invokelatest
  87. @ ./essentials.jl:889 [inlined]
  88. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  89. @ Base ./loading.jl:3054
  90. [11] maybe_cachefile_lock
  91. @ ./loading.jl:3051 [inlined]
  92. [12] _require(pkg::Base.PkgId, env::String)
  93. @ Base ./loading.jl:2040
  94. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  95. @ Base ./loading.jl:1882
  96. [14] #invoke_in_world#3
  97. @ ./essentials.jl:926 [inlined]
  98. [15] invoke_in_world
  99. @ ./essentials.jl:923 [inlined]
  100. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  101. @ Base ./loading.jl:1873
  102. [17] macro expansion
  103. @ ./loading.jl:1860 [inlined]
  104. [18] macro expansion
  105. @ ./lock.jl:267 [inlined]
  106. [19] __require(into::Module, mod::Symbol)
  107. @ Base ./loading.jl:1823
  108. [20] #invoke_in_world#3
  109. @ ./essentials.jl:926 [inlined]
  110. [21] invoke_in_world
  111. @ ./essentials.jl:923 [inlined]
  112. [22] require(into::Module, mod::Symbol)
  113. @ Base ./loading.jl:1816
  114. [23] include(mod::Module, _path::String)
  115. @ Base ./Base.jl:495
  116. [24] top-level scope
  117. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  118. [25] include
  119. @ ./Base.jl:495 [inlined]
  120. [26] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  121. @ Base ./loading.jl:2292
  122. [27] top-level scope
  123. @ stdin:4
  124. in expression starting at /root/.julia/packages/GLFW_jll/tqbf0/src/wrappers/x86_64-linux-gnu.jl:4
  125. in expression starting at /root/.julia/packages/GLFW_jll/tqbf0/src/GLFW_jll.jl:2
  126. in expression starting at stdin:4
  127. ERROR: LoadError: Failed to precompile GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] to "/root/.julia/compiled/v1.10/GLFW_jll/jl_4aEcJ1".
  128. Stacktrace:
  129. [1] error(s::String)
  130. @ Base ./error.jl:35
  131. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  132. @ Base ./loading.jl:2539
  133. [3] compilecache
  134. @ ./loading.jl:2411 [inlined]
  135. [4] (::Base.var"#969#970"{Base.PkgId})()
  136. @ Base ./loading.jl:2044
  137. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  138. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  139. [6] #mkpidlock#6
  140. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  141. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  142. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  143. [8] #invokelatest#2
  144. @ ./essentials.jl:894 [inlined]
  145. [9] invokelatest
  146. @ ./essentials.jl:889 [inlined]
  147. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  148. @ Base ./loading.jl:3054
  149. [11] maybe_cachefile_lock
  150. @ ./loading.jl:3051 [inlined]
  151. [12] _require(pkg::Base.PkgId, env::String)
  152. @ Base ./loading.jl:2040
  153. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  154. @ Base ./loading.jl:1882
  155. [14] #invoke_in_world#3
  156. @ ./essentials.jl:926 [inlined]
  157. [15] invoke_in_world
  158. @ ./essentials.jl:923 [inlined]
  159. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  160. @ Base ./loading.jl:1873
  161. [17] macro expansion
  162. @ ./loading.jl:1860 [inlined]
  163. [18] macro expansion
  164. @ ./lock.jl:267 [inlined]
  165. [19] __require(into::Module, mod::Symbol)
  166. @ Base ./loading.jl:1823
  167. [20] #invoke_in_world#3
  168. @ ./essentials.jl:926 [inlined]
  169. [21] invoke_in_world
  170. @ ./essentials.jl:923 [inlined]
  171. [22] require(into::Module, mod::Symbol)
  172. @ Base ./loading.jl:1816
  173. [23] include(mod::Module, _path::String)
  174. @ Base ./Base.jl:495
  175. [24] top-level scope
  176. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  177. [25] include
  178. @ ./Base.jl:495 [inlined]
  179. [26] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  180. @ Base ./loading.jl:2292
  181. [27] top-level scope
  182. @ stdin:4
  183. in expression starting at /root/.julia/packages/GR_jll/WaFI9/src/wrappers/x86_64-linux-gnu-cxx11.jl:9
  184. in expression starting at /root/.julia/packages/GR_jll/WaFI9/src/GR_jll.jl:2
  185. in expression starting at stdin:4
  186. ┌ Error: import GR_jll failed.
  187. │ Consider using `GR.GRPreferences.use_jll_binary()` or
  188. │ `GR.GRPreferences.use_upstream_binary()` to repair.
  189. │ Importing GR a second time will allow use of these functions.
  190. └ @ GR.GRPreferences ~/.julia/packages/GR/nDZgF/src/preferences.jl:8
  191. ERROR: LoadError: Failed to precompile GR_jll [d2c73de3-f751-5644-a686-071e5b155ba9] to "/root/.julia/compiled/v1.10/GR_jll/jl_rRPUyb".
  192. Stacktrace:
  193. [1] error(s::String)
  194. @ Base ./error.jl:35
  195. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  196. @ Base ./loading.jl:2539
  197. [3] compilecache
  198. @ ./loading.jl:2411 [inlined]
  199. [4] (::Base.var"#969#970"{Base.PkgId})()
  200. @ Base ./loading.jl:2044
  201. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  202. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  203. [6] #mkpidlock#6
  204. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  205. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  206. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  207. [8] #invokelatest#2
  208. @ ./essentials.jl:894 [inlined]
  209. [9] invokelatest
  210. @ ./essentials.jl:889 [inlined]
  211. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  212. @ Base ./loading.jl:3054
  213. [11] maybe_cachefile_lock
  214. @ ./loading.jl:3051 [inlined]
  215. [12] _require(pkg::Base.PkgId, env::String)
  216. @ Base ./loading.jl:2040
  217. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  218. @ Base ./loading.jl:1882
  219. [14] #invoke_in_world#3
  220. @ ./essentials.jl:926 [inlined]
  221. [15] invoke_in_world
  222. @ ./essentials.jl:923 [inlined]
  223. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  224. @ Base ./loading.jl:1873
  225. [17] macro expansion
  226. @ ./loading.jl:1860 [inlined]
  227. [18] macro expansion
  228. @ ./lock.jl:267 [inlined]
  229. [19] __require(into::Module, mod::Symbol)
  230. @ Base ./loading.jl:1823
  231. [20] #invoke_in_world#3
  232. @ ./essentials.jl:926 [inlined]
  233. [21] invoke_in_world
  234. @ ./essentials.jl:923 [inlined]
  235. [22] require(into::Module, mod::Symbol)
  236. @ Base ./loading.jl:1816
  237. [23] top-level scope
  238. @ ~/.julia/packages/GR/nDZgF/src/preferences.jl:6
  239. [24] include(mod::Module, _path::String)
  240. @ Base ./Base.jl:495
  241. [25] include(x::String)
  242. @ GR ~/.julia/packages/GR/nDZgF/src/GR.jl:20
  243. [26] top-level scope
  244. @ ~/.julia/packages/GR/nDZgF/src/GR.jl:279
  245. [27] include
  246. @ ./Base.jl:495 [inlined]
  247. [28] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  248. @ Base ./loading.jl:2292
  249. [29] top-level scope
  250. @ stdin:4
  251. in expression starting at /root/.julia/packages/GR/nDZgF/src/preferences.jl:1
  252. in expression starting at /root/.julia/packages/GR/nDZgF/src/GR.jl:1
  253. in expression starting at stdin:4
  254. ERROR: LoadError: Failed to precompile GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] to "/root/.julia/compiled/v1.10/GR/jl_oQaDqz".
  255. Stacktrace:
  256. [1] error(s::String)
  257. @ Base ./error.jl:35
  258. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  259. @ Base ./loading.jl:2539
  260. [3] compilecache
  261. @ ./loading.jl:2411 [inlined]
  262. [4] (::Base.var"#969#970"{Base.PkgId})()
  263. @ Base ./loading.jl:2044
  264. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  265. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  266. [6] #mkpidlock#6
  267. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  268. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  269. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  270. [8] #invokelatest#2
  271. @ ./essentials.jl:894 [inlined]
  272. [9] invokelatest
  273. @ ./essentials.jl:889 [inlined]
  274. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  275. @ Base ./loading.jl:3054
  276. [11] maybe_cachefile_lock
  277. @ ./loading.jl:3051 [inlined]
  278. [12] _require(pkg::Base.PkgId, env::String)
  279. @ Base ./loading.jl:2040
  280. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  281. @ Base ./loading.jl:1882
  282. [14] #invoke_in_world#3
  283. @ ./essentials.jl:926 [inlined]
  284. [15] invoke_in_world
  285. @ ./essentials.jl:923 [inlined]
  286. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  287. @ Base ./loading.jl:1873
  288. [17] macro expansion
  289. @ ./loading.jl:1860 [inlined]
  290. [18] macro expansion
  291. @ ./lock.jl:267 [inlined]
  292. [19] __require(into::Module, mod::Symbol)
  293. @ Base ./loading.jl:1823
  294. [20] #invoke_in_world#3
  295. @ ./essentials.jl:926 [inlined]
  296. [21] invoke_in_world
  297. @ ./essentials.jl:923 [inlined]
  298. [22] require(into::Module, mod::Symbol)
  299. @ Base ./loading.jl:1816
  300. [23] top-level scope
  301. @ ~/.julia/packages/Plots/MR7sb/src/backends.jl:381
  302. [24] eval
  303. @ ./boot.jl:385 [inlined]
  304. [25] _initialize_backend(pkg::Plots.GRBackend)
  305. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:380
  306. [26] backend(pkg::Plots.GRBackend)
  307. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:245
  308. [27] backend(sym::Symbol)
  309. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:255
  310. [28] load_default_backend()
  311. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:200
  312. [29] backend()
  313. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:233
  314. [30] top-level scope
  315. @ ~/.julia/packages/Plots/MR7sb/src/init.jl:108
  316. [31] include(mod::Module, _path::String)
  317. @ Base ./Base.jl:495
  318. [32] include(x::String)
  319. @ Plots ~/.julia/packages/Plots/MR7sb/src/Plots.jl:1
  320. [33] top-level scope
  321. @ ~/.julia/packages/Plots/MR7sb/src/Plots.jl:176
  322. [34] include
  323. @ ./Base.jl:495 [inlined]
  324. [35] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
  325. @ Base ./loading.jl:2292
  326. [36] top-level scope
  327. @ stdin:4
  328. in expression starting at /root/.julia/packages/Plots/MR7sb/src/init.jl:108
  329. in expression starting at /root/.julia/packages/Plots/MR7sb/src/Plots.jl:1
  330. in expression starting at stdin:4
  331. ✗ Plots
  332. ✗ Plots → UnitfulExt
  333. 0 dependencies successfully precompiled in 57 seconds. 142 already precompiled.
  334.  
  335. The following 2 direct dependencies failed to precompile:
  336.  
  337. Plots
  338.  
  339. Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to "/root/.julia/compiled/v1.10/Plots/jl_r7jmR4".
  340. ERROR: LoadError: InitError: could not load library "/root/.julia/artifacts/52d9b3e9e3507f7b2cf723af43d0e7f095e2edc7/lib/libGL.so"
  341. /root/.julia/artifacts/52d9b3e9e3507f7b2cf723af43d0e7f095e2edc7/lib/libGL.so: undefined symbol: _glapi_tls_Current
  342. Stacktrace:
  343. [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
  344. @ Base.Libc.Libdl ./libdl.jl:117
  345. [2] dlopen(s::String, flags::UInt32)
  346. @ Base.Libc.Libdl ./libdl.jl:116
  347. [3] macro expansion
  348. @ ~/.julia/packages/JLLWrappers/GfYNv/src/products/library_generators.jl:63 [inlined]
  349. [4] __init__()
  350. @ Libglvnd_jll ~/.julia/packages/Libglvnd_jll/upkN8/src/wrappers/x86_64-linux-gnu.jl:22
  351. [5] run_module_init(mod::Module, i::Int64)
  352. @ Base ./loading.jl:1193
  353. [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
  354. @ Base ./loading.jl:1181
  355. [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any})
  356. @ Base ./loading.jl:1126
  357. [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
  358. @ Base ./loading.jl:1651
  359. [9] _require(pkg::Base.PkgId, env::String)
  360. @ Base ./loading.jl:2008
  361. [10] __require_prelocked(uuidkey::Base.PkgId, env::String)
  362. @ Base ./loading.jl:1882
  363. [11] #invoke_in_world#3
  364. @ ./essentials.jl:926 [inlined]
  365. [12] invoke_in_world
  366. @ ./essentials.jl:923 [inlined]
  367. [13] _require_prelocked(uuidkey::Base.PkgId, env::String)
  368. @ Base ./loading.jl:1873
  369. [14] macro expansion
  370. @ ./loading.jl:1860 [inlined]
  371. [15] macro expansion
  372. @ ./lock.jl:267 [inlined]
  373. [16] __require(into::Module, mod::Symbol)
  374. @ Base ./loading.jl:1823
  375. [17] #invoke_in_world#3
  376. @ ./essentials.jl:926 [inlined]
  377. [18] invoke_in_world
  378. @ ./essentials.jl:923 [inlined]
  379. [19] require(into::Module, mod::Symbol)
  380. @ Base ./loading.jl:1816
  381. [20] include(mod::Module, _path::String)
  382. @ Base ./Base.jl:495
  383. [21] top-level scope
  384. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  385. [22] include
  386. @ ./Base.jl:495 [inlined]
  387. [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  388. @ Base ./loading.jl:2292
  389. [24] top-level scope
  390. @ stdin:4
  391. during initialization of module Libglvnd_jll
  392. in expression starting at /root/.julia/packages/libdecor_jll/Ha22M/src/wrappers/x86_64-linux-gnu.jl:6
  393. in expression starting at /root/.julia/packages/libdecor_jll/Ha22M/src/libdecor_jll.jl:2
  394. in expression starting at stdin:4
  395. ERROR: LoadError: Failed to precompile libdecor_jll [1183f4f0-6f2a-5f1a-908b-139f9cdfea6f] to "/root/.julia/compiled/v1.10/libdecor_jll/jl_bnIDvX".
  396. Stacktrace:
  397. [1] error(s::String)
  398. @ Base ./error.jl:35
  399. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  400. @ Base ./loading.jl:2539
  401. [3] compilecache
  402. @ ./loading.jl:2411 [inlined]
  403. [4] (::Base.var"#969#970"{Base.PkgId})()
  404. @ Base ./loading.jl:2044
  405. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  406. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  407. [6] #mkpidlock#6
  408. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  409. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  410. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  411. [8] #invokelatest#2
  412. @ ./essentials.jl:894 [inlined]
  413. [9] invokelatest
  414. @ ./essentials.jl:889 [inlined]
  415. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  416. @ Base ./loading.jl:3054
  417. [11] maybe_cachefile_lock
  418. @ ./loading.jl:3051 [inlined]
  419. [12] _require(pkg::Base.PkgId, env::String)
  420. @ Base ./loading.jl:2040
  421. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  422. @ Base ./loading.jl:1882
  423. [14] #invoke_in_world#3
  424. @ ./essentials.jl:926 [inlined]
  425. [15] invoke_in_world
  426. @ ./essentials.jl:923 [inlined]
  427. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  428. @ Base ./loading.jl:1873
  429. [17] macro expansion
  430. @ ./loading.jl:1860 [inlined]
  431. [18] macro expansion
  432. @ ./lock.jl:267 [inlined]
  433. [19] __require(into::Module, mod::Symbol)
  434. @ Base ./loading.jl:1823
  435. [20] #invoke_in_world#3
  436. @ ./essentials.jl:926 [inlined]
  437. [21] invoke_in_world
  438. @ ./essentials.jl:923 [inlined]
  439. [22] require(into::Module, mod::Symbol)
  440. @ Base ./loading.jl:1816
  441. [23] include(mod::Module, _path::String)
  442. @ Base ./Base.jl:495
  443. [24] top-level scope
  444. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  445. [25] include
  446. @ ./Base.jl:495 [inlined]
  447. [26] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  448. @ Base ./loading.jl:2292
  449. [27] top-level scope
  450. @ stdin:4
  451. in expression starting at /root/.julia/packages/GLFW_jll/tqbf0/src/wrappers/x86_64-linux-gnu.jl:4
  452. in expression starting at /root/.julia/packages/GLFW_jll/tqbf0/src/GLFW_jll.jl:2
  453. in expression starting at stdin:4
  454. ERROR: LoadError: Failed to precompile GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] to "/root/.julia/compiled/v1.10/GLFW_jll/jl_4aEcJ1".
  455. Stacktrace:
  456. [1] error(s::String)
  457. @ Base ./error.jl:35
  458. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  459. @ Base ./loading.jl:2539
  460. [3] compilecache
  461. @ ./loading.jl:2411 [inlined]
  462. [4] (::Base.var"#969#970"{Base.PkgId})()
  463. @ Base ./loading.jl:2044
  464. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  465. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  466. [6] #mkpidlock#6
  467. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  468. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  469. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  470. [8] #invokelatest#2
  471. @ ./essentials.jl:894 [inlined]
  472. [9] invokelatest
  473. @ ./essentials.jl:889 [inlined]
  474. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  475. @ Base ./loading.jl:3054
  476. [11] maybe_cachefile_lock
  477. @ ./loading.jl:3051 [inlined]
  478. [12] _require(pkg::Base.PkgId, env::String)
  479. @ Base ./loading.jl:2040
  480. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  481. @ Base ./loading.jl:1882
  482. [14] #invoke_in_world#3
  483. @ ./essentials.jl:926 [inlined]
  484. [15] invoke_in_world
  485. @ ./essentials.jl:923 [inlined]
  486. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  487. @ Base ./loading.jl:1873
  488. [17] macro expansion
  489. @ ./loading.jl:1860 [inlined]
  490. [18] macro expansion
  491. @ ./lock.jl:267 [inlined]
  492. [19] __require(into::Module, mod::Symbol)
  493. @ Base ./loading.jl:1823
  494. [20] #invoke_in_world#3
  495. @ ./essentials.jl:926 [inlined]
  496. [21] invoke_in_world
  497. @ ./essentials.jl:923 [inlined]
  498. [22] require(into::Module, mod::Symbol)
  499. @ Base ./loading.jl:1816
  500. [23] include(mod::Module, _path::String)
  501. @ Base ./Base.jl:495
  502. [24] top-level scope
  503. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  504. [25] include
  505. @ ./Base.jl:495 [inlined]
  506. [26] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  507. @ Base ./loading.jl:2292
  508. [27] top-level scope
  509. @ stdin:4
  510. in expression starting at /root/.julia/packages/GR_jll/WaFI9/src/wrappers/x86_64-linux-gnu-cxx11.jl:9
  511. in expression starting at /root/.julia/packages/GR_jll/WaFI9/src/GR_jll.jl:2
  512. in expression starting at stdin:4
  513. ┌ Error: import GR_jll failed.
  514. │ Consider using `GR.GRPreferences.use_jll_binary()` or
  515. │ `GR.GRPreferences.use_upstream_binary()` to repair.
  516. │ Importing GR a second time will allow use of these functions.
  517. └ @ GR.GRPreferences ~/.julia/packages/GR/nDZgF/src/preferences.jl:8
  518. ERROR: LoadError: Failed to precompile GR_jll [d2c73de3-f751-5644-a686-071e5b155ba9] to "/root/.julia/compiled/v1.10/GR_jll/jl_rRPUyb".
  519. Stacktrace:
  520. [1] error(s::String)
  521. @ Base ./error.jl:35
  522. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  523. @ Base ./loading.jl:2539
  524. [3] compilecache
  525. @ ./loading.jl:2411 [inlined]
  526. [4] (::Base.var"#969#970"{Base.PkgId})()
  527. @ Base ./loading.jl:2044
  528. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  529. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  530. [6] #mkpidlock#6
  531. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  532. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  533. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  534. [8] #invokelatest#2
  535. @ ./essentials.jl:894 [inlined]
  536. [9] invokelatest
  537. @ ./essentials.jl:889 [inlined]
  538. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  539. @ Base ./loading.jl:3054
  540. [11] maybe_cachefile_lock
  541. @ ./loading.jl:3051 [inlined]
  542. [12] _require(pkg::Base.PkgId, env::String)
  543. @ Base ./loading.jl:2040
  544. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  545. @ Base ./loading.jl:1882
  546. [14] #invoke_in_world#3
  547. @ ./essentials.jl:926 [inlined]
  548. [15] invoke_in_world
  549. @ ./essentials.jl:923 [inlined]
  550. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  551. @ Base ./loading.jl:1873
  552. [17] macro expansion
  553. @ ./loading.jl:1860 [inlined]
  554. [18] macro expansion
  555. @ ./lock.jl:267 [inlined]
  556. [19] __require(into::Module, mod::Symbol)
  557. @ Base ./loading.jl:1823
  558. [20] #invoke_in_world#3
  559. @ ./essentials.jl:926 [inlined]
  560. [21] invoke_in_world
  561. @ ./essentials.jl:923 [inlined]
  562. [22] require(into::Module, mod::Symbol)
  563. @ Base ./loading.jl:1816
  564. [23] top-level scope
  565. @ ~/.julia/packages/GR/nDZgF/src/preferences.jl:6
  566. [24] include(mod::Module, _path::String)
  567. @ Base ./Base.jl:495
  568. [25] include(x::String)
  569. @ GR ~/.julia/packages/GR/nDZgF/src/GR.jl:20
  570. [26] top-level scope
  571. @ ~/.julia/packages/GR/nDZgF/src/GR.jl:279
  572. [27] include
  573. @ ./Base.jl:495 [inlined]
  574. [28] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  575. @ Base ./loading.jl:2292
  576. [29] top-level scope
  577. @ stdin:4
  578. in expression starting at /root/.julia/packages/GR/nDZgF/src/preferences.jl:1
  579. in expression starting at /root/.julia/packages/GR/nDZgF/src/GR.jl:1
  580. in expression starting at stdin:4
  581. ERROR: LoadError: Failed to precompile GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] to "/root/.julia/compiled/v1.10/GR/jl_oQaDqz".
  582. Stacktrace:
  583. [1] error(s::String)
  584. @ Base ./error.jl:35
  585. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  586. @ Base ./loading.jl:2539
  587. [3] compilecache
  588. @ ./loading.jl:2411 [inlined]
  589. [4] (::Base.var"#969#970"{Base.PkgId})()
  590. @ Base ./loading.jl:2044
  591. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  592. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  593. [6] #mkpidlock#6
  594. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  595. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  596. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  597. [8] #invokelatest#2
  598. @ ./essentials.jl:894 [inlined]
  599. [9] invokelatest
  600. @ ./essentials.jl:889 [inlined]
  601. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  602. @ Base ./loading.jl:3054
  603. [11] maybe_cachefile_lock
  604. @ ./loading.jl:3051 [inlined]
  605. [12] _require(pkg::Base.PkgId, env::String)
  606. @ Base ./loading.jl:2040
  607. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  608. @ Base ./loading.jl:1882
  609. [14] #invoke_in_world#3
  610. @ ./essentials.jl:926 [inlined]
  611. [15] invoke_in_world
  612. @ ./essentials.jl:923 [inlined]
  613. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  614. @ Base ./loading.jl:1873
  615. [17] macro expansion
  616. @ ./loading.jl:1860 [inlined]
  617. [18] macro expansion
  618. @ ./lock.jl:267 [inlined]
  619. [19] __require(into::Module, mod::Symbol)
  620. @ Base ./loading.jl:1823
  621. [20] #invoke_in_world#3
  622. @ ./essentials.jl:926 [inlined]
  623. [21] invoke_in_world
  624. @ ./essentials.jl:923 [inlined]
  625. [22] require(into::Module, mod::Symbol)
  626. @ Base ./loading.jl:1816
  627. [23] top-level scope
  628. @ ~/.julia/packages/Plots/MR7sb/src/backends.jl:381
  629. [24] eval
  630. @ ./boot.jl:385 [inlined]
  631. [25] _initialize_backend(pkg::Plots.GRBackend)
  632. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:380
  633. [26] backend(pkg::Plots.GRBackend)
  634. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:245
  635. [27] backend(sym::Symbol)
  636. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:255
  637. [28] load_default_backend()
  638. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:200
  639. [29] backend()
  640. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:233
  641. [30] top-level scope
  642. @ ~/.julia/packages/Plots/MR7sb/src/init.jl:108
  643. [31] include(mod::Module, _path::String)
  644. @ Base ./Base.jl:495
  645. [32] include(x::String)
  646. @ Plots ~/.julia/packages/Plots/MR7sb/src/Plots.jl:1
  647. [33] top-level scope
  648. @ ~/.julia/packages/Plots/MR7sb/src/Plots.jl:176
  649. [34] include
  650. @ ./Base.jl:495 [inlined]
  651. [35] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
  652. @ Base ./loading.jl:2292
  653. [36] top-level scope
  654. @ stdin:4
  655. in expression starting at /root/.julia/packages/Plots/MR7sb/src/init.jl:108
  656. in expression starting at /root/.julia/packages/Plots/MR7sb/src/Plots.jl:1
  657. in expression starting at stdin:4
  658. UnitfulExt
  659.  
  660. Failed to precompile UnitfulExt [0e51ec96-f580-5f12-a625-1297083d7970] to "/root/.julia/compiled/v1.10/UnitfulExt/jl_OuonDZ".
  661. ERROR: LoadError: InitError: could not load library "/root/.julia/artifacts/52d9b3e9e3507f7b2cf723af43d0e7f095e2edc7/lib/libGL.so"
  662. /root/.julia/artifacts/52d9b3e9e3507f7b2cf723af43d0e7f095e2edc7/lib/libGL.so: undefined symbol: _glapi_tls_Current
  663. Stacktrace:
  664. [1] dlopen(s::String, flags::UInt32; throw_error::Bool)
  665. @ Base.Libc.Libdl ./libdl.jl:117
  666. [2] dlopen(s::String, flags::UInt32)
  667. @ Base.Libc.Libdl ./libdl.jl:116
  668. [3] macro expansion
  669. @ ~/.julia/packages/JLLWrappers/GfYNv/src/products/library_generators.jl:63 [inlined]
  670. [4] __init__()
  671. @ Libglvnd_jll ~/.julia/packages/Libglvnd_jll/upkN8/src/wrappers/x86_64-linux-gnu.jl:22
  672. [5] run_module_init(mod::Module, i::Int64)
  673. @ Base ./loading.jl:1193
  674. [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String)
  675. @ Base ./loading.jl:1181
  676. [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any})
  677. @ Base ./loading.jl:1126
  678. [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128)
  679. @ Base ./loading.jl:1651
  680. [9] _require(pkg::Base.PkgId, env::String)
  681. @ Base ./loading.jl:2008
  682. [10] __require_prelocked(uuidkey::Base.PkgId, env::String)
  683. @ Base ./loading.jl:1882
  684. [11] #invoke_in_world#3
  685. @ ./essentials.jl:926 [inlined]
  686. [12] invoke_in_world
  687. @ ./essentials.jl:923 [inlined]
  688. [13] _require_prelocked(uuidkey::Base.PkgId, env::String)
  689. @ Base ./loading.jl:1873
  690. [14] macro expansion
  691. @ ./loading.jl:1860 [inlined]
  692. [15] macro expansion
  693. @ ./lock.jl:267 [inlined]
  694. [16] __require(into::Module, mod::Symbol)
  695. @ Base ./loading.jl:1823
  696. [17] #invoke_in_world#3
  697. @ ./essentials.jl:926 [inlined]
  698. [18] invoke_in_world
  699. @ ./essentials.jl:923 [inlined]
  700. [19] require(into::Module, mod::Symbol)
  701. @ Base ./loading.jl:1816
  702. [20] include(mod::Module, _path::String)
  703. @ Base ./Base.jl:495
  704. [21] top-level scope
  705. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  706. [22] include
  707. @ ./Base.jl:495 [inlined]
  708. [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  709. @ Base ./loading.jl:2292
  710. [24] top-level scope
  711. @ stdin:4
  712. during initialization of module Libglvnd_jll
  713. in expression starting at /root/.julia/packages/libdecor_jll/Ha22M/src/wrappers/x86_64-linux-gnu.jl:6
  714. in expression starting at /root/.julia/packages/libdecor_jll/Ha22M/src/libdecor_jll.jl:2
  715. in expression starting at stdin:4
  716. ERROR: LoadError: Failed to precompile libdecor_jll [1183f4f0-6f2a-5f1a-908b-139f9cdfea6f] to "/root/.julia/compiled/v1.10/libdecor_jll/jl_cyveyX".
  717. Stacktrace:
  718. [1] error(s::String)
  719. @ Base ./error.jl:35
  720. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  721. @ Base ./loading.jl:2539
  722. [3] compilecache
  723. @ ./loading.jl:2411 [inlined]
  724. [4] (::Base.var"#969#970"{Base.PkgId})()
  725. @ Base ./loading.jl:2044
  726. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  727. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  728. [6] #mkpidlock#6
  729. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  730. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  731. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  732. [8] #invokelatest#2
  733. @ ./essentials.jl:894 [inlined]
  734. [9] invokelatest
  735. @ ./essentials.jl:889 [inlined]
  736. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  737. @ Base ./loading.jl:3054
  738. [11] maybe_cachefile_lock
  739. @ ./loading.jl:3051 [inlined]
  740. [12] _require(pkg::Base.PkgId, env::String)
  741. @ Base ./loading.jl:2040
  742. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  743. @ Base ./loading.jl:1882
  744. [14] #invoke_in_world#3
  745. @ ./essentials.jl:926 [inlined]
  746. [15] invoke_in_world
  747. @ ./essentials.jl:923 [inlined]
  748. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  749. @ Base ./loading.jl:1873
  750. [17] macro expansion
  751. @ ./loading.jl:1860 [inlined]
  752. [18] macro expansion
  753. @ ./lock.jl:267 [inlined]
  754. [19] __require(into::Module, mod::Symbol)
  755. @ Base ./loading.jl:1823
  756. [20] #invoke_in_world#3
  757. @ ./essentials.jl:926 [inlined]
  758. [21] invoke_in_world
  759. @ ./essentials.jl:923 [inlined]
  760. [22] require(into::Module, mod::Symbol)
  761. @ Base ./loading.jl:1816
  762. [23] include(mod::Module, _path::String)
  763. @ Base ./Base.jl:495
  764. [24] top-level scope
  765. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  766. [25] include
  767. @ ./Base.jl:495 [inlined]
  768. [26] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  769. @ Base ./loading.jl:2292
  770. [27] top-level scope
  771. @ stdin:4
  772. in expression starting at /root/.julia/packages/GLFW_jll/tqbf0/src/wrappers/x86_64-linux-gnu.jl:4
  773. in expression starting at /root/.julia/packages/GLFW_jll/tqbf0/src/GLFW_jll.jl:2
  774. in expression starting at stdin:4
  775. ERROR: LoadError: Failed to precompile GLFW_jll [0656b61e-2033-5cc2-a64a-77c0f6c09b89] to "/root/.julia/compiled/v1.10/GLFW_jll/jl_j6PY4P".
  776. Stacktrace:
  777. [1] error(s::String)
  778. @ Base ./error.jl:35
  779. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  780. @ Base ./loading.jl:2539
  781. [3] compilecache
  782. @ ./loading.jl:2411 [inlined]
  783. [4] (::Base.var"#969#970"{Base.PkgId})()
  784. @ Base ./loading.jl:2044
  785. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  786. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  787. [6] #mkpidlock#6
  788. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  789. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  790. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  791. [8] #invokelatest#2
  792. @ ./essentials.jl:894 [inlined]
  793. [9] invokelatest
  794. @ ./essentials.jl:889 [inlined]
  795. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  796. @ Base ./loading.jl:3054
  797. [11] maybe_cachefile_lock
  798. @ ./loading.jl:3051 [inlined]
  799. [12] _require(pkg::Base.PkgId, env::String)
  800. @ Base ./loading.jl:2040
  801. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  802. @ Base ./loading.jl:1882
  803. [14] #invoke_in_world#3
  804. @ ./essentials.jl:926 [inlined]
  805. [15] invoke_in_world
  806. @ ./essentials.jl:923 [inlined]
  807. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  808. @ Base ./loading.jl:1873
  809. [17] macro expansion
  810. @ ./loading.jl:1860 [inlined]
  811. [18] macro expansion
  812. @ ./lock.jl:267 [inlined]
  813. [19] __require(into::Module, mod::Symbol)
  814. @ Base ./loading.jl:1823
  815. [20] #invoke_in_world#3
  816. @ ./essentials.jl:926 [inlined]
  817. [21] invoke_in_world
  818. @ ./essentials.jl:923 [inlined]
  819. [22] require(into::Module, mod::Symbol)
  820. @ Base ./loading.jl:1816
  821. [23] include(mod::Module, _path::String)
  822. @ Base ./Base.jl:495
  823. [24] top-level scope
  824. @ ~/.julia/packages/JLLWrappers/GfYNv/src/toplevel_generators.jl:199
  825. [25] include
  826. @ ./Base.jl:495 [inlined]
  827. [26] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  828. @ Base ./loading.jl:2292
  829. [27] top-level scope
  830. @ stdin:4
  831. in expression starting at /root/.julia/packages/GR_jll/WaFI9/src/wrappers/x86_64-linux-gnu-cxx11.jl:9
  832. in expression starting at /root/.julia/packages/GR_jll/WaFI9/src/GR_jll.jl:2
  833. in expression starting at stdin:4
  834. ┌ Error: import GR_jll failed.
  835. │ Consider using `GR.GRPreferences.use_jll_binary()` or
  836. │ `GR.GRPreferences.use_upstream_binary()` to repair.
  837. │ Importing GR a second time will allow use of these functions.
  838. └ @ GR.GRPreferences ~/.julia/packages/GR/nDZgF/src/preferences.jl:8
  839. ERROR: LoadError: Failed to precompile GR_jll [d2c73de3-f751-5644-a686-071e5b155ba9] to "/root/.julia/compiled/v1.10/GR_jll/jl_9cDWAJ".
  840. Stacktrace:
  841. [1] error(s::String)
  842. @ Base ./error.jl:35
  843. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  844. @ Base ./loading.jl:2539
  845. [3] compilecache
  846. @ ./loading.jl:2411 [inlined]
  847. [4] (::Base.var"#969#970"{Base.PkgId})()
  848. @ Base ./loading.jl:2044
  849. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  850. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  851. [6] #mkpidlock#6
  852. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  853. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  854. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  855. [8] #invokelatest#2
  856. @ ./essentials.jl:894 [inlined]
  857. [9] invokelatest
  858. @ ./essentials.jl:889 [inlined]
  859. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  860. @ Base ./loading.jl:3054
  861. [11] maybe_cachefile_lock
  862. @ ./loading.jl:3051 [inlined]
  863. [12] _require(pkg::Base.PkgId, env::String)
  864. @ Base ./loading.jl:2040
  865. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  866. @ Base ./loading.jl:1882
  867. [14] #invoke_in_world#3
  868. @ ./essentials.jl:926 [inlined]
  869. [15] invoke_in_world
  870. @ ./essentials.jl:923 [inlined]
  871. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  872. @ Base ./loading.jl:1873
  873. [17] macro expansion
  874. @ ./loading.jl:1860 [inlined]
  875. [18] macro expansion
  876. @ ./lock.jl:267 [inlined]
  877. [19] __require(into::Module, mod::Symbol)
  878. @ Base ./loading.jl:1823
  879. [20] #invoke_in_world#3
  880. @ ./essentials.jl:926 [inlined]
  881. [21] invoke_in_world
  882. @ ./essentials.jl:923 [inlined]
  883. [22] require(into::Module, mod::Symbol)
  884. @ Base ./loading.jl:1816
  885. [23] top-level scope
  886. @ ~/.julia/packages/GR/nDZgF/src/preferences.jl:6
  887. [24] include(mod::Module, _path::String)
  888. @ Base ./Base.jl:495
  889. [25] include(x::String)
  890. @ GR ~/.julia/packages/GR/nDZgF/src/GR.jl:20
  891. [26] top-level scope
  892. @ ~/.julia/packages/GR/nDZgF/src/GR.jl:279
  893. [27] include
  894. @ ./Base.jl:495 [inlined]
  895. [28] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  896. @ Base ./loading.jl:2292
  897. [29] top-level scope
  898. @ stdin:4
  899. in expression starting at /root/.julia/packages/GR/nDZgF/src/preferences.jl:1
  900. in expression starting at /root/.julia/packages/GR/nDZgF/src/GR.jl:1
  901. in expression starting at stdin:4
  902. ERROR: LoadError: Failed to precompile GR [28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71] to "/root/.julia/compiled/v1.10/GR/jl_qB4Hsq".
  903. Stacktrace:
  904. [1] error(s::String)
  905. @ Base ./error.jl:35
  906. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  907. @ Base ./loading.jl:2539
  908. [3] compilecache
  909. @ ./loading.jl:2411 [inlined]
  910. [4] (::Base.var"#969#970"{Base.PkgId})()
  911. @ Base ./loading.jl:2044
  912. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  913. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  914. [6] #mkpidlock#6
  915. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  916. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  917. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  918. [8] #invokelatest#2
  919. @ ./essentials.jl:894 [inlined]
  920. [9] invokelatest
  921. @ ./essentials.jl:889 [inlined]
  922. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  923. @ Base ./loading.jl:3054
  924. [11] maybe_cachefile_lock
  925. @ ./loading.jl:3051 [inlined]
  926. [12] _require(pkg::Base.PkgId, env::String)
  927. @ Base ./loading.jl:2040
  928. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  929. @ Base ./loading.jl:1882
  930. [14] #invoke_in_world#3
  931. @ ./essentials.jl:926 [inlined]
  932. [15] invoke_in_world
  933. @ ./essentials.jl:923 [inlined]
  934. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  935. @ Base ./loading.jl:1873
  936. [17] macro expansion
  937. @ ./loading.jl:1860 [inlined]
  938. [18] macro expansion
  939. @ ./lock.jl:267 [inlined]
  940. [19] __require(into::Module, mod::Symbol)
  941. @ Base ./loading.jl:1823
  942. [20] #invoke_in_world#3
  943. @ ./essentials.jl:926 [inlined]
  944. [21] invoke_in_world
  945. @ ./essentials.jl:923 [inlined]
  946. [22] require(into::Module, mod::Symbol)
  947. @ Base ./loading.jl:1816
  948. [23] top-level scope
  949. @ ~/.julia/packages/Plots/MR7sb/src/backends.jl:381
  950. [24] eval
  951. @ ./boot.jl:385 [inlined]
  952. [25] _initialize_backend(pkg::Plots.GRBackend)
  953. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:380
  954. [26] backend(pkg::Plots.GRBackend)
  955. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:245
  956. [27] backend(sym::Symbol)
  957. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:255
  958. [28] load_default_backend()
  959. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:200
  960. [29] backend()
  961. @ Plots ~/.julia/packages/Plots/MR7sb/src/backends.jl:233
  962. [30] top-level scope
  963. @ ~/.julia/packages/Plots/MR7sb/src/init.jl:108
  964. [31] include(mod::Module, _path::String)
  965. @ Base ./Base.jl:495
  966. [32] include(x::String)
  967. @ Plots ~/.julia/packages/Plots/MR7sb/src/Plots.jl:1
  968. [33] top-level scope
  969. @ ~/.julia/packages/Plots/MR7sb/src/Plots.jl:176
  970. [34] include
  971. @ ./Base.jl:495 [inlined]
  972. [35] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
  973. @ Base ./loading.jl:2292
  974. [36] top-level scope
  975. @ stdin:4
  976. in expression starting at /root/.julia/packages/Plots/MR7sb/src/init.jl:108
  977. in expression starting at /root/.julia/packages/Plots/MR7sb/src/Plots.jl:1
  978. in expression starting at stdin:4
  979. ERROR: LoadError: Failed to precompile Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] to "/root/.julia/compiled/v1.10/Plots/jl_gHHpVv".
  980. Stacktrace:
  981. [1] error(s::String)
  982. @ Base ./error.jl:35
  983. [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
  984. @ Base ./loading.jl:2539
  985. [3] compilecache
  986. @ ./loading.jl:2411 [inlined]
  987. [4] (::Base.var"#969#970"{Base.PkgId})()
  988. @ Base ./loading.jl:2044
  989. [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})
  990. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93
  991. [6] #mkpidlock#6
  992. @ /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined]
  993. [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})
  994. @ FileWatching.Pidfile /usr/local/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111
  995. [8] #invokelatest#2
  996. @ ./essentials.jl:894 [inlined]
  997. [9] invokelatest
  998. @ ./essentials.jl:889 [inlined]
  999. [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
  1000. @ Base ./loading.jl:3054
  1001. [11] maybe_cachefile_lock
  1002. @ ./loading.jl:3051 [inlined]
  1003. [12] _require(pkg::Base.PkgId, env::String)
  1004. @ Base ./loading.jl:2040
  1005. [13] __require_prelocked(uuidkey::Base.PkgId, env::String)
  1006. @ Base ./loading.jl:1882
  1007. [14] #invoke_in_world#3
  1008. @ ./essentials.jl:926 [inlined]
  1009. [15] invoke_in_world
  1010. @ ./essentials.jl:923 [inlined]
  1011. [16] _require_prelocked(uuidkey::Base.PkgId, env::String)
  1012. @ Base ./loading.jl:1873
  1013. [17] macro expansion
  1014. @ ./loading.jl:1860 [inlined]
  1015. [18] macro expansion
  1016. @ ./lock.jl:267 [inlined]
  1017. [19] __require(into::Module, mod::Symbol)
  1018. @ Base ./loading.jl:1823
  1019. [20] #invoke_in_world#3
  1020. @ ./essentials.jl:926 [inlined]
  1021. [21] invoke_in_world
  1022. @ ./essentials.jl:923 [inlined]
  1023. [22] require(into::Module, mod::Symbol)
  1024. @ Base ./loading.jl:1816
  1025. [23] include
  1026. @ ./Base.jl:495 [inlined]
  1027. [24] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
  1028. @ Base ./loading.jl:2292
  1029. [25] top-level scope
  1030. @ stdin:4
  1031. in expression starting at /root/.julia/packages/Plots/MR7sb/ext/UnitfulExt.jl:4
  1032. in expression starting at stdin:4
  1033.  
  1034.  
  1035. Stacktrace:
  1036.  
  1037. [1] _precompilepkgs(pkgs::Vector{String}, internal_call::Bool, strict::Bool, warn_loaded::Bool, timing::Bool, _from_loading::Bool, io::IOContext{IO}, fancyprint::Bool, manifest::Bool)
  1038.  
  1039. @ Pkg.API.Precompilation /usr/local/share/julia/stdlib/v1.10/Pkg/src/precompilation.jl:1029
  1040.  
  1041. [2] #precompilepkgs#5
  1042.  
  1043. @ /usr/local/share/julia/stdlib/v1.10/Pkg/src/precompilation.jl:332 [inlined]
  1044.  
  1045. [3] (::Pkg.API.var"#225#226"{Bool, Bool, Bool, Bool, Bool, Vector{Pkg.Types.PackageSpec}})()
  1046.  
  1047. @ Pkg.API /usr/local/share/julia/stdlib/v1.10/Pkg/src/API.jl:1090
  1048.  
  1049. [4] activate(f::Pkg.API.var"#225#226"{Bool, Bool, Bool, Bool, Bool, Vector{Pkg.Types.PackageSpec}}, new_project::String)
  1050.  
  1051. @ Pkg.API /usr/local/share/julia/stdlib/v1.10/Pkg/src/API.jl:1315
  1052.  
  1053. [5] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, _from_loading::Bool, kwargs::@Kwargs{io::IJulia.IJuliaStdio{Base.PipeEndpoint}})
  1054.  
  1055. @ Pkg.API /usr/local/share/julia/stdlib/v1.10/Pkg/src/API.jl:1088
  1056.  
  1057. [6] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::IJulia.IJuliaStdio{Base.PipeEndpoint}, kwargs::@Kwargs{_from_loading::Bool})
  1058.  
  1059. @ Pkg.API /usr/local/share/julia/stdlib/v1.10/Pkg/src/API.jl:159
  1060.  
  1061. [7] precompile
  1062.  
  1063. @ /usr/local/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined]
  1064.  
  1065. [8] #precompile#114
  1066.  
  1067. @ /usr/local/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined]
  1068.  
  1069. [9] #invokelatest#2
  1070.  
  1071. @ ./essentials.jl:894 [inlined]
  1072.  
  1073. [10] invokelatest
  1074.  
  1075. @ ./essentials.jl:889 [inlined]
  1076.  
  1077. [11] _require(pkg::Base.PkgId, env::String)
  1078.  
  1079. @ Base ./loading.jl:2033
  1080.  
  1081. [12] __require_prelocked(uuidkey::Base.PkgId, env::String)
  1082.  
  1083. @ Base ./loading.jl:1882
  1084.  
  1085. [13] #invoke_in_world#3
  1086.  
  1087. @ ./essentials.jl:926 [inlined]
  1088.  
  1089. [14] invoke_in_world
  1090.  
  1091. @ ./essentials.jl:923 [inlined]
  1092.  
  1093. [15] _require_prelocked(uuidkey::Base.PkgId, env::String)
  1094.  
  1095. @ Base ./loading.jl:1873
  1096.  
  1097. [16] macro expansion
  1098.  
  1099. @ ./loading.jl:1860 [inlined]
  1100.  
  1101. [17] macro expansion
  1102.  
  1103. @ ./lock.jl:267 [inlined]
  1104.  
  1105. [18] __require(into::Module, mod::Symbol)
  1106.  
  1107. @ Base ./loading.jl:1823
  1108.  
  1109. [19] #invoke_in_world#3
  1110.  
  1111. @ ./essentials.jl:926 [inlined]
  1112.  
  1113. [20] invoke_in_world
  1114.  
  1115. @ ./essentials.jl:923 [inlined]
  1116.  
  1117. [21] require(into::Module, mod::Symbol)
  1118.  
  1119. @ Base ./loading.jl:1816
  1120.  
  1121.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement