Package evaluation of SAMaDB on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-29T02:45:17.044 ################################################################################ # Set-up # Set-up completed after 0.26s ################################################################################ # Installation # Installing SAMaDB... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [aa959544] + SAMaDB v0.3.1 Updating `~/.julia/environments/v1.13/Manifest.toml` [34da2185] + Compat v4.16.0 [a8cc5b0e] + Crayons v4.1.1 [a10d1c49] + DBInterface v2.6.1 [9a962f9c] + DataAPI v1.16.0 [a93c6f00] + DataFrames v1.7.0 [864edb3b] + DataStructures v0.18.22 [e2d170a0] + DataValueInterfaces v1.0.0 [55939f99] + DecFP v1.4.1 [ffbed154] + DocStringExtensions v0.9.4 [842dd82b] + InlineStrings v1.4.3 [41ab1584] + InvertedIndices v1.3.1 [92d709cd] + IrrationalConstants v0.2.4 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.0 [b964fa9f] + LaTeXStrings v1.4.0 [2ab3a3ac] + LogExpFunctions v0.3.29 [e1d29d7a] + Missings v1.2.0 [39abe10b] + MySQL v1.4.7 [bac558e1] + OrderedCollections v1.8.0 [69de0a69] + Parsers v2.8.3 [2dfb63ee] + PooledArrays v1.4.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [08abe8d2] + PrettyTables v2.4.0 [189a3867] + Reexport v1.2.2 [aa959544] + SAMaDB v0.3.1 [91c51154] + SentinelArrays v1.4.8 [a2af1166] + SortingAlgorithms v1.2.1 [276daf66] + SpecialFunctions v2.5.1 [10745b16] + Statistics v1.11.1 [892a3eda] + StringManipulation v0.4.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [47200ebd] + DecFP_jll v2.0.3+1 [94ce4f54] + Libiconv_jll v1.18.0+0 [aabc7e14] + MariaDB_Connector_C_jll v3.3.9+0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.12.1+1 [e37daf67] + LibGit2_jll v1.9.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2024.12.31 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.5+0 [458c3c95] + OpenSSL_jll v3.0.16+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.12.0+0 [8e850ede] + nghttp2_jll v1.65.0+0 [3f19e933] + p7zip_jll v17.5.0+2 Installation completed after 3.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... ✗ SAMaDB 0 dependencies successfully precompiled in 145 seconds. 66 already precompiled. ERROR: LoadError: The following 1 direct dependency failed to precompile: SAMaDB Failed to precompile SAMaDB [aa959544-2f3b-44d5-8079-5ba914f22dbb] to "/home/pkgeval/.julia/compiled/v1.13/SAMaDB/jl_BwILL7" (ProcessExited(1)). ERROR: LoadError: (2002): Can't connect to server on '102.214.9.244' (115) Stacktrace: [1] connect(mysql::MySQL.API.MYSQL, host::String, user::String, passwd::String, db::String, port::Int64, unix_socket::String, client_flag::UInt64) @ MySQL.API ~/.julia/packages/MySQL/9WCDb/src/api/capi.jl:12 [2] MySQL.Connection(host::String, user::String, passwd::String, db::String, port::Int64, unix_socket::String; kw::@Kwargs{}) @ MySQL ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:35 [3] Connection @ ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:25 [inlined] [4] connect @ ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:289 [inlined] [5] (::SAMaDB.var"#2#3")() @ SAMaDB ~/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:49 [6] top-level scope @ ~/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:52 [7] include(mod::Module, _path::String) @ Base ./Base.jl:303 [8] 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) @ Base ./loading.jl:2978 [9] top-level scope @ stdin:5 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [12] include_string @ ./loading.jl:2834 [inlined] [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [14] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:1 in expression starting at stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 24.34s ################################################################################ # Loading # Loading SAMaDB... Precompiling packages... Info Given SAMaDB was explicitly requested, output will be shown live  ERROR: LoadError: (2002): Can't connect to server on '102.214.9.244' (115) Stacktrace:  [1] connect(mysql::MySQL.API.MYSQL, host::String, user::String, passwd::String, db::String, port::Int64, unix_socket::String, client_flag::UInt64)  @ MySQL.API ~/.julia/packages/MySQL/9WCDb/src/api/capi.jl:12  [2] MySQL.Connection(host::String, user::String, passwd::String, db::String, port::Int64, unix_socket::String; kw::@Kwargs{})  @ MySQL ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:35  [3] Connection  @ ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:25 [inlined]  [4] connect  @ ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:289 [inlined]  [5] (::SAMaDB.var"#2#3")()  @ SAMaDB ~/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:49  [6] top-level scope  @ ~/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:52  [7] include(mod::Module, _path::String)  @ Base ./Base.jl:303  [8] 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)  @ Base ./loading.jl:2978  [9] top-level scope  @ stdin:5  [10] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2824  [12] include_string  @ ./loading.jl:2834 [inlined]  [13] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:329  [14] _start()  @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:1 in expression starting at stdin:5 ✗ SAMaDB 0 dependencies successfully precompiled in 148 seconds. 66 already precompiled. ERROR: The following 1 direct dependency failed to precompile: SAMaDB Failed to precompile SAMaDB [aa959544-2f3b-44d5-8079-5ba914f22dbb] to "/home/pkgeval/.julia/compiled/v1.13/SAMaDB/jl_fx62Wh" (ProcessExited(1)). ERROR: LoadError: (2002): Can't connect to server on '102.214.9.244' (115) Stacktrace: [1] connect(mysql::MySQL.API.MYSQL, host::String, user::String, passwd::String, db::String, port::Int64, unix_socket::String, client_flag::UInt64) @ MySQL.API ~/.julia/packages/MySQL/9WCDb/src/api/capi.jl:12 [2] MySQL.Connection(host::String, user::String, passwd::String, db::String, port::Int64, unix_socket::String; kw::@Kwargs{}) @ MySQL ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:35 [3] Connection @ ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:25 [inlined] [4] connect @ ~/.julia/packages/MySQL/9WCDb/src/MySQL.jl:289 [inlined] [5] (::SAMaDB.var"#2#3")() @ SAMaDB ~/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:49 [6] top-level scope @ ~/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:52 [7] include(mod::Module, _path::String) @ Base ./Base.jl:303 [8] 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) @ Base ./loading.jl:2978 [9] top-level scope @ stdin:5 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2824 [12] include_string @ ./loading.jl:2834 [inlined] [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:329 [14] _start() @ Base ./client.jl:563 in expression starting at /home/pkgeval/.julia/packages/SAMaDB/gUKcN/src/SAMaDB.jl:1 in expression starting at stdin: Loading failed after 14.8s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --pkgimages=existing -e 'using SAMaDB'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:602 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:517 [3] run(::Cmd) @ Base ./process.jl:514 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:193 [5] include(mod::Module, _path::String) @ Base ./Base.jl:303 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:331 [7] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:184 PkgEval failed after 338.76s: package fails to precompile