Package evaluation of LightGraphsFlows on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-29T02:44:39.963 ################################################################################ # Set-up # Set-up completed after 0.26s ################################################################################ # Installation # Installing LightGraphsFlows... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [2f5eb75a] + LightGraphsFlows v0.4.2 Updating `~/.julia/environments/v1.13/Manifest.toml` ⌅ [ec485272] + ArnoldiMethod v0.1.0 [6e4b80f9] + BenchmarkTools v1.6.0 [49dc2e85] + Calculus v0.5.2 ⌅ [523fee87] + CodecBzip2 v0.7.2 [944b1d66] + CodecZlib v0.7.8 [bbf7d656] + CommonSubexpressions v0.3.1 [34da2185] + Compat v4.16.0 [864edb3b] + DataStructures v0.18.22 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [ffbed154] + DocStringExtensions v0.9.4 ⌅ [f6369f11] + ForwardDiff v0.10.38 ⌅ [cd3eb016] + HTTP v0.9.17 [d25df0c9] + Inflate v0.1.5 [83e8ac13] + IniFile v0.5.1 [92d709cd] + IrrationalConstants v0.2.4 [692b3bcd] + JLLWrappers v1.7.0 [682c06a0] + JSON v0.21.4 ⌅ [7d188eb4] + JSONSchema v0.3.4 ⌅ [4076af6c] + JuMP v0.21.5 [093fc24a] + LightGraphs v1.3.5 [2f5eb75a] + LightGraphsFlows v0.4.2 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 ⌅ [b8f27783] + MathOptInterface v0.9.22 [739be429] + MbedTLS v1.1.9 ⌅ [d8a4904e] + MutableArithmetics v0.2.22 ⌅ [77ba4419] + NaNMath v0.3.7 [bac558e1] + OrderedCollections v1.8.0 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [699a6c99] + SimpleTraits v0.9.4 [276daf66] + SpecialFunctions v2.5.1 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 ⌅ [3bb67fe8] + TranscodingStreams v0.9.13 [5c2747f8] + URIs v1.5.2 [6e34b625] + Bzip2_jll v1.0.9+0 [c8ffd9c3] + MbedTLS_jll v2.28.6+2 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed 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 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9abbd945] + Profile v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.12.0 [f489334b] + StyledStrings v1.11.0 [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 [14a3606d] + MozillaCACerts_jll v2024.12.31 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.5+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.1+2 [8e850b90] + libblastrampoline_jll v5.12.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 6.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 93815.6 ms ✓ MathOptInterface 19137.1 ms ✓ JuMP 185907.3 ms ✓ LightGraphsFlows 3 dependencies successfully precompiled in 303 seconds. 66 already precompiled. 2 dependencies had output during precompilation: ┌ MathOptInterface │ WARNING: method definition for promote_operation at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/mutable_arithmetics.jl:74 declares type variable N but does not use it. │ WARNING: method definition for promote_operation at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/mutable_arithmetics.jl:81 declares type variable N but does not use it. │ WARNING: method definition for #normalize_and_add_constraint#88 at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/constraints.jl:13 declares type variable T but does not use it. │ WARNING: method definition for get at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/struct_of_constraints.jl:83 declares type variable T but does not use it. │ WARNING: method definition for set at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:415 declares type variable T but does not use it. │ WARNING: method definition for modify at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:462 declares type variable F but does not use it. │ WARNING: method definition for check_type_and_multiple_names at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:516 declares type variable T but does not use it. │ WARNING: method definition for check_type_and_multiple_names at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:527 declares type variable T but does not use it. │ WARNING: method definition for get at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Bridges/Constraint/indicator_sos.jl:186 declares type variable CI but does not use it. └ ┌ LightGraphsFlows │ WARNING: method definition for promote_operation at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/mutable_arithmetics.jl:74 declares type variable N but does not use it. │ WARNING: method definition for promote_operation at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/mutable_arithmetics.jl:81 declares type variable N but does not use it. │ WARNING: method definition for #normalize_and_add_constraint#88 at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/constraints.jl:13 declares type variable T but does not use it. │ WARNING: method definition for get at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/struct_of_constraints.jl:83 declares type variable T but does not use it. │ WARNING: method definition for set at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:415 declares type variable T but does not use it. │ WARNING: method definition for modify at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:462 declares type variable F but does not use it. │ WARNING: method definition for check_type_and_multiple_names at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:516 declares type variable T but does not use it. │ WARNING: method definition for check_type_and_multiple_names at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Utilities/universalfallback.jl:527 declares type variable T but does not use it. │ WARNING: method definition for get at /home/pkgeval/.julia/packages/MathOptInterface/YDdD3/src/Bridges/Constraint/indicator_sos.jl:186 declares type variable CI but does not use it. └ Precompilation completed after 309.95s ################################################################################ # Loading # Loading LightGraphsFlows... Loading completed after 18.56s PkgEval succeeded after 354.55s