Package evaluation to test GeoFetch on Julia 1.14.0-DEV.2064 (1d5dcac2d2*) started at 2026-04-21T14:50:44.146 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.65s ################################################################################ # Installation # Installing GeoFetch... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [c6403d6d] + GeoFetch v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [411431e0] + Extents v0.1.6 [c6403d6d] + GeoFetch v0.1.0 [68eda718] + GeoFormatTypes v0.4.5 [cf35fbd7] + GeoInterface v1.6.1 [682c06a0] + JSON v1.5.0 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.2 [ec057cc2] + StructUtils v2.7.2 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b27032c2] + LibCURL v1.0.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.19.0+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2026.3.19 [458c3c95] + OpenSSL_jll v3.5.6+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.69.0+0 Installation completed after 4.66s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 3.8 s ✓ GeoFetch 1 dependency successfully precompiled in 4 seconds. 33 already precompiled. Precompilation completed after 30.55s ################################################################################ # Testing # Testing GeoFetch Status `/tmp/jl_SQH3LL/Project.toml` [411431e0] Extents v0.1.6 [c6403d6d] GeoFetch v0.1.0 [682c06a0] JSON v1.5.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_SQH3LL/Manifest.toml` [9a962f9c] DataAPI v1.16.0 [411431e0] Extents v0.1.6 [c6403d6d] GeoFetch v0.1.0 [68eda718] GeoFormatTypes v0.4.5 [cf35fbd7] GeoInterface v1.6.1 [682c06a0] JSON v1.5.0 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.2 [ec057cc2] StructUtils v2.7.2 [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 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.19.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2026.3.19 [458c3c95] OpenSSL_jll v3.5.6+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 Testing Running tests... Test Summary: | Pass Total Time NOMADS | 65 65 11.6s ┌ Warning: live: CDS API responds │ exception = │ CDS API key not found. Set CDSAPI_KEY or create ~/.cdsapirc with `key: ` │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] _cds_api_key() │ @ GeoFetch ~/.julia/packages/GeoFetch/wRyTE/src/sources/CDS.jl:14 │ [3] _cds_auth_headers() │ @ GeoFetch ~/.julia/packages/GeoFetch/wRyTE/src/sources/CDS.jl:18 [inlined] │ [4] _cds_post_json(url::String, body::String) │ @ GeoFetch ~/.julia/packages/GeoFetch/wRyTE/src/sources/CDS.jl:21 │ [5] top-level scope │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_cds.jl:11 │ [6] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] │ [7] macro expansion │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_cds.jl:153 [inlined] │ [8] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] │ [9] macro expansion │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_cds.jl:166 [inlined] │ [10] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [11] top-level scope │ @ ~/.julia/packages/GeoFetch/wRyTE/test/runtests.jl:5 │ [12] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [13] top-level scope │ @ none:6 │ [14] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [15] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:318 │ [16] _start() │ @ Base ./client.jl:593 └ @ Main ~/.julia/packages/GeoFetch/wRyTE/test/test_cds.jl:169 Test Summary: | Pass Total Time CDS | 48 48 16.4s ┌ Warning: live: fetch single FireChunk │ exception = │ FIRMS MAP_KEY not found. Set FIRMS_MAP_KEY environment variable. Register at https://firms.modaps.eosdis.nasa.gov/api/map_key/ │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] _firms_map_key │ @ ~/.julia/packages/GeoFetch/wRyTE/src/sources/FIRMS.jl:6 [inlined] │ [3] chunks(p::Project{Extent{(:X, :Y), Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, Extent{(:X, :Y), Tuple{Tuple{Float64, Float64}, Tuple{Float64, Float64}}}, Nothing}, d::FIRMSDataset) │ @ GeoFetch ~/.julia/packages/GeoFetch/wRyTE/src/sources/FIRMS.jl:62 │ [4] top-level scope │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_firms.jl:8 │ [5] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] │ [6] macro expansion │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_firms.jl:150 [inlined] │ [7] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] │ [8] macro expansion │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_firms.jl:156 [inlined] │ [9] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [10] top-level scope │ @ ~/.julia/packages/GeoFetch/wRyTE/test/runtests.jl:6 │ [11] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [12] top-level scope │ @ none:6 │ [13] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [14] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:318 │ [15] _start() │ @ Base ./client.jl:593 └ @ Main ~/.julia/packages/GeoFetch/wRyTE/test/test_firms.jl:164 Test Summary: | Pass Total Time FIRMS | 42 42 2.8s Test Summary: | Pass Total Time ETOPO | 37 37 1.9s ┌ Warning: live: SRTM tile accessible │ exception = │ KeyError: key "EARTHDATA_TOKEN" not found │ Stacktrace: │ [1] (::Base.var"#getindex##11#getindex##12")(k::String) │ @ Base ./env.jl:164 │ [2] access_env(onError::Base.var"#getindex##11#getindex##12", var::String) │ @ Base ./env.jl:60 │ [3] getindex(::Base.EnvDict, k::String) │ @ Base ./env.jl:164 │ [4] top-level scope │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_srtm.jl:7 │ [5] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] │ [6] macro expansion │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_srtm.jl:125 [inlined] │ [7] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] │ [8] macro expansion │ @ ~/.julia/packages/GeoFetch/wRyTE/test/test_srtm.jl:126 [inlined] │ [9] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [10] top-level scope │ @ ~/.julia/packages/GeoFetch/wRyTE/test/runtests.jl:8 │ [11] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [12] top-level scope │ @ none:6 │ [13] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [14] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:318 │ [15] _start() │ @ Base ./client.jl:593 └ @ Main ~/.julia/packages/GeoFetch/wRyTE/test/test_srtm.jl:132 Test Summary: | Pass Total Time SRTM | 39 39 2.5s Test Summary: | Pass Total Time GOES | 34 34 1.8s Test Summary: | Pass Total Time HRRRArchive | 50 50 1.3s Test Summary: | Pass Total Time NASAPower | 54 54 1.8s Test Summary: | Pass Total Time USGSWater | 67 67 2.6s Test Summary: | Pass Total Time NCEI | 69 69 4.4s Test Summary: | Pass Total Time OISST | 27 27 0.7s Test Summary: | Pass Total Time Landfire | 43 43 2.4s Testing GeoFetch tests passed Testing completed after 55.12s PkgEval succeeded after 127.03s