Package evaluation to test AssociativeArrays on Julia 1.14.0-DEV.1893 (b4aba01002*) started at 2026-03-15T12:55:47.946 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.26s ################################################################################ # Installation # Installing AssociativeArrays... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [9477f2fd] + AssociativeArrays v0.0.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [9477f2fd] + AssociativeArrays v0.0.3 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.30+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.31s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 5993.2 ms ✓ Accessors ERROR: LoadError: ArgumentError: Cannot load (`using/import`) module Transducers into module AssociativeArrays in package AssociativeArrays because package AssociativeArrays does not have Transducers in its dependencies: - Note that the following manifests in the load path were resolved with a potentially  different DEV version of the current version, which may be the cause of the error.  Try to re-resolve them in the current version, or consider deleting them if that fails:  /tmp/jl_HXuRoa/Manifest.toml  /home/pkgeval/.julia/environments/v1.14/Manifest.toml - You may have a partially installed environment. Try `Pkg.instantiate()`  to ensure all packages in the environment are installed. - Or, if you have AssociativeArrays checked out for development and have  added Transducers as a dependency but haven't updated your primary  environment's manifest file, try `Pkg.resolve()`. - Otherwise you may need to report an issue with AssociativeArrays Stacktrace:  [1] macro expansion  @ ./loading.jl:2606 [inlined]  [2] macro expansion  @ ./lock.jl:376 [inlined]  [3] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2586  [4] require  @ ./loading.jl:2562 [inlined]  [5] eval_import_path  @ ./module.jl:36 [inlined]  [6] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [7] _eval_using  @ ./module.jl:137 [inlined]  [8] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [9] top-level scope  @ ~/.julia/packages/AssociativeArrays/0dRHQ/src/AssociativeArrays.jl:26  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:323  [11] 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:3289  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3131  [15] include_string  @ ./loading.jl:3141 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [17] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/AssociativeArrays/0dRHQ/src/AssociativeArrays.jl:1 in expression starting at stdin:5 ✗ AssociativeArrays 3544.1 ms ✓ SplittablesBase 2960.4 ms ✓ Accessors → LinearAlgebraExt 2145.0 ms ✓ Accessors → TestExt 2029.3 ms ✓ BangBang 1596.1 ms ✓ BangBang → BangBangTablesExt 3268.3 ms ✓ MicroCollections 8375.8 ms ✓ Transducers 8 dependencies successfully precompiled in 34 seconds. 39 already precompiled. 7 dependencies precompiled but different versions are currently loaded (Base64, Dates, JuliaSyntaxHighlighting, Logging, Markdown, Printf and StyledStrings). Restart julia to access the new versions. Otherwise, 13 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 56.67s ################################################################################ # Testing # Testing AssociativeArrays Status `/tmp/jl_BuhKyx/Project.toml` [dce04be8] ArgCheck v2.5.0 [9477f2fd] AssociativeArrays v0.0.3 [c8e1da08] IterTools v1.10.0 [bac558e1] OrderedCollections v1.8.1 [03a91e81] SplitApplyCombine v1.2.3 [bd369af6] Tables v1.12.1 [28d57a85] Transducers v0.4.85 [37e2e46d] LinearAlgebra v1.13.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_BuhKyx/Manifest.toml` [7d9f7c33] Accessors v0.1.43 [dce04be8] ArgCheck v2.5.0 [9477f2fd] AssociativeArrays v0.0.3 [198e06fe] BangBang v0.4.8 [9718e550] Baselet v0.1.1 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [244e2a9f] DefineSingletons v0.1.2 [85a47980] Dictionaries v0.4.6 [313cdc1a] Indexing v1.1.1 [22cec73e] InitialValues v0.3.1 [3587e190] InverseFunctions v0.1.17 [c8e1da08] IterTools v1.10.0 [82899510] IteratorInterfaceExtensions v1.0.0 [1914dd2f] MacroTools v0.5.16 [128add7d] MicroCollections v0.2.0 [bac558e1] OrderedCollections v1.8.1 [efcf1570] Setfield v1.1.2 [03a91e81] SplitApplyCombine v1.2.3 [171d559e] SplittablesBase v0.1.15 [1e83bf80] StaticArraysCore v1.4.4 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [28d57a85] Transducers v0.4.85 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.30+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ERROR: LoadError: ArgumentError: Cannot load (`using/import`) module Transducers into module AssociativeArrays in package AssociativeArrays because package AssociativeArrays does not have Transducers in its dependencies: - Note that the following manifests in the load path were resolved with a potentially  different DEV version of the current version, which may be the cause of the error.  Try to re-resolve them in the current version, or consider deleting them if that fails:  /tmp/jl_BuhKyx/Manifest.toml - You may have a partially installed environment. Try `Pkg.instantiate()`  to ensure all packages in the environment are installed. - Or, if you have AssociativeArrays checked out for development and have  added Transducers as a dependency but haven't updated your primary  environment's manifest file, try `Pkg.resolve()`. - Otherwise you may need to report an issue with AssociativeArrays Stacktrace:  [1] macro expansion  @ ./loading.jl:2606 [inlined]  [2] macro expansion  @ ./lock.jl:376 [inlined]  [3] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2586  [4] require  @ ./loading.jl:2562 [inlined]  [5] eval_import_path  @ ./module.jl:36 [inlined]  [6] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [7] _eval_using  @ ./module.jl:137 [inlined]  [8] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [9] top-level scope  @ ~/.julia/packages/AssociativeArrays/0dRHQ/src/AssociativeArrays.jl:26  [10] include(mod::Module, _path::String)  @ Base ./Base.jl:323  [11] 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:3289  [12] top-level scope  @ stdin:5  [13] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [14] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3131  [15] include_string  @ ./loading.jl:3141 [inlined]  [16] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [17] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/AssociativeArrays/0dRHQ/src/AssociativeArrays.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ AssociativeArrays │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: AssociativeArrays Failed to precompile AssociativeArrays [9477f2fd-3d51-5b6a-a127-ca3a070ddf94] to "/home/pkgeval/.julia/compiled/v1.14/AssociativeArrays/jl_xxKUn9" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/AssociativeArrays/0dRHQ/test/runtests.jl:1 Testing failed after 16.31s ERROR: LoadError: Package AssociativeArrays 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:3138 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3003 [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] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:562 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [12] include(mod::Module, _path::String) @ Base ./Base.jl:323 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 107.09s: package fails to precompile