Package evaluation to load Bitcoin on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T01:45:49.287 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing Bitcoin... Resolving package versions... Installed Compat ───────── v3.47.0 Installed IniFile ──────── v0.5.1 Installed DelimitedFiles ─ v1.9.1 Installed Statistics ───── v1.11.1 Installed MbedTLS ──────── v1.1.10 Installed Base58 ───────── v0.3.0 Installed MbedTLS_jll ──── v2.28.1010+0 Installed Ripemd ───────── v0.3.0 Installed BitConverter ─── v0.1.2 Installed JLLWrappers ──── v1.8.0 Installed Secp256k1 ────── v0.1.0 Installed Preferences ──── v1.5.2 Installed HTTP ─────────── v0.8.19 Installed Bitcoin ──────── v0.1.12 Installed MerkleTrees ──── v0.1.0 Installing 1 artifacts Installed artifact MbedTLS 2.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [785d7830] + Bitcoin v0.1.12 Updating `~/.julia/environments/v1.14/Manifest.toml` [a832ea1e] + Base58 v0.3.0 [3a3ce9e8] + BitConverter v0.1.2 [785d7830] + Bitcoin v0.1.12 ⌅ [34da2185] + Compat v3.47.0 [8bb1440f] + DelimitedFiles v1.9.1 ⌅ [cd3eb016] + HTTP v0.8.19 [83e8ac13] + IniFile v0.5.1 [692b3bcd] + JLLWrappers v1.8.0 [739be429] + MbedTLS v1.1.10 [06dfef30] + MerkleTrees v0.1.0 [21216c6a] + Preferences v1.5.2 [92ef3814] + Ripemd v0.3.0 [bfa37bea] + Secp256k1 v0.1.0 [10745b16] + Statistics v1.11.1 [c8ffd9c3] + MbedTLS_jll v2.28.1010+0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [deac9b47] + LibCURL_jll v8.20.0+1 [e37daf67] + LibGit2_jll v1.9.3+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [4536629a] + OpenBLAS_jll v0.3.33+0 [458c3c95] + OpenSSL_jll v3.5.6+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.69.0+0 [3f19e933] + p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 8.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 1.1 s ✓ Statistics 0.7 s ✓ BitConverter 0.5 s ✓ MerkleTrees 0.5 s ✓ IniFile 0.8 s ✓ DelimitedFiles 2.2 s ✓ Preferences ┌ Info: JuliaLowering threw given input: │ code = │ :(function base58checkdecode(x::T, check::Bool = true) where T <: Union{DenseArray{UInt8, 1}, NTuple{N, UInt8} where N} │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 =# │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:174 =# │ dec = base58decode(x) │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:175 =# │ payload = dec[1:var"end" - 4] │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:176 =# │ checksum = dec[var"end" - 3:var"end"] │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:178 =# │ if check │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:179 =# │ if (sha256(sha256(payload)))[1:4] != checksum │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:180 =# │ throw(ArgumentError("Invalid address")) │ end │ end │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:184 =# │ return payload │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [where] │ │ [call] │ │ base58checkdecode :: Identifier │ │ [::] │ │ x :: Identifier │ │ T :: Identifier │ │ [kw] │ │ [::] │ │ check :: Identifier │ │ Bool :: Identifier │ │ true :: Value │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ DenseArray :: Identifier │ │ UInt8 :: Identifier │ │ 1 :: Value │ │ [where] │ │ [curly] │ │ NTuple :: Identifier │ │ N :: Identifier │ │ UInt8 :: Identifier │ │ N :: Identifier │ │ [block] │ │ [=] │ │ dec :: Identifier │ │ [call] │ │ base58decode :: Identifier │ │ x :: Identifier │ │ [=] │ │ payload :: Identifier │ │ [ref] │ │ dec :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ - :: Identifier │ │ end :: Identifier │ │ 4 :: Value │ │ [=] │ │ checksum :: Identifier │ │ [ref] │ │ dec :: Identifier │ │ [call] │ │ : :: Identifier │ │ [call] │ │ - :: Identifier │ │ end :: Identifier │ │ 3 :: Value │ │ end :: Identifier │ │ [if] │ │ check :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ != :: Identifier │ │ [ref] │ │ [call] │ │ sha256 :: Identifier │ │ [call] │ │ sha256 :: Identifier │ │ payload :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ 4 :: Value │ │ checksum :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ ArgumentError :: Identifier │ │ "Invalid address" :: Value │ │ [return] │ │ payload :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [where] │ │ [call] │ │ base58checkdecode :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ check :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ true :: Value │ │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ DenseArray :: Identifier │ scope_layer=1 │ UInt8 :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [where] │ │ [curly] │ │ NTuple :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ UInt8 :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ dec :: Identifier │ scope_layer=1 │ [call] │ │ base58decode :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [=] │ │ payload :: Identifier │ scope_layer=1 │ [ref] │ │ dec :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ end :: Identifier │ scope_layer=1 │ 4 :: Value │ │ [=] │ │ checksum :: Identifier │ scope_layer=1 │ [ref] │ │ dec :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ end :: Identifier │ scope_layer=1 │ 3 :: Value │ │ end :: Identifier │ scope_layer=1 │ [if] │ │ check :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ != :: Identifier │ scope_layer=1 │ [ref] │ │ [call] │ │ sha256 :: Identifier │ scope_layer=1 │ [call] │ │ sha256 :: Identifier │ scope_layer=1 │ payload :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ │ 4 :: Value │ │ checksum :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ ArgumentError :: Identifier │ scope_layer=1 │ "Invalid address" :: Value │ │ [return] │ │ payload :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl" │ line = 171 └ mod = Base58 ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁/N (call core.TypeVar :N)) Containing expressions:  (= #₁/N (call core.TypeVar :N))  Detailed provenance:  (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁/N (call core.TypeVar :N))  └─ (call core.TypeVar :N) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ N  └─ N  └─ @ /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [7] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [11] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [13] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:3 in expression starting at stdin:5 ✗ Base58 39.2 s ✓ Statistics → SparseArraysExt 39.2 s ✓ Secp256k1 2.7 s ✓ JLLWrappers 95.7 s ✓ Compat 3.0 s ✓ MbedTLS_jll 44.3 s ✓ Ripemd 3.5 s ✓ MbedTLS 53.4 s ✓ HTTP ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a832ea1e-0ca7-55ca-a41a-6462721bb861"), "Base58") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Bitcoin/wnpii/src/Bitcoin.jl:5  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Bitcoin/wnpii/src/Bitcoin.jl:1 in expression starting at stdin:5 ✗ Bitcoin 14 dependencies successfully precompiled in 337 seconds. 37 already precompiled. Precompilation completed after 355.84s ################################################################################ # Loading # Loading Bitcoin... ┌ Info: JuliaLowering threw given input: │ code = │ :(function base58checkdecode(x::T, check::Bool = true) where T <: Union{DenseArray{UInt8, 1}, NTuple{N, UInt8} where N} │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 =# │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:174 =# │ dec = base58decode(x) │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:175 =# │ payload = dec[1:var"end" - 4] │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:176 =# │ checksum = dec[var"end" - 3:var"end"] │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:178 =# │ if check │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:179 =# │ if (sha256(sha256(payload)))[1:4] != checksum │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:180 =# │ throw(ArgumentError("Invalid address")) │ end │ end │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:184 =# │ return payload │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [function] │ │ [where] │ │ [call] │ │ base58checkdecode :: Identifier │ │ [::] │ │ x :: Identifier │ │ T :: Identifier │ │ [kw] │ │ [::] │ │ check :: Identifier │ │ Bool :: Identifier │ │ true :: Value │ │ [<:] │ │ T :: Identifier │ │ [curly] │ │ Union :: Identifier │ │ [curly] │ │ DenseArray :: Identifier │ │ UInt8 :: Identifier │ │ 1 :: Value │ │ [where] │ │ [curly] │ │ NTuple :: Identifier │ │ N :: Identifier │ │ UInt8 :: Identifier │ │ N :: Identifier │ │ [block] │ │ [=] │ │ dec :: Identifier │ │ [call] │ │ base58decode :: Identifier │ │ x :: Identifier │ │ [=] │ │ payload :: Identifier │ │ [ref] │ │ dec :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ [call] │ │ - :: Identifier │ │ end :: Identifier │ │ 4 :: Value │ │ [=] │ │ checksum :: Identifier │ │ [ref] │ │ dec :: Identifier │ │ [call] │ │ : :: Identifier │ │ [call] │ │ - :: Identifier │ │ end :: Identifier │ │ 3 :: Value │ │ end :: Identifier │ │ [if] │ │ check :: Identifier │ │ [block] │ │ [if] │ │ [call] │ │ != :: Identifier │ │ [ref] │ │ [call] │ │ sha256 :: Identifier │ │ [call] │ │ sha256 :: Identifier │ │ payload :: Identifier │ │ [call] │ │ : :: Identifier │ │ 1 :: Value │ │ 4 :: Value │ │ checksum :: Identifier │ │ [block] │ │ [call] │ │ throw :: Identifier │ │ [call] │ │ ArgumentError :: Identifier │ │ "Invalid address" :: Value │ │ [return] │ │ payload :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [function] │ │ [where] │ │ [call] │ │ base58checkdecode :: Identifier │ scope_layer=1 │ [::] │ │ x :: Identifier │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [kw] │ │ [::] │ │ check :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ true :: Value │ │ [<:] │ scope_layer=1 │ T :: Identifier │ scope_layer=1 │ [curly] │ │ Union :: Identifier │ scope_layer=1 │ [curly] │ │ DenseArray :: Identifier │ scope_layer=1 │ UInt8 :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [where] │ │ [curly] │ │ NTuple :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ UInt8 :: Identifier │ scope_layer=1 │ N :: Identifier │ scope_layer=1 │ [block] │ │ [=] │ │ dec :: Identifier │ scope_layer=1 │ [call] │ │ base58decode :: Identifier │ scope_layer=1 │ x :: Identifier │ scope_layer=1 │ [=] │ │ payload :: Identifier │ scope_layer=1 │ [ref] │ │ dec :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ │ [call] │ │ - :: Identifier │ scope_layer=1 │ end :: Identifier │ scope_layer=1 │ 4 :: Value │ │ [=] │ │ checksum :: Identifier │ scope_layer=1 │ [ref] │ │ dec :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ [call] │ │ - :: Identifier │ scope_layer=1 │ end :: Identifier │ scope_layer=1 │ 3 :: Value │ │ end :: Identifier │ scope_layer=1 │ [if] │ │ check :: Identifier │ scope_layer=1 │ [block] │ │ [if] │ │ [call] │ │ != :: Identifier │ scope_layer=1 │ [ref] │ │ [call] │ │ sha256 :: Identifier │ scope_layer=1 │ [call] │ │ sha256 :: Identifier │ scope_layer=1 │ payload :: Identifier │ scope_layer=1 │ [call] │ │ : :: Identifier │ scope_layer=1 │ 1 :: Value │ │ 4 :: Value │ │ checksum :: Identifier │ scope_layer=1 │ [block] │ │ [call] │ │ throw :: Identifier │ scope_layer=1 │ [call] │ │ ArgumentError :: Identifier │ scope_layer=1 │ "Invalid address" :: Value │ │ [return] │ │ payload :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl" │ line = 171 └ mod = Base58 ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue Expression:  (= #₁/N (call core.TypeVar :N)) Containing expressions:  (= #₁/N (call core.TypeVar :N))  Detailed provenance:  (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =#  └─ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =#  └─ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =#  └─ (= #₁/N (call core.TypeVar :N))  └─ (call core.TypeVar :N) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =#  └─ (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =#  └─ N  └─ N  └─ @ /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171  Stacktrace:  [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}})  @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [7] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [8] top-level scope  @ stdin:5  [9] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [11] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [12] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [13] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:3 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("a832ea1e-0ca7-55ca-a41a-6462721bb861"), "Base58") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Bitcoin/wnpii/src/Bitcoin.jl:5  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [18] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [20] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Bitcoin/wnpii/src/Bitcoin.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ Base58 │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function base58checkdecode(x::T, check::Bool = true) where T <: Union{DenseArray{UInt8, 1}, NTuple{N, UInt8} where N} │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 =# │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:174 =# │ │ dec = base58decode(x) │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:175 =# │ │ payload = dec[1:var"end" - 4] │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:176 =# │ │ checksum = dec[var"end" - 3:var"end"] │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:178 =# │ │ if check │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:179 =# │ │ if (sha256(sha256(payload)))[1:4] != checksum │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:180 =# │ │ throw(ArgumentError("Invalid address")) │ │ end │ │ end │ │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:184 =# │ │ return payload │ │ end) │ │ st0 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ │ [function] │ │ │ [where] │ │ │ [call] │ │ │ base58checkdecode :: Identifier │ │ │ [::] │ │ │ x :: Identifier │ │ │ T :: Identifier │ │ │ [kw] │ │ │ [::] │ │ │ check :: Identifier │ │ │ Bool :: Identifier │ │ │ true :: Value │ │ │ [<:] │ │ │ T :: Identifier │ │ │ [curly] │ │ │ Union :: Identifier │ │ │ [curly] │ │ │ DenseArray :: Identifier │ │ │ UInt8 :: Identifier │ │ │ 1 :: Value │ │ │ [where] │ │ │ [curly] │ │ │ NTuple :: Identifier │ │ │ N :: Identifier │ │ │ UInt8 :: Identifier │ │ │ N :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ dec :: Identifier │ │ │ [call] │ │ │ base58decode :: Identifier │ │ │ x :: Identifier │ │ │ [=] │ │ │ payload :: Identifier │ │ │ [ref] │ │ │ dec :: Identifier │ │ │ [call] │ │ │ : :: Identifier │ │ │ 1 :: Value │ │ │ [call] │ │ │ - :: Identifier │ │ │ end :: Identifier │ │ │ 4 :: Value │ │ │ [=] │ │ │ checksum :: Identifier │ │ │ [ref] │ │ │ dec :: Identifier │ │ │ [call] │ │ │ : :: Identifier │ │ │ [call] │ │ │ - :: Identifier │ │ │ end :: Identifier │ │ │ 3 :: Value │ │ │ end :: Identifier │ │ │ [if] │ │ │ check :: Identifier │ │ │ [block] │ │ │ [if] │ │ │ [call] │ │ │ != :: Identifier │ │ │ [ref] │ │ │ [call] │ │ │ sha256 :: Identifier │ │ │ [call] │ │ │ sha256 :: Identifier │ │ │ payload :: Identifier │ │ │ [call] │ │ │ : :: Identifier │ │ │ 1 :: Value │ │ │ 4 :: Value │ │ │ checksum :: Identifier │ │ │ [block] │ │ │ [call] │ │ │ throw :: Identifier │ │ │ [call] │ │ │ ArgumentError :: Identifier │ │ │ "Invalid address" :: Value │ │ │ [return] │ │ │ payload :: Identifier │ │ │ │ │ st1 = │ │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ │ [function] │ │ │ [where] │ │ │ [call] │ │ │ base58checkdecode :: Identifier │ scope_layer=1 │ │ [::] │ │ │ x :: Identifier │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [kw] │ │ │ [::] │ │ │ check :: Identifier │ scope_layer=1 │ │ Bool :: Identifier │ scope_layer=1 │ │ true :: Value │ │ │ [<:] │ scope_layer=1 │ │ T :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Union :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ DenseArray :: Identifier │ scope_layer=1 │ │ UInt8 :: Identifier │ scope_layer=1 │ │ 1 :: Value │ │ │ [where] │ │ │ [curly] │ │ │ NTuple :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ UInt8 :: Identifier │ scope_layer=1 │ │ N :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [=] │ │ │ dec :: Identifier │ scope_layer=1 │ │ [call] │ │ │ base58decode :: Identifier │ scope_layer=1 │ │ x :: Identifier │ scope_layer=1 │ │ [=] │ │ │ payload :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ dec :: Identifier │ scope_layer=1 │ │ [call] │ │ │ : :: Identifier │ scope_layer=1 │ │ 1 :: Value │ │ │ [call] │ │ │ - :: Identifier │ scope_layer=1 │ │ end :: Identifier │ scope_layer=1 │ │ 4 :: Value │ │ │ [=] │ │ │ checksum :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ dec :: Identifier │ scope_layer=1 │ │ [call] │ │ │ : :: Identifier │ scope_layer=1 │ │ [call] │ │ │ - :: Identifier │ scope_layer=1 │ │ end :: Identifier │ scope_layer=1 │ │ 3 :: Value │ │ │ end :: Identifier │ scope_layer=1 │ │ [if] │ │ │ check :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [if] │ │ │ [call] │ │ │ != :: Identifier │ scope_layer=1 │ │ [ref] │ │ │ [call] │ │ │ sha256 :: Identifier │ scope_layer=1 │ │ [call] │ │ │ sha256 :: Identifier │ scope_layer=1 │ │ payload :: Identifier │ scope_layer=1 │ │ [call] │ │ │ : :: Identifier │ scope_layer=1 │ │ 1 :: Value │ │ │ 4 :: Value │ │ │ checksum :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [call] │ │ │ throw :: Identifier │ scope_layer=1 │ │ [call] │ │ │ ArgumentError :: Identifier │ scope_layer=1 │ │ "Invalid address" :: Value │ │ │ [return] │ │ │ payload :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl" │ │ line = 171 │ └ mod = Base58 │ ERROR: LoadError: internal lowering bug: │ #= /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 =# - `jl_assert(!(haskey(ssa_rewrites, lhs_id)), _)`: multiple assignments to ssavalue │ Expression: │ (= #₁/N (call core.TypeVar :N)) │ Containing expressions: │ (= #₁/N (call core.TypeVar :N)) │ │ Detailed provenance: │ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:366 =# │ └─ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/closure_conversion.jl:197 =# │ └─ (= #₁/N (call core.TypeVar :N)) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:231 =# │ └─ (= #₁/N (call core.TypeVar :N)) │ └─ (call core.TypeVar :N) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3025 =# │ └─ (_typevar N core.Any core.Any) @#= /source/usr/share/julia/JuliaLowering/src/desugaring.jl:3012 =# │ └─ N │ └─ N │ └─ @ /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:171 │ │ Stacktrace: │ [1] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}) │ @ Base /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined] │ [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1106 │ [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1223 │ [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1253 │ [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33 │ [6] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [7] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, 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:3271 │ [8] top-level scope │ @ stdin:5 │ [9] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [10] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [11] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [12] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [13] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/Base58/F7cR3/src/Base58.jl:3 │ in expression starting at stdin:5 └ ┌ Bitcoin │ [Output was shown above] └ ERROR: The following 2 packages failed to precompile: Base58 Failed to precompile Base58 [a832ea1e-0ca7-55ca-a41a-6462721bb861] to "/home/pkgeval/.julia/compiled/v1.14/Base58/jl_pWT28y" (ProcessExited(1)). Bitcoin Failed to precompile Bitcoin [785d7830-48c5-59de-ae5e-7712913079e9] to "/home/pkgeval/.julia/compiled/v1.14/Bitcoin/jl_aBbyU3" (ProcessExited(1)). Loading failed after 57.99s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using Bitcoin'`, ProcessExited(1)) [1] Stacktrace: [1] spawn_opts_inherit() @ Base ./process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:525 [3] run(::Cmd) @ Base ./process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base ./Base.jl:326 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [7] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 460.81s: package fails to precompile