-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Description
https://github.com/sagemath/sage/actions/runs/7268580709/job/19804748213?pr=36928#step:11:6982
File "src/sage/interfaces/gap.py", line 1298, in sage.interfaces.gap.Gap.help
Failed example:
print(gap.help('SymmetricGroup', pager=False))
Exception raised:
Traceback (most recent call last):
File "/sage/src/sage/interfaces/gap.py", line 701, in _eval_line
raise RuntimeError("%s produced error output\n%s\n executing %s" % (self, error, line))
RuntimeError: Gap produced error output
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `Filename' on 2 arguments
The 1st argument is 'fail' which might point to an earlier problem
executing ? SymmetricGroup
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/sage/src/sage/doctest/forker.py", line 709, in _run
self.compile_and_execute(example, compiler, test.globs)
File "/sage/src/sage/doctest/forker.py", line 1144, in compile_and_execute
exec(compiled, globs)
File "<doctest sage.interfaces.gap.Gap.help[1]>", line 1, in <module>
print(gap.help('SymmetricGroup', pager=False))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sage/src/sage/interfaces/gap.py", line 1313, in help
line = Expect.eval(self, "? %s" % s)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sage/src/sage/interfaces/expect.py", line 1414, in eval
return '\n'.join(self._eval_line(L, allow_use_file=allow_use_file, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sage/src/sage/interfaces/expect.py", line 1414, in <genexpr>
return '\n'.join(self._eval_line(L, allow_use_file=allow_use_file, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sage/src/sage/interfaces/gap.py", line 735, in _eval_line
raise RuntimeError(exc)
RuntimeError: Gap produced error output
Error, no method found! For debugging hints type ?Recovery from NoMethodFound
Error, no 1st choice method found for `Filename' on 2 arguments
The 1st argument is 'fail' which might point to an earlier problem
executing ? SymmetricGroup