Skip to content

C interface/implementation #9

C interface/implementation

C interface/implementation #9

Triggered via pull request July 25, 2024 22:37
@thinksthinks
synchronize #22
c-interface
Status Failure
Total duration 4m 35s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 31 warnings
Test (macos-latest)
Error: Failed to install gcovr via pip: Error: Command failed with exit code 1: /opt/homebrew/bin/python3 -m pip install --user gcovr==5.2.
Test (macos-latest)
gcovr failed to install
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L488
cast from 'char *' to 'tph_poisson_real *' (aka 'float *') increases required alignment from 1 to 4 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L490
cast from 'char *' to 'tph_poisson_real *' (aka 'float *') increases required alignment from 1 to 4 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L492
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L494
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L496
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L498
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L500
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug): include/thinks/tph_poisson.h#L502
cast from 'char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Debug)
Process completed with exit code 2.
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L488
cast from 'char *' to 'tph_poisson_real *' (aka 'float *') increases required alignment from 1 to 4 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L490
cast from 'char *' to 'tph_poisson_real *' (aka 'float *') increases required alignment from 1 to 4 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L492
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L494
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L496
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L498
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L500
cast from 'char *' to 'ptrdiff_t *' (aka 'long *') increases required alignment from 1 to 8 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release): include/thinks/tph_poisson.h#L502
cast from 'char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Werror,-Wcast-align]
Test (ubuntu-latest, llvm-15.0.2, Release)
Process completed with exit code 2.
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, Off): include/thinks/tph_poisson.h#L455
the following warning is treated as an error [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, Off)
Process completed with exit code 1.
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L455
the following warning is treated as an error [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On)
Process completed with exit code 1.
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L455
the following warning is treated as an error [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On)
Process completed with exit code 1.
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP): include/thinks/tph_poisson.h#L455
the following warning is treated as an error [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP)
Process completed with exit code 1.
Test (macos-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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)
Failed to install pipx: Error: pipx was not installed correctly Error: Failed to install pipx via pip: Error: Command failed with exit code 1: /opt/homebrew/bin/python3 -m pip install --upgrade --user pipx.. Ignoring...
Test (macos-latest)
Failed to install setuptools or wheel: Error: Failed to install setuptools via pip: Error: Command failed with exit code 1: /opt/homebrew/bin/python3 -m pip install --upgrade --user setuptools.. Ignoring...
Test (ubuntu-latest, gcc-11, Release)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (ubuntu-latest, gcc-11, Debug)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (ubuntu-latest, llvm-15.0.2, Debug)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (ubuntu-latest, llvm-15.0.2, Release)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (windows-2022, msvc, Debug, Visual Studio 17 2022, Off)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (windows-2022, msvc, Debug, Visual Studio 17 2022, Off): include/thinks/tph_poisson.h#L455
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, Off): include/thinks/tph_poisson.h#L663
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, Off): include/thinks/tph_poisson.h#L789
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, Off): include/thinks/tph_poisson.h#L809
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, Off)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (windows-2022, msvc, Debug, Visual Studio 17 2022, On)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L455
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L663
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L789
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Debug, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L809
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (windows-2022, msvc, Release, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L455
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L663
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L789
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On): include/thinks/tph_poisson.h#L809
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, On)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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 (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP): include/thinks/tph_poisson.h#L455
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP): include/thinks/tph_poisson.h#L663
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP): include/thinks/tph_poisson.h#L789
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]
Test (windows-2022, msvc, Release, Visual Studio 17 2022, Off, ZIP): include/thinks/tph_poisson.h#L809
The result of the unary '&' operator may be unaligned [D:\a\poisson-disk-sampling\poisson-disk-sampling\build\test\src\tph_poisson_f.vcxproj]