Package evaluation to test JuliaFormatter on Julia 1.14.0-DEV.2386 (9e0b0ca1f2*) started at 2026-06-16T14:03:04.696 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 11.37s ################################################################################ # Installation # Installing JuliaFormatter... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [98e50ef6] + JuliaFormatter v2.8.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [a80b9123] + CommonMark v1.0.2 [c27321d9] + Glob v1.5.0 [98e50ef6] + JuliaFormatter v2.8.3 [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 3.54s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 20.46s ################################################################################ # Testing # Testing JuliaFormatter Status `/tmp/jl_2WpWa4/Project.toml` [98e50ef6] JuliaFormatter v2.8.3 [70703baa] JuliaSyntax v1.0.2 [44cfe95a] Pkg v1.14.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_2WpWa4/Manifest.toml` [a80b9123] CommonMark v1.0.2 [c27321d9] Glob v1.5.0 [98e50ef6] JuliaFormatter v2.8.3 [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.3+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.7+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_2WpWa4/Project.toml` [98e50ef6] ~ JuliaFormatter v2.8.3 ⇒ v2.8.3 `~/.julia/packages/JuliaFormatter/mpErd` Updating `/tmp/jl_2WpWa4/Manifest.toml` [98e50ef6] ~ JuliaFormatter v2.8.3 ⇒ v2.8.3 `~/.julia/packages/JuliaFormatter/mpErd` ┌ 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/mpErd/src/styles/default/pretty.jl:2236 [ Info: Error in formatting file /tmp/test_ignored_config/a.jl ignore: Error During Test at /home/pkgeval/.julia/packages/JuliaFormatter/mpErd/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/mpErd/src/JuliaFormatter.jl:364 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:504 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:483 [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/mpErd/src/JuliaFormatter.jl:364 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:494 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:483 [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/mpErd/src/JuliaFormatter.jl:478 [4] format(path::String; verbose::Bool, options::@Kwargs{}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:454 [5] format(path::String) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:451 [6] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/mpErd/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/mpErd/src/JuliaFormatter.jl:364 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:504 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:483 [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/mpErd/src/JuliaFormatter.jl:364 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:494 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:483 [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/mpErd/src/JuliaFormatter.jl:478 [4] format(path::String; verbose::Bool, options::@Kwargs{}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:454 [5] format(path::String) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:451 [6] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/mpErd/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/mpErd/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/mpErd/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/mpErd/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/mpErd/test/config.jl:458 Expression: !(startswith(read(code_path, String), unformatted_text)) Evaluated: !(startswith("( )\n", "( )")) Stacktrace: [1] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/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/mpErd/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/gjtprkxsgxvxuruxgabrkqgbqcbqetdeuwauarsc" [ Info: Error in formatting file /tmp/gjtprkxsgxvxuruxgabrkqgbqcbqetdeuwauarsc/blue_style.jl Format repo: Error During Test at /home/pkgeval/.julia/packages/JuliaFormatter/mpErd/test/format_repo.jl:6 Got exception outside of a @test TaskFailedException nested task error: SystemError: opening file "/tmp/gjtprkxsgxvxuruxgabrkqgbqcbqetdeuwauarsc/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/mpErd/src/JuliaFormatter.jl:364 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:504 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:483 [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/gjtprkxsgxvxuruxgabrkqgbqcbqetdeuwauarsc/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/mpErd/src/JuliaFormatter.jl:364 [9] format(path::String, options::JuliaFormatter.Configuration) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:494 [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:483 [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/mpErd/src/JuliaFormatter.jl:478 [4] format(path::String; verbose::Bool, options::@Kwargs{}) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:454 [5] format(path::String) @ JuliaFormatter ~/.julia/packages/JuliaFormatter/mpErd/src/JuliaFormatter.jl:451 [6] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/test/format_repo.jl:14 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/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/mpErd/test/runtests.jl:24 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [14] top-level scope @ none:6 [15] eval(m::Module, e::Any) @ Core boot.jl:522 [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/mpErd/test/jlfmt_app.jl:54 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_2WpWa4 -m JuliaFormatter --inplace .`) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] (::Main.JlfmtAppTests.var"#26#27")(::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:54 [3] (::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#26#27"})() @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:17 [inlined] [4] cd(f::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#26#27"}, dir::String) @ Base.Filesystem file.jl:112 [5] (::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#26#27"})(dir::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:16 [inlined] [6] mktempdir(fn::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#26#27"}, parent::String; prefix::String) @ Base.Filesystem file.jl:943 [7] with_sandbox(f::Main.JlfmtAppTests.var"#26#27") @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:15 [8] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:40 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:41 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:41 [inlined] --threads: Test Failed at /home/pkgeval/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:55 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_2WpWa4 -m JuliaFormatter --check .`) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] (::Main.JlfmtAppTests.var"#26#27")(::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:55 [3] (::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#26#27"})() @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:17 [inlined] [4] cd(f::Main.JlfmtAppTests.var"#with_sandbox##2#with_sandbox##3"{String, Main.JlfmtAppTests.var"#26#27"}, dir::String) @ Base.Filesystem file.jl:112 [5] (::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#26#27"})(dir::String) @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:16 [inlined] [6] mktempdir(fn::Main.JlfmtAppTests.var"#with_sandbox##0#with_sandbox##1"{Main.JlfmtAppTests.var"#26#27"}, parent::String; prefix::String) @ Base.Filesystem file.jl:943 [7] with_sandbox(f::Main.JlfmtAppTests.var"#26#27") @ Main.JlfmtAppTests ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:15 [8] top-level scope @ ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:40 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [10] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:41 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [12] macro expansion @ ~/.julia/packages/JuliaFormatter/mpErd/test/jlfmt_app.jl:41 [inlined] Test Summary: | Pass Fail Error Broken Total Time JuliaFormatter | 6122 7 3 7 6139 33m19.5s Internal utilities | 42 42 52.0s predicates on GreenNodes | 42 42 0.4s Default Style | 2083 2083 32.5s YAS Style | 262 1 263 13.5s Blue Style | 56 56 11.6s SciML Style | 248 248 17.0s array literal examples | 465 465 7.7s hcat and typed_hcat nodes | 342 342 2.8s ncat and typed ncat nodes | 18 18 0.2s #490 | 16 16 0.0s #620 | 4 4 0.0s #582 | 2 2 0.0s #608 | 2 2 0.0s #532 | 10 10 0.5s #1113 - comments in vcat array literals | 55 55 0.0s #1113 - comments in ncat array literals | 59 1 60 0.0s #1113 - comments in hcat array literals | 66 66 0.0s GitHub Issues | 1235 3 1238 37.5s Formatting Options | 630 1 631 9.6s for_to_in normalization | 266 1 267 3.3s short_circuit_to_if | 32 32 0.3s trailing_comma | 22 22 0.0s v2_stable_multiline_strings | 22 22 1.6s line ranges (`lines` kwarg) | 44 44 2.7s format interface | 8 8 1.4s format_file interface | 8 8 1.1s .JuliaFormatter.toml config | 38 5 2 45 8.5s basic configuration | 2 2 0.2s upward config search | 6 6 0.1s basic directory walk | 4 4 0.1s 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 7.2s Format repo | 1 1 0.5s Test jlfmt app | 45 2 47 27m39.9s --threads | 1 2 3 3m30.1s DefaultStyle is used if not configured | 2 2 1m07.2s ignore | 8 8 2m28.0s --check | 4 4 2m39.5s multiple input diagnostics | 2 2 0.5s --inplace | 2 2 2m33.5s stdout mode | 2 2 1m19.7s --prioritize-config-file | 4 4 4m51.2s style is picked up from config correctly | 3 3 2m27.7s --lines | 17 17 6m42.6s RNG of the outermost testset: Random.Xoshiro(0xa1cffeb82ab28b08, 0x928538f2ba0caa60, 0x913c34cf78cde22c, 0x6b76088caed779f2, 0x1fc6ed767cc24aa2) ERROR: LoadError: Some tests did not pass: 6122 passed, 7 failed, 3 errored, 7 broken. in expression starting at /home/pkgeval/.julia/packages/JuliaFormatter/mpErd/test/runtests.jl:8 Testing failed after 2026.23s 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:325 [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 2078.51s: package tests unexpectedly errored