Package evaluation to test Neutrals on Julia 1.14.0-DEV.2113 (886384998d*) started at 2026-05-03T12:27:46.227 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.13s ################################################################################ # Installation # Installing Neutrals... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [789cc80b] + Neutrals v0.3.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [3587e190] + InverseFunctions v0.1.17 [789cc80b] + Neutrals v0.3.5 [ae029012] + Requires v1.3.1 [c3b1956e] + TypeUtils v1.14.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [cf7118a7] + UUIDs v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.51s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.3 s ✓ Neutrals 2.8 s ✓ Neutrals → NeutralsUnitfulExt 2 dependencies successfully precompiled in 5 seconds. 42 already precompiled. Precompilation completed after 31.46s ################################################################################ # Testing # Testing Neutrals Status `/tmp/jl_CbcVHP/Project.toml` [4c88cf16] Aqua v0.8.14 [789cc80b] Neutrals v0.3.5 [ae029012] Requires v1.3.1 [c3b1956e] TypeUtils v1.14.0 [1986cc42] Unitful v1.28.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CbcVHP/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [3587e190] InverseFunctions v0.1.17 [789cc80b] Neutrals v0.3.5 [ae029012] Requires v1.3.1 [c3b1956e] TypeUtils v1.14.0 [1986cc42] Unitful v1.28.0 [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.13.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.14.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [deac9b47] LibCURL_jll v8.19.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2026.3.19 [4536629a] OpenBLAS_jll v0.3.33+0 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Testing Running tests... Arithmetic operations with π: Error During Test at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:478 Test threw exception Expression: isequal(x ^ ZERO, oneunit(x)) MethodError: ^(::Irrational{:π}, ::Neutrals.Neutral{0}) is ambiguous. Candidates: ^(x::AbstractIrrational, y::Integer) @ Base irrationals.jl:203 ^(x::Real, y::Neutrals.Neutral) @ Neutrals ~/.julia/packages/Neutrals/tuf7S/src/binary-operations.jl:83 Possible fix, define ^(::AbstractIrrational, ::Neutrals.Neutral) Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:424 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:478 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Arithmetic operations with π: Error During Test at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:479 Test threw exception Expression: x ^ ONE === x MethodError: ^(::Irrational{:π}, ::Neutrals.Neutral{1}) is ambiguous. Candidates: ^(x::AbstractIrrational, y::Integer) @ Base irrationals.jl:203 ^(x::Real, y::Neutrals.Neutral) @ Neutrals ~/.julia/packages/Neutrals/tuf7S/src/binary-operations.jl:83 Possible fix, define ^(::AbstractIrrational, ::Neutrals.Neutral) Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:424 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:479 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Arithmetic operations with π: Error During Test at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:480 Test threw exception Expression: isequal(x ^ -ONE, inv(x)) MethodError: ^(::Irrational{:π}, ::Neutrals.Neutral{-1}) is ambiguous. Candidates: ^(x::AbstractIrrational, y::Integer) @ Base irrationals.jl:203 ^(x::Real, y::Neutrals.Neutral) @ Neutrals ~/.julia/packages/Neutrals/tuf7S/src/binary-operations.jl:83 Possible fix, define ^(::AbstractIrrational, ::Neutrals.Neutral) Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:424 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:480 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] Broadcasted operations with T=Bool: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:839 Expression: x * ONE === x Evaluated: Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] === Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:839 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Bool: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:841 Expression: ONE * x === x Evaluated: Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] === Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:841 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Bool: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:843 Expression: x / ONE === x Evaluated: Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] === Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:843 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Bool: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:845 Expression: ONE \ x === x Evaluated: Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] === Bool[1 1 0 0; 1 0 1 1; 0 1 1 0] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:845 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Int16: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:839 Expression: x * ONE === x Evaluated: Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] === Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:839 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Int16: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:841 Expression: ONE * x === x Evaluated: Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] === Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:841 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Int16: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:843 Expression: x / ONE === x Evaluated: Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] === Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:843 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Int16: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:845 Expression: ONE \ x === x Evaluated: Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] === Int16[-14907 3930 6647 21661; -32000 2795 -16315 12562; -6276 2575 24144 11068] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:845 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Float32: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:839 Expression: x * ONE === x Evaluated: Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] === Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:839 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Float32: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:841 Expression: ONE * x === x Evaluated: Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] === Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:841 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Float32: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:843 Expression: x / ONE === x Evaluated: Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] === Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:843 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Broadcasted operations with T=Float32: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:845 Expression: ONE \ x === x Evaluated: Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] === Float32[0.5117305 0.75105435 0.17882931 0.348274; 0.05998081 0.33052623 0.286893 0.6104529; 0.039291978 0.1688872 0.35192293 0.6162814] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:808 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2327 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:845 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1022 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1022 =# @inferred(ONE * x) === x Evaluated: Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] === Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1022 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1023 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1023 =# @inferred(x * ONE) === x Evaluated: Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] === Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1023 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1031 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1031 =# @inferred(ONE \ x) === x Evaluated: Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] === Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1031 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1032 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1032 =# @inferred(x / ONE) === x Evaluated: Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] === Float32[0.924165 0.07092315 0.951536; 0.04905814 0.31328923 0.06964117;;; 0.0885756 0.027558923 0.558428; 0.9946103 0.6683181 0.08575624;;; 0.7209424 0.41762704 0.9344357; 0.30172217 0.9928408 0.6837989;;; 0.50370085 0.21788806 0.70909584; 0.51592904 0.4759814 0.0724771] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1032 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1048 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1048 =# @inferred(ONE * y) === y Evaluated: Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] === Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1048 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1049 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1049 =# @inferred(y * ONE) === y Evaluated: Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] === Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1049 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1057 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1057 =# @inferred(ONE \ y) === y Evaluated: Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] === Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1057 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1058 Expression: #= /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1058 =# @inferred(y / ONE) === y Evaluated: Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] === Unitful.Quantity{Float32, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}[0.924165f0 kg 0.07092315f0 kg 0.951536f0 kg; 0.04905814f0 kg 0.31328923f0 kg 0.06964117f0 kg;;; 0.0885756f0 kg 0.027558923f0 kg 0.558428f0 kg; 0.9946103f0 kg 0.6683181f0 kg 0.08575624f0 kg;;; 0.7209424f0 kg 0.41762704f0 kg 0.9344357f0 kg; 0.30172217f0 kg 0.9928408f0 kg 0.6837989f0 kg;;; 0.50370085f0 kg 0.21788806f0 kg 0.70909584f0 kg; 0.51592904f0 kg 0.4759814f0 kg 0.0724771f0 kg] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1058 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1091 Expression: ONE * x === x Evaluated: [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] === [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1091 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1097 Expression: x * ONE === x Evaluated: [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] === [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1097 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1104 Expression: x / ONE === x Evaluated: [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] === [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1104 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Multiplication and division of arrays: Test Failed at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1110 Expression: ONE \ x === x Evaluated: [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] === [𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm;;; 𝟙 cm 𝟙 cm 𝟙 cm; 𝟙 cm 𝟙 cm 𝟙 cm] Stacktrace: [1] top-level scope @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1012 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1110 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] 1 ambiguities found. To get a list, set `broken = false`. Ambiguity #1 ^(x::Real, y::Neutrals.Neutral) @ Neutrals ~/.julia/packages/Neutrals/tuf7S/src/binary-operations.jl:83 ^(x::AbstractIrrational, y::Integer) @ Base irrationals.jl:203 Possible fix, define ^(::AbstractIrrational, ::Neutrals.Neutral) Method ambiguity: Test Failed at /home/pkgeval/.julia/packages/Aqua/MCcFg/src/ambiguities.jl:78 Expression: iszero(num_ambiguities) Evaluated: iszero(1) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] _test_ambiguities(packages::Vector{Base.PkgId}; broken::Bool, kwargs::@Kwargs{}) @ Aqua ~/.julia/packages/Aqua/MCcFg/src/ambiguities.jl:78 [3] _test_ambiguities @ ~/.julia/packages/Aqua/MCcFg/src/ambiguities.jl:68 [inlined] [4] test_ambiguities @ ~/.julia/packages/Aqua/MCcFg/src/ambiguities.jl:28 [inlined] [5] macro expansion @ ~/.julia/packages/Aqua/MCcFg/src/Aqua.jl:73 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] test_all(testtarget::Module; ambiguities::Bool, unbound_args::Bool, undefined_exports::Bool, project_extras::Bool, stale_deps::Bool, deps_compat::Bool, piracies::Bool, persistent_tasks::Bool, undocumented_names::Bool) @ Aqua ~/.julia/packages/Aqua/MCcFg/src/Aqua.jl:73 Test Summary: | Pass Fail Error Total Time Neutrals.jl | 6130 25 3 6158 2m37.8s Assumptions | 64 64 2.9s Neutral type and instances | 13 13 0.1s Constructors of 𝟘 | 26 26 0.2s Constructors of 𝟙 | 26 26 0.1s Constructors of -𝟙 | 26 26 0.1s Unary functions of 𝟘 | 28 28 0.1s Unary functions of 𝟙 | 28 28 0.0s Unary functions of -𝟙 | 28 28 0.0s Traits | 11 11 0.0s flipsign(𝟘,𝟘) | 1 1 0.0s flipsign(𝟘,𝟙) | 1 1 0.0s flipsign(𝟘,-𝟙) | 1 1 0.0s flipsign(𝟙,𝟘) | 1 1 0.0s flipsign(𝟙,𝟙) | 1 1 0.0s flipsign(𝟙,-𝟙) | 1 1 0.0s flipsign(-𝟙,𝟘) | 1 1 0.0s flipsign(-𝟙,𝟙) | 1 1 0.0s flipsign(-𝟙,-𝟙) | 1 1 0.0s copysign(𝟘,𝟘) | 1 1 0.0s copysign(𝟘,𝟙) | 1 1 0.0s copysign(𝟘,-𝟙) | 1 1 0.0s copysign(𝟙,𝟘) | 1 1 0.0s copysign(𝟙,𝟙) | 1 1 0.0s copysign(𝟙,-𝟙) | 1 1 0.0s copysign(-𝟙,𝟘) | 1 1 0.0s copysign(-𝟙,𝟙) | 1 1 0.0s copysign(-𝟙,-𝟙) | 1 1 0.0s Conversion of 𝟘 to type Integer | 6 6 0.2s Conversion of 𝟙 to type Integer | 6 6 0.0s Conversion of -𝟙 to type Integer | 6 6 0.0s Conversion of 𝟘 to type Bool | 6 6 0.0s Conversion of 𝟙 to type Bool | 6 6 0.0s Conversion of -𝟙 to type Bool | 4 4 0.0s Conversion of 𝟘 to type Int8 | 6 6 0.0s Conversion of 𝟙 to type Int8 | 6 6 0.0s Conversion of -𝟙 to type Int8 | 6 6 0.0s Conversion of 𝟘 to type Int16 | 6 6 0.0s Conversion of 𝟙 to type Int16 | 6 6 0.0s Conversion of -𝟙 to type Int16 | 6 6 0.0s Conversion of 𝟘 to type Int32 | 6 6 0.0s Conversion of 𝟙 to type Int32 | 6 6 0.0s Conversion of -𝟙 to type Int32 | 6 6 0.0s Conversion of 𝟘 to type Int64 | 6 6 0.0s Conversion of 𝟙 to type Int64 | 6 6 0.0s Conversion of -𝟙 to type Int64 | 6 6 0.0s Conversion of 𝟘 to type Int128 | 6 6 0.0s Conversion of 𝟙 to type Int128 | 6 6 0.0s Conversion of -𝟙 to type Int128 | 6 6 0.0s Conversion of 𝟘 to type BigInt | 6 6 0.0s Conversion of 𝟙 to type BigInt | 6 6 0.0s Conversion of -𝟙 to type BigInt | 6 6 0.0s Conversion of 𝟘 to type UInt8 | 6 6 0.0s Conversion of 𝟙 to type UInt8 | 6 6 0.0s Conversion of -𝟙 to type UInt8 | 4 4 0.0s Conversion of 𝟘 to type UInt16 | 6 6 0.0s Conversion of 𝟙 to type UInt16 | 6 6 0.0s Conversion of -𝟙 to type UInt16 | 4 4 0.0s Conversion of 𝟘 to type UInt32 | 6 6 0.0s Conversion of 𝟙 to type UInt32 | 6 6 0.0s Conversion of -𝟙 to type UInt32 | 4 4 0.0s Conversion of 𝟘 to type UInt64 | 6 6 0.0s Conversion of 𝟙 to type UInt64 | 6 6 0.0s Conversion of -𝟙 to type UInt64 | 4 4 0.0s Conversion of 𝟘 to type UInt128 | 6 6 0.0s Conversion of 𝟙 to type UInt128 | 6 6 0.0s Conversion of -𝟙 to type UInt128 | 4 4 0.0s Conversion of 𝟘 to type AbstractFloat | 6 6 0.0s Conversion of 𝟙 to type AbstractFloat | 6 6 0.0s Conversion of -𝟙 to type AbstractFloat | 6 6 0.0s Conversion of 𝟘 to type Float16 | 4 4 0.0s Conversion of 𝟙 to type Float16 | 4 4 0.0s Conversion of -𝟙 to type Float16 | 4 4 0.0s Conversion of 𝟘 to type Float32 | 4 4 0.0s Conversion of 𝟙 to type Float32 | 4 4 0.0s Conversion of -𝟙 to type Float32 | 4 4 0.0s Conversion of 𝟘 to type Float64 | 4 4 0.0s Conversion of 𝟙 to type Float64 | 4 4 0.0s Conversion of -𝟙 to type Float64 | 4 4 0.0s Conversion of 𝟘 to type BigFloat | 4 4 0.0s Conversion of 𝟙 to type BigFloat | 4 4 0.0s Conversion of -𝟙 to type BigFloat | 4 4 0.0s Conversion of 𝟘 to type Rational | 4 4 0.0s Conversion of 𝟙 to type Rational | 4 4 0.0s Conversion of -𝟙 to type Rational | 4 4 0.0s Conversion of 𝟘 to type Rational{Bool} | 4 4 0.0s Conversion of 𝟙 to type Rational{Bool} | 4 4 0.0s Conversion of -𝟙 to type Rational{Bool} | 2 2 0.0s Conversion of 𝟘 to type Rational{Int8} | 4 4 0.0s Conversion of 𝟙 to type Rational{Int8} | 4 4 0.0s Conversion of -𝟙 to type Rational{Int8} | 4 4 0.0s Conversion of 𝟘 to type Rational{UInt8} | 4 4 0.0s Conversion of 𝟙 to type Rational{UInt8} | 4 4 0.0s Conversion of -𝟙 to type Rational{UInt8} | 2 2 0.0s Conversion of 𝟘 to type Complex{Bool} | 4 4 0.0s Conversion of 𝟙 to type Complex{Bool} | 4 4 0.0s Conversion of -𝟙 to type Complex{Bool} | 2 2 0.0s Conversion of 𝟘 to type Complex{Int16} | 4 4 0.0s Conversion of 𝟙 to type Complex{Int16} | 4 4 0.0s Conversion of -𝟙 to type Complex{Int16} | 4 4 0.0s Conversion of 𝟘 to type Complex{UInt16} | 4 4 0.0s Conversion of 𝟙 to type Complex{UInt16} | 4 4 0.0s Conversion of -𝟙 to type Complex{UInt16} | 2 2 0.0s Conversion of 𝟘 to type ComplexF32 | 4 4 0.0s Conversion of 𝟙 to type ComplexF32 | 4 4 0.0s Conversion of -𝟙 to type ComplexF32 | 4 4 0.0s Precision of 𝟘 | 6 6 0.0s Precision of 𝟙 | 6 6 0.0s Precision of -𝟙 | 6 6 0.0s Promote rules | 59 59 0.1s Binary operations between 𝟘 and 𝟘 | 23 23 0.1s Binary operations between 𝟘 and 𝟙 | 23 23 0.0s Binary operations between 𝟘 and -𝟙 | 23 23 0.0s Binary operations between 𝟙 and 𝟘 | 23 23 0.0s Binary operations between 𝟙 and 𝟙 | 23 23 0.0s Binary operations between 𝟙 and -𝟙 | 23 23 0.0s Binary operations between -𝟙 and 𝟘 | 23 23 0.0s Binary operations between -𝟙 and 𝟙 | 23 23 0.0s Binary operations between -𝟙 and -𝟙 | 23 23 0.0s Arithmetic operations with true | 51 51 0.5s Arithmetic operations with false | 51 51 0.0s Arithmetic operations with 0 | 58 58 0.5s Arithmetic operations with 1 | 58 58 0.0s Arithmetic operations with 5 | 58 58 0.0s Arithmetic operations with 0 | 58 58 0.4s Arithmetic operations with 1 | 58 58 0.0s Arithmetic operations with -1 | 58 58 0.0s Arithmetic operations with 2 | 58 58 0.0s Arithmetic operations with 7 | 58 58 0.0s Arithmetic operations with -6 | 58 58 0.0s Arithmetic operations with 0x00//0x01 | 39 39 0.6s Arithmetic operations with 0x01//0x01 | 39 39 0.1s Arithmetic operations with 0x01//0x03 | 39 39 0.0s Arithmetic operations with 0//1 | 52 52 0.8s Arithmetic operations with 1//1 | 52 52 0.0s Arithmetic operations with -1//1 | 52 52 0.0s Arithmetic operations with -1//2 | 52 52 0.0s Arithmetic operations with 0.0 | 52 52 0.8s Arithmetic operations with 1.0 | 52 52 0.0s Arithmetic operations with -1.0 | 52 52 0.0s Arithmetic operations with 2.0 | 52 52 0.0s Arithmetic operations with Inf | 52 52 0.0s Arithmetic operations with -Inf | 52 52 0.0s Arithmetic operations with NaN | 52 52 0.0s Arithmetic operations with 0.0 | 52 52 0.5s Arithmetic operations with 1.0 | 52 52 0.0s Arithmetic operations with -1.0 | 52 52 0.0s Arithmetic operations with 0.4 | 52 52 0.0s Arithmetic operations with Inf | 52 52 0.0s Arithmetic operations with -Inf | 52 52 0.0s Arithmetic operations with NaN | 52 52 0.0s Arithmetic operations with NaN | 52 52 0.0s Arithmetic operations with π | 49 3 52 4.0s Arithmetic operations with 0 + 0im | 33 33 0.4s Arithmetic operations with 1.0 - 2.0im | 33 33 0.3s Arithmetic operations with -1//1 + 3//1*im | 33 33 0.6s Arithmetic operations with Complex(false,false) | 33 33 0.4s Arithmetic operations with Complex(true,false) | 33 33 0.0s Arithmetic operations with im | 33 33 0.0s Arithmetic operations with Complex(true,true) | 33 33 0.0s Arithmetic operations with 0 | 58 58 0.6s Arithmetic operations with 1 | 58 58 0.0s Arithmetic operations with -1 | 58 58 0.0s Arithmetic operations with 3 | 58 58 0.0s Arithmetic operations with 0.0 | 52 52 0.5s Arithmetic operations with 1.0 | 52 52 0.0s Arithmetic operations with -1.0 | 52 52 0.0s Arithmetic operations with 3.0 | 52 52 0.0s Complex(true,true) | 33 33 0.0s Complex(true,false) | 33 33 0.0s Complex(false,true) | 33 33 0.0s Complex(false,false) | 33 33 0.0s Comparisons with true | 30 30 0.2s Comparisons with false | 30 30 0.0s Comparisons with 0 | 30 30 0.2s Comparisons with 1 | 30 30 0.0s Comparisons with 5 | 30 30 0.0s Comparisons with 0 | 30 30 0.2s Comparisons with 1 | 30 30 0.0s Comparisons with -1 | 30 30 0.0s Comparisons with 2 | 30 30 0.0s Comparisons with 7 | 30 30 0.0s Comparisons with -6 | 30 30 0.0s Comparisons with 0x00//0x01 | 30 30 0.2s Comparisons with 0x01//0x01 | 30 30 0.0s Comparisons with 0x01//0x03 | 30 30 0.0s Comparisons with 0//1 | 30 30 0.4s Comparisons with 1//1 | 30 30 0.0s Comparisons with -1//1 | 30 30 0.0s Comparisons with -1//2 | 30 30 0.0s Comparisons with 0.0 | 30 30 0.3s Comparisons with 1.0 | 30 30 0.0s Comparisons with -1.0 | 30 30 0.0s Comparisons with 2.0 | 30 30 0.0s Comparisons with Inf | 30 30 0.0s Comparisons with -Inf | 30 30 0.0s Comparisons with NaN | 30 30 0.0s Comparisons with 0.0 | 30 30 0.3s Comparisons with 1.0 | 30 30 0.0s Comparisons with -1.0 | 30 30 0.0s Comparisons with 0.4 | 30 30 0.0s Comparisons with Inf | 30 30 0.0s Comparisons with -Inf | 30 30 0.0s Comparisons with NaN | 30 30 0.0s Comparisons with NaN | 30 30 0.0s Comparisons with π | 30 30 0.2s Comparisons with 0 + 0im | 12 12 0.2s Comparisons with 1.0 - 2.0im | 12 12 0.1s Comparisons with -1//1 + 3//1*im | 12 12 0.1s Comparisons with Complex(false,false) | 12 12 0.1s Comparisons with Complex(true,false) | 12 12 0.0s Comparisons with im | 12 12 0.0s Comparisons with Complex(true,true) | 12 12 0.0s Comparisons with 0 | 30 30 0.3s Comparisons with 1 | 30 30 0.0s Comparisons with -1 | 30 30 0.0s Comparisons with 3 | 30 30 0.0s Comparisons with 0.0 | 30 30 0.5s Comparisons with 1.0 | 30 30 0.0s Comparisons with -1.0 | 30 30 0.0s Comparisons with 3.0 | 30 30 0.0s Arithmetic with custom types | 15 15 0.2s Bitwise operation with values of type Bool and 𝟘 | 12 12 1.0s Bitwise operation with values of type Bool and 𝟙 | 12 12 0.4s Bitwise operation with values of type Bool and -𝟙 | 12 12 0.4s Bitwise operation with values of type Int8 and 𝟘 | 12 12 0.9s Bitwise operation with values of type Int8 and 𝟙 | 12 12 0.4s Bitwise operation with values of type Int8 and -𝟙 | 12 12 0.4s Bitwise operation with values of type UInt16 and 𝟘 | 12 12 1.0s Bitwise operation with values of type UInt16 and 𝟙 | 12 12 0.5s Bitwise operation with values of type UInt16 and -𝟙 | 12 12 0.5s Bitwise operation with values of type Int64 and 𝟘 | 12 12 0.8s Bitwise operation with values of type Int64 and 𝟙 | 12 12 0.4s Bitwise operation with values of type Int64 and -𝟙 | 12 12 0.4s Bitwise operation with values of type BigInt and 𝟘 | 12 12 1.2s Bitwise operation with values of type BigInt and 𝟙 | 12 12 0.6s Bitwise operation with values of type BigInt and -𝟙 | 12 12 0.6s Bit-shifting of true by 𝟘 | 6 6 0.1s Bit-shifting of true by 𝟙 | 6 6 0.0s Bit-shifting of true by -𝟙 | 6 6 0.0s Bit-shifting of false by 𝟘 | 6 6 0.0s Bit-shifting of false by 𝟙 | 6 6 0.0s Bit-shifting of false by -𝟙 | 6 6 0.0s Bit-shifting of 0 by 𝟘 | 6 6 0.0s Bit-shifting of 0 by 𝟙 | 6 6 0.0s Bit-shifting of 0 by -𝟙 | 6 6 0.0s Bit-shifting of 1 by 𝟘 | 6 6 0.0s Bit-shifting of 1 by 𝟙 | 6 6 0.0s Bit-shifting of 1 by -𝟙 | 6 6 0.0s Bit-shifting of 5 by 𝟘 | 6 6 0.0s Bit-shifting of 5 by 𝟙 | 6 6 0.0s Bit-shifting of 5 by -𝟙 | 6 6 0.0s Bit-shifting of 0 by 𝟘 | 6 6 0.0s Bit-shifting of 0 by 𝟙 | 6 6 0.0s Bit-shifting of 0 by -𝟙 | 6 6 0.0s Bit-shifting of 1 by 𝟘 | 6 6 0.0s Bit-shifting of 1 by 𝟙 | 6 6 0.0s Bit-shifting of 1 by -𝟙 | 6 6 0.0s Bit-shifting of -1 by 𝟘 | 6 6 0.0s Bit-shifting of -1 by 𝟙 | 6 6 0.0s Bit-shifting of -1 by -𝟙 | 6 6 0.0s Bit-shifting of 2 by 𝟘 | 6 6 0.0s Bit-shifting of 2 by 𝟙 | 6 6 0.0s Bit-shifting of 2 by -𝟙 | 6 6 0.0s Bit-shifting of 7 by 𝟘 | 6 6 0.0s Bit-shifting of 7 by 𝟙 | 6 6 0.0s Bit-shifting of 7 by -𝟙 | 6 6 0.0s Bit-shifting of -6 by 𝟘 | 6 6 0.0s Bit-shifting of -6 by 𝟙 | 6 6 0.0s Bit-shifting of -6 by -𝟙 | 6 6 0.0s Bit-shifting of 0 by 𝟘 | 6 6 0.0s Bit-shifting of 0 by 𝟙 | 6 6 0.0s Bit-shifting of 0 by -𝟙 | 6 6 0.0s Bit-shifting of 1 by 𝟘 | 6 6 0.0s Bit-shifting of 1 by 𝟙 | 6 6 0.0s Bit-shifting of 1 by -𝟙 | 6 6 0.0s Bit-shifting of -1 by 𝟘 | 6 6 0.0s Bit-shifting of -1 by 𝟙 | 6 6 0.0s Bit-shifting of -1 by -𝟙 | 6 6 0.0s Bit-shifting of 3 by 𝟘 | 6 6 0.0s Bit-shifting of 3 by 𝟙 | 6 6 0.0s Bit-shifting of 3 by -𝟙 | 6 6 0.0s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations between neutral numbers | 10 10 0.0s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations between neutral numbers | 10 10 0.0s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations between neutral numbers | 10 10 0.1s Broadcasted operations with neutral numbers | 45 45 0.0s Broadcasted operations with T=Bool | 170 4 174 15.9s Broadcasted operations with T=Int16 | 164 4 168 9.8s Broadcasted operations with T=Float32 | 134 4 138 9.6s Other ranges | 15 15 0.2s Range 𝟘:𝟘 | 10 10 0.1s Range 𝟘:𝟙 | 2 2 0.0s Range 𝟘:-𝟙 | 2 2 0.0s Range 𝟙:𝟘 | 2 2 0.0s Range 𝟙:𝟙 | 10 10 0.1s Range 𝟙:-𝟙 | 2 2 0.0s Range -𝟙:𝟘 | 2 2 0.0s Range -𝟙:𝟙 | 2 2 0.0s Range -𝟙:-𝟙 | 10 10 0.1s Range 𝟘:𝟘:𝟘 | 1 1 0.0s Range 𝟘:𝟘:𝟙 | 1 1 0.0s Range 𝟘:𝟘:-𝟙 | 1 1 0.0s Range 𝟘:𝟙:𝟘 | 1 1 0.0s Range 𝟘:𝟙:𝟙 | 1 1 0.0s Range 𝟘:𝟙:-𝟙 | 1 1 0.0s Range 𝟘:-𝟙:𝟘 | 1 1 0.0s Range 𝟘:-𝟙:𝟙 | 1 1 0.0s Range 𝟘:-𝟙:-𝟙 | 1 1 0.0s Range 𝟙:𝟘:𝟘 | 1 1 0.0s Range 𝟙:𝟘:𝟙 | 1 1 0.0s Range 𝟙:𝟘:-𝟙 | 1 1 0.0s Range 𝟙:𝟙:𝟘 | 1 1 0.0s Range 𝟙:𝟙:𝟙 | 1 1 0.0s Range 𝟙:𝟙:-𝟙 | 1 1 0.0s Range 𝟙:-𝟙:𝟘 | 1 1 0.0s Range 𝟙:-𝟙:𝟙 | 1 1 0.0s Range 𝟙:-𝟙:-𝟙 | 1 1 0.0s Range -𝟙:𝟘:𝟘 | 1 1 0.0s Range -𝟙:𝟘:𝟙 | 1 1 0.0s Range -𝟙:𝟘:-𝟙 | 1 1 0.0s Range -𝟙:𝟙:𝟘 | 1 1 0.0s Range -𝟙:𝟙:𝟙 | 1 1 0.0s Range -𝟙:𝟙:-𝟙 | 1 1 0.0s Range -𝟙:-𝟙:𝟘 | 1 1 0.0s Range -𝟙:-𝟙:𝟙 | 1 1 0.0s Range -𝟙:-𝟙:-𝟙 | 1 1 0.0s Range 𝟘:1:3 | 1 1 0.0s Range 𝟙:1:4 | 1 1 0.0s Range -𝟙:1:5 | 1 1 0.0s Range 𝟘:𝟙:3 | 1 1 0.0s Range 𝟙:𝟙:4 | 1 1 0.0s Range -𝟙:𝟙:5 | 1 1 0.0s Range 𝟘:2:4 | 1 1 0.0s Range 𝟙:2:5 | 1 1 0.0s Range -𝟙:2:2 | 1 1 0.0s Range -𝟙:𝟙:5 | 1 1 0.0s Range -𝟙:0:𝟙 | 1 1 0.0s Range -1:𝟘:3 | 1 1 0.0s Range -1:𝟙:3 | 1 1 0.0s Range 3:-𝟙:0 | 1 1 0.0s Operation with Unitful quantities | 33 33 4.2s Multiplication and division of arrays | 59 12 71 10.2s Miscellaneous properties | 8 8 0.1s Macros | 2 2 0.4s Method ambiguity | 1 1 9.9s Unbound type parameters | 1 1 0.1s Undefined exports | 1 1 0.0s Compare Project.toml and test/Project.toml | 1 1 0.0s Compat bounds | 4 4 0.7s Piracy | 1 1 0.3s Persistent tasks | 1 1 38.8s RNG of the outermost testset: Random.Xoshiro(0xc2797e79c457151e, 0x0594e442353e09cc, 0x60f724c2813b12ad, 0x90e7d01ffe7af05f, 0xae6293ecdf95227c) ERROR: LoadError: Some tests did not pass: 6130 passed, 25 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Neutrals/tuf7S/test/runtests.jl:1 Testing failed after 181.35s ERROR: LoadError: Package Neutrals 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:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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:586 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 248.52s: package tests unexpectedly errored