Package evaluation of NonConvexPenalizedRegression on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-28T23:16:40.766 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.71s ################################################################################ # Installation # Installing NonConvexPenalizedRegression... Resolving package versions... Installed Statistics ─────────────────── v1.11.1 Installed NonConvexPenalizedRegression ─ v0.1.0 Updating `~/.julia/environments/v1.13/Project.toml` [393d5197] + NonConvexPenalizedRegression v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [393d5197] + NonConvexPenalizedRegression v0.1.0 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5671.3 ms ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 21.1s ################################################################################ # Testing # Testing NonConvexPenalizedRegression Status `/tmp/jl_Z0GPC0/Project.toml` [393d5197] NonConvexPenalizedRegression v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Z0GPC0/Manifest.toml` [393d5197] NonConvexPenalizedRegression v0.1.0 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown 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 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... std standardizes correctly: Error During Test at /home/pkgeval/.julia/packages/NonConvexPenalizedRegression/q6K43/test/test_std.jl:16 Test threw exception Expression: all(scale .- vec(std(X, dims = 1)) .< 1.0e-13) MethodError: no method matching mapreduce_impl(::Statistics.var"#centralizedabs2fun##0#centralizedabs2fun##1"{Float64}, ::typeof(+), ::Matrix{Float64}, ::Int64, ::Int64) The function `mapreduce_impl` exists, but no method is defined for this combination of argument types. Closest candidates are: mapreduce_impl(::Any, ::Any, ::Union{Base.AbstractBroadcasted, AbstractArray}, ::Any, ::Integer, !Matched::Integer) @ Base reduce.jl:286 mapreduce_impl(::Any, ::Any, ::Union{Base.AbstractBroadcasted, AbstractArray}, ::Any, ::Integer, !Matched::Integer, !Matched::Int64) @ Base reduce.jl:263 mapreduce_impl(::Any, ::Any, !Matched::Base.SkipMissing{<:AbstractArray}, ::Any, ::Integer, !Matched::Integer, !Matched::Int64) @ Base missing.jl:306 ... Stacktrace: [1] centralize_sumabs2(A::Matrix{Float64}, m::Float64, ifirst::Int64, ilast::Int64) @ Statistics ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:257 [2] centralize_sumabs2!(R::Matrix{Float64}, A::Matrix{Float64}, means::Matrix{Float64}) @ Statistics ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:275 [3] varm!(R::Matrix{Float64}, A::Matrix{Float64}, m::Matrix{Float64}; corrected::Bool) @ Statistics ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:309 [4] varm! @ ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:304 [inlined] [5] _varm @ ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:341 [inlined] [6] varm @ ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:339 [inlined] [7] _var @ ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:386 [inlined] [8] var @ ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:380 [inlined] [9] _std(A::Matrix{Float64}, corrected::Bool, mean::Nothing, dims::Int64) @ Statistics ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:469 [10] #std#13 @ ~/.julia/packages/Statistics/gbcbG/src/Statistics.jl:461 [inlined] [11] top-level scope @ ~/.julia/packages/NonConvexPenalizedRegression/q6K43/test/test_std.jl:3 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1835 [inlined] [13] macro expansion @ ~/.julia/packages/NonConvexPenalizedRegression/q6K43/test/test_std.jl:16 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:728 [inlined] Test Summary: | Pass Error Total Time std standardizes correctly | 3 1 4 12.8s RNG of the outermost testset: Xoshiro(0x0aeab4320fe2b451, 0x861c7620b84e89c0, 0xa6c2ec0d433e8ac9, 0xa59a992ee59128c7, 0x6648e31ecfff24ef) ERROR: LoadError: Some tests did not pass: 3 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/NonConvexPenalizedRegression/q6K43/test/test_std.jl:1 in expression starting at /home/pkgeval/.julia/packages/NonConvexPenalizedRegression/q6K43/test/runtests.jl:6 Testing failed after 23.74s ERROR: LoadError: Package NonConvexPenalizedRegression errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2414 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2269 [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.13/Pkg/src/API.jl:486 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/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:303 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:331 [12] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 76.04s: package tests unexpectedly errored