Skip to content

do not merge

do not merge #45

Triggered via pull request August 29, 2023 23:00
Status Failure
Total duration 23m 46s
Artifacts 8

test-extensions.yml

on: pull_request
Matrix: ui-test
Fit to window
Zoom out
Zoom in

Annotations

44 errors, 8 warnings, and 8 notices
ui-test (windows-latest, 3.10, nbextensions)
Event loop is closed
assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu: nbgrader\tests\ui-tests\assignment_list.spec.ts#L1
1) assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu ──────────────────────────── Test timeout of 60000ms exceeded.
assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu: nbgrader\tests\ui-tests\assignment_list.spec.ts#L252
1) assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu ──────────────────────────── Error: locator.click: Target closed =========================== logs =========================== waiting for locator('#jp-mainmenu-nbgrader li[data-command="nbgrader:open-assignment-list"]') locator resolved to <li tabindex="0" role="menuitem" data-type="command"…>…</li> attempting click action waiting for element to be visible, enabled and stable element is visible, enabled and stable scrolling into view if needed done scrolling performing click action ============================================================ 250 | // Open assignment list from the menu 251 | await nbgrader_menu.click(); > 252 | await assignmentList_menu.click(); | ^ 253 | 254 | await expect(tabs).toHaveCount(mainPanelTabCount + 1); 255 | await expect(lastTab_label).toHaveText('Assignments'); at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\assignment_list.spec.ts:252:29
assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu: nbgrader\tests\ui-tests\assignment_list.spec.ts#L1
1) assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu ──────────────────────────── Pending operations: - locator.click at nbgrader\tests\ui-tests\assignment_list.spec.ts:252:29 - apiRequestContext.fetch at node_modules\@jupyterlab\galata\src\contents.ts:473:25 - apiRequestContext.fetch at node_modules\@jupyterlab\galata\src\contents.ts:473:25
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:394:1 β€Ί Submit assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
4) assignment_list.spec.ts:394:1 β€Ί Submit assignments ──────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-andgicpo/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:394:1 β€Ί Submit assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
4) assignment_list.spec.ts:394:1 β€Ί Submit assignments ──────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-mcue5jfq/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^
assignment_list.spec.ts:394:1 β€Ί Submit assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
4) assignment_list.spec.ts:394:1 β€Ί Submit assignments ──────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-b_gmmxvu/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:272:1 β€Ί Show assignment list: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
1) assignment_list.spec.ts:272:1 β€Ί Show assignment list ────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:306:1 β€Ί Multiple released assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
2) assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:342:1 β€Ί Fetch assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
3) assignment_list.spec.ts:342:1 β€Ί Fetch assignments ───────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/
assignment_list.spec.ts:394:1 β€Ί Submit assignments: nbgrader/tests/ui-tests/assignment_list.spec.ts#L1
4) assignment_list.spec.ts:394:1 β€Ί Submit assignments ──────────────────────────────────────────── Error: Command failed: nbgrader generate_assignment 'Problem Set 1' --force [GenerateAssignmentApp | INFO] Copying /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/jupyter.png -> /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/./Problem Set 1/jupyter.png [GenerateAssignmentApp | INFO] Updating/creating assignment 'Problem Set 1': {} [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Writing 7978 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 1.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Writing 1597 bytes to /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/release/Problem Set 1/Problem 2.ipynb [GenerateAssignmentApp | INFO] Converting notebook /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/problem3.ipynb [GenerateAssignmentApp | WARNING] No autotests.yml file found in the assignment directory. Loading the default autotests.yml file in the course root directory [GenerateAssignmentApp | ERROR] No autotests.yml file found, but there were autotest directives found in the notebook. [GenerateAssignmentApp | ERROR] There was an error processing assignment: /tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1 [GenerateAssignmentApp | ERROR] Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 295, in _load_test_template_file with open(os.path.join(resources['metadata']['path'], self.autotest_filename), 'r') as tests_file: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/nbgrader-galata-bhsrlpej/nbgrader-assignment-list-test/source/./Problem Set 1/autotests.yml' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 390, in convert_notebooks self.convert_single_notebook(notebook_filename) File "/home/runner/work/nbgrader/nbgrader/nbgrader/converters/base.py", line 344, in convert_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 201, in from_filename return self.from_file(f, resources=resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 220, in from_file return self.from_notebook_node( File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/notebook.py", line 36, in from_notebook_node nb_copy, resources = super().from_notebook_node(nb, resources, **kw) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 154, in from_notebook_node nb_copy, resources = self._preprocess(nb_copy, resources) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/exporters/exporter.py", line 352, in _preprocess nbc, resc = preprocessor(nbc, resc) File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/nbconvert/preprocessors/base.py", line 48, in __call__ return self.preprocess(nb, resources) File "/home/runner/work/nbgrader/nbgrader/nbgrader/preprocessors/instantiatetests.py", line 123, in preprocess sel
ui-test (windows-latest, 3.10, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.11, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.10, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.11, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.11, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.10, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.11, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.10, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
1 flaky assignment_list.spec.ts:234:1 β€Ί Open assignment list tab from menu ───────────────────────────── 21 skipped 24 passed (5.3m)
🎭 Playwright Run Summary
21 skipped 25 passed (3.9m)
🎭 Playwright Run Summary
21 skipped 25 passed (6.6m)
🎭 Playwright Run Summary
21 skipped 25 passed (6.2m)
🎭 Playwright Run Summary
20 failed assignment_list.spec.ts:272:1 β€Ί Show assignment list ─────────────────────────────────────────── assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ────────────────────────────────── assignment_list.spec.ts:342:1 β€Ί Fetch assignments ────────────────────────────────────────────── assignment_list.spec.ts:394:1 β€Ί Submit assignments ───────────────────────────────────────────── assignment_list.spec.ts:458:1 β€Ί submit assignment missing notebook ───────────────────────────── assignment_list.spec.ts:551:1 β€Ί Fetch a second assignment ────────────────────────────────────── assignment_list.spec.ts:621:1 β€Ί Submit another assignments ───────────────────────────────────── assignment_list.spec.ts:675:1 β€Ί Validate OK ──────────────────────────────────────────────────── assignment_list.spec.ts:725:1 β€Ί Validate failure ─────────────────────────────────────────────── assignment_list.spec.ts:779:1 β€Ί Missing exchange directory ───────────────────────────────────── formgrader.spec.ts:324:1 β€Ί Load manage assignments ───────────────────────────────────────────── formgrader.spec.ts:393:1 β€Ί Load manage submissions ───────────────────────────────────────────── formgrader.spec.ts:454:1 β€Ί Load gradebook1 ───────────────────────────────────────────────────── formgrader.spec.ts:489:1 β€Ί Load gradebook2 ───────────────────────────────────────────────────── formgrader.spec.ts:540:1 β€Ί Load gradebook3 ───────────────────────────────────────────────────── formgrader.spec.ts:626:1 β€Ί Gradebook3 show hide names ────────────────────────────────────────── formgrader.spec.ts:679:1 β€Ί Gradebook toggle names button ─────────────────────────────────────── formgrader.spec.ts:735:1 β€Ί Load students ─────────────────────────────────────────────────────── formgrader.spec.ts:778:1 β€Ί Load students submissions ─────────────────────────────────────────── formgrader.spec.ts:828:1 β€Ί Switch views ──────────────────────────────────────────────────────── 26 passed (16.9m)
🎭 Playwright Run Summary
20 failed assignment_list.spec.ts:272:1 β€Ί Show assignment list ─────────────────────────────────────────── assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ────────────────────────────────── assignment_list.spec.ts:342:1 β€Ί Fetch assignments ────────────────────────────────────────────── assignment_list.spec.ts:394:1 β€Ί Submit assignments ───────────────────────────────────────────── assignment_list.spec.ts:458:1 β€Ί submit assignment missing notebook ───────────────────────────── assignment_list.spec.ts:551:1 β€Ί Fetch a second assignment ────────────────────────────────────── assignment_list.spec.ts:621:1 β€Ί Submit another assignments ───────────────────────────────────── assignment_list.spec.ts:675:1 β€Ί Validate OK ──────────────────────────────────────────────────── assignment_list.spec.ts:725:1 β€Ί Validate failure ─────────────────────────────────────────────── assignment_list.spec.ts:779:1 β€Ί Missing exchange directory ───────────────────────────────────── formgrader.spec.ts:324:1 β€Ί Load manage assignments ───────────────────────────────────────────── formgrader.spec.ts:393:1 β€Ί Load manage submissions ───────────────────────────────────────────── formgrader.spec.ts:454:1 β€Ί Load gradebook1 ───────────────────────────────────────────────────── formgrader.spec.ts:489:1 β€Ί Load gradebook2 ───────────────────────────────────────────────────── formgrader.spec.ts:540:1 β€Ί Load gradebook3 ───────────────────────────────────────────────────── formgrader.spec.ts:626:1 β€Ί Gradebook3 show hide names ────────────────────────────────────────── formgrader.spec.ts:679:1 β€Ί Gradebook toggle names button ─────────────────────────────────────── formgrader.spec.ts:735:1 β€Ί Load students ─────────────────────────────────────────────────────── formgrader.spec.ts:778:1 β€Ί Load students submissions ─────────────────────────────────────────── formgrader.spec.ts:828:1 β€Ί Switch views ──────────────────────────────────────────────────────── 26 passed (18.7m)
🎭 Playwright Run Summary
20 failed assignment_list.spec.ts:272:1 β€Ί Show assignment list ─────────────────────────────────────────── assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ────────────────────────────────── assignment_list.spec.ts:342:1 β€Ί Fetch assignments ────────────────────────────────────────────── assignment_list.spec.ts:394:1 β€Ί Submit assignments ───────────────────────────────────────────── assignment_list.spec.ts:458:1 β€Ί submit assignment missing notebook ───────────────────────────── assignment_list.spec.ts:551:1 β€Ί Fetch a second assignment ────────────────────────────────────── assignment_list.spec.ts:621:1 β€Ί Submit another assignments ───────────────────────────────────── assignment_list.spec.ts:675:1 β€Ί Validate OK ──────────────────────────────────────────────────── assignment_list.spec.ts:725:1 β€Ί Validate failure ─────────────────────────────────────────────── assignment_list.spec.ts:779:1 β€Ί Missing exchange directory ───────────────────────────────────── formgrader.spec.ts:324:1 β€Ί Load manage assignments ───────────────────────────────────────────── formgrader.spec.ts:393:1 β€Ί Load manage submissions ───────────────────────────────────────────── formgrader.spec.ts:454:1 β€Ί Load gradebook1 ───────────────────────────────────────────────────── formgrader.spec.ts:489:1 β€Ί Load gradebook2 ───────────────────────────────────────────────────── formgrader.spec.ts:540:1 β€Ί Load gradebook3 ───────────────────────────────────────────────────── formgrader.spec.ts:626:1 β€Ί Gradebook3 show hide names ────────────────────────────────────────── formgrader.spec.ts:679:1 β€Ί Gradebook toggle names button ─────────────────────────────────────── formgrader.spec.ts:735:1 β€Ί Load students ─────────────────────────────────────────────────────── formgrader.spec.ts:778:1 β€Ί Load students submissions ─────────────────────────────────────────── formgrader.spec.ts:828:1 β€Ί Switch views ──────────────────────────────────────────────────────── 26 passed (19.5m)
🎭 Playwright Run Summary
20 failed assignment_list.spec.ts:272:1 β€Ί Show assignment list ─────────────────────────────────────────── assignment_list.spec.ts:306:1 β€Ί Multiple released assignments ────────────────────────────────── assignment_list.spec.ts:342:1 β€Ί Fetch assignments ────────────────────────────────────────────── assignment_list.spec.ts:394:1 β€Ί Submit assignments ───────────────────────────────────────────── assignment_list.spec.ts:458:1 β€Ί submit assignment missing notebook ───────────────────────────── assignment_list.spec.ts:551:1 β€Ί Fetch a second assignment ────────────────────────────────────── assignment_list.spec.ts:621:1 β€Ί Submit another assignments ───────────────────────────────────── assignment_list.spec.ts:675:1 β€Ί Validate OK ──────────────────────────────────────────────────── assignment_list.spec.ts:725:1 β€Ί Validate failure ─────────────────────────────────────────────── assignment_list.spec.ts:779:1 β€Ί Missing exchange directory ───────────────────────────────────── formgrader.spec.ts:324:1 β€Ί Load manage assignments ───────────────────────────────────────────── formgrader.spec.ts:393:1 β€Ί Load manage submissions ───────────────────────────────────────────── formgrader.spec.ts:454:1 β€Ί Load gradebook1 ───────────────────────────────────────────────────── formgrader.spec.ts:489:1 β€Ί Load gradebook2 ───────────────────────────────────────────────────── formgrader.spec.ts:540:1 β€Ί Load gradebook3 ───────────────────────────────────────────────────── formgrader.spec.ts:626:1 β€Ί Gradebook3 show hide names ────────────────────────────────────────── formgrader.spec.ts:679:1 β€Ί Gradebook toggle names button ─────────────────────────────────────── formgrader.spec.ts:735:1 β€Ί Load students ─────────────────────────────────────────────────────── formgrader.spec.ts:778:1 β€Ί Load students submissions ─────────────────────────────────────────── formgrader.spec.ts:828:1 β€Ί Switch views ──────────────────────────────────────────────────────── 1 flaky validate_assignment.spec.ts:116:1 β€Ί Validation success ───────────────────────────────────────── 25 passed (21.0m)

Artifacts

Produced during runtime
Name Size
nbgrader-uitests-labextensions-ubuntu-22.04-python3.10 Expired
15.3 MB
nbgrader-uitests-labextensions-ubuntu-22.04-python3.11 Expired
15.7 MB
nbgrader-uitests-labextensions-windows-latest-python3.10 Expired
561 KB
nbgrader-uitests-labextensions-windows-latest-python3.11 Expired
563 KB
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.10 Expired
14.5 MB
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.11 Expired
12.4 MB
nbgrader-uitests-nbextensions-windows-latest-python3.10 Expired
600 KB
nbgrader-uitests-nbextensions-windows-latest-python3.11 Expired
535 KB