Package evaluation to test MutableArithmetics on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T15:36:43.663 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.11s ################################################################################ # Installation # Installing MutableArithmetics... Resolving package versions... Installed MutableArithmetics ─ v1.8.0 Updating `~/.julia/environments/v1.14/Project.toml` [d8a4904e] + MutableArithmetics v1.8.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [d8a4904e] + MutableArithmetics v1.8.0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown 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 [8dfed614] + Test v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 9.0 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 95.2 s ✓ OffsetArrays 126.0 s ✓ MutableArithmetics 2 dependencies successfully precompiled in 221 seconds. 10 already precompiled. Precompilation completed after 267.4s ################################################################################ # Testing # Testing MutableArithmetics Status `/tmp/jl_SPSnmx/Project.toml` [d8a4904e] MutableArithmetics v1.8.0 [6fe1bfb0] OffsetArrays v1.17.0 [37e2e46d] LinearAlgebra v1.14.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_SPSnmx/Manifest.toml` [d8a4904e] MutableArithmetics v1.8.0 [6fe1bfb0] OffsetArrays v1.17.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown 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 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [4536629a] OpenBLAS_jll v0.3.33+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time test_basics.jl | 647 647 3m10.2s Test Summary: | Pass Total Time test_big.jl | 3432 3432 26.2s Test Summary: | Pass Total Time test_broadcast.jl | 19 19 19.7s Test Summary: | Pass Total Time test_evalpoly.jl | 6870 6870 8.1s Test Summary: | Pass Total Time test_hygiene.jl | 10 10 0.6s Test Summary: | Pass Total Time test_int.jl | 64 64 2.0s Test Summary: | Pass Total Time test_matmul.jl | 225 225 1m41.1s Int64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Int64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Int64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Int64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Int64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Float64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Float64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Float64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Float64: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Float64}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigFloat: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigFloat: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigFloat: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 BigFloat: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{BigFloat}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{Int64}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{Int64}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{Int64}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{Int64}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{Int64}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{BigInt}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{BigInt}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{BigInt}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Rational{BigInt}: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Rational{BigInt}}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Main.TestRewrite.DummyBigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 =# MA.@rewrite(sum{(i for i = 1:2)}) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: The curly syntax (sum{},prod{},norm2{}) is no longer supported. Expression: `sum{(i for i = 1:2)}`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:57 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Main.TestRewrite.DummyBigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 =# MA.@rewrite(z >= y) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `z >= y`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `z >= y`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:59 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Main.TestRewrite.DummyBigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 =# MA.@rewrite(y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:61 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Main.TestRewrite.DummyBigInt: Test Failed at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:38 Expression: try #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# @eval #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 =# MA.@rewrite(x <= y <= z) catch catched_error #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:41 =# throw(catched_error.error) end Expected: ErrorException("Unexpected comparison in expression `x <= y <= z`.") Thrown: FieldError(Base.JuliaLowering.MacroExpansionError, :error) FieldError: type Base.JuliaLowering.MacroExpansionError has no field `error`, available fields: `context`, `ex`, `msg`, `position`, `err` Stacktrace: [1] getproperty(x::Base.JuliaLowering.MacroExpansionError, f::Symbol) @ Base Base_compiler.jl:58 [2] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [3] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [4] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 caused by: MacroExpansionError while expanding MA.@rewrite in module Main.TestRewrite: #= /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:39 =# - Error expanding macro Caused by: Unexpected comparison in expression `x <= y <= z`. Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] _rewrite(vectorized::Bool, minus::Bool, inner_factor::Expr, current_sum::Nothing, left_factors::Vector{Any}, right_factors::Vector{Any}, new_var::Symbol) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:478 [3] indexed_iterate(t::Tuple{Symbol, Expr}, i::Int64, state::Int64) @ Base tuple.jl:161 [inlined] [4] rewrite_and_return(expr::Expr; move_factors_into_sums::Bool, return_is_mutable::Bool) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:357 [5] var"@rewrite"(__source__::LineNumberNode, __module__::Module, args::Vararg{Any}) @ MutableArithmetics ~/.julia/packages/MutableArithmetics/xwKH0/src/rewrite.jl:7 [6] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [8] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [inlined] [9] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [10] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:730 [11] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:718 [inlined] [12] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [13] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [14] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [16] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ none:6 [19] eval(m::Module, e::Any) @ Core boot.jl:522 [20] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [21] _start() @ Base client.jl:596 Stacktrace: [1] test_Error(::Type{Main.TestRewrite.DummyBigInt}) @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:63 [2] runtests() @ Main.TestRewrite ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18 [3] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 31 running 1 of 1 signal (10): User defined signal 1 _ZNK4llvm17DominatorTreeBaseINS_10BasicBlockELb0EE9dominatesEPKS1_S4_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_18Verifier18verifyDominatesUseERN4llvm11InstructionEj at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_18Verifier16visitInstructionERN4llvm11InstructionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_18Verifier6verifyERKN4llvm8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm14verifyFunctionERKNS_8FunctionEPNS_11raw_ostreamE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) verifyLLVMIR at /source/src/pipeline.cpp:1133:23 runOnLoop at /source/src/llvm-julia-licm.cpp:356:9 run at /source/src/llvm-julia-licm.cpp:381:28 run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE13runSinglePassIS1_St10unique_ptrINS_6detail11PassConceptIS1_S5_JS4_S7_EEESt14default_deleteISD_EEEESt8optionalINS_17PreservedAnalysesEERT_RT0_RS5_S4_S7_RNS_19PassInstrumentationE.isra.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE24runWithoutLoopNestPassesERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE3runERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm25FunctionToLoopPassAdaptor3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/src/pipeline.cpp:989:12 operator() at /source/src/jitlayers.cpp:1271:17 operator() at /source/src/jitlayers.cpp:1409:12 [inlined] optimizeModule at /source/src/jitlayers.cpp:2360:18 materialize at /source/src/jitlayers.cpp:876:31 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:361:11 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2059:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:511:39 jl_compile_method_very_internal at /source/src/gf.c:3927:27 _jl_invoke at /source/src/gf.c:4337:16 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 #kw_body#array_test#0 at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/src/Test/array.jl:648:0 [inlined] #kw_body#array_test#0 at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/src/Test/config.jl:0:0 (pc: 619) array_test at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/src/Test/array.jl:648:0 [inlined] test_tensor at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:116:0 (pc: 127) unknown function (ip: 0x79c646b32eaf) at (unknown file) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 runtests at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18:0 (pc: 951) unknown function (ip: 0x79c669a81f8f) at (unknown file) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:757:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:947:21 ijl_eval_thunk at /source/src/toplevel.c:764:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 top-level scope at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11:0 (pc: 228) jl_invoke_oneshot at /source/src/gf.c:4380:23 ijl_eval_thunk at /source/src/toplevel.c:756:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:757:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:947:21 ijl_eval_thunk at /source/src/toplevel.c:764:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) exec_options at ./client.jl:321:0 (pc: 426) _start at ./client.jl:596:0 (pc: 295) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] true_main at /source/src/jlapi.c:985:29 jl_repl_entrypoint at /source/src/jlapi.c:1152:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x79c6ae474249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000070429c47da50 Total snapshots: 350. Utilization: 0% ╎350 @Base/task.jl:1170 wait_forever() 349╎ 350 @Base/task.jl:1248 wait() [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404:0 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430:0 ijl_task_get_next at /source/src/scheduler.c:524:34 wait at ./task.jl:1248:0 (pc: 107) wait_forever at ./task.jl:1170:0 (pc: 4) jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] start_task at /source/src/task.c:1276:19 unknown function (ip: (nil)) at (unknown file) Allocations: 11730142 (Pool: 11729946; Big: 196); GC: 14 [31] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:128 _ZN4llvm15ScalarEvolution18getLoopDispositionEPKNS_4SCEVEPKNS_4LoopE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm15ScalarEvolution22isAvailableAtLoopEntryEPKNS_4SCEVEPKNS_4LoopE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm15ScalarEvolution10getAddExprERNS_15SmallVectorImplIPKNS_4SCEVEEENS2_11NoWrapFlagsEj at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm15ScalarEvolution10getAddExprEPKNS_4SCEVES3_NS1_11NoWrapFlagsEj at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN12_GLOBAL__N_130InductiveRangeCheckElimination3runEPN4llvm4LoopENS1_12function_refIFvS3_bEEE.constprop.0 at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm8IRCEPass3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91:41 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) run at /source/src/pipeline.cpp:989:12 operator() at /source/src/jitlayers.cpp:1271:17 operator() at /source/src/jitlayers.cpp:1409:12 [inlined] optimizeModule at /source/src/jitlayers.cpp:2360:18 materialize at /source/src/jitlayers.cpp:876:31 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) dispatch at /source/src/julia-task-dispatcher.h:361:11 _ZN4llvm3orc16ExecutionSession22dispatchOutstandingMUsEv at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession17OL_completeLookupESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EESt10shared_ptrINS0_23AsynchronousSymbolQueryEESt8functionIFvRKNS_8DenseMapIPNS0_8JITDylibENS_8DenseSetINS0_15SymbolStringPtrENS_12DenseMapInfoISF_vEEEENSG_ISD_vEENS_6detail12DenseMapPairISD_SI_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc25InProgressFullLookupState8completeESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession19OL_applyQueryPhase1ESt10unique_ptrINS0_21InProgressLookupStateESt14default_deleteIS3_EENS_5ErrorE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) _ZN4llvm3orc16ExecutionSession6lookupENS0_10LookupKindERKSt6vectorISt4pairIPNS0_8JITDylibENS0_19JITDylibLookupFlagsEESaIS8_EENS0_15SymbolLookupSetENS0_11SymbolStateENS_15unique_functionIFvNS_8ExpectedINS_8DenseMapINS0_15SymbolStringPtrENS0_17ExecutorSymbolDefENS_12DenseMapInfoISI_vEENS_6detail12DenseMapPairISI_SJ_EEEEEEEEESt8functionIFvRKNSH_IS6_NS_8DenseSetISI_SL_EENSK_IS6_vEENSN_IS6_SV_EEEEEE at /opt/julia/bin/../lib/julia/libLLVM.so.21.1jl (unknown line) publishCIs at /source/src/jitlayers.cpp:2059:14 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:511:39 jl_compile_method_very_internal at /source/src/gf.c:3927:27 _jl_invoke at /source/src/gf.c:4337:16 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 #kw_body#array_test#0 at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/src/Test/array.jl:648:0 [inlined] #kw_body#array_test#0 at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/src/Test/config.jl:0:0 (pc: 619) array_test at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/src/Test/array.jl:648:0 [inlined] test_tensor at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:116:0 (pc: 127) unknown function (ip: 0x79c646b70dcf) at (unknown file) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 runtests at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/test_rewrite.jl:18:0 (pc: 951) unknown function (ip: 0x79c669a81f8f) at (unknown file) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:757:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:947:21 ijl_eval_thunk at /source/src/toplevel.c:764:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 top-level scope at /home/pkgeval/.julia/packages/MutableArithmetics/xwKH0/test/runtests.jl:11:0 (pc: 228) jl_invoke_oneshot at /source/src/gf.c:4380:23 ijl_eval_thunk at /source/src/toplevel.c:756:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) include_string at ./loading.jl:3132:0 (pc: 208) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 _include at ./loading.jl:3192:0 (pc: 122) include at ./Base.jl:326:0 (pc: 1) IncludeInto at ./Base.jl:327:0 (pc: 2) jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] do_call at /source/src/interpreter.c:123:26 eval_value at /source/src/interpreter.c:259:16 eval_stmt_value at /source/src/interpreter.c:194:23 [inlined] eval_body at /source/src/interpreter.c:757:13 jl_interpret_toplevel_thunk at /source/src/interpreter.c:947:21 ijl_eval_thunk at /source/src/toplevel.c:764:18 jl_toplevel_eval_flex at /source/src/toplevel.c:708:26 jl_eval_toplevel_stmts at /source/src/toplevel.c:598:15 jl_toplevel_eval_flex at /source/src/toplevel.c:680:27 ijl_toplevel_eval at /source/src/toplevel.c:778:12 ijl_toplevel_eval_in at /source/src/toplevel.c:823:13 eval at ./boot.jl:522:0 (pc: 1) exec_options at ./client.jl:321:0 (pc: 426) _start at ./client.jl:596:0 (pc: 295) jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4345:23 [inlined] ijl_apply_generic at /source/src/gf.c:4583:12 jl_apply at /source/src/julia.h:2405:12 [inlined] true_main at /source/src/jlapi.c:985:29 jl_repl_entrypoint at /source/src/jlapi.c:1152:15 main at /source/cli/loader_exe.c:58:15 unknown function (ip: 0x79c6ae474249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S unknown function (ip: (nil)) at (unknown file) Allocations: 499349327 (Pool: 499336765; Big: 12562); GC: 233 PkgEval terminated after 2720.74s: test duration exceeded the time limit