Package evaluation to test NiLang on Julia 1.14.0-DEV.1840 (ab7ba34e40*) started at 2026-03-03T13:46:43.708 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.64s ################################################################################ # Installation # Installing NiLang... Resolving package versions... Installed Reexport ─────────── v1.2.2 Installed FixedPointNumbers ── v0.8.5 Installed Statistics ───────── v1.11.1 Installed TupleTools ───────── v1.6.0 Installed LogarithmicNumbers ─ v1.4.1 Installed MLStyle ──────────── v0.4.17 Installed NiLangCore ───────── v0.10.7 Installed NiLang ───────────── v0.9.4 Updating `~/.julia/environments/v1.14/Project.toml` [ab4ef3a6] + NiLang v0.9.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [53c48c17] + FixedPointNumbers v0.8.5 [aa2f6b4e] + LogarithmicNumbers v1.4.1 [d8e11817] + MLStyle v0.4.17 [ab4ef3a6] + NiLang v0.9.4 [575d3204] + NiLangCore v0.10.7 [189a3867] + Reexport v1.2.2 [10745b16] + Statistics v1.11.1 [9d95972d] + TupleTools v1.6.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.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.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4554.0 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling packages... 810.2 ms ✓ Reexport 1075.0 ms ✓ LogarithmicNumbers 905.9 ms ✓ DataAPI 1163.6 ms ✓ Statistics 2172.8 ms ✓ IrrationalConstants 826.0 ms ✓ Richardson 1029.0 ms ✓ StaticArraysCore 914.0 ms ✓ StatsAPI 1301.8 ms ✓ OrderedCollections 27111.9 ms ✓ MLStyle 1165.8 ms ✓ DocStringExtensions 2218.5 ms ✓ FillArrays 1091.6 ms ✓ PtrArrays 1070.1 ms ✓ TupleTools 1927.2 ms ✓ PDMats 1214.8 ms ✓ Compat 1223.9 ms ✓ Preferences 1009.7 ms ✓ Missings 4133.3 ms ✓ FixedPointNumbers 1376.5 ms ✓ Statistics → SparseArraysExt 3723.5 ms ✓ DataStructures 1421.0 ms ✓ LogExpFunctions 1563.5 ms ✓ FillArrays → FillArraysSparseArraysExt 998.8 ms ✓ FillArrays → FillArraysStatisticsExt 1005.3 ms ✓ AliasTables ERROR: LoadError: ParseError: # Error @ /home/pkgeval/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271:7  :(@const $line $x) => Expr(:macrocall, Symbol("@const"), line, render_arg(x))  :($a.[$(inds...)]) => :($(render_arg(a)) |> subarray($(inds...))) # └─────────────┘ ── brackets are not allowed after `.` Stacktrace:  [1] top-level scope  @ ~/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:324  [3] top-level scope  @ ~/.julia/packages/NiLangCore/puMby/src/NiLangCore.jl:16  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:323  [5] 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:3288  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [9] include_string  @ ./loading.jl:3140 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [11] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271 in expression starting at /home/pkgeval/.julia/packages/NiLangCore/puMby/src/NiLangCore.jl:1 in expression starting at stdin:5 ✗ NiLangCore 1479.2 ms ✓ FillArrays → FillArraysPDMatsExt 881.9 ms ✓ Compat → CompatLinearAlgebraExt 1292.0 ms ✓ JLLWrappers 989.7 ms ✓ PrecompileTools 1117.2 ms ✓ SortingAlgorithms 2383.6 ms ✓ QuadGK ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("575d3204-02a4-11ea-3f62-238caa8bf11e"), "NiLangCore") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/NiLang/h1Pja/src/NiLang.jl:4  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:323  [14] 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:3288  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [18] include_string  @ ./loading.jl:3140 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/NiLang/h1Pja/src/NiLang.jl:1 in expression starting at stdin:5 ✗ NiLang 2821.7 ms ✓ ChainRulesCore 1545.4 ms ✓ Rmath_jll 1544.4 ms ✓ OpenSpecFun_jll 14300.4 ms ✓ StaticArrays 4680.8 ms ✓ StatsBase 1359.8 ms ✓ ChainRulesCore → ChainRulesCoreSparseArraysExt 3514.4 ms ✓ LogExpFunctions → LogExpFunctionsChainRulesCoreExt 1625.3 ms ✓ Rmath 5077.8 ms ✓ SpecialFunctions 1448.1 ms ✓ StaticArrays → StaticArraysStatisticsExt 1491.2 ms ✓ StaticArrays → StaticArraysChainRulesCoreExt 1619.6 ms ✓ FillArrays → FillArraysStaticArraysExt 1445.3 ms ✓ PDMats → StatsBaseExt 4375.6 ms ✓ SpecialFunctions → SpecialFunctionsChainRulesCoreExt 2326.2 ms ✓ HypergeometricFunctions 3004.4 ms ✓ FiniteDifferences 3070.3 ms ✓ StatsFuns 3725.7 ms ✓ StatsFuns → StatsFunsChainRulesCoreExt 9681.5 ms ✓ Distributions 3165.1 ms ✓ Distributions → DistributionsChainRulesCoreExt 3692.4 ms ✓ Distributions → DistributionsTestExt 52 dependencies successfully precompiled in 167 seconds. 17 already precompiled. Precompilation completed after 199.67s ################################################################################ # Testing # Testing NiLang Status `/tmp/jl_s7QDGV/Project.toml` [31c24e10] Distributions v0.25.123 [26cc04aa] FiniteDifferences v0.12.33 [53c48c17] FixedPointNumbers v0.8.5 [aa2f6b4e] LogarithmicNumbers v1.4.1 [d8e11817] MLStyle v0.4.17 [ab4ef3a6] NiLang v0.9.4 [575d3204] NiLangCore v0.10.7 [189a3867] Reexport v1.2.2 [10745b16] Statistics v1.11.1 [9d95972d] TupleTools v1.6.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_s7QDGV/Manifest.toml` [66dad0bd] AliasTables v1.1.3 [d360d2e6] ChainRulesCore v1.26.0 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.3 [31c24e10] Distributions v0.25.123 [ffbed154] DocStringExtensions v0.9.5 [1a297f60] FillArrays v1.16.0 [26cc04aa] FiniteDifferences v0.12.33 [53c48c17] FixedPointNumbers v0.8.5 [34004b35] HypergeometricFunctions v0.3.28 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [2ab3a3ac] LogExpFunctions v0.3.29 [aa2f6b4e] LogarithmicNumbers v1.4.1 [d8e11817] MLStyle v0.4.17 [e1d29d7a] Missings v1.2.0 [ab4ef3a6] NiLang v0.9.4 [575d3204] NiLangCore v0.10.7 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.37 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.2 [43287f4e] PtrArrays v1.4.0 [1fd47b50] QuadGK v2.11.2 [189a3867] Reexport v1.2.2 [708f8203] Richardson v1.4.2 [79098fc4] Rmath v0.9.0 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.7.1 [90137ffa] StaticArrays v1.9.17 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.10 [4c63d2b9] StatsFuns v1.5.2 [9d95972d] TupleTools v1.6.0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates 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 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [4607b0f0] SuiteSparse [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 [4536629a] OpenBLAS_jll v0.3.30+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ERROR: LoadError: ParseError: # Error @ /home/pkgeval/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271:7  :(@const $line $x) => Expr(:macrocall, Symbol("@const"), line, render_arg(x))  :($a.[$(inds...)]) => :($(render_arg(a)) |> subarray($(inds...))) # └─────────────┘ ── brackets are not allowed after `.` Stacktrace:  [1] top-level scope  @ ~/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271  [2] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:324  [3] top-level scope  @ ~/.julia/packages/NiLangCore/puMby/src/NiLangCore.jl:16  [4] include(mod::Module, _path::String)  @ Base ./Base.jl:323  [5] 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:3288  [6] top-level scope  @ stdin:5  [7] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [9] include_string  @ ./loading.jl:3140 [inlined]  [10] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [11] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271 in expression starting at /home/pkgeval/.julia/packages/NiLangCore/puMby/src/NiLangCore.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("575d3204-02a4-11ea-3f62-238caa8bf11e"), "NiLangCore") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2840  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2694  [4] macro expansion  @ ./loading.jl:2621 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2585  [7] require  @ ./loading.jl:2561 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/NiLang/h1Pja/src/NiLang.jl:4  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:323  [14] 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:3288  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3130  [18] include_string  @ ./loading.jl:3140 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:585 in expression starting at /home/pkgeval/.julia/packages/NiLang/h1Pja/src/NiLang.jl:1 in expression starting at stdin:5 2 dependencies had output during precompilation: ┌ NiLang │ [Output was shown above] └ ┌ NiLangCore │ ERROR: LoadError: ParseError: │ # Error @ /home/pkgeval/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271:7 │ :(@const $line $x) => Expr(:macrocall, Symbol("@const"), line, render_arg(x)) │ :($a.[$(inds...)]) => :($(render_arg(a)) |> subarray($(inds...))) │ # └─────────────┘ ── brackets are not allowed after `.` │ Stacktrace: │ [1] top-level scope │ @ ~/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271 │ [2] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:324 │ [3] top-level scope │ @ ~/.julia/packages/NiLangCore/puMby/src/NiLangCore.jl:16 │ [4] include(mod::Module, _path::String) │ @ Base ./Base.jl:323 │ [5] 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:3288 │ [6] top-level scope │ @ stdin:5 │ [7] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [8] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3130 │ [9] include_string │ @ ./loading.jl:3140 [inlined] │ [10] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:342 │ [11] _start() │ @ Base ./client.jl:585 │ in expression starting at /home/pkgeval/.julia/packages/NiLangCore/puMby/src/variable_analysis.jl:271 │ in expression starting at /home/pkgeval/.julia/packages/NiLangCore/puMby/src/NiLangCore.jl:1 │ in expression starting at stdin:5 └ ERROR: LoadError: The following 2 packages failed to precompile: NiLang Failed to precompile NiLang [ab4ef3a6-0b42-11ea-31f6-e34652774712] to "/home/pkgeval/.julia/compiled/v1.14/NiLang/jl_9ckdjz" (ProcessExited(1)). NiLangCore Failed to precompile NiLangCore [575d3204-02a4-11ea-3f62-238caa8bf11e] to "/home/pkgeval/.julia/compiled/v1.14/NiLangCore/jl_qZ02h5" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/NiLang/h1Pja/test/runtests.jl:1 Testing failed after 35.28s ERROR: LoadError: Package NiLang 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 269.72s: package fails to precompile