Skip to content

Add a Fourier generator for periodic spatial random fields #562

Add a Fourier generator for periodic spatial random fields

Add a Fourier generator for periodic spatial random fields #562

Triggered via pull request June 6, 2024 19:46
@LSchuelerLSchueler
synchronize #302
fourier-gen
Status Failure
Total duration 41m 56s
Artifacts

main.yml

on: pull_request
Matrix: build_sdist
Matrix: build_wheels
source check
49s
source check
upload_to_pypi
0s
upload_to_pypi
Fit to window
Zoom out
Zoom in

Annotations

30 errors, 1 warning, and 1 notice
source check
Process completed with exit code 1.
wheels for ubuntu-latest
Command ['sh', '-c', 'pytest -v /project/tests'] failed with code 1.
wheels for ubuntu-latest
Process completed with exit code 1.
sdist on macos-13 with py 3.9 numpy==1.20.0 scipy==1.5.4
Process completed with exit code 1.
sdist on macos-13 with py 3.11 numpy==1.23.2 scipy==1.9.2
Process completed with exit code 1.
sdist on macos-13 with py 3.12 numpy>=2.0.0rc1 scipy>=1.13.0
Process completed with exit code 1.
sdist on macos-13 with py 3.10 numpy==1.21.6 scipy==1.7.2
Process completed with exit code 1.
wheels for windows-latest
Command pytest -v D:\a\GSTools\GSTools/tests failed with code 1. None
wheels for windows-latest
Process completed with exit code 1.
sdist on macos-13 with py 3.12 numpy==1.26.2 scipy==1.11.2
Process completed with exit code 1.
sdist on macos-14 with py 3.11 numpy==1.23.2 scipy==1.9.2
Process completed with exit code 1.
sdist on ubuntu-latest with py 3.8 numpy==1.20.0 scipy==1.5.4
Process completed with exit code 1.
sdist on ubuntu-latest with py 3.11 numpy==1.23.2 scipy==1.9.2
Process completed with exit code 1.
sdist on macos-14 with py 3.12 numpy>=2.0.0rc1 scipy>=1.13.0
Process completed with exit code 1.
sdist on ubuntu-latest with py 3.9 numpy==1.20.0 scipy==1.5.4
Process completed with exit code 1.
sdist on macos-14 with py 3.12 numpy==1.26.2 scipy==1.11.2
Process completed with exit code 1.
sdist on ubuntu-latest with py 3.10 numpy==1.21.6 scipy==1.7.2
Process completed with exit code 1.
sdist on ubuntu-latest with py 3.12 numpy>=2.0.0rc1 scipy>=1.13.0
Process completed with exit code 1.
sdist on ubuntu-latest with py 3.12 numpy==1.26.2 scipy==1.11.2
Process completed with exit code 1.
sdist on macos-13 with py 3.8 numpy==1.20.0 scipy==1.5.4
Process completed with exit code 1.
wheels for macos-13
Command ['/bin/sh', '-c', 'pytest -v /Users/runner/work/GSTools/GSTools/tests'] failed with code 1. None
wheels for macos-13
Process completed with exit code 1.
wheels for macos-14
Command ['/bin/sh', '-c', 'pytest -v /Users/runner/work/GSTools/GSTools/tests'] failed with code 1. None
wheels for macos-14
Process completed with exit code 1.
sdist on windows-latest with py 3.12 numpy==1.26.2 scipy==1.11.2
Process completed with exit code 1.
sdist on windows-latest with py 3.11 numpy==1.23.2 scipy==1.9.2
Process completed with exit code 1.
sdist on windows-latest with py 3.9 numpy==1.20.0 scipy==1.5.4
Process completed with exit code 1.
sdist on windows-latest with py 3.12 numpy>=2.0.0rc1 scipy>=1.13.0
Process completed with exit code 1.
sdist on windows-latest with py 3.8 numpy==1.20.0 scipy==1.5.4
Process completed with exit code 1.
sdist on windows-latest with py 3.10 numpy==1.21.6 scipy==1.7.2
Process completed with exit code 1.
wheels for macos-14
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
wheels for macos-13
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.