Skip to content

pyop3

pyop3 #4052

Re-run triggered June 1, 2026 22:49
Status Failure
Total duration 7m 55s
Artifacts

pr.yml

on: pull_request
test  /  Build documentation
7m 50s
test / Build documentation
test  /  Prepare matrix for Linux extra tests
2s
test / Prepare matrix for Linux extra tests
test  /  Test default
7m 29s
test / Test default
test  /  Test macOS
0s
test / Test macOS
test  /  Basic repository checks
30s
test / Basic repository checks
test  /  Lint codebase
13s
test / Lint codebase
test  /  Deploy GitHub pages (push to main only)
0s
test / Deploy GitHub pages (push to main only)
Matrix: test / Test Linux extra
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 1 warning
F401: firedrake/assemble.py#L12
firedrake/assemble.py:12:1: F401 'cachetools' imported but unused
F401: firedrake/assemble.py#L9
firedrake/assemble.py:9:1: F401 'itertools.product' imported but unused
F401: firedrake/assemble.py#L7
firedrake/assemble.py:7:1: F401 'collections.OrderedDict' imported but unused
F401: firedrake/assemble.py#L6
firedrake/assemble.py:6:1: F401 'operator' imported but unused
F401: firedrake/assemble.py#L2
firedrake/assemble.py:2:1: F401 'contextlib' imported but unused
F401: firedrake/adjoint_utils/function.py#L2
firedrake/adjoint_utils/function.py:2:1: F401 'pyop3.mpi.temp_internal_comm' imported but unused
F811: firedrake/__init__.py#L115
firedrake/__init__.py:115:1: F811 redefinition of unused 'INC' from line 53
F811: firedrake/__init__.py#L115
firedrake/__init__.py:115:1: F811 redefinition of unused 'RW' from line 53
F811: firedrake/__init__.py#L115
firedrake/__init__.py:115:1: F811 redefinition of unused 'WRITE' from line 53
F811: firedrake/__init__.py#L115
firedrake/__init__.py:115:1: F811 redefinition of unused 'READ' from line 53
test / Test default
Process completed with exit code 1.
test / Build documentation
Process completed with exit code 2.
test / Build documentation
Process completed with exit code 2.
Test pull request
Error when evaluating 'strategy' for job 'test_linux_extra'. firedrakeproject/firedrake/.github/workflows/core.yml@fff270817aea603e327204cdf83b396f5d2243ea (Line: 280, Col: 9): matrix must define at least one vector
Test pull request
Error when evaluating 'strategy' for job 'test_linux_extra'. firedrakeproject/firedrake/.github/workflows/core.yml@fff270817aea603e327204cdf83b396f5d2243ea (Line: 280, Col: 9): matrix must define at least one vector
test / Lint codebase
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-python@v5, rbialon/flake8-annotations@v1. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/