Package evaluation to test PermGroups on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T12:14:51.346 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.35s ################################################################################ # Installation # Installing PermGroups... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [0b63354f] + PermGroups v0.2.19 Updating `~/.julia/environments/v1.13/Manifest.toml` [36d08e8a] + AbstractPermutations v0.3.2 [a6b051d1] + Combinat v0.1.4 [d5909c97] + GroupsCore v0.5.2 [18e54dd8] + IntegerMathUtils v0.1.3 [bac558e1] + OrderedCollections v1.8.1 [0b63354f] + PermGroups v0.2.19 [27ebfcd6] + Primes v0.5.7 [189a3867] + Reexport v1.2.2 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 Installation completed after 1.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.2s ################################################################################ # Testing # Testing PermGroups Status `/tmp/jl_LhN27P/Project.toml` [36d08e8a] AbstractPermutations v0.3.2 [a6b051d1] Combinat v0.1.4 [bac558e1] OrderedCollections v1.8.1 [0b63354f] PermGroups v0.2.19 [27ebfcd6] Primes v0.5.7 [189a3867] Reexport v1.2.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_LhN27P/Manifest.toml` [36d08e8a] AbstractPermutations v0.3.2 [a6b051d1] Combinat v0.1.4 [d5909c97] GroupsCore v0.5.2 [18e54dd8] IntegerMathUtils v0.1.3 [bac558e1] OrderedCollections v1.8.1 [0b63354f] PermGroups v0.2.19 [27ebfcd6] Primes v0.5.7 [189a3867] Reexport v1.2.2 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Groups.jl G=Group(Perm(1,2),Perm(1,2,3)) Groups.jl gens(G) Groups.jl ngens(G) Groups.jl minimal_words(G) Groups.jl G=Group(Perm(1,2),Perm(1,2,3)) Groups.jl G(2,1,-2) Groups.jl orbit([Perm(1,2),Perm(2,3)],1) Groups.jl orbit([Perm(1,2),Perm(2,3)],[1,3],ontuples) Groups.jl orbit([Perm(1,2),Perm(2,3)],[1,3],(v,g)->sort(v.^g)) Groups.jl G=Group(Perm(1,2),Perm(2,3)); Groups.jl transversal(G,1) Groups.jl transversal(G,(1,2),ontuples) Groups.jl words_transversal([Perm(1,2),Perm(2,3)],1) Groups.jl G=Group(Perm(1,2),Perm(2,3)); Groups.jl orbits(G,1:4) Groups.jl G=Group(Perm(1,2),Perm(1,2,3)); Groups.jl centralizer(G,1) Groups.jl G=Group(Perm(1,2),Perm(1,2,3)) Groups.jl centralizer(G,Group(Perm(1,2))) Groups.jl G=Group(Perm(1,2),Perm(1,2,3,4)) Groups.jl stabilizer(G,[1,2],onsets) Groups.jl G=Group(Perm(1,2),Perm(3,4),Perm(1,3)*Perm(2,4)) Groups.jl center(G) Groups.jl G=Group(Perm(1,2),Perm(1,2,3)); Groups.jl minimal_words(G) Groups.jl G=Group(Perm(1,2),Perm(2,3)); Groups.jl minimal_words(G,Perm(1,3)) Groups.jl G=Group(Perm(1,2),Perm(1,2,3)); Groups.jl some_words(G) Groups.jl G=Group(Perm(1,2),Perm(1,2,3)); Groups.jl words(G) Groups.jl words(G;minimal=true) Groups.jl g=Group(perm"(1,2,3)(6,7)",perm"(3,4,5)(7,8)") Groups.jl transporting_elt(g,1,5) Groups.jl transporting_elt(g,1,6) Groups.jl transporting_elt(g,[1,2,3,4],[2,3,4,5],(s,g)->sort(s.^g)) Groups.jl transporting_elt(g,[1,2,3,4],[3,4,5,2],(s,g)->s.^g) Groups.jl S=Group(Perm(1,2),Perm(2,3)) Groups.jl T=Group(Perm(1,2)) Groups.jl h=Hom(S,T,[T(1),T(1)]) Groups.jl h(S(1,2)) Groups.jl G=Group([[-1 -1;1 0]]) Groups.jl elements(G) PermGroups.jl G=Group([Perm(i,i+1) for i in 1:2]) PermGroups.jl collect(G) PermGroups.jl last_moved(G) PermGroups.jl orbits(G) PermGroups.jl Perm(1,2) in G PermGroups.jl Perm(1,2,4) in G PermGroups.jl get_stabchain(G) PermGroups.jl W=Group(Perm(1,2),Perm(2,3),Perm(4,5),Perm(5,6)) PermGroups.jl on_classes(W,Perm(1,4,2,5,3,6)) PermGroups.jl stab_onmats((1:30)'.*(1:30).%15) PermGroups.jl Perm([0 1 0;0 0 1;1 0 0],[1 0 0;0 1 0;0 0 1];dims=1) PermGroups.jl Perm([0 1 0;0 0 1;1 0 0],[1 0 0;0 1 0;0 0 1];dims=2) PermGroups.jl n=(1:30)'.*(1:30).%15; PermGroups.jl m=onmats(n,Perm(1,5,2,8,12,4,7)*Perm(3,9,11,6)); PermGroups.jl Perm(m,n,dims=(1,2)) Perms.jl a=Perm(1,2,3) Perms.jl perm(a) Perms.jl a==Perm(perm(a)) Perms.jl b=Perm(1,2,3,4) Perms.jl a*b Perms.jl inv(a) Perms.jl a/b Perms.jl a\b Perms.jl a^b Perms.jl b^2 Perms.jl 1^a Perms.jl one(a) Perms.jl sign(a) Perms.jl order(a) Perms.jl last_moved(a) Perms.jl first_moved(a) Perms.jl Perm{Int8}(a) Perms.jl Matrix(b) Perms.jl Perms.Perm_(UInt8[1,3,2,4]) Perms.jl perm(Perm(2,3;degree=4)) Perms.jl Matrix(Perm(2,3,4),5) Perms.jl Perm([0 1 0;0 0 1;1 0 0]) Perms.jl invpermute([5,4,6],Perm(1,2,3)) Perms.jl m=reshape(1:9,3,3) Perms.jl invpermute(m,Perm(1,2),Perm(2,3)) Perms.jl m=reshape(1:9,3,3) Perms.jl p=Perm(1,2,3) Perms.jl invpermute(m,p) Perms.jl invpermute(m,p;dims=2) Perms.jl invpermute(m,p;dims=(1,2)) Perms.jl orbits(Perm(1,2)*Perm(4,5),1:5) Perms.jl cycles(Perm(1,2)*Perm(4,5)) exec="Int16}}:\n [1, 2]\n [4, 5]" manl="\$Idef}}:\n [1, 2]\n [4, 5]" Perms.jl: Test Failed at /home/pkgeval/.julia/packages/PermGroups/FyIxU/test/runtests.jl:110 Expression: mytest("Perms.jl", "cycles(Perm(1,2)*Perm(4,5))", "2-element Vector{Vector{\$Idef}}:\n [1, 2]\n [4, 5]") Stacktrace: [1] top-level scope @ ~/.julia/packages/PermGroups/FyIxU/test/runtests.jl:16 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/PermGroups/FyIxU/test/runtests.jl:79 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/PermGroups/FyIxU/test/runtests.jl:110 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:753 [inlined] Perms.jl cycletype(Perm(1,2)*Perm(4,5)) Perms.jl cycletype(Perm(1,2)*Perm(4,5),1:5) Perms.jl cycletype(Perm(1,2)*Perm(4,5),1:6) Perms.jl restricted(Perm(1,2)*Perm(3,4),3:4) Perms.jl p=mappingPerm([6,7,5]) Perms.jl (5:7).^p Perms.jl mappingPerm([1,2,5,3],[2,3,4,6]) Perms.jl Perm([0,2,4],[4,0,2]) Perms.jl a=[1 1 1 -1 -1; 2 0 -2 0 0; 1 -1 1 -1 1; 1 1 1 1 1; 1 -1 1 1 -1] Perms.jl b=[1 -1 -1 1 1; 1 1 -1 -1 1; 1 -1 1 -1 1; 2 0 0 0 -2; 1 1 1 1 1] Perms.jl p1,p2=Perm_rowcol(a,b) Perms.jl invpermute(b,p1,p2)==a Test Summary: | Pass Fail Total Time PermGroups | 101 1 102 1m43.4s Groups.jl | 43 43 34.4s PermGroups.jl | 15 15 47.1s Perms.jl | 43 1 44 21.8s RNG of the outermost testset: Random.Xoshiro(0xe453e2897d068592, 0x03507f4a2fdc24d2, 0xc43a395f4393d592, 0xab2c9b5adf0fb5e2, 0x71a0bec077ec1910) ERROR: LoadError: Some tests did not pass: 101 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/PermGroups/FyIxU/test/runtests.jl:15 Testing failed after 113.51s ERROR: LoadError: Package PermGroups errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [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.13/Pkg/src/API.jl:548 [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.13/Pkg/src/API.jl:525 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/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.13/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 165.28s: package has test failures