Package evaluation to test FixedPointDecimals on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T16:41:05.744 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.22s ################################################################################ # Installation # Installing FixedPointDecimals... Resolving package versions... Installed Parsers ──────────── v2.8.6 Installed BitIntegers ──────── v0.3.7 Installed Preferences ──────── v1.5.2 Installed FixedPointDecimals ─ v0.6.5 Installed PrecompileTools ──── v1.3.4 Updating `~/.julia/environments/v1.14/Project.toml` [fb4d412d] + FixedPointDecimals v0.6.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [c3b6d118] + BitIntegers v0.3.7 [fb4d412d] + FixedPointDecimals v0.6.5 [69de0a69] + Parsers v2.8.6 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.48s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 9.1 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 149.3 s ✓ BitIntegers 31.6 s ✓ Preferences 2.2 s ✓ Compat 31.7 s ✓ PrecompileTools 0.9 s ✓ Compat → CompatLinearAlgebraExt 68.4 s ✓ Parsers 48.6 s ✓ Aqua 294.2 s ✓ FixedPointDecimals 8 dependencies successfully precompiled in 627 seconds. 30 already precompiled. Precompilation completed after 672.33s ################################################################################ # Testing # Testing FixedPointDecimals Status `/tmp/jl_cEJ24X/Project.toml` [4c88cf16] Aqua v0.8.16 [c3b6d118] BitIntegers v0.3.7 [fb4d412d] FixedPointDecimals v0.6.5 [69de0a69] Parsers v2.8.6 [de0858da] Printf v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_cEJ24X/Manifest.toml` [4c88cf16] Aqua v0.8.16 [c3b6d118] BitIntegers v0.3.7 [34da2185] Compat v4.18.1 [fb4d412d] FixedPointDecimals v0.6.5 [69de0a69] Parsers v2.8.6 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [0dad84c5] ArgTools v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [deac9b47] LibCURL_jll v8.21.0+0 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.7+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 38: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 38: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 38: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{Int128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt64, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 1: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 2: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 7: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 16: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 38: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1649 =# @inferred(ceil(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 38: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1650 =# @inferred(round(FD{T, f}(1))) === FD{T, f}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 f = 38: Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1652 =# @inferred(FD{T, f}(1) ^ 2) === FD{T, f}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 0): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 1} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 1): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 2} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 2): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 7} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 7): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 16} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 16): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (0, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (1, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (2, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (7, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (16, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 (f1, f2) = (38, 38): Error During Test at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 Test threw exception Expression: #= /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1660 =# @inferred(FD{T, f1}(1) * FD{T, f2}(1)) === FD{T, fmax}(1) return type FixedDecimal{UInt128, 38} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base error.jl:56 [2] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/FixedDecimal.jl:1639 [3] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [4] top-level scope @ ~/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:522 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 188.209389 seconds (56.42 M allocations: 3.726 GiB, 1.40% gc time, 98.62% compilation time) Test Summary: | Pass Error Total Time FixedPointDecimals | 567178 156 567334 17m17.5s alt | 15 15 0.7s max_exp10 | 19 19 0.9s coefficient | 30 30 0.5s constructor | 20 20 0.3s conversion | 395 395 8.4s equality between types | 37 37 0.3s inequality between types | 81 81 0.6s 128-bit conversion correctness | 52 52 1.1s 128-bit conversion performance | 19 19 0.3s 128-bit FD to FD conversion performance | 3 3 0.1s 128-bit FD to FD conversion performance | 3 3 0.0s BigInt conversion performance | 1 1 0.0s promotion | 6 6 0.2s float | 6 6 0.0s comparison | 816 816 1.0s traits | 38 38 1m51.4s addition | 5 5 0.0s subtraction | 300 300 0.0s multiply | 350 350 5.5s division | 550 550 9.2s truncating div | 149 149 0.6s abs, sign | 164 164 0.3s overflow | 30 30 0.2s isinteger | 40 40 0.9s round | 157 157 1.9s round_with_overflow | 50 50 1.3s trunc | 829 829 19.8s floor, ceil | 375 375 2.9s floor_with_overflow | 22 22 2.0s ceil_with_overflow | 24 24 0.2s type stability | 1468 156 1624 37.0s T = Int8 | 84 84 1.7s T = Int16 | 84 84 1.6s T = Int32 | 140 140 2.5s T = Int64 | 182 28 210 7.3s f = 0 | 7 7 0.1s f = 1 | 6 1 7 3.3s f = 2 | 6 1 7 0.0s f = 7 | 6 1 7 0.2s f = 16 | 6 1 7 0.2s (f1, f2) = (0, 0) | 7 7 0.1s (f1, f2) = (1, 0) | 6 1 7 0.2s (f1, f2) = (2, 0) | 6 1 7 0.1s (f1, f2) = (7, 0) | 6 1 7 0.2s (f1, f2) = (16, 0) | 6 1 7 0.2s (f1, f2) = (0, 1) | 6 1 7 0.1s (f1, f2) = (1, 1) | 6 1 7 0.1s (f1, f2) = (2, 1) | 6 1 7 0.1s (f1, f2) = (7, 1) | 6 1 7 0.1s (f1, f2) = (16, 1) | 6 1 7 0.1s (f1, f2) = (0, 2) | 6 1 7 0.1s (f1, f2) = (1, 2) | 6 1 7 0.1s (f1, f2) = (2, 2) | 6 1 7 0.0s (f1, f2) = (7, 2) | 6 1 7 0.1s (f1, f2) = (16, 2) | 6 1 7 0.1s (f1, f2) = (0, 7) | 6 1 7 0.1s (f1, f2) = (1, 7) | 6 1 7 0.1s (f1, f2) = (2, 7) | 6 1 7 0.1s (f1, f2) = (7, 7) | 6 1 7 0.1s (f1, f2) = (16, 7) | 6 1 7 0.3s (f1, f2) = (0, 16) | 6 1 7 0.1s (f1, f2) = (1, 16) | 6 1 7 0.1s (f1, f2) = (2, 16) | 6 1 7 0.2s (f1, f2) = (7, 16) | 6 1 7 0.1s (f1, f2) = (16, 16) | 6 1 7 0.1s T = Int128 | 244 50 294 7.2s f = 0 | 7 7 0.1s f = 1 | 4 3 7 0.3s f = 2 | 4 3 7 0.2s f = 7 | 4 3 7 0.3s f = 16 | 4 3 7 0.3s f = 38 | 4 3 7 0.1s (f1, f2) = (0, 0) | 7 7 0.1s (f1, f2) = (1, 0) | 6 1 7 0.2s (f1, f2) = (2, 0) | 6 1 7 0.2s (f1, f2) = (7, 0) | 6 1 7 0.2s (f1, f2) = (16, 0) | 6 1 7 0.2s (f1, f2) = (38, 0) | 6 1 7 0.2s (f1, f2) = (0, 1) | 6 1 7 0.2s (f1, f2) = (1, 1) | 6 1 7 0.1s (f1, f2) = (2, 1) | 6 1 7 0.2s (f1, f2) = (7, 1) | 6 1 7 0.2s (f1, f2) = (16, 1) | 6 1 7 0.2s (f1, f2) = (38, 1) | 6 1 7 0.2s (f1, f2) = (0, 2) | 6 1 7 0.2s (f1, f2) = (1, 2) | 6 1 7 0.2s (f1, f2) = (2, 2) | 6 1 7 0.1s (f1, f2) = (7, 2) | 6 1 7 0.2s (f1, f2) = (16, 2) | 6 1 7 0.2s (f1, f2) = (38, 2) | 6 1 7 0.2s (f1, f2) = (0, 7) | 6 1 7 0.2s (f1, f2) = (1, 7) | 6 1 7 0.2s (f1, f2) = (2, 7) | 6 1 7 0.2s (f1, f2) = (7, 7) | 6 1 7 0.1s (f1, f2) = (16, 7) | 6 1 7 0.2s (f1, f2) = (38, 7) | 6 1 7 0.2s (f1, f2) = (0, 16) | 6 1 7 0.2s (f1, f2) = (1, 16) | 6 1 7 0.2s (f1, f2) = (2, 16) | 6 1 7 0.2s (f1, f2) = (7, 16) | 6 1 7 0.2s (f1, f2) = (16, 16) | 6 1 7 0.1s (f1, f2) = (38, 16) | 6 1 7 0.2s (f1, f2) = (0, 38) | 6 1 7 0.2s (f1, f2) = (1, 38) | 6 1 7 0.2s (f1, f2) = (2, 38) | 6 1 7 0.2s (f1, f2) = (7, 38) | 6 1 7 0.2s (f1, f2) = (16, 38) | 6 1 7 0.2s (f1, f2) = (38, 38) | 6 1 7 0.1s T = UInt8 | 84 84 1.3s T = UInt16 | 84 84 1.5s T = UInt32 | 140 140 2.5s T = UInt64 | 182 28 210 4.3s f = 0 | 7 7 0.1s f = 1 | 6 1 7 0.2s f = 2 | 6 1 7 0.2s f = 7 | 6 1 7 0.2s f = 16 | 6 1 7 0.2s (f1, f2) = (0, 0) | 7 7 0.1s (f1, f2) = (1, 0) | 6 1 7 0.2s (f1, f2) = (2, 0) | 6 1 7 0.2s (f1, f2) = (7, 0) | 6 1 7 0.2s (f1, f2) = (16, 0) | 6 1 7 0.2s (f1, f2) = (0, 1) | 6 1 7 0.1s (f1, f2) = (1, 1) | 6 1 7 0.1s (f1, f2) = (2, 1) | 6 1 7 0.1s (f1, f2) = (7, 1) | 6 1 7 0.1s (f1, f2) = (16, 1) | 6 1 7 0.1s (f1, f2) = (0, 2) | 6 1 7 0.1s (f1, f2) = (1, 2) | 6 1 7 0.1s (f1, f2) = (2, 2) | 6 1 7 0.1s (f1, f2) = (7, 2) | 6 1 7 0.1s (f1, f2) = (16, 2) | 6 1 7 0.1s (f1, f2) = (0, 7) | 6 1 7 0.1s (f1, f2) = (1, 7) | 6 1 7 0.1s (f1, f2) = (2, 7) | 6 1 7 0.1s (f1, f2) = (7, 7) | 6 1 7 0.1s (f1, f2) = (16, 7) | 6 1 7 0.1s (f1, f2) = (0, 16) | 6 1 7 0.1s (f1, f2) = (1, 16) | 6 1 7 0.1s (f1, f2) = (2, 16) | 6 1 7 0.1s (f1, f2) = (7, 16) | 6 1 7 0.1s (f1, f2) = (16, 16) | 6 1 7 0.1s T = UInt128 | 244 50 294 7.0s f = 0 | 7 7 0.1s f = 1 | 4 3 7 0.3s f = 2 | 4 3 7 0.2s f = 7 | 4 3 7 0.3s f = 16 | 4 3 7 0.3s f = 38 | 4 3 7 0.1s (f1, f2) = (0, 0) | 7 7 0.1s (f1, f2) = (1, 0) | 6 1 7 0.2s (f1, f2) = (2, 0) | 6 1 7 0.2s (f1, f2) = (7, 0) | 6 1 7 0.2s (f1, f2) = (16, 0) | 6 1 7 0.3s (f1, f2) = (38, 0) | 6 1 7 0.2s (f1, f2) = (0, 1) | 6 1 7 0.2s (f1, f2) = (1, 1) | 6 1 7 0.1s (f1, f2) = (2, 1) | 6 1 7 0.2s (f1, f2) = (7, 1) | 6 1 7 0.2s (f1, f2) = (16, 1) | 6 1 7 0.2s (f1, f2) = (38, 1) | 6 1 7 0.2s (f1, f2) = (0, 2) | 6 1 7 0.2s (f1, f2) = (1, 2) | 6 1 7 0.2s (f1, f2) = (2, 2) | 6 1 7 0.1s (f1, f2) = (7, 2) | 6 1 7 0.2s (f1, f2) = (16, 2) | 6 1 7 0.2s (f1, f2) = (38, 2) | 6 1 7 0.2s (f1, f2) = (0, 7) | 6 1 7 0.2s (f1, f2) = (1, 7) | 6 1 7 0.2s (f1, f2) = (2, 7) | 6 1 7 0.1s (f1, f2) = (7, 7) | 6 1 7 0.1s (f1, f2) = (16, 7) | 6 1 7 0.2s (f1, f2) = (38, 7) | 6 1 7 0.2s (f1, f2) = (0, 16) | 6 1 7 0.2s (f1, f2) = (1, 16) | 6 1 7 0.2s (f1, f2) = (2, 16) | 6 1 7 0.2s (f1, f2) = (7, 16) | 6 1 7 0.2s (f1, f2) = (16, 16) | 6 1 7 0.1s (f1, f2) = (38, 16) | 6 1 7 0.2s (f1, f2) = (0, 38) | 6 1 7 0.2s (f1, f2) = (1, 38) | 6 1 7 0.2s (f1, f2) = (2, 38) | 6 1 7 0.2s (f1, f2) = (7, 38) | 6 1 7 0.2s (f1, f2) = (16, 38) | 6 1 7 0.2s (f1, f2) = (38, 38) | 6 1 7 0.1s T = BigInt | 0 0.0s print | 27 27 1.1s show | 10 10 0.1s string | 10 10 0.0s parsing | 235062 235062 3m08.3s hashing | 5 5 0.4s _widemul | 12 12 0.2s ambiguities | 11 11 0.3s div_by_const | 378 378 1.3s fldmod_by_const | 378 378 0.4s fldmod_by_const - exhaustive 8-bit | 130559 130559 5.5s fixed decimal multiplication - 64-bit | 184401 184401 15.4s fixed decimal multiplication - 128-bit | 10260 10260 2m08.6s Aqua | 11 11 7m19.6s RNG of the outermost testset: Random.Xoshiro(0x49fcecdd0fd27d20, 0x30de593acb939141, 0x2329b3e7e4ee5306, 0x1a94dc97574d6df8, 0x467a84384e52d1c9) ERROR: LoadError: Some tests did not pass: 567178 passed, 0 failed, 156 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FixedPointDecimals/WRRPw/test/runtests.jl:11 Testing failed after 1275.67s ERROR: LoadError: Package FixedPointDecimals 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 1992.25s: package tests unexpectedly errored