Package evaluation of GroupPresentations on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:16:19.095 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.63s ################################################################################ # Installation # Installing GroupPresentations... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [e70aea02] + GroupPresentations v0.1.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [36d08e8a] + AbstractPermutations v0.3.1 [a6b051d1] + Combinat v0.1.3 [e70aea02] + GroupPresentations v0.1.1 [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.71s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.45s ################################################################################ # Testing # Testing GroupPresentations Status `/tmp/jl_AiTBel/Project.toml` [a6b051d1] Combinat v0.1.3 [e70aea02] GroupPresentations v0.1.1 [0b63354f] PermGroups v0.2.18 [8dfed614] Test v1.11.0 Status `/tmp/jl_AiTBel/Manifest.toml` [36d08e8a] AbstractPermutations v0.3.1 [a6b051d1] Combinat v0.1.3 [e70aea02] GroupPresentations v0.1.1 [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... GroupPresentations.jl @AbsWord a,b GroupPresentations.jl F=FpGroup([a,b]) GroupPresentations.jl G=F/[a^2,b^7,comm(a,a^b),comm(a,a^(b^2))*inv(b^a)] GroupPresentations.jl P=Presentation(G) GroupPresentations.jl relators(P) GroupPresentations.jl w=AbsWord([:a => 3, :b => -2, :a => 1]) GroupPresentations.jl w*AbsWord([:a=>-1,:b=>1]) GroupPresentations.jl AbsWord(:b,:a,:a,:b) GroupPresentations.jl F=FpGroup(:a,:b,:c) GroupPresentations.jl GroupPresentations.TietzeWord(comm(F(1),F(2))*inv(F(3)^2*F(2)),gens(F)) GroupPresentations.jl AbsWord([-1,-2,1,-3,-3],AbsWord.([:a,:b,:c])) GroupPresentations.jl @AbsWord a,b,c,d,e,f GroupPresentations.jl F=FpGroup([a,b,c,d,e,f]) GroupPresentations.jl G=F/[a^2,b^2,d*f^-1,e^2,f^2,a*b^-1*c,a*e*c^-1,b*d^-1*c,c*d*e^-1,a*f*c^-2,c^4] GroupPresentations.jl simplify(G) Presentation: 2 generators, 4 relators, total length 16 Presentation: 2 generators, 3 relators, total length 10 GroupPresentations.jl P=Presentation(" 1: a=A 2: e=E 3: f=F 4: c=C 5: d=D 6: bbb=1 7: fc=CF 8: dc=CD 9: fe=EF 10: ec=CE 11: da=AF 12: ed=DE 13: fd=DF 14: ca=AE 15: ea=AC 16: fa=AD 17: fb=bE 18: Bcbfd=1 19: Bebfe=1 20: Bdbfedc=1 21: babab=ABABA ") GroupPresentations.jl tracing(P) #started tracing generator images GroupPresentations.jl GroupPresentations.Go(P) #Presentation: 3 generators, 10 relators, total length 82 #Presentation: 3 generators, 10 relators, total length 81 #GroupPresentations.jl P.imagesOldGens GroupPresentations.jl P.preImagesNewGens Test Summary: | Pass Total Time GroupPresentations.jl | 20 20 26.2s Testing GroupPresentations tests passed Testing completed after 31.06s PkgEval succeeded after 65.45s