Package evaluation to test FixedPointSinCosApproximations on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T15:51:10.718 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.38s ################################################################################ # Installation # Installing FixedPointSinCosApproximations... Resolving package versions... Installed FixedPointSinCosApproximations ─ v1.1.0 Installed SIMD ─────────────────────────── v3.7.2 Installed DocStringExtensions ──────────── v0.9.5 Installed Preferences ──────────────────── v1.5.2 Installed PrecompileTools ──────────────── v1.3.4 Updating `~/.julia/environments/v1.14/Project.toml` [aedcc28f] + FixedPointSinCosApproximations v1.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [ffbed154] + DocStringExtensions v0.9.5 [aedcc28f] + FixedPointSinCosApproximations v1.1.0 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [fdea26ae] + SIMD v3.7.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.63s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 8.9 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.5 s ✓ DocStringExtensions 30.9 s ✓ Preferences 31.1 s ✓ PrecompileTools 629.0 s ✓ SIMD 74.6 s ✓ FixedPointSinCosApproximations 5 dependencies successfully precompiled in 767 seconds. 12 already precompiled. Precompilation completed after 814.57s ################################################################################ # Testing # Testing FixedPointSinCosApproximations Status `/tmp/jl_RKFUO7/Project.toml` [ffbed154] DocStringExtensions v0.9.5 [aedcc28f] FixedPointSinCosApproximations v1.1.0 [fdea26ae] SIMD v3.7.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_RKFUO7/Manifest.toml` [ffbed154] DocStringExtensions v0.9.5 [aedcc28f] FixedPointSinCosApproximations v1.1.0 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [fdea26ae] SIMD v3.7.2 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... Test Summary: | Pass Total Time Second order | 3 3 1.7s Test Summary: | Pass Total Time Third order | 3 3 1.5s Test Summary: | Pass Total Time Fourth order | 2 2 0.3s Test Summary: | Pass Total Time Fifth order | 2 2 0.3s Test Summary: | Pass Total Time Sixth order | 2 2 0.4s Test Summary: | Pass Total Time Sin approximation | 12 12 2.2s Test Summary: | Pass Total Time Cos approximation | 12 12 0.0s Test Summary: | Pass Total Time SIMD.Vec support | 192 192 7.9s exact match vs integer-DDA reference (drift-free): Error During Test at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:18 Got exception outside of a @test LoweringError: #= /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 =# - function argument name not unique Expression: #arg# Containing expressions: (lambda (block #self# x ptr #arg# #arg#) (block N T Al Te) (block (meta :inline) (call (call top.getproperty Base :llvmcall) "%ptr = bitcast ptr %1 to <32 x i16>*\nstore <32 x i16> %0, <32 x i16>* %ptr, align 2 \nret void\n" Cvoid (call core.apply_type Tuple (call core.apply_type LVec N T) (call core.apply_type Ptr T)) x ptr))) Detailed provenance: #arg# └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <32 x i16>*\nstore <32 x i16> %0, <32 x i16>* %ptr, align 2 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <32 x i16>*\nstore <32 x i16> %0, <32 x i16>* %ptr, align 2 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 Stacktrace: [1] explicit_declare_in_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, scope::Base.JuliaLowering.ScopeInfo, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, new_k::Symbol) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:133 [2] enter_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:291 [3] _resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, scope::Union{Nothing, Base.JuliaLowering.ScopeInfo}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:427 [4] resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:790 [5] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing, world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:819 [6] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:807 [inlined] [7] (::Base.JuliaLowering.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Any, ::Any, ::Any, ::Vararg{Any}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:280 [8] vstore(x::Vec{32, Int16}, ptr::Ptr{Int16}, mask::Nothing, #arg#::Val{false}, #arg#@1::Val{false}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [9] vstore(x::Vec{32, Int16}, ptr::Ptr{Int16}, mask::Nothing) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [10] setindex!(::Vector{Int16}, ::Vec{32, Int16}, ::VecRange{32}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:310 [inlined] [11] _generate!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, step_num::Int64, step_den::Int64, phase_offset::Int16, ::Val{32}, ::Type{UInt16}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:111 [12] generate_carrier!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, step_numerator::Int64, step_denominator::Int64; phase::Int64, lanes::Val{32}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [13] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [15] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 [16] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core boot.jl:522 [19] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [20] _start() @ Base client.jl:596 accuracy vs true sin/cos (N=7, Int16): Error During Test at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:31 Got exception outside of a @test LoweringError: #= /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 =# - function argument name not unique Expression: #arg# Containing expressions: (lambda (block #self# x ptr #arg# #arg#) (block N T Al Te) (block (meta :inline) (call (call top.getproperty Base :llvmcall) "%ptr = bitcast ptr %1 to <32 x i16>*\nstore <32 x i16> %0, <32 x i16>* %ptr, align 2 \nret void\n" Cvoid (call core.apply_type Tuple (call core.apply_type LVec N T) (call core.apply_type Ptr T)) x ptr))) Detailed provenance: #arg# └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <32 x i16>*\nstore <32 x i16> %0, <32 x i16>* %ptr, align 2 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <32 x i16>*\nstore <32 x i16> %0, <32 x i16>* %ptr, align 2 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 Stacktrace: [1] explicit_declare_in_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, scope::Base.JuliaLowering.ScopeInfo, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, new_k::Symbol) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:133 [2] enter_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:291 [3] _resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, scope::Union{Nothing, Base.JuliaLowering.ScopeInfo}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:427 [4] resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:790 [5] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing, world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:819 [6] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:807 [inlined] [7] (::Base.JuliaLowering.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Any, ::Any, ::Any, ::Vararg{Any}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:280 [8] vstore(x::Vec{32, Int16}, ptr::Ptr{Int16}, mask::Nothing, #arg#::Val{false}, #arg#@1::Val{false}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [9] vstore(x::Vec{32, Int16}, ptr::Ptr{Int16}, mask::Nothing) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [10] setindex!(::Vector{Int16}, ::Vec{32, Int16}, ::VecRange{32}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:310 [inlined] [11] _generate!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, step_num::Int64, step_den::Int64, phase_offset::Int16, ::Val{32}, ::Type{UInt16}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:111 [12] generate_carrier!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, step_numerator::Int64, step_denominator::Int64; phase::Int64, lanes::Val{32}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [13] generate_carrier!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, step_numerator::Int64, step_denominator::Int64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [14] generate_carrier!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, normalised_frequency::Float64; kw::@Kwargs{}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:76 [inlined] [15] generate_carrier!(sin_out::Vector{Int16}, cos_out::Vector{Int16}, bits::Val{7}, normalised_frequency::Float64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:73 [16] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 [19] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [23] _start() @ Base client.jl:596 accuracy vs true sin/cos (N=14, Int32): Error During Test at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:31 Got exception outside of a @test LoweringError: #= /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 =# - function argument name not unique Expression: #arg# Containing expressions: (lambda (block #self# x ptr #arg# #arg#) (block N T Al Te) (block (meta :inline) (call (call top.getproperty Base :llvmcall) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (call core.apply_type Tuple (call core.apply_type LVec N T) (call core.apply_type Ptr T)) x ptr))) Detailed provenance: #arg# └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 Stacktrace: [1] explicit_declare_in_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, scope::Base.JuliaLowering.ScopeInfo, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, new_k::Symbol) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:133 [2] enter_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:291 [3] _resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, scope::Union{Nothing, Base.JuliaLowering.ScopeInfo}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:427 [4] resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:790 [5] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing, world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:819 [6] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:807 [inlined] [7] (::Base.JuliaLowering.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Any, ::Any, ::Any, ::Vararg{Any}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:280 [8] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing, #arg#::Val{false}, #arg#@1::Val{false}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [9] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [10] setindex!(::Vector{Int32}, ::Vec{16, Int32}, ::VecRange{16}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:310 [inlined] [11] _generate!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{14}, step_num::Int64, step_den::Int64, phase_offset::Int32, ::Val{16}, ::Type{UInt32}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:111 [12] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{14}, step_numerator::Int64, step_denominator::Int64; phase::Int64, lanes::Val{16}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [13] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{14}, step_numerator::Int64, step_denominator::Int64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [14] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{14}, normalised_frequency::Float64; kw::@Kwargs{}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:76 [inlined] [15] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{14}, normalised_frequency::Float64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:73 [16] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 [19] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [23] _start() @ Base client.jl:596 accuracy vs true sin/cos (N=8, Int32): Error During Test at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:31 Got exception outside of a @test LoweringError: #= /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 =# - function argument name not unique Expression: #arg# Containing expressions: (lambda (block #self# x ptr #arg# #arg#) (block N T Al Te) (block (meta :inline) (call (call top.getproperty Base :llvmcall) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (call core.apply_type Tuple (call core.apply_type LVec N T) (call core.apply_type Ptr T)) x ptr))) Detailed provenance: #arg# └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 Stacktrace: [1] explicit_declare_in_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, scope::Base.JuliaLowering.ScopeInfo, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, new_k::Symbol) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:133 [2] enter_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:291 [3] _resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, scope::Union{Nothing, Base.JuliaLowering.ScopeInfo}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:427 [4] resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:790 [5] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing, world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:819 [6] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:807 [inlined] [7] (::Base.JuliaLowering.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Any, ::Any, ::Any, ::Vararg{Any}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:280 [8] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing, #arg#::Val{false}, #arg#@1::Val{false}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [9] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [10] setindex!(::Vector{Int32}, ::Vec{16, Int32}, ::VecRange{16}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:310 [inlined] [11] _generate!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{8}, step_num::Int64, step_den::Int64, phase_offset::Int32, ::Val{16}, ::Type{UInt32}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:111 [12] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{8}, step_numerator::Int64, step_denominator::Int64; phase::Int64, lanes::Val{16}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [13] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{8}, step_numerator::Int64, step_denominator::Int64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [14] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{8}, normalised_frequency::Float64; kw::@Kwargs{}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:76 [inlined] [15] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{8}, normalised_frequency::Float64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:73 [16] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 [17] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [18] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 [19] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [20] top-level scope @ none:6 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [23] _start() @ Base client.jl:596 phase offset: Error During Test at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:44 Got exception outside of a @test LoweringError: #= /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 =# - function argument name not unique Expression: #arg# Containing expressions: (lambda (block #self# x ptr #arg# #arg#) (block N T Al Te) (block (meta :inline) (call (call top.getproperty Base :llvmcall) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (call core.apply_type Tuple (call core.apply_type LVec N T) (call core.apply_type Ptr T)) x ptr))) Detailed provenance: #arg# └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 Stacktrace: [1] explicit_declare_in_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, scope::Base.JuliaLowering.ScopeInfo, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, new_k::Symbol) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:133 [2] enter_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:291 [3] _resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, scope::Union{Nothing, Base.JuliaLowering.ScopeInfo}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:427 [4] resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:790 [5] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing, world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:819 [6] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:807 [inlined] [7] (::Base.JuliaLowering.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Any, ::Any, ::Any, ::Vararg{Any}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:280 [8] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing, #arg#::Val{false}, #arg#@1::Val{false}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [9] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [10] setindex!(::Vector{Int32}, ::Vec{16, Int32}, ::VecRange{16}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:310 [inlined] [11] _generate!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, step_num::Int64, step_den::Int64, phase_offset::Int32, ::Val{16}, ::Type{UInt32}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:111 [12] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, step_numerator::Int64, step_denominator::Int64; phase::Int64, lanes::Val{16}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [13] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [15] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 [16] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core boot.jl:522 [19] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [20] _start() @ Base client.jl:596 frequency / sampling_frequency form: Error During Test at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:59 Got exception outside of a @test LoweringError: #= /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 =# - function argument name not unique Expression: #arg# Containing expressions: (lambda (block #self# x ptr #arg# #arg#) (block N T Al Te) (block (meta :inline) (call (call top.getproperty Base :llvmcall) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (call core.apply_type Tuple (call core.apply_type LVec N T) (call core.apply_type Ptr T)) x ptr))) Detailed provenance: #arg# └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ (block (meta inline) (call (. Base (inert llvmcall)) "%ptr = bitcast ptr %1 to <16 x i32>*\nstore <16 x i32> %0, <16 x i32>* %ptr, align 4 \nret void\n" Cvoid (curly Tuple (curly LVec N T) (curly Ptr T)) x ptr)) └─ @ /home/pkgeval/.julia/packages/SIMD/UiGbs/src/LLVM_intrinsics.jl:547 Stacktrace: [1] explicit_declare_in_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, scope::Base.JuliaLowering.ScopeInfo, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, new_k::Symbol) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:133 [2] enter_scope!(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:291 [3] _resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, scope::Union{Nothing, Base.JuliaLowering.ScopeInfo}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:427 [4] resolve_scopes(ctx::Base.JuliaLowering.ScopeResolutionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:790 [5] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing, world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:819 [6] resolve_scopes(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/scope_analysis.jl:807 [inlined] [7] (::Base.JuliaLowering.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Any, ::Any, ::Any, ::Vararg{Any}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:280 [8] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing, #arg#::Val{false}, #arg#@1::Val{false}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [9] vstore(x::Vec{16, Int32}, ptr::Ptr{Int32}, mask::Nothing) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:71 [inlined] [10] setindex!(::Vector{Int32}, ::Vec{16, Int32}, ::VecRange{16}) @ SIMD ~/.julia/packages/SIMD/UiGbs/src/arrayops.jl:310 [inlined] [11] _generate!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, step_num::Int64, step_den::Int64, phase_offset::Int32, ::Val{16}, ::Type{UInt32}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:111 [12] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, step_numerator::Int64, step_denominator::Int64; phase::Int64, lanes::Val{16}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [13] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, step_numerator::Int64, step_denominator::Int64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:47 [inlined] [14] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, normalised_frequency::Float64; kw::@Kwargs{}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:76 [inlined] [15] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}, normalised_frequency::Float64) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:73 [inlined] [16] generate_carrier!(sin_out::Vector{Int32}, cos_out::Vector{Int32}, bits::Val{13}; frequency::Int64, sampling_frequency::Int64, kw::@Kwargs{}) @ FixedPointSinCosApproximations ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/src/carrier.jl:80 [inlined] [17] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 [18] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [19] top-level scope @ ~/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Test Summary: | Pass Error Total Time carrier generation | 9 6 15 28.2s exact match vs integer-DDA reference (drift-free) | 1 1 10.5s accuracy vs true sin/cos (N=7, Int16) | 1 1 0.3s accuracy vs true sin/cos (N=14, Int32) | 1 1 2.2s accuracy vs true sin/cos (N=8, Int32) | 1 1 1.6s phase offset | 1 1 2.0s frequency / sampling_frequency form | 1 1 0.1s generate_carrier iterator matches generate_carrier! | 2 2 2.4s generate_carrier4 iterator matches generate_carrier! | 2 2 3.6s iterators are allocation-free | 2 2 5.1s argument validation | 3 3 0.4s RNG of the outermost testset: Random.Xoshiro(0xcfcd2fe8b0cca839, 0xc93f23bab3d7a7b2, 0x18f58bc8d3abf319, 0xf5620731be6a1890, 0x5e04886123960abc) ERROR: LoadError: Some tests did not pass: 9 passed, 0 failed, 6 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/carrier.jl:17 in expression starting at /home/pkgeval/.julia/packages/FixedPointSinCosApproximations/bcMAq/test/runtests.jl:11 Testing failed after 183.29s ERROR: LoadError: Package FixedPointSinCosApproximations errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1043.9s: package tests unexpectedly errored