Package evaluation to test MultiplesOfPi on Julia 1.14.0-DEV.87 (8bcaa34afa*) started at 2025-11-15T07:20:07.405 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.12s ################################################################################ # Installation # Installing MultiplesOfPi... Resolving package versions... Installed RecipesBase ───── v1.3.4 Installed MacroTools ────── v0.5.16 Installed Preferences ───── v1.5.0 Installed PrecompileTools ─ v1.3.3 Installed Polynomials ───── v3.2.13 Installed MultiplesOfPi ─── v0.5.3 Installed FastRationals ─── v0.2.2 Updating `~/.julia/environments/v1.14/Project.toml` [b749d01f] + MultiplesOfPi v0.5.3 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [275e499e] + FastRationals v0.2.2 [1914dd2f] + MacroTools v0.5.16 [b749d01f] + MultiplesOfPi v0.5.3 ⌅ [f27b6e38] + Polynomials v3.2.13 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [3cdcf5f2] + RecipesBase v1.3.4 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. 4655.7 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. 1 dependency had output during precompilation: ┌ TestEnv │ WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. └ ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 4311.9 ms ✓ MacroTools 1155.1 ms ✓ Preferences 939.2 ms ✓ PrecompileTools 2889.2 ms ✓ RecipesBase WARNING: Constructor for type "Symbol" was extended in `Polynomials` without explicit qualification or import.  NOTE: Assumed "Symbol" refers to `Base.Symbol`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Symbol end`.  Hint: To silence the warning, qualify `Symbol` as `Base.Symbol` in the method signature or explicitly `import Base: Symbol`. 35757.9 ms ✓ Polynomials WARNING: Constructor for type "Rational" was extended in `FastRationals` without explicit qualification or import.  NOTE: Assumed "Rational" refers to `Base.Rational`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function Rational end`.  Hint: To silence the warning, qualify `Rational` as `Base.Rational` in the method signature or explicitly `import Base: Rational`. WARNING: method definition for isone at /home/pkgeval/.julia/packages/FastRationals/Hsi5K/src/generic.jl:48 declares type variable T but does not use it. 998.0 ms ✓ FastRationals 910.8 ms ✓ MultiplesOfPi 7 dependencies successfully precompiled in 47 seconds. 4 already precompiled. 2 dependencies had output during precompilation: ┌ Polynomials │ WARNING: Constructor for type "Symbol" was extended in `Polynomials` without explicit qualification or import. │ NOTE: Assumed "Symbol" refers to `Base.Symbol`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Symbol end`. │ Hint: To silence the warning, qualify `Symbol` as `Base.Symbol` in the method signature or explicitly `import Base: Symbol`. └ ┌ FastRationals │ WARNING: Constructor for type "Rational" was extended in `FastRationals` without explicit qualification or import. │ NOTE: Assumed "Rational" refers to `Base.Rational`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function Rational end`. │ Hint: To silence the warning, qualify `Rational` as `Base.Rational` in the method signature or explicitly `import Base: Rational`. │ WARNING: method definition for isone at /home/pkgeval/.julia/packages/FastRationals/Hsi5K/src/generic.jl:48 declares type variable T but does not use it. └ Precompilation completed after 64.71s ################################################################################ # Testing # Testing MultiplesOfPi Status `/tmp/jl_60HX2R/Project.toml` ⌅ [4c88cf16] Aqua v0.5.6 [b749d01f] MultiplesOfPi v0.5.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_60HX2R/Manifest.toml` ⌅ [4c88cf16] Aqua v0.5.6 [34da2185] Compat v4.18.1 ⌅ [275e499e] FastRationals v0.2.2 [1914dd2f] MacroTools v0.5.16 [b749d01f] MultiplesOfPi v0.5.3 ⌅ [f27b6e38] Polynomials v3.2.13 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [3cdcf5f2] RecipesBase v1.3.4 [0dad84c5] ArgTools v1.1.2 [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.12.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.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.3.0+1 [deac9b47] LibCURL_jll v8.16.0+0 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#detect_unbound_args_recursively##0#detect_unbound_args_recursively##1"{Vector{Any}}, x::Module) at exports.jl:5 └ @ Core ~/.julia/packages/Aqua/bqhPD/src/exports.jl:5 ┌ Warning: `isbindingresolved(m::Module, var::Symbol)` is deprecated, use `true` instead. │ caller = walkmodules(f::Aqua.var"#undefined_exports##0#undefined_exports##1"{Vector{Symbol}}, x::Module) at exports.jl:5 └ @ Core ~/.julia/packages/Aqua/bqhPD/src/exports.jl:5 Test Summary: | Pass Total Time project quality | 7 7 19.7s Test Summary: | Pass Total Time Constructor | 37 37 1.6s Test Summary: | Pass Total Time Ordering | 33 33 0.2s Test Summary: | Pass Total Time hash | 5 5 0.5s Test Summary: | Pass Total Time sign | 11 11 0.1s Test Summary: | Pass Total Time zero and one | 95 95 0.8s Test Summary: | Pass Total Time Range | 17 17 0.2s Complex{Int}: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:498 Test threw exception Expression: Pi ^ -1 // (2im) === (0 // 1 - 1 // 2 * im) * Pi ^ -1 MethodError: no method matching //(::Float64, ::Int64) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(!Matched::PiExpTimes, ::Real) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 //(::Real, !Matched::PiExpTimes) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:257 //(::Number, !Matched::Complex{<:Rational}) @ Base rational.jl:108 ... Stacktrace: [1] //(p::PiExpTimes{Float64, Int64}, y::Int64) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 [2] //(x::Complex{PiExpTimes{Float64, Int64}}, y::Int64) @ Base ./rational.jl:107 [3] //(x::PiExpTimes{Float64, Int64}, y::Complex{Int64}) @ Base ./rational.jl:120 [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [5] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:498 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [7] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:496 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [9] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:495 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [11] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [13] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex{PiTimes}: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:501 Test threw exception Expression: (2Pi) // (2Pi + (0Pi) * im) == 1 // 1 + 0 // 1 * im MethodError: no method matching //(::PiExpTimes{Int64, Int64}, ::Complex{PiExpTimes{Int64, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::PiExpTimes, !Matched::PiExpTimes) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:254 //(::PiExpTimes, !Matched::Irrational{:π}) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:256 //(::PiExpTimes, !Matched::Real) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:501 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:501 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:495 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [10] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex{PiTimes}: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:502 Test threw exception Expression: (2 * Pi ^ 2) // (2 * Pi ^ 2 + (0 * Pi ^ 2) * im) == 1 // 1 + 0 // 1 * im MethodError: no method matching //(::PiExpTimes{Int64, Int64}, ::Complex{PiExpTimes{Int64, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::PiExpTimes, !Matched::PiExpTimes) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:254 //(::PiExpTimes, !Matched::Irrational{:π}) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:256 //(::PiExpTimes, !Matched::Real) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:502 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:501 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:495 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [10] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex{PiTimes}: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:503 Test threw exception Expression: (2 * Pi ^ 2) // (2Pi + (0Pi) * im) === 1 // 1 * Pi + 0 // 1 * Pi * im MethodError: no method matching //(::PiExpTimes{Int64, Int64}, ::Complex{PiExpTimes{Int64, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::PiExpTimes, !Matched::PiExpTimes) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:254 //(::PiExpTimes, !Matched::Irrational{:π}) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:256 //(::PiExpTimes, !Matched::Real) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:503 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:501 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:495 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [10] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex{PiTimes}: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:504 Test threw exception Expression: (2Pi) // (2 * Pi ^ 2 + (0 * Pi ^ 2) * im) === 1 // Pi + 0 // Pi * im MethodError: no method matching //(::PiExpTimes{Int64, Int64}, ::Complex{PiExpTimes{Int64, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::PiExpTimes, !Matched::PiExpTimes) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:254 //(::PiExpTimes, !Matched::Irrational{:π}) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:256 //(::PiExpTimes, !Matched::Real) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:504 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:501 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:495 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [10] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex // Complex: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:522 Test threw exception Expression: z1 // z1 == 1 // 1 + 0 // 1 * im MethodError: no method matching //(::Complex{PiExpTimes{Rational{Int64}, Int64}}, ::Complex{PiExpTimes{Rational{Int64}, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::Number, !Matched::Complex{<:Rational}) @ Base rational.jl:108 //(::Number, !Matched::Complex{<:Integer}) @ Base rational.jl:116 //(!Matched::LinearAlgebra.UniformScaling, ::Number) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/uniformscaling.jl:290 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:522 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:520 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex // Complex: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:523 Test threw exception Expression: z2 // z2 == 1 // 1 + 0 // 1 * im MethodError: no method matching //(::Complex{PiExpTimes{Rational{Int64}, Int64}}, ::Complex{PiExpTimes{Rational{Int64}, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::Number, !Matched::Complex{<:Rational}) @ Base rational.jl:108 //(::Number, !Matched::Complex{<:Integer}) @ Base rational.jl:116 //(!Matched::LinearAlgebra.UniformScaling, ::Number) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/uniformscaling.jl:290 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:523 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:520 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex // Complex: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:524 Test threw exception Expression: z2 // z1 === (1 // 1 + 0 // 1 * im) * Pi MethodError: no method matching //(::Complex{PiExpTimes{Rational{Int64}, Int64}}, ::Complex{PiExpTimes{Rational{Int64}, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::Number, !Matched::Complex{<:Rational}) @ Base rational.jl:108 //(::Number, !Matched::Complex{<:Integer}) @ Base rational.jl:116 //(!Matched::LinearAlgebra.UniformScaling, ::Number) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/uniformscaling.jl:290 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:524 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:520 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Complex // Complex: Error During Test at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:525 Test threw exception Expression: z1 // z2 === (1 + 0im) // Pi MethodError: no method matching //(::Complex{PiExpTimes{Rational{Int64}, Int64}}, ::Complex{PiExpTimes{Rational{Int64}, Int64}}) The function `//` exists, but no method is defined for this combination of argument types. Closest candidates are: //(::Number, !Matched::Complex{<:Rational}) @ Base rational.jl:108 //(::Number, !Matched::Complex{<:Integer}) @ Base rational.jl:116 //(!Matched::LinearAlgebra.UniformScaling, ::Number) @ LinearAlgebra /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/uniformscaling.jl:290 ... Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:750 [inlined] [2] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:525 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [4] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:520 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [6] macro expansion @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:467 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [8] top-level scope @ ~/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:217 Test Summary: | Pass Error Total Time arithmetic | 225 9 234 5.9s negation | 4 4 0.0s addition | 5 5 0.0s subtraction | 5 5 0.0s multiplication | 38 38 0.2s division | 39 39 0.9s exponentiation | 79 79 1.3s inv | 3 3 0.0s Rational | 28 9 37 3.2s pi | 5 5 0.1s PiExpTimes // PiExpTimes | 4 4 0.0s Real // Complex | 2 5 7 2.3s Complex{Int} | 2 1 3 1.9s Complex{PiTimes} | 4 4 0.4s Complex // Real | 8 8 0.2s Complex // Complex | 4 4 0.4s Irrational | 24 24 0.3s RNG of the outermost testset: Random.Xoshiro(0x201bca41a0e9d3b7, 0x391e14ae3001051f, 0x5ada4b9af80d1181, 0x5004f383bae77d50, 0xc1dc2aed2582a7c9) ERROR: LoadError: Some tests did not pass: 225 passed, 0 failed, 9 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:216 Testing failed after 122.32s ERROR: LoadError: Package MultiplesOfPi 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:2946 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2795 [inlined] [4] 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:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 217.46s: package tests unexpectedly errored