Package evaluation to test JuliaFormatter on Julia 1.14.0-DEV.2336 (83323976df*) started at 2026-06-11T12:53:49.217 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.77s ################################################################################ # Installation # Installing JuliaFormatter... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [98e50ef6] + JuliaFormatter v2.6.11 Updating `~/.julia/environments/v1.14/Manifest.toml` [a80b9123] + CommonMark v1.0.2 [c27321d9] + Glob v1.5.0 [98e50ef6] + JuliaFormatter v2.6.11 [70703baa] + JuliaSyntax v1.0.2 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting 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.13.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 26.18s ################################################################################ # Testing # Testing JuliaFormatter Status `/tmp/jl_PGp7lD/Project.toml` [98e50ef6] JuliaFormatter v2.6.11 [70703baa] JuliaSyntax v1.0.2 [44cfe95a] Pkg v1.14.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_PGp7lD/Manifest.toml` [a80b9123] CommonMark v1.0.2 [c27321d9] Glob v1.5.0 [98e50ef6] JuliaFormatter v2.6.11 [70703baa] JuliaSyntax v1.0.2 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [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 [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 [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.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [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... Resolving package versions... Updating `/tmp/jl_PGp7lD/Project.toml` [98e50ef6] ~ JuliaFormatter v2.6.11 ⇒ v2.6.11 `~/.julia/packages/JuliaFormatter/O2Ffo` Updating `/tmp/jl_PGp7lD/Manifest.toml` [98e50ef6] ~ JuliaFormatter v2.6.11 ⇒ v2.6.11 `~/.julia/packages/JuliaFormatter/O2Ffo` ┌ Warning: JuliaFormatter transformed one or more expressions with the form `x |> f` into the equivalent function call `f(x)`. │ │ Note that that this can lead to semantic changes if `|>` has been overloaded or otherwise has a custom meaning! │ │ You can disable this behaviour by setting the `pipe_to_function_call` option to `false`. Note that this option is `true` by default for Blue and YAS styles, meaning that you must explicitly opt out. Alternatively, you can use `#! format: off` and `#! format: on` to disable formatting for specific sections of code that use `|>`. └ @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/styles/default/pretty.jl:2206 [ Info: Error in formatting file /tmp/test_ignored_config/a.jl ignore: Error During Test at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:450 Test threw exception Expression: format(sandbox_dir) == false TaskFailedException nested task error: SystemError: opening file "/tmp/test_ignored_config/a.jl": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base error.jl:188 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base iostream.jl:327 [3] open(fname::String, mode::String; lock::Bool) @ Base iostream.jl:390 [4] open(fname::String, mode::String) @ Base iostream.jl:389 [inlined] [5] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String; kwargs::@Kwargs{}) @ Base io.jl:436 [inlined] [6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String) @ Base io.jl:435 [inlined] [7] write(::String, ::String) @ Base io.jl:517 [8] _format_file(filename::String; overwrite::Bool, verbose::Bool, format_markdown::Bool, format_options::@Kwargs{config_applied::Bool, ignore::Vector{String}}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:333 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:473 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:452 [inlined] [11] (::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}})(tid::Int64) @ JuliaFormatter threadingconstructs.jl:522 [12] (::Base.Threads.var"#threading_run##0#threading_run##1"{JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, Int64})() @ Base.Threads threadingconstructs.jl:178 caused by: SystemError: opening file "/tmp/test_ignored_config/a.jl": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base error.jl:188 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base iostream.jl:327 [3] open(fname::String, mode::String; lock::Bool) @ Base iostream.jl:390 [4] open(fname::String, mode::String) @ Base iostream.jl:389 [inlined] [5] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String; kwargs::@Kwargs{}) @ Base io.jl:436 [inlined] [6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String) @ Base io.jl:435 [inlined] [7] write(::String, ::String) @ Base io.jl:517 [8] _format_file(filename::String; overwrite::Bool, verbose::Bool, format_markdown::Bool, format_options::@Kwargs{config_applied::Bool, ignore::Vector{String}}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:333 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:463 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:452 [inlined] [11] (::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}})(tid::Int64) @ JuliaFormatter threadingconstructs.jl:522 [12] (::Base.Threads.var"#threading_run##0#threading_run##1"{JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, Int64})() @ Base.Threads threadingconstructs.jl:178 Stacktrace: [1] threading_run(fun::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, static::Bool) @ Base.Threads threadingconstructs.jl:199 [2] macro expansion @ threadingconstructs.jl:207 [inlined] [3] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:447 [4] format(path::String; verbose::Bool, options::@Kwargs{}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:423 [5] format(path::String) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:420 [6] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:450 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [ Info: Error in formatting file /tmp/test_ignored_config/a.jl ignore: Error During Test at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:451 Test threw exception Expression: format(sandbox_dir) == true TaskFailedException nested task error: SystemError: opening file "/tmp/test_ignored_config/a.jl": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base error.jl:188 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base iostream.jl:327 [3] open(fname::String, mode::String; lock::Bool) @ Base iostream.jl:390 [4] open(fname::String, mode::String) @ Base iostream.jl:389 [inlined] [5] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String; kwargs::@Kwargs{}) @ Base io.jl:436 [inlined] [6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String) @ Base io.jl:435 [inlined] [7] write(::String, ::String) @ Base io.jl:517 [8] _format_file(filename::String; overwrite::Bool, verbose::Bool, format_markdown::Bool, format_options::@Kwargs{config_applied::Bool, ignore::Vector{String}}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:333 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:473 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:452 [inlined] [11] (::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}})(tid::Int64) @ JuliaFormatter threadingconstructs.jl:522 [12] (::Base.Threads.var"#threading_run##0#threading_run##1"{JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, Int64})() @ Base.Threads threadingconstructs.jl:178 caused by: SystemError: opening file "/tmp/test_ignored_config/a.jl": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base error.jl:188 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base iostream.jl:327 [3] open(fname::String, mode::String; lock::Bool) @ Base iostream.jl:390 [4] open(fname::String, mode::String) @ Base iostream.jl:389 [inlined] [5] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String; kwargs::@Kwargs{}) @ Base io.jl:436 [inlined] [6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String) @ Base io.jl:435 [inlined] [7] write(::String, ::String) @ Base io.jl:517 [8] _format_file(filename::String; overwrite::Bool, verbose::Bool, format_markdown::Bool, format_options::@Kwargs{config_applied::Bool, ignore::Vector{String}}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:333 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:463 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:452 [inlined] [11] (::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}})(tid::Int64) @ JuliaFormatter threadingconstructs.jl:522 [12] (::Base.Threads.var"#threading_run##0#threading_run##1"{JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, Int64})() @ Base.Threads threadingconstructs.jl:178 Stacktrace: [1] threading_run(fun::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, static::Bool) @ Base.Threads threadingconstructs.jl:199 [2] macro expansion @ threadingconstructs.jl:207 [inlined] [3] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:447 [4] format(path::String; verbose::Bool, options::@Kwargs{}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:423 [5] format(path::String) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:420 [6] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:451 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] ignore: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] ignore: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] ignore: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] ignore: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] ignore: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:7 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:431 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/config.jl:458 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] ┌ Info: formatting in directory └ sandbox_dir = "/tmp/bqrkztuwwaetruugjjcatkmaqrodvpghtyuffkzl" [ Info: Error in formatting file /tmp/bqrkztuwwaetruugjjcatkmaqrodvpghtyuffkzl/blue_style.jl Format repo: Error During Test at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/format_repo.jl:6 Got exception outside of a @test TaskFailedException nested task error: SystemError: opening file "/tmp/bqrkztuwwaetruugjjcatkmaqrodvpghtyuffkzl/blue_style.jl": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base error.jl:188 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base iostream.jl:327 [3] open(fname::String, mode::String; lock::Bool) @ Base iostream.jl:390 [4] open(fname::String, mode::String) @ Base iostream.jl:389 [inlined] [5] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String; kwargs::@Kwargs{}) @ Base io.jl:436 [inlined] [6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String) @ Base io.jl:435 [inlined] [7] write(::String, ::String) @ Base io.jl:517 [8] _format_file(filename::String; overwrite::Bool, verbose::Bool, format_markdown::Bool, format_options::@Kwargs{config_applied::Bool}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:333 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:473 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:452 [inlined] [11] (::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}})(tid::Int64) @ JuliaFormatter threadingconstructs.jl:522 [12] (::Base.Threads.var"#threading_run##0#threading_run##1"{JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, Int64})() @ Base.Threads threadingconstructs.jl:178 caused by: SystemError: opening file "/tmp/bqrkztuwwaetruugjjcatkmaqrodvpghtyuffkzl/blue_style.jl": Permission denied Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base error.jl:188 [2] open(fname::String; lock::Bool, read::Nothing, write::Nothing, create::Nothing, truncate::Bool, append::Nothing) @ Base iostream.jl:327 [3] open(fname::String, mode::String; lock::Bool) @ Base iostream.jl:390 [4] open(fname::String, mode::String) @ Base iostream.jl:389 [inlined] [5] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String; kwargs::@Kwargs{}) @ Base io.jl:436 [inlined] [6] open(::Base.var"#write##0#write##1"{String, Tuple{}}, ::String, ::String) @ Base io.jl:435 [inlined] [7] write(::String, ::String) @ Base io.jl:517 [8] _format_file(filename::String; overwrite::Bool, verbose::Bool, format_markdown::Bool, format_options::@Kwargs{config_applied::Bool}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:333 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:463 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:452 [inlined] [11] (::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}})(tid::Int64) @ JuliaFormatter threadingconstructs.jl:522 [12] (::Base.Threads.var"#threading_run##0#threading_run##1"{JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, Int64})() @ Base.Threads threadingconstructs.jl:178 Stacktrace: [1] threading_run(fun::JuliaFormatter.var"#format##0#format##1"{String, Vector{String}}, static::Bool) @ Base.Threads threadingconstructs.jl:199 [2] macro expansion @ threadingconstructs.jl:207 [inlined] [3] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:447 [4] format(path::String; verbose::Bool, options::@Kwargs{}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:423 [5] format(path::String) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/O2Ffo/src/JuliaFormatter.jl:420 [6] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/format_repo.jl:7 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/format_repo.jl:14 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/runtests.jl:9 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/runtests.jl:20 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:521 [16] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [17] _start() @ Base client.jl:596 --threads: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:39 Expression: success(`$threaded_cmd --inplace .`) Evaluated: success(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no --threads=3 --project=/tmp/jl_PGp7lD -m JuliaFormatter --inplace .`) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] (::Main.JlfmtAppTests.var"#13#14")(::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:39 [3] (::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#13#14"})() @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:16 [inlined] [4] cd(f::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#13#14"}, dir::String) @ Base.Filesystem file.jl:112 [5] (::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#13#14"})(dir::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:15 [inlined] [6] mktempdir(fn::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#13#14"}, parent::String; prefix::String) @ Base.Filesystem file.jl:943 [7] with_sandbox(f::Main.JlfmtAppTests.var"#13#14") @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:14 [8] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:25 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:26 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:26 [inlined] --threads: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:40 Expression: success(`$threaded_cmd --check .`) Evaluated: success(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no --threads=3 --project=/tmp/jl_PGp7lD -m JuliaFormatter --check .`) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] (::Main.JlfmtAppTests.var"#13#14")(::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:40 [3] (::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#13#14"})() @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:16 [inlined] [4] cd(f::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#13#14"}, dir::String) @ Base.Filesystem file.jl:112 [5] (::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#13#14"})(dir::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:15 [inlined] [6] mktempdir(fn::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#13#14"}, parent::String; prefix::String) @ Base.Filesystem file.jl:943 [7] with_sandbox(f::Main.JlfmtAppTests.var"#13#14") @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:14 [8] top-level scope @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:25 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:26 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/JuliaFormatter/O2Ffo/test/jlfmt_app.jl:26 [inlined] Test Summary: | Pass Fail Error Broken Total Time JuliaFormatter | 5815 7 3 6 5831 29m18.1s Internal utilities | 42 42 1m06.7s predicates on GreenNodes | 42 42 0.5s Default Style | 2083 2083 41.6s YAS Style | 262 1 263 17.4s Blue Style | 56 56 12.7s SciML Style | 248 248 21.5s array literal examples | 840 840 8.7s hcat and typed_hcat nodes | 352 352 1.3s ncat and typed ncat nodes | 18 18 0.3s #490 | 16 16 0.0s #620 | 4 4 0.0s #582 | 2 2 0.0s #608 | 2 2 0.0s #532 | 10 10 0.6s GitHub Issues | 841 3 844 20.7s Formatting Options | 652 1 653 12.0s for_to_in normalization | 266 1 267 6.6s format interface | 8 8 1.4s format_file interface | 8 8 1.0s .JuliaFormatter.toml config | 38 5 2 45 10.5s basic configuration | 2 2 0.3s upward config search | 6 6 0.1s basic directory walk | 4 4 0.2s directory walk with nested configs | 5 5 0.1s directory walk with nested configs toplevel | 5 5 0.1s markdown formatting | 2 2 0.2s jmd formatting | 2 2 0.2s qmd formatting | 2 2 0.0s trailing_comma = nothing | 2 2 0.2s always_for_in = nothing | 2 2 0.1s ignore | 6 5 2 13 8.9s Format repo | 1 1 0.6s Test jlfmt app | 25 2 27 23m17.2s --threads | 1 2 3 4m03.4s DefaultStyle is used if not configured | 2 2 1m12.5s ignore | 8 8 2m30.4s --check | 3 3 3m55.2s --inplace | 2 2 2m39.7s stdout mode | 2 2 1m17.7s --prioritize-config-file | 4 4 5m05.9s style is picked up from config correctly | 3 3 2m32.4s RNG of the outermost testset: Random.Xoshiro(0xfc42d0e9bc04f504, 0x3adbee57b1d72112, 0xc062b7281826f362, 0x302fdf41bdfb51ff, 0xc0134a857c2c571d) ERROR: LoadError: Some tests did not pass: 5815 passed, 7 failed, 3 errored, 6 broken. in expression starting at /home/pkgeval/.julia/packages/JuliaFormatter/O2Ffo/test/runtests.jl:8 Testing failed after 1792.29s ERROR: LoadError: Package JuliaFormatter 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1856.01s: package tests unexpectedly errored