Package evaluation of PermGroups on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:03:34.289 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.33s ################################################################################ # Installation # Installing PermGroups... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [0b63354f] + PermGroups v0.2.18 Updating `~/.julia/environments/v1.11/Manifest.toml` [36d08e8a] + AbstractPermutations v0.3.1 [a6b051d1] + Combinat v0.1.3 [d5909c97] + GroupsCore v0.5.2 [18e54dd8] + IntegerMathUtils v0.1.2 [bac558e1] + OrderedCollections v1.8.0 [0b63354f] + PermGroups v0.2.18 [27ebfcd6] + Primes v0.5.7 [189a3867] + Reexport v1.2.2 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 Installation completed after 1.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.96s ################################################################################ # Testing # Testing PermGroups Status `/tmp/jl_92zLmL/Project.toml` [36d08e8a] AbstractPermutations v0.3.1 [a6b051d1] Combinat v0.1.3 [bac558e1] OrderedCollections v1.8.0 [0b63354f] PermGroups v0.2.18 [27ebfcd6] Primes v0.5.7 [189a3867] Reexport v1.2.2 [8dfed614] Test v1.11.0 Status `/tmp/jl_92zLmL/Manifest.toml` [36d08e8a] AbstractPermutations v0.3.1 [a6b051d1] Combinat v0.1.3 [d5909c97] GroupsCore v0.5.2 [18e54dd8] IntegerMathUtils v0.1.2 [bac558e1] OrderedCollections v1.8.0 [0b63354f] PermGroups v0.2.18 [27ebfcd6] Primes v0.5.7 [189a3867] Reexport v1.2.2 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.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 [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 words(G) 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)) 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 Total Time PermGroups | 99 99 1m52.2s Groups.jl | 40 40 39.7s PermGroups.jl | 15 15 54.8s Perms.jl | 44 44 17.6s Testing PermGroups tests passed Testing completed after 117.45s PkgEval succeeded after 149.18s