Package evaluation of KML on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T11:24:41.516 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.02s ################################################################################ # Installation # Installing KML... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [1284bf3a] + KML v0.2.3 Updating `~/.julia/environments/v1.12/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [411431e0] + Extents v0.1.6 [68eda718] + GeoFormatTypes v0.4.4 [cf35fbd7] + GeoInterface v1.5.0 [1284bf3a] + KML v0.2.3 [bac558e1] + OrderedCollections v1.8.1 [72c71f33] + XML v0.3.5 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [f489334b] + StyledStrings v1.11.0 Installation completed after 3.53s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 22.83s ################################################################################ # Testing # Testing KML Status `/tmp/jl_oNaFQc/Project.toml` [cf35fbd7] GeoInterface v1.5.0 [1284bf3a] KML v0.2.3 [bac558e1] OrderedCollections v1.8.1 [72c71f33] XML v0.3.5 [b77e0a4c] InteractiveUtils v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_oNaFQc/Manifest.toml` [9a962f9c] DataAPI v1.16.0 [411431e0] Extents v0.1.6 [68eda718] GeoFormatTypes v0.4.4 [cf35fbd7] GeoInterface v1.5.0 [1284bf3a] KML v0.2.3 [bac558e1] OrderedCollections v1.8.1 [72c71f33] XML v0.3.5 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time Empty Constructors | 156 156 1m14.8s 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/t53FE/src/utils.jl:8 [2] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [4] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [6] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [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/t53FE/src/utils.jl:8 [2] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [4] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:25 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [6] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:25 [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/t53FE/src/utils.jl:8 [2] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [4] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:26 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [6] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:26 [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/t53FE/src/utils.jl:8 [2] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [4] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:34 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [6] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:34 [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/t53FE/src/wrappers.jl:66 ncoord(::Any) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:133 ncoord(!Matched::GeometryCollectionTrait, !Matched::MultiGeometry) @ KML ~/.julia/packages/KML/UtUHK/src/KML.jl:402 ... Stacktrace: [1] coordnames(t::PolygonTrait, geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/fallbacks.jl:9 [2] coordnames(geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:140 [3] is3d(::PolygonTrait, geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/fallbacks.jl:17 [4] is3d(geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:649 [5] calc_extent(t::PolygonTrait, geom::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/fallbacks.jl:131 [6] extent(obj::Polygon; fallback::Bool) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:465 [7] extent(obj::Polygon) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:461 [8] calc_extent(::FeatureTrait, feature::Placemark) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/fallbacks.jl:141 [9] #extent#1 @ ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:465 [inlined] [10] extent @ ~/.julia/packages/GeoInterface/t53FE/src/interface.jl:461 [inlined] [11] testfeature(feature::Placemark) @ GeoInterface ~/.julia/packages/GeoInterface/t53FE/src/utils.jl:58 [12] top-level scope @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:24 [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [14] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:36 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [16] macro expansion @ ~/.julia/packages/KML/UtUHK/test/runtests.jl:36 [inlined] Test Summary: | Error Total Time GeoInterface | 5 5 8.8s RNG of the outermost testset: Random.Xoshiro(0xb431d11c07bb14dd, 0xcd117769856914d8, 0x133be9746b94ab9a, 0xfb2db149762e7747, 0x59d19fa0ed22f058) 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 97.22s ERROR: LoadError: Package KML errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [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.12/Pkg/src/API.jl:511 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 147.72s: package tests unexpectedly errored