Package evaluation to test HalfIntegers on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T02:20:29.400 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.13s ################################################################################ # Installation # Installing HalfIntegers... Resolving package versions... Installed HalfIntegers ─ v1.6.0 Updating `~/.julia/environments/v1.14/Project.toml` [f0d1745a] + HalfIntegers v1.6.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [f0d1745a] + HalfIntegers v1.6.0 Installation completed after 1.59s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.7 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 184.4 s ✓ HalfIntegers 4.8 s ✓ MacroTools 700.5 s ✓ SaferIntegers 3 dependencies successfully precompiled in 890 seconds. 8 already precompiled. Precompilation completed after 923.06s ################################################################################ # Testing # Testing HalfIntegers Status `/tmp/jl_0d81MF/Project.toml` [f0d1745a] HalfIntegers v1.6.0 [88634af6] SaferIntegers v3.5.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_0d81MF/Manifest.toml` [f0d1745a] HalfIntegers v1.6.0 [1914dd2f] MacroTools v0.5.16 [88634af6] SaferIntegers v3.5.1 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time Aliases | 13 13 0.1s Test Summary: | Pass Total Time Constructors | 321 321 7.1s Test Summary: | Pass Total Time Conversion | 1269 1269 17.7s Test Summary: | Pass Total Time half | 473 473 6.8s Test Summary: | Pass Total Time twice | 764 764 12.5s Test Summary: | Pass Total Time onehalf | 50 50 0.9s Test Summary: | Pass Total Time Properties | 382 382 3.0s Test Summary: | Pass Total Time Comparison | 2268 2268 11.6s Test Summary: | Pass Broken Total Time Arithmetic | 3757 120 3877 1m03.1s Test Summary: | Pass Total Time Promotion | 196 196 1.1s Test Summary: | Pass Total Time Rounding | 6690 6690 29.1s Test Summary: | Pass Total Time Hashing | 43 43 2.4s Test Summary: | Pass Total Time widen | 15 15 0.1s Test Summary: | Pass Total Time Trigonometry | 543 543 7.7s Test Summary: | Pass Total Time sinc | 362 362 3.3s Test Summary: | Pass Total Time cosc | 362 362 0.9s Test Summary: | Pass Total Time Parsing | 166 166 3.0s Test Summary: | Pass Total Time string | 34 34 0.6s Test Summary: | Pass Total Time Missing | 1061 1061 19.9s Test Summary: | Pass Broken Total Time Ranges | 2133 68 2201 1m50.7s Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfInt8(5 // 2), HalfInt8(3 // 2)) ==ₜ (HalfInt8(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt8, Bool}, y::Tuple{HalfInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfInt8), onehalf(HalfInt8)) ==ₜ (typemin(HalfInt8), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt8, Bool}, y::Tuple{HalfInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfInt16(5 // 2), HalfInt16(3 // 2)) ==ₜ (HalfInt16(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt16, Bool}, y::Tuple{HalfInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfInt16), onehalf(HalfInt16)) ==ₜ (typemin(HalfInt16), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt16, Bool}, y::Tuple{HalfInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfInt32(5 // 2), HalfInt32(3 // 2)) ==ₜ (HalfInt32(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt32, Bool}, y::Tuple{HalfInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfInt32), onehalf(HalfInt32)) ==ₜ (typemin(HalfInt32), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt32, Bool}, y::Tuple{HalfInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfInt64(5 // 2), HalfInt64(3 // 2)) ==ₜ (HalfInt64(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{Int64}, Bool}, y::Tuple{Half{Int64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfInt64), onehalf(HalfInt64)) ==ₜ (typemin(HalfInt64), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{Int64}, Bool}, y::Tuple{Half{Int64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfInt128(5 // 2), HalfInt128(3 // 2)) ==ₜ (HalfInt128(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt128, Bool}, y::Tuple{HalfInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfInt128), onehalf(HalfInt128)) ==ₜ (typemin(HalfInt128), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt128, Bool}, y::Tuple{HalfInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfUInt8(5 // 2), HalfUInt8(3 // 2)) ==ₜ (HalfUInt8(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt8, Bool}, y::Tuple{HalfUInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfUInt8), onehalf(HalfUInt8)) ==ₜ (typemin(HalfUInt8), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt8, Bool}, y::Tuple{HalfUInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfUInt16(5 // 2), HalfUInt16(3 // 2)) ==ₜ (HalfUInt16(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt16, Bool}, y::Tuple{HalfUInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfUInt16), onehalf(HalfUInt16)) ==ₜ (typemin(HalfUInt16), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt16, Bool}, y::Tuple{HalfUInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfUInt32(5 // 2), HalfUInt32(3 // 2)) ==ₜ (HalfUInt32(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt32, Bool}, y::Tuple{HalfUInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfUInt32), onehalf(HalfUInt32)) ==ₜ (typemin(HalfUInt32), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt32, Bool}, y::Tuple{HalfUInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfUInt64(5 // 2), HalfUInt64(3 // 2)) ==ₜ (HalfUInt64(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{UInt64}, Bool}, y::Tuple{Half{UInt64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfUInt64), onehalf(HalfUInt64)) ==ₜ (typemin(HalfUInt64), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{UInt64}, Bool}, y::Tuple{Half{UInt64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:158 Test threw exception Expression: add_with_overflow(HalfUInt128(5 // 2), HalfUInt128(3 // 2)) ==ₜ (HalfUInt128(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt128, Bool}, y::Tuple{HalfUInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:159 Test threw exception Expression: add_with_overflow(typemax(HalfUInt128), onehalf(HalfUInt128)) ==ₜ (typemin(HalfUInt128), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt128, Bool}, y::Tuple{HalfUInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.add_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:161 Test threw exception Expression: add_with_overflow(BigHalfInt(5 // 2), BigHalfInt(-3 // 2)) ==ₜ (BigHalfInt(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{BigHalfInt, Bool}, y::Tuple{BigHalfInt, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:161 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:156 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfInt8(5 // 2), HalfInt8(3 // 2)) ==ₜ (HalfInt8(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt8, Bool}, y::Tuple{HalfInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfInt8), onehalf(HalfInt8)) ==ₜ (typemax(HalfInt8), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt8, Bool}, y::Tuple{HalfInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfInt16(5 // 2), HalfInt16(3 // 2)) ==ₜ (HalfInt16(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt16, Bool}, y::Tuple{HalfInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfInt16), onehalf(HalfInt16)) ==ₜ (typemax(HalfInt16), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt16, Bool}, y::Tuple{HalfInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfInt32(5 // 2), HalfInt32(3 // 2)) ==ₜ (HalfInt32(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt32, Bool}, y::Tuple{HalfInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfInt32), onehalf(HalfInt32)) ==ₜ (typemax(HalfInt32), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt32, Bool}, y::Tuple{HalfInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfInt64(5 // 2), HalfInt64(3 // 2)) ==ₜ (HalfInt64(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{Int64}, Bool}, y::Tuple{Half{Int64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfInt64), onehalf(HalfInt64)) ==ₜ (typemax(HalfInt64), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{Int64}, Bool}, y::Tuple{Half{Int64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfInt128(5 // 2), HalfInt128(3 // 2)) ==ₜ (HalfInt128(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt128, Bool}, y::Tuple{HalfInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfInt128), onehalf(HalfInt128)) ==ₜ (typemax(HalfInt128), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt128, Bool}, y::Tuple{HalfInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfUInt8(5 // 2), HalfUInt8(3 // 2)) ==ₜ (HalfUInt8(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt8, Bool}, y::Tuple{HalfUInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfUInt8), onehalf(HalfUInt8)) ==ₜ (typemax(HalfUInt8), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt8, Bool}, y::Tuple{HalfUInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfUInt16(5 // 2), HalfUInt16(3 // 2)) ==ₜ (HalfUInt16(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt16, Bool}, y::Tuple{HalfUInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfUInt16), onehalf(HalfUInt16)) ==ₜ (typemax(HalfUInt16), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt16, Bool}, y::Tuple{HalfUInt16, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfUInt32(5 // 2), HalfUInt32(3 // 2)) ==ₜ (HalfUInt32(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt32, Bool}, y::Tuple{HalfUInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfUInt32), onehalf(HalfUInt32)) ==ₜ (typemax(HalfUInt32), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt32, Bool}, y::Tuple{HalfUInt32, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfUInt64(5 // 2), HalfUInt64(3 // 2)) ==ₜ (HalfUInt64(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{UInt64}, Bool}, y::Tuple{Half{UInt64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfUInt64), onehalf(HalfUInt64)) ==ₜ (typemax(HalfUInt64), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{UInt64}, Bool}, y::Tuple{Half{UInt64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:166 Test threw exception Expression: sub_with_overflow(HalfUInt128(5 // 2), HalfUInt128(3 // 2)) ==ₜ (HalfUInt128(1), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt128, Bool}, y::Tuple{HalfUInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:167 Test threw exception Expression: sub_with_overflow(typemin(HalfUInt128), onehalf(HalfUInt128)) ==ₜ (typemax(HalfUInt128), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfUInt128, Bool}, y::Tuple{HalfUInt128, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.sub_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:169 Test threw exception Expression: sub_with_overflow(BigHalfInt(5 // 2), BigHalfInt(-3 // 2)) ==ₜ (BigHalfInt(4), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{BigHalfInt, Bool}, y::Tuple{BigHalfInt, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:169 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:164 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfInt8), one(HalfInt8)) ==ₜ (float(typemax(HalfInt8)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfInt16), one(HalfInt16)) ==ₜ (float(typemax(HalfInt16)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfInt32), one(HalfInt32)) ==ₜ (float(typemax(HalfInt32)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfInt64), one(HalfInt64)) ==ₜ (float(typemax(HalfInt64)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfInt128), one(HalfInt128)) ==ₜ (float(typemax(HalfInt128)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfUInt8), one(HalfUInt8)) ==ₜ (float(typemax(HalfUInt8)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfUInt16), one(HalfUInt16)) ==ₜ (float(typemax(HalfUInt16)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfUInt32), one(HalfUInt32)) ==ₜ (float(typemax(HalfUInt32)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfUInt64), one(HalfUInt64)) ==ₜ (float(typemax(HalfUInt64)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:174 Test threw exception Expression: mul_with_overflow(typemax(HalfUInt128), one(HalfUInt128)) ==ₜ (float(typemax(HalfUInt128)), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] top-level scope @ none:0 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:176 Test threw exception Expression: mul_with_overflow(BigHalfInt(7 / 2), BigHalfInt(3 / 2)) ==ₜ (BigFloat(5.25), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{BigFloat, Bool}, y::Tuple{BigFloat, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:176 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:172 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:178 Test threw exception Expression: mul_with_overflow(HalfInt8(7 / 2), HalfUInt16(3 / 2)) ==ₜ (5.25, false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Float64, Bool}, y::Tuple{Float64, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:178 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:172 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:180 Test threw exception Expression: mul_with_overflow(Int(100), HalfInt(3 / 2)) ==ₜ (HalfInt(150), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{Int64}, Bool}, y::Tuple{Half{Int64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:180 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:172 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:181 Test threw exception Expression: mul_with_overflow(Int8(100), HalfInt8(3 / 2)) ==ₜ (HalfInt8(22), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt8, Bool}, y::Tuple{HalfInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:181 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:172 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:182 Test threw exception Expression: mul_with_overflow(HalfInt(101 / 2), Int(2)) ==ₜ (HalfInt(101), false) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{Half{Int64}, Bool}, y::Tuple{Half{Int64}, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:182 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:172 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Base.Checked.mul_with_overflow: Error During Test at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:183 Test threw exception Expression: mul_with_overflow(HalfInt8(101 / 2), Int8(2)) ==ₜ (HalfInt8(-27), true) UndefVarError: `.==ₜ` not defined in `Main` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] ==ₜ(x::Tuple{HalfInt8, Bool}, y::Tuple{HalfInt8, Bool}) @ Main ~/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:11 [2] eval_test_comparison(comparison::Expr, ops::Vector{Any}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:385 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:780 [inlined] [4] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:183 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [7] macro expansion @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:172 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [10] top-level scope @ ~/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 Test Summary: | Pass Error Broken Total Time Checked arithmetic | 753 58 104 915 3m23.2s Base.checked_abs | 27 27 0.2s Base.checked_neg | 32 32 0.3s HalfIntegers.checked_twice | 36 36 0.3s Base.checked_add | 38 2 40 0.3s Base.checked_sub | 38 2 40 0.3s Base.checked_mul | 26 26 0.3s Base.checked_cld | 71 20 91 1.5s Base.checked_div | 71 20 91 0.8s Base.checked_fld | 71 20 91 0.8s Base.checked_mod | 61 20 81 1.4s Base.checked_rem | 61 20 81 0.8s Base.Checked.add_with_overflow | 21 21 5.6s Base.Checked.sub_with_overflow | 21 21 0.7s Base.Checked.mul_with_overflow | 16 16 0.7s SaferIntegers | 221 221 3m09.1s RNG of the outermost testset: Random.Xoshiro(0x556eac7560d71601, 0x23aabb9e8f9d31ca, 0x6c679de30f8a6d5d, 0x9459c3eaa7bbc797, 0xece9502af3854351) ERROR: LoadError: Some tests did not pass: 753 passed, 0 failed, 58 errored, 104 broken. in expression starting at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/checked.jl:1 in expression starting at /home/pkgeval/.julia/packages/HalfIntegers/PQWmi/test/runtests.jl:1715 Testing failed after 708.63s ERROR: LoadError: Package HalfIntegers errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 1672.79s: package tests unexpectedly errored