Skip to content

Merge pull request #414 from samschlegel/fix-411 #601

Merge pull request #414 from samschlegel/fix-411

Merge pull request #414 from samschlegel/fix-411 #601

Triggered via push September 9, 2024 20:32
Status Cancelled
Total duration 16m 36s
Artifacts 12

tests.yml

on: push
Matrix: manylinux
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 17 warnings
test (3.13, ubuntu-latest)
/opt/hostedtoolcache/Python/3.13.0-rc.2/x64/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:77: DeprecationWarning: Unimplemented abstract methods {'locate_file'} return cls(files, info_location)
test (macos-latest, 3.13)
/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/pip/_internal/metadata/importlib/_dists.py:77: DeprecationWarning: Unimplemented abstract methods {'locate_file'} return cls(files, info_location)
manylinux2014_aarch64
The run was canceled by @jamadden.
manylinux2014_aarch64
The operation was canceled.
manylinux2014_ppc64le
The run was canceled by @jamadden.
manylinux2014_ppc64le
The operation was canceled.
manylinux2014_s390x
The run was canceled by @jamadden.
manylinux2014_s390x
The operation was canceled.
musllinux_1_1_aarch64
The run was canceled by @jamadden.
musllinux_1_1_aarch64
The operation was canceled.
test (3.10, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (3.11, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (macos-latest, 3.12)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (3.7, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (3.12, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (3.9, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (3.8, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (3.13, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
manylinux2014_x86_64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, docker/setup-qemu-action@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
manylinux_2_28_x86_64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, docker/setup-qemu-action@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (macos-latest, 3.13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CodeQL
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
CodeQL
The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
CodeQL
The CODEQL_PYTHON environment variable is no longer supported. Please remove it from your workflow. This environment variable was originally used to specify a Python executable that included the dependencies of your Python code, however Python analysis no longer uses these dependencies. If you used CODEQL_PYTHON to force the version of Python to analyze as, please use CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION instead, such as 'CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=2.7' or 'CODEQL_EXTRACTOR_PYTHON_ANALYSIS_VERSION=3.11'.
musllinux_1_1_x86_64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, docker/setup-qemu-action@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "greenlet-Linux-3.10.whl", "greenlet-Linux-3.11.whl", "greenlet-Linux-3.12.whl", "greenlet-Linux-3.13.whl", "greenlet-Linux-3.7.whl", "greenlet-Linux-3.8.whl", "greenlet-Linux-3.9.whl", "greenlet-macOS-3.12.whl", "greenlet-macOS-3.13.whl", "manylinux_2_28_x86_64_wheels.zip", "manylinux2014_x86_64_wheels.zip", "musllinux_1_1_x86_64_wheels.zip". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
greenlet-Linux-3.10.whl
581 KB
greenlet-Linux-3.11.whl
584 KB
greenlet-Linux-3.12.whl
584 KB
greenlet-Linux-3.13.whl
586 KB
greenlet-Linux-3.7.whl
551 KB
greenlet-Linux-3.8.whl
585 KB
greenlet-Linux-3.9.whl
578 KB
greenlet-macOS-3.12.whl
263 KB
greenlet-macOS-3.13.whl
262 KB
manylinux2014_x86_64_wheels.zip
5.04 MB
manylinux_2_28_x86_64_wheels.zip
4.69 MB
musllinux_1_1_x86_64_wheels.zip
8.94 MB