Package evaluation to test MultiplesOfPi on Julia 1.14.0-DEV.88 (aff40d0a80*) started at 2025-11-17T07:09:39.131 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.49s ################################################################################ # Installation # Installing MultiplesOfPi... Resolving package versions... Installed RecipesBase ───── v1.3.4 Installed MultiplesOfPi ─── v0.5.3 Installed MacroTools ────── v0.5.16 Installed Preferences ───── v1.5.0 Installed Polynomials ───── v3.2.13 Installed FastRationals ─── v0.2.2 Installed PrecompileTools ─ v1.3.3 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 2.66s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. 1937.4 ms ✓ TestEnv 1 dependency successfully precompiled in 2 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... 2313.6 ms ✓ MacroTools 672.1 ms ✓ Preferences 540.2 ms ✓ PrecompileTools 1517.6 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`. 17593.0 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. 575.4 ms ✓ FastRationals 553.0 ms ✓ MultiplesOfPi 7 dependencies successfully precompiled in 24 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 32.34s ################################################################################ # Testing # Testing MultiplesOfPi Status `/tmp/jl_7S0dns/Project.toml` ⌅ [4c88cf16] Aqua v0.5.6 [b749d01f] MultiplesOfPi v0.5.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_7S0dns/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 10.8s Test Summary: | Pass Total Time Constructor | 37 37 0.8s Test Summary: | Pass Total Time Ordering | 33 33 0.1s Test Summary: | Pass Total Time hash | 5 5 0.3s Test Summary: | Pass Total Time sign | 11 11 0.0s Test Summary: | Pass Total Time zero and one | 95 95 0.4s Test Summary: | Pass Total Time Range | 17 17 0.1s 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: //(::Number, !Matched::Complex) @ Base rational.jl:128 //(!Matched::PiExpTimes, ::Real) @ MultiplesOfPi ~/.julia/packages/MultiplesOfPi/QLHYm/src/MultiplesOfPi.jl:255 //(!Matched::Integer, ::Integer) @ Base rational.jl:91 ... 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:130 [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 Test Summary: | Pass Error Total Time arithmetic | 233 1 234 2.8s negation | 4 4 0.0s addition | 5 5 0.0s subtraction | 5 5 0.0s multiplication | 38 38 0.1s division | 39 39 0.4s exponentiation | 79 79 0.7s inv | 3 3 0.0s Rational | 36 1 37 1.5s pi | 5 5 0.0s PiExpTimes // PiExpTimes | 4 4 0.0s Real // Complex | 6 1 7 1.1s Complex{Int} | 2 1 3 1.0s Complex{PiTimes} | 4 4 0.1s Complex // Real | 8 8 0.1s Complex // Complex | 4 4 0.1s Irrational | 24 24 0.1s RNG of the outermost testset: Random.Xoshiro(0xc07dd27bb081a230, 0x487559a760af7aa4, 0xe7c57fe6bd4ee39f, 0x0c1f1ccd76a290ee, 0x75932891c38c7ab9) ERROR: LoadError: Some tests did not pass: 233 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/MultiplesOfPi/QLHYm/test/runtests.jl:216 Testing failed after 57.51s 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 106.18s: package tests unexpectedly errored