Package evaluation to test NIfTI on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T17:28:08.935 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.1s ################################################################################ # Installation # Installing NIfTI... Resolving package versions... Installed MappedArrays ─────── v0.4.3 Installed CodecZlib ────────── v0.7.8 Installed TranscodingStreams ─ v0.11.3 Installed NIfTI ────────────── v0.6.2 Updating `~/.julia/environments/v1.14/Project.toml` [a3a9e032] + NIfTI v0.6.2 Updating `~/.julia/environments/v1.14/Manifest.toml` [944b1d66] + CodecZlib v0.7.8 [dbb5928d] + MappedArrays v0.4.3 [a3a9e032] + NIfTI v0.6.2 [3bb67fe8] + TranscodingStreams v0.11.3 [2a0f44e3] + Base64 v1.11.0 [8f399da3] + Libdl v1.11.0 [a63ad114] + Mmap v1.11.0 [83775a58] + Zlib_jll v1.3.2+0 Installation completed after 1.65s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 8.8 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.4 s ✓ MappedArrays 55.8 s ✓ TranscodingStreams 19.6 s ✓ CodecZlib 50.9 s ✓ NIfTI 4 dependencies successfully precompiled in 128 seconds. 10 already precompiled. Precompilation completed after 171.34s ################################################################################ # Testing # Testing NIfTI Status `/tmp/jl_TP1A99/Project.toml` [944b1d66] CodecZlib v0.7.8 [a3a9e032] NIfTI v0.6.2 [3bb67fe8] TranscodingStreams v0.11.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_TP1A99/Manifest.toml` [944b1d66] CodecZlib v0.7.8 [dbb5928d] MappedArrays v0.4.3 [a3a9e032] NIfTI v0.6.2 [3bb67fe8] TranscodingStreams v0.11.3 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [83775a58] Zlib_jll v1.3.2+0 Testing Running tests... ERROR: LoadError: TypeError: in new, expected Int32, got a value of type Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}} Stacktrace: [1] read(io::IOStream, ::Type{NIfTI.NIfTI1Header}) @ NIfTI ~/.julia/packages/NIfTI/f1zfR/src/headers.jl:10 [2] read_header(io::IOStream) @ NIfTI ~/.julia/packages/NIfTI/f1zfR/src/NIfTI.jl:207 [3] niread(file::String; mmap::Bool, mode::String) @ NIfTI ~/.julia/packages/NIfTI/f1zfR/src/NIfTI.jl:234 [4] image_tests(fname::String, mmap::Bool) @ Main ~/.julia/packages/NIfTI/f1zfR/test/runtests.jl:36 [5] top-level scope @ ~/.julia/packages/NIfTI/f1zfR/test/runtests.jl:70 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/NIfTI/f1zfR/test/runtests.jl:70 Testing failed after 263.58s ERROR: LoadError: Package NIfTI 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 478.04s: package tests unexpectedly errored