1 | too few successful tests, not using stored timings |
---|
2 | Running doctests with ID 2020-09-30-06-27-09-2f429f76. |
---|
3 | Git branch: gap411_29314 |
---|
4 | Using --optional=build,dochtml,memlimit,python_openid,rubiks,sage,speaklater |
---|
5 | Doctesting 1 file. |
---|
6 | sage -t --random-seed=0 src/sage/groups/libgap_wrapper.pyx |
---|
7 | ********************************************************************** |
---|
8 | File "src/sage/groups/libgap_wrapper.pyx", line 119, in sage.groups.libgap_wrapper.ParentLibGAP.__init__ |
---|
9 | Failed example: |
---|
10 | TestSuite(G).run() |
---|
11 | Exception raised: |
---|
12 | Traceback (most recent call last): |
---|
13 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
14 | self.compile_and_execute(example, compiler, test.globs) |
---|
15 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
16 | exec(compiled, globs) |
---|
17 | File "<doctest sage.groups.libgap_wrapper.ParentLibGAP.__init__[1]>", line 1, in <module> |
---|
18 | TestSuite(G).run() |
---|
19 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/misc/sage_unittest.py", line 296, in run |
---|
20 | test_method(tester=tester) |
---|
21 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/categories/sets_cat.py", line 1155, in _test_elements |
---|
22 | TestSuite(an_element).run(verbose = tester._verbose, prefix = tester._prefix+" ", |
---|
23 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/misc/sage_unittest.py", line 296, in run |
---|
24 | test_method(tester=tester) |
---|
25 | File "sage/structure/sage_object.pyx", line 647, in sage.structure.sage_object.SageObject._test_pickling (build/cythonized/sage/structure/sage_object.c:5042) |
---|
26 | tester.assertEqual(loads(dumps(self)), self) |
---|
27 | File "/home/sebastian/develop/sage/local/lib/python3.8/unittest/case.py", line 912, in assertEqual |
---|
28 | assertion_func(first, second, msg=msg) |
---|
29 | File "/home/sebastian/develop/sage/local/lib/python3.8/unittest/case.py", line 902, in _baseAssertEqual |
---|
30 | if not first == second: |
---|
31 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
32 | return (<Element>self)._richcmp_(other, op) |
---|
33 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
34 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
35 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
36 | return PyObject_RichCompare(x, y, op) |
---|
37 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
38 | return (<Element>self)._richcmp_(other, op) |
---|
39 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
40 | return self._compare_equal(other) |
---|
41 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
42 | sig_on() |
---|
43 | cysignals.signals.SignalError: Segmentation fault |
---|
44 | ********************************************************************** |
---|
45 | File "src/sage/groups/libgap_wrapper.pyx", line 248, in sage.groups.libgap_wrapper.ParentLibGAP.subgroup |
---|
46 | Failed example: |
---|
47 | gens = [w.matrix() for w in WeylGroup(['B', 3])] |
---|
48 | Exception raised: |
---|
49 | Traceback (most recent call last): |
---|
50 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
51 | self.compile_and_execute(example, compiler, test.globs) |
---|
52 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
53 | exec(compiled, globs) |
---|
54 | File "<doctest sage.groups.libgap_wrapper.ParentLibGAP.subgroup[4]>", line 1, in <module> |
---|
55 | gens = [w.matrix() for w in WeylGroup(['B', Integer(3)])] |
---|
56 | File "<doctest sage.groups.libgap_wrapper.ParentLibGAP.subgroup[4]>", line 1, in <listcomp> |
---|
57 | gens = [w.matrix() for w in WeylGroup(['B', Integer(3)])] |
---|
58 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/matrix_gps/matrix_group.py", line 700, in __iter__ |
---|
59 | for g in super(MatrixGroup_gap, self).__iter__(): |
---|
60 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/libgap_mixin.py", line 628, in __iter__ |
---|
61 | iterator = self.gap().Iterator() |
---|
62 | File "sage/libs/gap/element.pyx", line 2679, in sage.libs.gap.element.GapElement_MethodProxy.__call__ (build/cythonized/sage/libs/gap/element.c:20844) |
---|
63 | return GapElement_Function.__call__(self, self.first_argument) |
---|
64 | File "sage/libs/gap/element.pyx", line 2525, in sage.libs.gap.element.GapElement_Function.__call__ (build/cythonized/sage/libs/gap/element.c:19780) |
---|
65 | sig_on() |
---|
66 | cysignals.signals.SignalError: Segmentation fault |
---|
67 | ********************************************************************** |
---|
68 | File "src/sage/groups/libgap_wrapper.pyx", line 249, in sage.groups.libgap_wrapper.ParentLibGAP.subgroup |
---|
69 | Failed example: |
---|
70 | G = MatrixGroup(gens) |
---|
71 | Exception raised: |
---|
72 | Traceback (most recent call last): |
---|
73 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
74 | self.compile_and_execute(example, compiler, test.globs) |
---|
75 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
76 | exec(compiled, globs) |
---|
77 | File "<doctest sage.groups.libgap_wrapper.ParentLibGAP.subgroup[5]>", line 1, in <module> |
---|
78 | G = MatrixGroup(gens) |
---|
79 | File "sage/misc/lazy_import.pyx", line 353, in sage.misc.lazy_import.LazyImport.__call__ (build/cythonized/sage/misc/lazy_import.c:3736) |
---|
80 | return self.get_object()(*args, **kwds) |
---|
81 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/matrix_gps/finitely_generated.py", line 286, in MatrixGroup |
---|
82 | gens = [g.matrix() for g in gens[0]] |
---|
83 | TypeError: 'function' object is not iterable |
---|
84 | ********************************************************************** |
---|
85 | File "src/sage/groups/libgap_wrapper.pyx", line 253, in sage.groups.libgap_wrapper.ParentLibGAP.subgroup |
---|
86 | Failed example: |
---|
87 | G.subgroup(subgroup_gens) |
---|
88 | Exception raised: |
---|
89 | Traceback (most recent call last): |
---|
90 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
91 | self.compile_and_execute(example, compiler, test.globs) |
---|
92 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
93 | exec(compiled, globs) |
---|
94 | File "<doctest sage.groups.libgap_wrapper.ParentLibGAP.subgroup[9]>", line 1, in <module> |
---|
95 | G.subgroup(subgroup_gens) |
---|
96 | File "sage/groups/libgap_wrapper.pyx", line 265, in sage.groups.libgap_wrapper.ParentLibGAP.subgroup (build/cythonized/sage/groups/libgap_wrapper.c:4357) |
---|
97 | generators = [ g if isinstance(g, GapElement) else self(g).gap() |
---|
98 | File "sage/structure/parent.pyx", line 900, in sage.structure.parent.Parent.__call__ (build/cythonized/sage/structure/parent.c:9336) |
---|
99 | return mor._call_(x) |
---|
100 | File "sage/structure/coerce_maps.pyx", line 161, in sage.structure.coerce_maps.DefaultConvertMap_unique._call_ (build/cythonized/sage/structure/coerce_maps.c:4623) |
---|
101 | raise |
---|
102 | File "sage/structure/coerce_maps.pyx", line 156, in sage.structure.coerce_maps.DefaultConvertMap_unique._call_ (build/cythonized/sage/structure/coerce_maps.c:4515) |
---|
103 | return C._element_constructor(x) |
---|
104 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/categories/sets_cat.py", line 993, in _element_constructor_from_element_class |
---|
105 | return self.element_class(self, *args, **keywords) |
---|
106 | File "sage/groups/libgap_wrapper.pyx", line 487, in sage.groups.libgap_wrapper.ElementLibGAP.__init__ (build/cythonized/sage/groups/libgap_wrapper.c:5950) |
---|
107 | raise TypeError('need a libgap group element or "1" in constructor') |
---|
108 | TypeError: need a libgap group element or "1" in constructor |
---|
109 | ********************************************************************** |
---|
110 | File "src/sage/groups/libgap_wrapper.pyx", line 477, in sage.groups.libgap_wrapper.ElementLibGAP.__init__ |
---|
111 | Failed example: |
---|
112 | TestSuite(g).run() |
---|
113 | Exception raised: |
---|
114 | Traceback (most recent call last): |
---|
115 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
116 | self.compile_and_execute(example, compiler, test.globs) |
---|
117 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
118 | exec(compiled, globs) |
---|
119 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP.__init__[2]>", line 1, in <module> |
---|
120 | TestSuite(g).run() |
---|
121 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/misc/sage_unittest.py", line 296, in run |
---|
122 | test_method(tester=tester) |
---|
123 | File "sage/structure/sage_object.pyx", line 647, in sage.structure.sage_object.SageObject._test_pickling (build/cythonized/sage/structure/sage_object.c:5042) |
---|
124 | tester.assertEqual(loads(dumps(self)), self) |
---|
125 | File "/home/sebastian/develop/sage/local/lib/python3.8/unittest/case.py", line 912, in assertEqual |
---|
126 | assertion_func(first, second, msg=msg) |
---|
127 | File "/home/sebastian/develop/sage/local/lib/python3.8/unittest/case.py", line 902, in _baseAssertEqual |
---|
128 | if not first == second: |
---|
129 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
130 | return (<Element>self)._richcmp_(other, op) |
---|
131 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
132 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
133 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
134 | return PyObject_RichCompare(x, y, op) |
---|
135 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
136 | return (<Element>self)._richcmp_(other, op) |
---|
137 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
138 | return self._compare_equal(other) |
---|
139 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
140 | sig_on() |
---|
141 | cysignals.signals.SignalError: Segmentation fault |
---|
142 | ********************************************************************** |
---|
143 | File "src/sage/groups/libgap_wrapper.pyx", line 553, in sage.groups.libgap_wrapper.ElementLibGAP.is_one |
---|
144 | Failed example: |
---|
145 | (x * ~x).is_one() |
---|
146 | Exception raised: |
---|
147 | Traceback (most recent call last): |
---|
148 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
149 | self.compile_and_execute(example, compiler, test.globs) |
---|
150 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
151 | exec(compiled, globs) |
---|
152 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP.is_one[3]>", line 1, in <module> |
---|
153 | (x * ~x).is_one() |
---|
154 | File "sage/groups/libgap_wrapper.pyx", line 556, in sage.groups.libgap_wrapper.ElementLibGAP.is_one (build/cythonized/sage/groups/libgap_wrapper.c:6585) |
---|
155 | return self == self.parent().one() |
---|
156 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
157 | return (<Element>self)._richcmp_(other, op) |
---|
158 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
159 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
160 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
161 | return PyObject_RichCompare(x, y, op) |
---|
162 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
163 | return (<Element>self)._richcmp_(other, op) |
---|
164 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
165 | return self._compare_equal(other) |
---|
166 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
167 | sig_on() |
---|
168 | cysignals.signals.SignalError: Segmentation fault |
---|
169 | *** longjmp causes uninitialized stack frame ***: /home/sebastian/develop/sage/local/bin/python3 terminated |
---|
170 | ======= Backtrace: ========= |
---|
171 | /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7fc896d867f5] |
---|
172 | /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7fc896e2821c] |
---|
173 | /lib/x86_64-linux-gnu/libc.so.6(+0x11911d)[0x7fc896e2811d] |
---|
174 | /lib/x86_64-linux-gnu/libc.so.6(__longjmp_chk+0x29)[0x7fc896e28079] |
---|
175 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x14e48e)[0x7fc820c3448e] |
---|
176 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x9b06e)[0x7fc820b8106e] |
---|
177 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
178 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c5de)[0x7fc820c225de] |
---|
179 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
180 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
181 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
182 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa607d)[0x7fc820b8c07d] |
---|
183 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa303f)[0x7fc820b8903f] |
---|
184 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
185 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
186 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
187 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
188 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
189 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
190 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
191 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
192 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xf7b80)[0x7fc820bddb80] |
---|
193 | /home/sebastian/develop/sage/local/lib/libgap.so.0(DoOperation2Args+0x3c9)[0x7fc820be87a9] |
---|
194 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EqObject+0x19)[0x7fc820b23379] |
---|
195 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x1125ac)[0x7fc820bf85ac] |
---|
196 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x23db9)[0x7fc821838db9] |
---|
197 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x111ad)[0x7fc8218261ad] |
---|
198 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/structure/element.cpython-38-x86_64-linux-gnu.so(+0x2a80f)[0x7fc89491f80f] |
---|
199 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyObject_RichCompare+0x13b)[0x7fc8973e1e2b] |
---|
200 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/libgap_wrapper.cpython-38-x86_64-linux-gnu.so(+0xdaca)[0x7fc821a7caca] |
---|
201 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/structure/element.cpython-38-x86_64-linux-gnu.so(+0x2a80f)[0x7fc89491f80f] |
---|
202 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyObject_RichCompare+0x13b)[0x7fc8973e1e2b] |
---|
203 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x8660)[0x7fc89736afe0] |
---|
204 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
205 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyEval_EvalCodeEx+0x3e)[0x7fc8974843be] |
---|
206 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyEval_EvalCode+0x1b)[0x7fc8974843eb] |
---|
207 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x18ae09)[0x7fc897480e09] |
---|
208 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0xe7470)[0x7fc8973dd470] |
---|
209 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x65f1)[0x7fc897368f71] |
---|
210 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
211 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
212 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
213 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
214 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
215 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
216 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
217 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
218 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
219 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
220 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
221 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
222 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyObject_FastCallDict+0x14a)[0x7fc89739526a] |
---|
223 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyObject_Call_Prepend+0xcd)[0x7fc89739535d] |
---|
224 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x107f01)[0x7fc8973fdf01] |
---|
225 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyObject_MakeTpCall+0xa1)[0x7fc8973934b1] |
---|
226 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x65b1)[0x7fc897368f31] |
---|
227 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
228 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
229 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
230 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
231 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0xa1090)[0x7fc897397090] |
---|
232 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x619b)[0x7fc897368b1b] |
---|
233 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
234 | ======= Memory map: ======== |
---|
235 | 00400000-00401000 r-xp 00000000 08:06 6452188 /home/sebastian/develop/sage/local/bin/python3.8 |
---|
236 | 00600000-00601000 r--p 00000000 08:06 6452188 /home/sebastian/develop/sage/local/bin/python3.8 |
---|
237 | 00601000-00602000 rw-p 00001000 08:06 6452188 /home/sebastian/develop/sage/local/bin/python3.8 |
---|
238 | 01013000-046ac000 rw-p 00000000 00:00 0 [heap] |
---|
239 | 046ac000-049c9000 rw-p 00000000 00:00 0 [heap] |
---|
240 | 100000000000-100019101000 rw-p 00000000 00:00 0 |
---|
241 | 7fc80d6a4000-7fc80d824000 rw-p 00000000 00:00 0 |
---|
242 | 7fc80d824000-7fc80d82d000 r-xp 00000000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
243 | 7fc80d82d000-7fc80da2c000 ---p 00009000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
244 | 7fc80da2c000-7fc80da2d000 r--p 00008000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
245 | 7fc80da2d000-7fc80da2e000 rw-p 00009000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
246 | 7fc80da2e000-7fc80da2f000 rw-p 00000000 00:00 0 |
---|
247 | 7fc80da2f000-7fc80da4a000 r-xp 00000000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
248 | 7fc80da4a000-7fc80dc49000 ---p 0001b000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
249 | 7fc80dc49000-7fc80dc4a000 r--p 0001a000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
250 | 7fc80dc4a000-7fc80dc50000 rw-p 0001b000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
251 | 7fc80dc50000-7fc80dc5a000 r-xp 00000000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
252 | 7fc80dc5a000-7fc80de59000 ---p 0000a000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
253 | 7fc80de59000-7fc80de5a000 r--p 00009000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
254 | 7fc80de5a000-7fc80de5c000 rw-p 0000a000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
255 | 7fc80de5c000-7fc80de79000 r-xp 00000000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
256 | 7fc80de79000-7fc80e078000 ---p 0001d000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
257 | 7fc80e078000-7fc80e079000 r--p 0001c000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
258 | 7fc80e079000-7fc80e080000 rw-p 0001d000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
259 | 7fc80e080000-7fc80e1c0000 rw-p 00000000 00:00 0 |
---|
260 | 7fc80e1c0000-7fc80f3c1000 rw-p 00000000 00:00 0 |
---|
261 | 7fc80f3c1000-7fc80f406000 r-xp 00000000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
262 | 7fc80f406000-7fc80f605000 ---p 00045000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
263 | 7fc80f605000-7fc80f606000 r--p 00044000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
264 | 7fc80f606000-7fc80f613000 rw-p 00045000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
265 | 7fc80f613000-7fc80f794000 rw-p 00000000 00:00 0 |
---|
266 | 7fc80f794000-7fc80f7b7000 r-xp 00000000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
267 | 7fc80f7b7000-7fc80f9b6000 ---p 00023000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
268 | 7fc80f9b6000-7fc80f9b7000 r--p 00022000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
269 | 7fc80f9b7000-7fc80f9b9000 rw-p 00023000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
270 | 7fc80f9b9000-7fc80f9cb000 rw-p 00000000 00:00 0 |
---|
271 | 7fc80f9cb000-7fc80f9e0000 r-xp 00000000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
272 | 7fc80f9e0000-7fc80fbdf000 ---p 00015000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
273 | 7fc80fbdf000-7fc80fbe0000 r--p 00014000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
274 | 7fc80fbe0000-7fc80fbe2000 rw-p 00015000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
275 | 7fc80fbe2000-7fc80fc22000 rw-p 00000000 00:00 0 |
---|
276 | 7fc80fc22000-7fc80fc29000 r-xp 00000000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
277 | 7fc80fc29000-7fc80fe28000 ---p 00007000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
278 | 7fc80fe28000-7fc80fe29000 r--p 00006000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
279 | 7fc80fe29000-7fc80fe2a000 rw-p 00007000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
280 | 7fc80fe2a000-7fc80ff6a000 rw-p 00000000 00:00 0 |
---|
281 | 7fc80ff6a000-7fc80ff9d000 r-xp 00000000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
282 | 7fc80ff9d000-7fc81019d000 ---p 00033000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
283 | 7fc81019d000-7fc8101a1000 r--p 00033000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
284 | 7fc8101a1000-7fc8101a2000 rw-p 00037000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
285 | 7fc8101a2000-7fc8101a3000 rw-p 00000000 00:00 0 |
---|
286 | 7fc8101a3000-7fc8101d9000 r-xp 00000000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
287 | 7fc8101d9000-7fc8103d9000 ---p 00036000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
288 | 7fc8103d9000-7fc8103da000 r--p 00036000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
289 | 7fc8103da000-7fc8103db000 rw-p 00037000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
290 | 7fc8103db000-7fc8103f9000 r-xp 00000000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
291 | 7fc8103f9000-7fc8105f9000 ---p 0001e000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
292 | 7fc8105f9000-7fc8105fa000 r--p 0001e000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
293 | 7fc8105fa000-7fc8105fc000 rw-p 0001f000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
294 | 7fc8105fc000-7fc81063c000 rw-p 00000000 00:00 0 |
---|
295 | 7fc81063c000-7fc81063d000 r-xp 00000000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
296 | 7fc81063d000-7fc81083c000 ---p 00001000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
297 | 7fc81083c000-7fc81083d000 r--p 00000000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
298 | 7fc81083d000-7fc81083e000 rw-p 00001000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
299 | 7fc81083e000-7fc8108fe000 rw-p 00000000 00:00 0 |
---|
300 | 7fc8108fe000-7fc810908000 r-xp 00000000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
301 | 7fc810908000-7fc810b07000 ---p 0000a000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
302 | 7fc810b07000-7fc810b08000 r--p 00009000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
303 | 7fc810b08000-7fc810b09000 rw-p 0000a000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
304 | 7fc810b09000-7fc810b0a000 rw-p 00000000 00:00 0 |
---|
305 | 7fc810b0a000-7fc810b15000 r-xp 00000000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
306 | 7fc810b15000-7fc810d14000 ---p 0000b000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
307 | 7fc810d14000-7fc810d15000 r--p 0000a000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
308 | 7fc810d15000-7fc810d17000 rw-p 0000b000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
309 | 7fc810d17000-7fc810d1d000 r-xp 00000000 08:06 6614807 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_version.cpython-38-x86_64-linux-gnu.so |
---|
310 | 7fc810d1d000-7fc810f1c000 ---p 00006000 08:06 6614807 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_version.cpython-38-x86_64-linux-gnu.so |
---|
311 | 7fc810f1c000-7fc810f1d000 r--p 00005000 08:06 6614807 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_version.cpython-38-x86_64-linux-gnu.so |
---|
312 | 7fc810f1d000-7fc810f1e000 rw-p 00006000 08:06 6614807 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_version.cpython-38-x86_64-linux-gnu.so |
---|
313 | 7fc810f1e000-7fc810f2e000 r-xp 00000000 08:06 6614805 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_poll.cpython-38-x86_64-linux-gnu.so |
---|
314 | 7fc810f2e000-7fc81112d000 ---p 00010000 08:06 6614805 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_poll.cpython-38-x86_64-linux-gnu.so |
---|
315 | 7fc81112d000-7fc81112e000 r--p 0000f000 08:06 6614805 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_poll.cpython-38-x86_64-linux-gnu.so |
---|
316 | 7fc81112e000-7fc811130000 rw-p 00010000 08:06 6614805 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_poll.cpython-38-x86_64-linux-gnu.so |
---|
317 | 7fc811130000-7fc811139000 r-xp 00000000 08:06 6614820 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/utils.cpython-38-x86_64-linux-gnu.so |
---|
318 | 7fc811139000-7fc811338000 ---p 00009000 08:06 6614820 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/utils.cpython-38-x86_64-linux-gnu.so |
---|
319 | 7fc811338000-7fc811339000 r--p 00008000 08:06 6614820 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/utils.cpython-38-x86_64-linux-gnu.so |
---|
320 | 7fc811339000-7fc81133b000 rw-p 00009000 08:06 6614820 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/utils.cpython-38-x86_64-linux-gnu.so |
---|
321 | 7fc81133b000-7fc811359000 r-xp 00000000 08:06 6614818 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/socket.cpython-38-x86_64-linux-gnu.so |
---|
322 | 7fc811359000-7fc811558000 ---p 0001e000 08:06 6614818 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/socket.cpython-38-x86_64-linux-gnu.so |
---|
323 | 7fc811558000-7fc811559000 r--p 0001d000 08:06 6614818 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/socket.cpython-38-x86_64-linux-gnu.so |
---|
324 | 7fc811559000-7fc81155e000 rw-p 0001e000 08:06 6614818 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/socket.cpython-38-x86_64-linux-gnu.so********************************************************************** |
---|
325 | File "src/sage/groups/libgap_wrapper.pyx", line 624, in sage.groups.libgap_wrapper.ElementLibGAP._mul_ |
---|
326 | Failed example: |
---|
327 | x*y == x._mul_(y) |
---|
328 | Exception raised: |
---|
329 | Traceback (most recent call last): |
---|
330 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
331 | self.compile_and_execute(example, compiler, test.globs) |
---|
332 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
333 | exec(compiled, globs) |
---|
334 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP._mul_[5]>", line 1, in <module> |
---|
335 | x*y == x._mul_(y) |
---|
336 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
337 | return (<Element>self)._richcmp_(other, op) |
---|
338 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
339 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
340 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
341 | return PyObject_RichCompare(x, y, op) |
---|
342 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
343 | return (<Element>self)._richcmp_(other, op) |
---|
344 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
345 | return self._compare_equal(other) |
---|
346 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
347 | sig_on() |
---|
348 | sage.libs.gap.util.GAPError: Error, no method found! Error, no 1st choice method found for `=' on 2 arguments |
---|
349 | *** longjmp causes uninitialized stack frame ***: /home/sebastian/develop/sage/local/bin/python3 terminated |
---|
350 | ======= Backtrace: ========= |
---|
351 | /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7fc896d867f5] |
---|
352 | /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7fc896e2821c] |
---|
353 | /lib/x86_64-linux-gnu/libc.so.6(+0x11911d)[0x7fc896e2811d] |
---|
354 | /lib/x86_64-linux-gnu/libc.so.6(__longjmp_chk+0x29)[0x7fc896e28079] |
---|
355 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x14e48e)[0x7fc820c3448e] |
---|
356 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x9b06e)[0x7fc820b8106e] |
---|
357 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
358 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c5de)[0x7fc820c225de] |
---|
359 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
360 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
361 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
362 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa607d)[0x7fc820b8c07d] |
---|
363 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa303f)[0x7fc820b8903f] |
---|
364 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
365 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
366 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
367 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
368 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
369 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
370 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
371 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
372 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xf7b80)[0x7fc820bddb80] |
---|
373 | /home/sebastian/develop/sage/local/lib/libgap.so.0(DoOperation2Args+0x3c9)[0x7fc820be87a9] |
---|
374 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EqObject+0x19)[0x7fc820b23379] |
---|
375 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x1125ac)[0x7fc820bf85ac] |
---|
376 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x23db9)[0x7fc821838db9] |
---|
377 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x111ad)[0x7fc8218261ad] |
---|
378 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/structure/element.cpython-38-x86_64-linux-gnu.so********************************************************************** |
---|
379 | File "src/sage/groups/libgap_wrapper.pyx", line 626, in sage.groups.libgap_wrapper.ElementLibGAP._mul_ |
---|
380 | Failed example: |
---|
381 | y*x == y._mul_(x) |
---|
382 | Exception raised: |
---|
383 | Traceback (most recent call last): |
---|
384 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
385 | self.compile_and_execute(example, compiler, test.globs) |
---|
386 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
387 | exec(compiled, globs) |
---|
388 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP._mul_[6]>", line 1, in <module> |
---|
389 | y*x == y._mul_(x) |
---|
390 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
391 | return (<Element>self)._richcmp_(other, op) |
---|
392 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
393 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
394 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
395 | return PyObject_RichCompare(x, y, op) |
---|
396 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
397 | return (<Element>self)._richcmp_(other, op) |
---|
398 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
399 | return self._compare_equal(other) |
---|
400 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
401 | sig_on() |
---|
402 | sage.libs.gap.util.GAPError: Error, no method found! Error, no 1st choice method found for `=' on 2 arguments |
---|
403 | ********************************************************************** |
---|
404 | File "src/sage/groups/libgap_wrapper.pyx", line 645, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ |
---|
405 | Failed example: |
---|
406 | x == x*y*y^(-1) # indirect doctest |
---|
407 | Exception raised: |
---|
408 | Traceback (most recent call last): |
---|
409 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
410 | self.compile_and_execute(example, compiler, test.globs) |
---|
411 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
412 | exec(compiled, globs) |
---|
413 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP._richcmp_[5]>", line 1, in <module> |
---|
414 | x == x*y*y**(-Integer(1)) # indirect doctest |
---|
415 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
416 | return (<Element>self)._richcmp_(other, op) |
---|
417 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
418 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
419 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
420 | return PyObject_RichCompare(x, y, op) |
---|
421 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
422 | return (<Element>self)._richcmp_(other, op) |
---|
423 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
424 | return self._compare_equal(other) |
---|
425 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
426 | sig_on() |
---|
427 | cysignals.signals.SignalError: Segmentation fault |
---|
428 | *** longjmp causes uninitialized stack frame ***: /home/sebastian/develop/sage/local/bin/python3 terminated |
---|
429 | ======= Backtrace: ========= |
---|
430 | /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7fc896d867f5] |
---|
431 | /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7fc896e2821c] |
---|
432 | /lib/x86_64-linux-gnu/libc.so.6(+0x11911d)[0x7fc896e2811d] |
---|
433 | /lib/x86_64-linux-gnu/libc.so.6(__longjmp_chk+0x29)[0x7fc896e28079] |
---|
434 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x14e48e)[0x7fc820c3448e] |
---|
435 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x9b06e)[0x7fc820b8106e] |
---|
436 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
437 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c5de)[0x7fc820c225de] |
---|
438 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
439 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
440 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
441 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa607d)[0x7fc820b8c07d] |
---|
442 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa303f)[0x7fc820b8903f] |
---|
443 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
444 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
445 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
446 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
447 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
448 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
449 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
450 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
451 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xf7b80)[0x7fc820bddb80] |
---|
452 | /home/sebastian/develop/sage/local/lib/libgap.so.0(DoOperation2Args+0x3c9)[0x7fc820be87a9] |
---|
453 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EqObject+0x19)[0x7fc820b23379] |
---|
454 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x1125ac)[0x7fc820bf85ac] |
---|
455 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x23db9)[0x7fc821838db9] |
---|
456 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x111ad)[0x7fc8218261ad] |
---|
457 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/structure/element.cpython-38-x86_64-linux-gnu.so(+0x2a80f)[0x7fc89491f80f] |
---|
458 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyObject_RichCompare+0x13b)[0x7fc8973e1e2b] |
---|
459 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/libgap_wrapper.cpython-38-x86_64-linux-gnu.so(+0xdaca)[0x7fc821a7caca] |
---|
460 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/structure/element.cpython-38-x86_64-linux-gnu.so(+0x2a80f)[0x7fc89491f80f] |
---|
461 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyObject_RichCompare+0x13b)[0x7fc8973e1e2b] |
---|
462 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x8660)[0x7fc89736afe0] |
---|
463 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
464 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyEval_EvalCodeEx+0x3e)[0x7fc8974843be] |
---|
465 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyEval_EvalCode+0x1b)[0x7fc8974843eb] |
---|
466 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x18ae09)[0x7fc897480e09] |
---|
467 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0xe7470)[0x7fc8973dd470] |
---|
468 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x65f1)[0x7fc897368f71] |
---|
469 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
470 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
471 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
472 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
473 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
474 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
475 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
476 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
477 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
478 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
479 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
480 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
481 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyObject_FastCallDict+0x14a)[0x7fc89739526a] |
---|
482 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyObject_Call_Prepend+0xcd)[0x7fc89739535d] |
---|
483 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x107f01********************************************************************** |
---|
484 | File "src/sage/groups/libgap_wrapper.pyx", line 666, in sage.groups.libgap_wrapper.ElementLibGAP._div_ |
---|
485 | Failed example: |
---|
486 | x/y == x.__truediv__(y) |
---|
487 | Exception raised: |
---|
488 | Traceback (most recent call last): |
---|
489 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
490 | self.compile_and_execute(example, compiler, test.globs) |
---|
491 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
492 | exec(compiled, globs) |
---|
493 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP._div_[5]>", line 1, in <module> |
---|
494 | x/y == x.__truediv__(y) |
---|
495 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
496 | return (<Element>self)._richcmp_(other, op) |
---|
497 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
498 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
499 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
500 | return PyObject_RichCompare(x, y, op) |
---|
501 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
502 | return (<Element>self)._richcmp_(other, op) |
---|
503 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
504 | return self._compare_equal(other) |
---|
505 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
506 | sig_on() |
---|
507 | sage.libs.gap.util.GAPError: Error, no method found! Error, no 1st choice method found for `=' on 2 arguments |
---|
508 | ********************************************************************** |
---|
509 | File "src/sage/groups/libgap_wrapper.pyx", line 688, in sage.groups.libgap_wrapper.ElementLibGAP.__pow__ |
---|
510 | Failed example: |
---|
511 | y^3 == y.__pow__(3) |
---|
512 | Exception raised: |
---|
513 | Traceback (most recent call last): |
---|
514 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
515 | self.compile_and_execute(example, compiler, test.globs) |
---|
516 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
517 | exec(compiled, globs) |
---|
518 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP.__pow__[5]>", line 1, in <module> |
---|
519 | y**Integer(3) == y.__pow__(Integer(3)) |
---|
520 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
521 | return (<Element>self)._richcmp_(other, op) |
---|
522 | File "sage/groups/libgap_wrapper.pyx", line 650, in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ (build/cythonized/sage/groups/libgap_wrapper.c:7345) |
---|
523 | return richcmp((<ElementLibGAP>left)._libgap, |
---|
524 | File "sage/structure/richcmp.pxd", line 50, in sage.structure.richcmp.richcmp (build/cythonized/sage/groups/libgap_wrapper.c:9337) |
---|
525 | return PyObject_RichCompare(x, y, op) |
---|
526 | File "sage/structure/element.pyx", line 1109, in sage.structure.element.Element.__richcmp__ (build/cythonized/sage/structure/element.c:10339) |
---|
527 | return (<Element>self)._richcmp_(other, op) |
---|
528 | File "sage/libs/gap/element.pyx", line 931, in sage.libs.gap.element.GapElement._richcmp_ (build/cythonized/sage/libs/gap/element.c:9403) |
---|
529 | return self._compare_equal(other) |
---|
530 | File "sage/libs/gap/element.pyx", line 955, in sage.libs.gap.element.GapElement._compare_equal (build/cythonized/sage/libs/gap/element.c:9761) |
---|
531 | sig_on() |
---|
532 | sage.libs.gap.util.GAPError: Error, no method found! Error, no 1st choice method found for `=' on 2 arguments |
---|
533 | ********************************************************************** |
---|
534 | File "src/sage/groups/libgap_wrapper.pyx", line 772, in sage.groups.libgap_wrapper.ElementLibGAP.normalizer |
---|
535 | Failed example: |
---|
536 | all(g*a == a*g for g in H) |
---|
537 | Expected: |
---|
538 | True |
---|
539 | Got: |
---|
540 | False |
---|
541 | *** longjmp causes uninitialized stack frame ***: /home/sebastian/develop/sage/local/bin/python3 terminated |
---|
542 | ======= Backtrace: ========= |
---|
543 | /lib/x86_64-linux-gnu/libc.so.6(+0x777f5)[0x7fc896d867f5] |
---|
544 | /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7fc896e2821c] |
---|
545 | /lib/x86_64-linux-gnu/libc.so.6(+0x11911d)[0x7fc896e2811d] |
---|
546 | /lib/x86_64-linux-gnu/libc.so.6(__longjmp_chk+0x29)[0x7fc896e28079] |
---|
547 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x14e48e)[0x7fc820c3448e] |
---|
548 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x9b06e)[0x7fc820b8106e] |
---|
549 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
550 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c5de)[0x7fc820c225de] |
---|
551 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
552 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
553 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
554 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa607d)[0x7fc820b8c07d] |
---|
555 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa303f)[0x7fc820b8903f] |
---|
556 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
557 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
558 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
559 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa2b90)[0x7fc820b88b90] |
---|
560 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c515)[0x7fc820c22515] |
---|
561 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
562 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
563 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa5e79)[0x7fc820b8be79] |
---|
564 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xf7b80)[0x7fc820bddb80] |
---|
565 | /home/sebastian/develop/sage/local/lib/libgap.so.0(DoOperation2Args+0x3c9)[0x7fc820be87a9] |
---|
566 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa48eb)[0x7fc820b8a8eb] |
---|
567 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x16298e)[0x7fc820c4898e] |
---|
568 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x160c78)[0x7fc820c46c78] |
---|
569 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13d1de)[0x7fc820c231de] |
---|
570 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
571 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
572 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
573 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa607d)[0x7fc820b8c07d] |
---|
574 | /home/sebastian/develop/sage/local/lib/libgap.so.0(DoOperation2Args+0x197)[0x7fc820be8577] |
---|
575 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa48eb)[0x7fc820b8a8eb] |
---|
576 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x160c78)[0x7fc820c46c78] |
---|
577 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
578 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c6fe)[0x7fc820c226fe] |
---|
579 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c83e)[0x7fc820c2283e] |
---|
580 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
581 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa607d)[0x7fc820b8c07d] |
---|
582 | /home/sebastian/develop/sage/local/lib/libgap.so.0(DoOperation2Args+0x197)[0x7fc820be8577] |
---|
583 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa48eb)[0x7fc820b8a8eb] |
---|
584 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x160c78)[0x7fc820c46c78] |
---|
585 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0x13c588)[0x7fc820c22588] |
---|
586 | /home/sebastian/develop/sage/local/lib/libgap.so.0(EXEC_CURR_FUNC+0x2d)[0x7fc820c2450d] |
---|
587 | /home/sebastian/develop/sage/local/lib/libgap.so.0(+0xa628f)[0x7fc820b8c28f] |
---|
588 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x39ed5)[0x7fc82184eed5] |
---|
589 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/gap/element.cpython-38-x86_64-linux-gnu.so(+0x3a8a2)[0x7fc82184f8a2] |
---|
590 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/libgap_wrapper.cpython-38-x86_64-linux-gnu.so(+0x9e70)[0x7fc821a78e70] |
---|
591 | /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/groups/libgap_wrapper.cpython-38-x86_64-linux-gnu.so(+0x1bddb)[0x7fc821a8addb] |
---|
592 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0xe7074)[0x7fc8973dd074] |
---|
593 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x734c)[0x7fc897369ccc] |
---|
594 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
595 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyEval_EvalCodeEx+0x3e)[0x7fc8974843be] |
---|
596 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(PyEval_EvalCode+0x1b)[0x7fc8974843eb] |
---|
597 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x18ae09)[0x7fc897480e09] |
---|
598 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0xe7470)[0x7fc8973dd470] |
---|
599 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x65f1)[0x7fc897368f71] |
---|
600 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(+0x6b760)[0x7fc897361760] |
---|
601 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
602 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
603 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyFunction_Vectorcall+0xa8)[0x7fc8973932a8] |
---|
604 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x623a)[0x7fc897368bba] |
---|
605 | /home/sebastian/develop/sage/local/lib/libpython3.8.so.1.0(_PyEval_EvalCodeWithName+0xa7a)[0x7fc89748420a] |
---|
606 | ======= Memory map: ======== |
---|
607 | 00400000-00401000 r-xp 00000000 08:06 6452188 /home/sebastian/develop/sage/local/bin/python3.8 |
---|
608 | 00600000-00601000 r--p 00000000 08:06 6452188 /home/sebastian/develop/sage/local/bin/python3.8 |
---|
609 | 00601000-00602000 rw-p 00001000 08:06 6452188 /home/sebastian/develop/sage/local/bin/python3.8 |
---|
610 | 01013000-046ac000 rw-p 00000000 00:00 0 [heap] |
---|
611 | 046ac000-049c9000 rw-p 00000000 00:00 0 [heap] |
---|
612 | 100000000000-100019101000 rw-p 00000000 00:00 0 |
---|
613 | 7fc80d664000-7fc80d824000 rw-p 00000000 00:00 0 |
---|
614 | 7fc80d824000-7fc80d82d000 r-xp 00000000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
615 | 7fc80d82d000-7fc80da2c000 ---p 00009000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
616 | 7fc80da2c000-7fc80da2d000 r--p 00008000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
617 | 7fc80da2d000-7fc80da2e000 rw-p 00009000 08:06 6982309 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_complex_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
618 | 7fc80da2e000-7fc80da2f000 rw-p 00000000 00:00 0 |
---|
619 | 7fc80da2f000-7fc80da4a000 r-xp 00000000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
620 | 7fc80da4a000-7fc80dc49000 ---p 0001b000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
621 | 7fc80dc49000-7fc80dc4a000 r--p 0001a000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
622 | 7fc80dc4a000-7fc80dc50000 rw-p 0001b000 08:06 6982246 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
623 | 7fc80dc50000-7fc80dc5a000 r-xp 00000000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
624 | 7fc80dc5a000-7fc80de59000 ---p 0000a000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
625 | 7fc80de59000-7fc80de5a000 r--p 00009000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
626 | 7fc80de5a000-7fc80de5c000 rw-p 0000a000 08:06 6982326 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/modules/vector_real_double_dense.cpython-38-x86_64-linux-gnu.so |
---|
627 | 7fc80de5c000-7fc80de79000 r-xp 00000000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
628 | 7fc80de79000-7fc80e078000 ---p 0001d000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
629 | 7fc80e078000-7fc80e079000 r--p 0001c000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
630 | 7fc80e079000-7fc80e080000 rw-p 0001d000 08:06 6563040 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/rings/finite_rings/hom_finite_field.cpython-38-x86_64-linux-gnu.so |
---|
631 | 7fc80e080000-7fc80e1c0000 rw-p 00000000 00:00 0 |
---|
632 | 7fc80e1c0000-7fc80f3c1000 rw-p 00000000 00:00 0 |
---|
633 | 7fc80f3c1000-7fc80f406000 r-xp 00000000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
634 | 7fc80f406000-7fc80f605000 ---p 00045000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
635 | 7fc80f605000-7fc80f606000 r--p 00044000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
636 | 7fc80f606000-7fc80f613000 rw-p 00045000 08:06 6874532 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_main.cpython-38-x86_64-linux-gnu.so |
---|
637 | 7fc80f613000-7fc80f794000 rw-p 00000000 00:00 0 |
---|
638 | 7fc80f794000-7fc80f7b7000 r-xp 00000000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
639 | 7fc80f7b7000-7fc80f9b6000 ---p 00023000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
640 | 7fc80f9b6000-7fc80f9b7000 r--p 00022000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
641 | 7fc80f9b7000-7fc80f9b9000 rw-p 00023000 08:06 6874538 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_impl.cpython-38-x86_64-linux-gnu.so |
---|
642 | 7fc80f9b9000-7fc80f9cb000 rw-p 00000000 00:00 0 |
---|
643 | 7fc80f9cb000-7fc80f9e0000 r-xp 00000000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
644 | 7fc80f9e0000-7fc80fbdf000 ---p 00015000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
645 | 7fc80fbdf000-7fc80fbe0000 r--p 00014000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
646 | 7fc80fbe0000-7fc80fbe2000 rw-p 00015000 08:06 6874533 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/libs/mpmath/ext_libmp.cpython-38-x86_64-linux-gnu.so |
---|
647 | 7fc80fbe2000-7fc80fc22000 rw-p 00000000 00:00 0 |
---|
648 | 7fc80fc22000-7fc80fc29000 r-xp 00000000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
649 | 7fc80fc29000-7fc80fe28000 ---p 00007000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
650 | 7fc80fe28000-7fc80fe29000 r--p 00006000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
651 | 7fc80fe29000-7fc80fe2a000 rw-p 00007000 08:06 6580887 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/readline.cpython-38-x86_64-linux-gnu.so |
---|
652 | 7fc80fe2a000-7fc80ff6a000 rw-p 00000000 00:00 0 |
---|
653 | 7fc80ff6a000-7fc80ff9d000 r-xp 00000000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
654 | 7fc80ff9d000-7fc81019d000 ---p 00033000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
655 | 7fc81019d000-7fc8101a1000 r--p 00033000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
656 | 7fc8101a1000-7fc8101a2000 rw-p 00037000 08:06 6432421 /home/sebastian/develop/sage/local/lib/libtinfow.so.6.0 |
---|
657 | 7fc8101a2000-7fc8101a3000 rw-p 00000000 00:00 0 |
---|
658 | 7fc8101a3000-7fc8101d9000 r-xp 00000000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
659 | 7fc8101d9000-7fc8103d9000 ---p 00036000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
660 | 7fc8103d9000-7fc8103da000 r--p 00036000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
661 | 7fc8103da000-7fc8103db000 rw-p 00037000 08:06 6432424 /home/sebastian/develop/sage/local/lib/libncursesw.so.6.0 |
---|
662 | 7fc8103db000-7fc8103f9000 r-xp 00000000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
663 | 7fc8103f9000-7fc8105f9000 ---p 0001e000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
664 | 7fc8105f9000-7fc8105fa000 r--p 0001e000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
665 | 7fc8105fa000-7fc8105fc000 rw-p 0001f000 08:06 6580908 /home/sebastian/develop/sage/local/lib/python3.8/lib-dynload/_curses.cpython-38-x86_64-linux-gnu.so |
---|
666 | 7fc8105fc000-7fc81063c000 rw-p 00000000 00:00 0 |
---|
667 | 7fc81063c000-7fc81063d000 r-xp 00000000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
668 | 7fc81063d000-7fc81083c000 ---p 00001000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
669 | 7fc81083c000-7fc81083d000 r--p 00000000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
670 | 7fc81083d000-7fc81083e000 rw-p 00001000 08:06 6993911 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/tornado/speedups.cpython-38-x86_64-linux-gnu.so |
---|
671 | 7fc81083e000-7fc8108fe000 rw-p 00000000 00:00 0 |
---|
672 | 7fc8108fe000-7fc810908000 r-xp 00000000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
673 | 7fc810908000-7fc810b07000 ---p 0000a000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
674 | 7fc810b07000-7fc810b08000 r--p 00009000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
675 | 7fc810b08000-7fc810b09000 rw-p 0000a000 08:06 6614806 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_proxy_steerable.cpython-38-x86_64-linux-gnu.so |
---|
676 | 7fc810b09000-7fc810b0a000 rw-p 00000000 00:00 0 |
---|
677 | 7fc810b0a000-7fc810b15000 r-xp 00000000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
678 | 7fc810b15000-7fc810d14000 ---p 0000b000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
679 | 7fc810d14000-7fc810d15000 r--p 0000a000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
680 | 7fc810d15000-7fc810d17000 rw-p 0000b000 08:06 6614804 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_device.cpython-38-x86_64-linux-gnu.so |
---|
681 | 7fc810d17000-7fc810d1d000 r-xp 00000000 08:06 6614807 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_version.cpython-38-x86_64-linux-gnu.so |
---|
682 | 7fc810d1d000-7fc810f1c000 ---p 00006000 08:06 6614807 /home/sebastian/develop/sage/local/lib/python3.8/site-packages/zmq/backend/cython/_version.cpython-38-x86_64-linux-gnu.so********************************************************************** |
---|
683 | File "src/sage/groups/libgap_wrapper.pyx", line 789, in sage.groups.libgap_wrapper.ElementLibGAP.nth_roots |
---|
684 | Failed example: |
---|
685 | r = g.nth_roots(4) |
---|
686 | Exception raised: |
---|
687 | Traceback (most recent call last): |
---|
688 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
689 | self.compile_and_execute(example, compiler, test.globs) |
---|
690 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
691 | exec(compiled, globs) |
---|
692 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP.nth_roots[4]>", line 1, in <module> |
---|
693 | r = g.nth_roots(Integer(4)) |
---|
694 | File "sage/groups/libgap_wrapper.pyx", line 797, in sage.groups.libgap_wrapper.ElementLibGAP.nth_roots (build/cythonized/sage/groups/libgap_wrapper.c:8628) |
---|
695 | return [P.element_class(P, g) for g in libgap.NthRootsInGroup(P.gap(), self._libgap, n)] |
---|
696 | File "sage/libs/gap/element.pyx", line 2525, in sage.libs.gap.element.GapElement_Function.__call__ (build/cythonized/sage/libs/gap/element.c:19780) |
---|
697 | sig_on() |
---|
698 | sage.libs.gap.util.GAPError: Error, no method found! Error, no 1st choice method found for `PowerMap' on 2 arguments |
---|
699 | ********************************************************************** |
---|
700 | File "src/sage/groups/libgap_wrapper.pyx", line 790, in sage.groups.libgap_wrapper.ElementLibGAP.nth_roots |
---|
701 | Failed example: |
---|
702 | r |
---|
703 | Expected: |
---|
704 | [[ [ Z(3), Z(3), Z(3)^0 ], [ Z(3)^0, Z(3)^0, 0*Z(3) ], [ 0*Z(3), Z(3), 0*Z(3) ] ], |
---|
705 | [ [ Z(3)^0, Z(3)^0, Z(3) ], [ Z(3), Z(3), 0*Z(3) ], [ 0*Z(3), Z(3)^0, 0*Z(3) ] ]] |
---|
706 | Got: |
---|
707 | R Interpreter |
---|
708 | ********************************************************************** |
---|
709 | File "src/sage/groups/libgap_wrapper.pyx", line 793, in sage.groups.libgap_wrapper.ElementLibGAP.nth_roots |
---|
710 | Failed example: |
---|
711 | r[0]**4 == r[1]**4 == g |
---|
712 | Exception raised: |
---|
713 | Traceback (most recent call last): |
---|
714 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 720, in _run |
---|
715 | self.compile_and_execute(example, compiler, test.globs) |
---|
716 | File "/home/sebastian/develop/sage/local/lib/python3.8/site-packages/sage/doctest/forker.py", line 1145, in compile_and_execute |
---|
717 | exec(compiled, globs) |
---|
718 | File "<doctest sage.groups.libgap_wrapper.ElementLibGAP.nth_roots[6]>", line 1, in <module> |
---|
719 | r[Integer(0)]**Integer(4) == r[Integer(1)]**Integer(4) == g |
---|
720 | File "sage/rings/integer.pyx", line 2208, in sage.rings.integer.Integer.__pow__ (build/cythonized/sage/rings/integer.c:15221) |
---|
721 | return left ** int(right) |
---|
722 | TypeError: unsupported operand type(s) for ** or pow(): 'RFunction' and 'int' |
---|
723 | ********************************************************************** |
---|
724 | 10 items had failures: |
---|
725 | 1 of 4 in sage.groups.libgap_wrapper.ElementLibGAP.__init__ |
---|
726 | 1 of 7 in sage.groups.libgap_wrapper.ElementLibGAP.__pow__ |
---|
727 | 1 of 8 in sage.groups.libgap_wrapper.ElementLibGAP._div_ |
---|
728 | 2 of 8 in sage.groups.libgap_wrapper.ElementLibGAP._mul_ |
---|
729 | 1 of 8 in sage.groups.libgap_wrapper.ElementLibGAP._richcmp_ |
---|
730 | 1 of 5 in sage.groups.libgap_wrapper.ElementLibGAP.is_one |
---|
731 | 1 of 8 in sage.groups.libgap_wrapper.ElementLibGAP.normalizer |
---|
732 | 3 of 8 in sage.groups.libgap_wrapper.ElementLibGAP.nth_roots |
---|
733 | 1 of 7 in sage.groups.libgap_wrapper.ParentLibGAP.__init__ |
---|
734 | 3 of 14 in sage.groups.libgap_wrapper.ParentLibGAP.subgroup |
---|
735 | [171 tests, 15 failures, 1.02 s] |
---|
736 | ---------------------------------------------------------------------- |
---|
737 | sage -t --random-seed=0 src/sage/groups/libgap_wrapper.pyx # 15 doctests failed |
---|
738 | ---------------------------------------------------------------------- |
---|
739 | Total time for all tests: 1.2 seconds |
---|
740 | cpu time: 1.0 seconds |
---|
741 | cumulative wall time: 1.0 seconds |
---|
742 | |
---|