Package evaluation to load VOTables on Julia 1.14.0-DEV.2114 (cccbcd9611*) started at 2026-05-05T11:22:58.761 ################################################################################ # Set-up # Set-up completed after 0.11s ################################################################################ # Installation # Installing VOTables... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [3abbdab7] + VOTables v0.1.23 Updating `~/.julia/environments/v1.14/Manifest.toml` [7d9f7c33] + Accessors v0.1.44 [33016aad] + AccessorsExtra v0.1.102 [5c4adb95] + AstroAngles v0.2.0 [a33af91c] + CompositionsBase v0.1.2 [187b0558] + ConstructionBase v1.6.0 [9a962f9c] + DataAPI v1.16.0 [02685ad9] + DataPipes v0.3.19 [e2d170a0] + DataValueInterfaces v1.0.0 [44557152] + DateFormats v0.1.20 [85a47980] + Dictionaries v0.4.6 [8f5d6c58] + EzXML v1.2.3 [313cdc1a] + Indexing v1.1.1 [3587e190] + InverseFunctions v0.1.17 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.1 [1914dd2f] + MacroTools v0.5.16 [49441bc9] + MetadataArrays v0.1.1 [bac558e1] + OrderedCollections v1.8.1 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.2 [189a3867] + Reexport v1.2.2 [354b36f9] + StringViews v1.3.7 [09ab397b] + StructArrays v0.7.3 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [c4a57d5a] + UnsafeArrays v1.0.9 [3abbdab7] + VOTables v0.1.23 [94ce4f54] + Libiconv_jll v1.18.0+0 [02c8fc9c] + XML2_jll v2.15.1+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [83775a58] + Zlib_jll v1.3.2+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 9.1s ################################################################################ # 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... ERROR: LoadError: UndefVarError: `StringView` not defined in `VOTables` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace:  [1] top-level scope  @ ~/.julia/packages/VOTables/21Oju/src/stringviews.jl:10  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [3] top-level scope  @ ~/.julia/packages/VOTables/21Oju/src/VOTables.jl:21  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [5] 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  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [9] materialize(bc::Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1}, Nothing, Type{Symbol}, Tuple{Vector{SubString{String}}}})  @ Base.Broadcast ./loading.jl:3123 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:350  [11] _start()  @ Base ./client.jl:593 in expression starting at /home/pkgeval/.julia/packages/VOTables/21Oju/src/stringviews.jl:10 in expression starting at /home/pkgeval/.julia/packages/VOTables/21Oju/src/VOTables.jl:1 in expression starting at stdin:5 ✗ VOTables Precompilation completed after 20.99s ################################################################################ # Loading # Loading VOTables... ERROR: LoadError: UndefVarError: `StringView` not defined in `VOTables` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace:  [1] top-level scope  @ ~/.julia/packages/VOTables/21Oju/src/stringviews.jl:10  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [3] top-level scope  @ ~/.julia/packages/VOTables/21Oju/src/VOTables.jl:21  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [5] 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  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [9] materialize(bc::Base.Broadcast.Broadcasted{Base.Broadcast.DefaultArrayStyle{1}, Nothing, Type{Symbol}, Tuple{Vector{SubString{String}}}})  @ Base.Broadcast ./loading.jl:3123 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:350  [11] _start()  @ Base ./client.jl:593 in expression starting at /home/pkgeval/.julia/packages/VOTables/21Oju/src/stringviews.jl:10 in expression starting at /home/pkgeval/.julia/packages/VOTables/21Oju/src/VOTables.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ VOTables │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: VOTables Failed to precompile VOTables [3abbdab7-df67-4801-8590-8effec53f469] to "/home/pkgeval/.julia/compiled/v1.14/VOTables/jl_niUupA" (ProcessExited(1)). Loading failed after 12.71s 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 VOTables'`, 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:352 [7] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 62.0s: package fails to precompile