Package evaluation of Decimals on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:31:04.008 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.31s ################################################################################ # Installation # Installing Decimals... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [abce61dc] + Decimals v0.5.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [abce61dc] + Decimals v0.5.0 [076d061b] + HashArrayMappedTries v0.2.0 [7e506255] + ScopedValues v1.3.0 [56ddb016] + Logging Installation completed after 3.74s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.78s ################################################################################ # Testing # Testing Decimals Status `/tmp/jl_gBvUFv/Project.toml` [abce61dc] Decimals v0.5.0 [7e506255] ScopedValues v1.3.0 [8dfed614] Test Status `/tmp/jl_gBvUFv/Manifest.toml` [abce61dc] Decimals v0.5.0 [076d061b] HashArrayMappedTries v0.2.0 [7e506255] ScopedValues v1.3.0 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... Round to Int: Error During Test at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 Test threw exception Expression: round(Int, dec"1928.37465", RoundToZero) == dec"1928" MethodError: no method matching trunc(::Type{Int64}, ::Decimal) Closest candidates are: trunc(!Matched::Type{Bool}, ::AbstractFloat) @ Base float.jl:388 trunc(::Type{Int64}, !Matched::Float64) @ Base float.jl:901 trunc(::Type{Int64}, !Matched::Float32) @ Base float.jl:901 ... Stacktrace: [1] round(::Type{Int64}, x::Decimal, r::RoundingMode{:ToZero}) @ Base ./floatfuncs.jl:124 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:5 Round to Int: Error During Test at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/test_round.jl:175 Test threw exception Expression: round(Int, dec"1928.37465", RoundNearestTiesAway) == dec"1928" MethodError: no method matching trunc(::Type{Int64}, ::Decimal) Closest candidates are: trunc(!Matched::Type{Bool}, ::AbstractFloat) @ Base float.jl:388 trunc(::Type{Int64}, !Matched::Float64) @ Base float.jl:901 trunc(::Type{Int64}, !Matched::Float32) @ Base float.jl:901 ... Stacktrace: [1] round(::Type{Int64}, x::Decimal, r::RoundingMode{:NearestTiesAway}) @ Base ./floatfuncs.jl:124 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:175 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:5 Round to Int: Error During Test at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/test_round.jl:176 Test threw exception Expression: round(Int, dec"1928.37465", RoundNearest) == dec"1928" MethodError: no method matching trunc(::Type{Int64}, ::Decimal) Closest candidates are: trunc(!Matched::Type{Bool}, ::AbstractFloat) @ Base float.jl:388 trunc(::Type{Int64}, !Matched::Float64) @ Base float.jl:901 trunc(::Type{Int64}, !Matched::Float32) @ Base float.jl:901 ... Stacktrace: [1] round(::Type{Int64}, x::Decimal, r::RoundingMode{:Nearest}) @ Base ./floatfuncs.jl:124 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:176 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:5 Round to Int: Error During Test at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/test_round.jl:177 Test threw exception Expression: round(Int, dec"1928.37465", RoundUp) == dec"1929" MethodError: no method matching trunc(::Type{Int64}, ::Decimal) Closest candidates are: trunc(!Matched::Type{Bool}, ::AbstractFloat) @ Base float.jl:388 trunc(::Type{Int64}, !Matched::Float64) @ Base float.jl:901 trunc(::Type{Int64}, !Matched::Float32) @ Base float.jl:901 ... Stacktrace: [1] round(::Type{Int64}, x::Decimal, r::RoundingMode{:Up}) @ Base ./floatfuncs.jl:124 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:177 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:5 Round to Int: Error During Test at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/test_round.jl:178 Test threw exception Expression: round(Int, dec"1928.37465", RoundDown) == dec"1928" MethodError: no method matching trunc(::Type{Int64}, ::Decimal) Closest candidates are: trunc(!Matched::Type{Bool}, ::AbstractFloat) @ Base float.jl:388 trunc(::Type{Int64}, !Matched::Float64) @ Base float.jl:901 trunc(::Type{Int64}, !Matched::Float32) @ Base float.jl:901 ... Stacktrace: [1] round(::Type{Int64}, x::Decimal, r::RoundingMode{:Down}) @ Base ./floatfuncs.jl:124 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:178 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:5 Round to Int: Error During Test at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/test_round.jl:179 Test threw exception Expression: round(Int, dec"1928.37465", RoundFromZero) == dec"1929" MethodError: no method matching trunc(::Type{Int64}, ::Decimal) Closest candidates are: trunc(!Matched::Type{Bool}, ::AbstractFloat) @ Base float.jl:388 trunc(::Type{Int64}, !Matched::Float64) @ Base float.jl:901 trunc(::Type{Int64}, !Matched::Float32) @ Base float.jl:901 ... Stacktrace: [1] round(::Type{Int64}, x::Decimal, r::RoundingMode{:FromZero}) @ Base ./floatfuncs.jl:124 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:669 [inlined] [3] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:179 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [5] macro expansion @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:174 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [7] top-level scope @ ~/.julia/packages/Decimals/T7qQS/test/test_round.jl:5 Test Summary: | Pass Error Total Time Decimals | 5239 6 5245 58.4s Arithmetic | 66 66 2.1s BigInt | 25 25 0.5s Decimal constructor | 1 1 0.0s Context | 10 10 0.7s Conversions | 27 27 1.5s Decimal to String | 10 10 0.1s Number functions | 10 10 0.1s Normalize | 2 2 0.1s Equality | 56 56 0.3s Hashing | 13 13 0.2s Parsing | 33 33 0.0s Round | 145 6 151 5.9s RoundToZero | 24 24 0.1s RoundNearestTiesAway | 24 24 0.0s RoundNearest | 24 24 0.1s RoundUp | 24 24 0.0s RoundDown | 24 24 0.1s RoundFromZero | 24 24 0.0s Round to Int | 6 6 5.5s Showing | 1 1 0.1s DecTests | 4840 4840 43.1s ERROR: LoadError: Some tests did not pass: 5239 passed, 0 failed, 6 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Decimals/T7qQS/test/runtests.jl:4 Testing failed after 63.53s ERROR: LoadError: Package Decimals errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 89.83s: package tests unexpectedly errored