Package evaluation to test MadIPM on Julia 1.14.0-DEV.2590 (cfde0ec785*) started at 2026-07-03T21:24:48.855 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.71s ################################################################################ # Installation # Installing MadIPM... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [4406d55e] + MadIPM v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [14f7f29c] + AMD v0.5.3 [e2ba6199] + ExprTools v0.1.10 [9aa1b823] + FastClosures v0.3.2 [40e66cde] + LDLFactorizations v0.10.2 [5c8ed15e] + LinearOperators v2.14.1 [4406d55e] + MadIPM v0.2.1 ⌅ [2621e9c9] + MadNLP v0.8.12 [a4795742] + NLPModels v0.21.12 [e01155f1] + NLPModelsModifiers v0.8.0 [f468eda6] + QuadraticModels v0.9.16 [ff4d7338] + SolverCore v0.3.10 [fa32481b] + SparseMatricesCOO v0.2.6 [a759f4b9] + TimerOutputs v0.5.29 [0dad84c5] + ArgTools v1.2.0 [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 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] + LibCURL_jll v8.21.0+0 [e37daf67] + LibGit2_jll v1.9.4+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [4536629a] + OpenBLAS_jll v0.3.33+0 [458c3c95] + OpenSSL_jll v3.5.7+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.69.0+0 [3f19e933] + p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 6.0 s ✓ CUDSS_jll 7.1 s ✓ MadIPM 136.9 s ✓ CUDA 24.9 s ✓ CUDA → SpecialFunctionsExt 24.6 s ✓ Atomix → AtomixCUDAExt 24.6 s ✓ LinearOperators → LinearOperatorsCUDAExt 26.3 s ✓ CUDSS 29.4 s ✓ MadNLPGPU WARNING: Constructor for type "CuSparseMatrixCOO" was extended in `MadIPMCUDA` without explicit qualification or import.  NOTE: Assumed "CuSparseMatrixCOO" refers to `CUSPARSE.CuSparseMatrixCOO`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function CuSparseMatrixCOO end`.  Hint: To silence the warning, qualify `CuSparseMatrixCOO` as `CUSPARSE.CuSparseMatrixCOO` in the method signature or explicitly `import CUSPARSE: CuSparseMatrixCOO`. WARNING: Constructor for type "CuSparseMatrixCSR" was extended in `MadIPMCUDA` without explicit qualification or import.  NOTE: Assumed "CuSparseMatrixCSR" refers to `CUSPARSE.CuSparseMatrixCSR`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function CuSparseMatrixCSR end`.  Hint: To silence the warning, qualify `CuSparseMatrixCSR` as `CUSPARSE.CuSparseMatrixCSR` in the method signature or explicitly `import CUSPARSE: CuSparseMatrixCSR`. 28.5 s ✓ MadIPM → MadIPMCUDA 9 dependencies successfully precompiled in 309 seconds. 136 already precompiled. 1 dependency had output during precompilation: ┌ MadIPM → MadIPMCUDA │ WARNING: Constructor for type "CuSparseMatrixCOO" was extended in `MadIPMCUDA` without explicit qualification or import. │ NOTE: Assumed "CuSparseMatrixCOO" refers to `CUSPARSE.CuSparseMatrixCOO`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function CuSparseMatrixCOO end`. │ Hint: To silence the warning, qualify `CuSparseMatrixCOO` as `CUSPARSE.CuSparseMatrixCOO` in the method signature or explicitly `import CUSPARSE: CuSparseMatrixCOO`. │ WARNING: Constructor for type "CuSparseMatrixCSR" was extended in `MadIPMCUDA` without explicit qualification or import. │ NOTE: Assumed "CuSparseMatrixCSR" refers to `CUSPARSE.CuSparseMatrixCSR`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function CuSparseMatrixCSR end`. │ Hint: To silence the warning, qualify `CuSparseMatrixCSR` as `CUSPARSE.CuSparseMatrixCSR` in the method signature or explicitly `import CUSPARSE: CuSparseMatrixCSR`. └ Precompilation completed after 352.91s ################################################################################ # Testing # Testing MadIPM Status `/tmp/jl_YTJoxm/Project.toml` ⌅ [052768ef] CUDA v5.11.3 [63c18a36] KernelAbstractions v0.9.42 [40e66cde] LDLFactorizations v0.10.2 [4406d55e] MadIPM v0.2.1 ⌅ [2621e9c9] MadNLP v0.8.12 ⌅ [d72a61cc] MadNLPGPU v0.7.18 ⌅ [b52a2a03] MadNLPTests v0.5.4 [a4795742] NLPModels v0.21.12 [f468eda6] QuadraticModels v0.9.16 [37e2e46d] LinearAlgebra v1.14.0 [de0858da] Printf v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_YTJoxm/Manifest.toml` [14f7f29c] AMD v0.5.3 [621f4979] AbstractFFTs v1.5.0 [79e6a3ab] Adapt v4.7.0 [a9b6321e] Atomix v1.1.3 [ab4f0b2a] BFloat16s v0.6.1 [fa961155] CEnum v0.5.0 ⌅ [052768ef] CUDA v5.11.3 [1af6417a] CUDA_Runtime_Discovery v2.1.0 ⌅ [45b445bb] CUDSS v0.6.5 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [bbf7d656] CommonSubexpressions v0.3.1 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [e2d170a0] DataValueInterfaces v1.0.0 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.16.0 [ffbed154] DocStringExtensions v0.9.5 [e2ba6199] ExprTools v0.1.10 [9aa1b823] FastClosures v0.3.2 [f6369f11] ForwardDiff v1.4.1 [0c68f7d7] GPUArrays v11.5.8 [46192b85] GPUArraysCore v0.2.0 ⌅ [61eb1bfa] GPUCompiler v1.17.1 ⌅ [096a3bc2] GPUToolbox v1.1.1 [076d061b] HashArrayMappedTries v0.2.0 [92d709cd] IrrationalConstants v0.2.6 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.8.0 [682c06a0] JSON v1.6.1 [4076af6c] JuMP v1.30.1 [63c18a36] KernelAbstractions v0.9.42 [40e66cde] LDLFactorizations v0.10.2 [929cbde3] LLVM v9.10.0 [8b046642] LLVMLoopInfo v1.0.0 [b964fa9f] LaTeXStrings v1.4.0 [5c8ed15e] LinearOperators v2.14.1 [2ab3a3ac] LogExpFunctions v1.0.1 [1914dd2f] MacroTools v0.5.16 [4406d55e] MadIPM v0.2.1 ⌅ [2621e9c9] MadNLP v0.8.12 ⌅ [d72a61cc] MadNLPGPU v0.7.18 ⌅ [b52a2a03] MadNLPTests v0.5.4 [b8f27783] MathOptInterface v1.51.1 [2679e427] Metis v1.5.0 [d8a4904e] MutableArithmetics v1.8.0 [a4795742] NLPModels v0.21.12 [792afdf1] NLPModelsJuMP v0.13.5 [e01155f1] NLPModelsModifiers v0.8.0 [5da4648a] NVTX v1.0.3 [77ba4419] NaNMath v1.1.4 ⌅ [bac558e1] OrderedCollections v1.8.2 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [08abe8d2] PrettyTables v3.3.2 [f468eda6] QuadraticModels v0.9.16 [74087812] Random123 v1.7.1 [e6cf234a] RandomNumbers v1.6.0 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [7e506255] ScopedValues v1.6.2 [6c6a2e73] Scratch v1.3.0 [ff4d7338] SolverCore v0.3.10 [fa32481b] SparseMatricesCOO v0.2.6 [276daf66] SpecialFunctions v2.8.0 [90137ffa] StaticArrays v1.9.18 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [892a3eda] StringManipulation v0.4.4 [ec057cc2] StructUtils v2.8.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.13.0 [a759f4b9] TimerOutputs v0.5.29 [e689c965] Tracy v0.1.6 [3bb67fe8] TranscodingStreams v0.11.3 [013be700] UnsafeAtomics v0.3.1 [6e34b625] Bzip2_jll v1.0.9+0 [d1e2174e] CUDA_Compiler_jll v0.4.4+1 [4ee394cb] CUDA_Driver_jll v13.3.0+0 ⌅ [76a88914] CUDA_Runtime_jll v0.21.0+1 ⌅ [4889d778] CUDSS_jll v0.7.1+0 [9c1d0b0a] JuliaNVTXCallbacks_jll v0.2.1+0 [dad2f222] LLVMExtra_jll v0.0.43+1 [ad6e5548] LibTracyClient_jll v0.13.1+0 [d00139f3] METIS_jll v5.1.3+0 [e98f9f5b] NVTX_jll v3.2.2+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [1e29f10c] demumble_jll v1.3.0+0 [0dad84c5] ArgTools v1.2.0 [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 [4af54fe1] LazyArtifacts v1.11.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [4536629a] OpenBLAS_jll v0.3.33+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time Test with DenseDummyQP | 54 54 3m23.5s Test Summary: | Pass Total Time Test with simple LP | 12 12 1m56.6s Testing MadIPM tests passed Testing completed after 511.45s PkgEval succeeded after 902.44s