Package evaluation to test KML on Julia 1.14.0-DEV.2064 (1d5dcac2d2*) started at 2026-04-21T12:38:32.969 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.94s ################################################################################ # Installation # Installing KML... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [1284bf3a] + KML v0.2.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [411431e0] + Extents v0.1.6 [68eda718] + GeoFormatTypes v0.4.5 [cf35fbd7] + GeoInterface v1.6.1 [1284bf3a] + KML v0.2.3 [bac558e1] + OrderedCollections v1.8.1 [72c71f33] + XML v0.3.8 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [f489334b] + StyledStrings v1.13.0 Installation completed after 4.68s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 5.4 s ✓ KML 1 dependency successfully precompiled in 6 seconds. 15 already precompiled. Precompilation completed after 31.86s ################################################################################ # Testing # Testing KML Status `/tmp/jl_GPPDM1/Project.toml` [cf35fbd7] GeoInterface v1.6.1 [1284bf3a] KML v0.2.3 [bac558e1] OrderedCollections v1.8.1 [72c71f33] XML v0.3.8 [b77e0a4c] InteractiveUtils v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_GPPDM1/Manifest.toml` [9a962f9c] DataAPI v1.16.0 [411431e0] Extents v0.1.6 [68eda718] GeoFormatTypes v0.4.5 [cf35fbd7] GeoInterface v1.6.1 [1284bf3a] KML v0.2.3 [bac558e1] OrderedCollections v1.8.1 [72c71f33] XML v0.3.8 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time Empty Constructors | 156 156 1m09.6s GeoInterface: Error During Test at /home/pkgeval/.julia/packages/KML/UtUHK/test/runtests.jl:24 Test threw exception Expression: GeoInterface.testgeometry(Point(coordinates = (0, 0))) AssertionError: Type{Point} doesn't implement `isgeometry`. Stacktrace: [1] testgeometry(geom::Point) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/utils.jl:8 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] GeoInterface: Error During Test at /home/pkgeval/.julia/packages/KML/UtUHK/test/runtests.jl:25 Test threw exception Expression: GeoInterface.testgeometry(LineString(coordinates = Tuple{Float64, Float64}[(0, 0), (1, 1)])) AssertionError: Type{LineString} doesn't implement `isgeometry`. Stacktrace: [1] testgeometry(geom::LineString) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/utils.jl:8 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:25 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] GeoInterface: Error During Test at /home/pkgeval/.julia/packages/KML/UtUHK/test/runtests.jl:26 Test threw exception Expression: GeoInterface.testgeometry(LinearRing(coordinates = Tuple{Float64, Float64}[(0, 0), (1, 1), (2, 2)])) AssertionError: Type{LinearRing} doesn't implement `isgeometry`. Stacktrace: [1] testgeometry(geom::LinearRing) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/utils.jl:8 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:26 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] GeoInterface: Error During Test at /home/pkgeval/.julia/packages/KML/UtUHK/test/runtests.jl:34 Test threw exception Expression: GeoInterface.testgeometry(p) AssertionError: Type{Polygon} doesn't implement `isgeometry`. Stacktrace: [1] testgeometry(geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/utils.jl:8 [2] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [3] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:34 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] GeoInterface: Error During Test at /home/pkgeval/.julia/packages/KML/UtUHK/test/runtests.jl:36 Test threw exception Expression: GeoInterface.testfeature(Placemark(Geometry = p)) MethodError: no method matching ncoord(::PolygonTrait, ::Polygon) The function `ncoord` exists, but no method is defined for this combination of argument types. Closest candidates are: ncoord(::AbstractGeometryTrait, !Matched::GeoInterface.Wrappers.WrapperGeometry{Z, M}) where {Z, M} @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/wrappers.jl:66 ncoord(::Any) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:133 ncoord(!Matched::PointTrait, !Matched::Point) @ KML ~/.julia/packages/KML/UtUHK/src/KML.jl:353 ... Stacktrace: [1] coordnames(t::PolygonTrait, geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/fallbacks.jl:9 [2] coordnames(geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:140 [3] is3d(::PolygonTrait, geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/fallbacks.jl:22 [4] is3d(geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:658 [5] calc_extent(t::PolygonTrait, geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/fallbacks.jl:137 [6] extent(obj::Polygon; fallback::Bool) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:465 [7] extent(obj::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:461 [8] calc_extent(::FeatureTrait, feature::Placemark) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/fallbacks.jl:147 [9] fieldnames(t::Type{NamedTuple{names, T}} where {names, T<:Tuple}) @ Base ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:465 [inlined] [10] propertynames(x::NamedTuple) @ Base ~/.julia/packages/GeoInterface/WlhUN/src/interface.jl:461 [inlined] [11] testfeature(feature::Placemark) @ GeoInterface ~/.julia/packages/GeoInterface/WlhUN/src/utils.jl:58 [12] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:407 [13] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [15] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:36 [inlined] [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Test Summary: | Error Total Time GeoInterface | 5 5 9.2s RNG of the outermost testset: Random.Xoshiro(0x34d467cc6f92310d, 0x39c7ee899cec408b, 0xc111c039368a19da, 0x1546ce1bd40ca9e7, 0x3c74974a23621941) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/KML/UtUHK/test/runtests.jl:23 Testing failed after 95.18s ERROR: LoadError: Package KML errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:586 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 164.88s: package tests unexpectedly errored