Package evaluation to test CodeComplexity on Julia 1.14.0-DEV.2114 (cccbcd9611*) started at 2026-05-05T08:23:28.229 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.47s ################################################################################ # Installation # Installing CodeComplexity... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [6a833b0f] + CodeComplexity v0.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [6a833b0f] + CodeComplexity v0.2.0 [70703baa] + JuliaSyntax v1.0.2 Installation completed after 1.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.6 s ✓ CodeComplexity 1 dependency successfully precompiled in 2 seconds. 34 already precompiled. Precompilation completed after 23.55s ################################################################################ # Testing # Testing CodeComplexity Status `/tmp/jl_1HBfgZ/Project.toml` [4c88cf16] Aqua v0.8.14 [6a833b0f] CodeComplexity v0.2.0 [70703baa] JuliaSyntax v1.0.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_1HBfgZ/Manifest.toml` [4c88cf16] Aqua v0.8.14 [6a833b0f] CodeComplexity v0.2.0 [34da2185] Compat v4.18.1 [70703baa] JuliaSyntax v1.0.2 [0dad84c5] ArgTools v1.1.2 [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 [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.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [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.1+0 [deac9b47] LibCURL_jll v8.19.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2026.3.19 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... ┌ Warning: `metric_complexity(metric, x)` is deprecated; use `measure_code(metric, x)`. │ caller = top-level scope at deprecation_tests.jl:8 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:8 ┌ Warning: `metric_complexity(metric, x)` is deprecated; use `measure_code(metric, x)`. │ caller = top-level scope at deprecation_tests.jl:8 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:8 ┌ Warning: `complexity_report(metric, code; ...)` is deprecated; use `measure_report(metric, code; ...)`. │ caller = top-level scope at deprecation_tests.jl:8 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:8 ┌ Warning: `file_complexity(metric, path; ...)` is deprecated; use `measure_file(metric, path; ...)`. │ caller = (::var"#104#105"{String})(tmpdir::String) at deprecation_tests.jl:34 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:34 ┌ Warning: `directory_complexity(metric, dir; ...)` is deprecated; use `measure_directory(metric, dir; ...)`. │ caller = (::var"#104#105"{String})(tmpdir::String) at deprecation_tests.jl:38 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:38 ┌ Warning: `check_complexity(metric, target; ...)` is deprecated; use `check_measure(metric, target; ...)`. │ caller = (::var"#104#105"{String})(tmpdir::String) at deprecation_tests.jl:42 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:42 ┌ Warning: `package_complexity(metric, pkg; ...)` is deprecated; use `measure_package(metric, pkg; ...)`. │ caller = top-level scope at deprecation_tests.jl:8 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:8 ┌ Warning: `cyclomatic_complexity(expr)` is deprecated; use `measure_code(CyclomaticComplexity(), expr)` instead. │ caller = top-level scope at deprecation_tests.jl:57 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:57 ┌ Warning: `complexity_report(code; max_complexity=...)` is deprecated; use `measure_report(CyclomaticComplexity(), code; max_value=...)`. │ caller = top-level scope at deprecation_tests.jl:57 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:57 ┌ Warning: `complexity_report(code; max_complexity=...)` is deprecated; use `measure_report(CyclomaticComplexity(), code; max_value=...)`. │ caller = top-level scope at deprecation_tests.jl:57 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:57 ┌ Warning: `file_complexity(path; max_complexity=...)` is deprecated; use `measure_file(CyclomaticComplexity(), path; max_value=...)`. │ caller = (::var"#107#108"{String})(tmpdir::String) at deprecation_tests.jl:80 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:80 ┌ Warning: `directory_complexity(dir; ...)` is deprecated; use `measure_directory(CyclomaticComplexity(), dir; max_value=...)`. │ caller = (::var"#107#108"{String})(tmpdir::String) at deprecation_tests.jl:84 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:84 ┌ Warning: `check_complexity(path; max_complexity=...)` is deprecated; use `check_measure(CyclomaticComplexity(), path; max_value=...)`. │ caller = macro expansion at Test.jl:781 [inlined] └ @ Core /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 ┌ Warning: `argument_count_report` is deprecated; use `measure_report(ArgumentCountComplexity(), code; max_value=..., ignore=...)`. │ caller = top-level scope at deprecation_tests.jl:92 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:92 ┌ Warning: `argument_count_report` is deprecated; use `measure_report(ArgumentCountComplexity(), code; max_value=..., ignore=...)`. │ caller = top-level scope at deprecation_tests.jl:92 └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:92 ┌ Warning: `file_argument_counts` is deprecated; use `measure_file(ArgumentCountComplexity(), path; max_value=..., ignore=...)`. │ caller = (::var"#113#114"{String})(tmpdir::String) at deprecation_tests.jl:110 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:110 ┌ Warning: `directory_argument_counts` is deprecated; use `measure_directory(ArgumentCountComplexity(), dir; ...)`. │ caller = (::var"#113#114"{String})(tmpdir::String) at deprecation_tests.jl:114 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:114 ┌ Warning: `check_argument_count` is deprecated; use `check_measure(ArgumentCountComplexity(), path_or_pkg; max_value=..., ignore=...)`. │ caller = macro expansion at deprecation_tests.jl:117 [inlined] └ @ Core ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:117 ┌ Warning: `check_argument_count` is deprecated; use `check_measure(ArgumentCountComplexity(), path_or_pkg; max_value=..., ignore=...)`. │ caller = (::var"#113#114"{String})(tmpdir::String) at deprecation_tests.jl:118 └ @ Main ~/.julia/packages/CodeComplexity/JGFE3/test/deprecation_tests.jl:118 Test Summary: | Pass Total Time CodeComplexity | 346 346 1m21.5s Test Summary: | Pass Total Time Aqua | 10 10 44.3s Testing CodeComplexity tests passed Testing completed after 136.49s PkgEval succeeded after 187.61s