Skip to content

0.9.10

0.9.10 #401

Triggered via push March 18, 2026 10:30
Status Success
Total duration 4m 20s
Artifacts 6

cmake-test.yml

on: push
Matrix: cmake-test
build-release
12s
build-release
Fit to window
Zoom out
Zoom in

Annotations

67 warnings
cmake-test (macos, clang++, arm64, Release)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, friendlyanon/setup-vcpkg@v1, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:512:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:486:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (macos, clang++, arm64, Release)
clang: warning: argument unused during compilation: '-mno-avx512f' [-Wunused-command-line-argument]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:512:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Grid.h:486:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (macos, clang++, arm64, Release)
/Users/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/./stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (macos, clang++, arm64, Release)
clang: warning: argument unused during compilation: '-mno-avx512f' [-Wunused-command-line-argument]
cmake-test (ubuntu, g++, x64, Release)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, friendlyanon/setup-vcpkg@v1, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:183:16: warning: declaration of ‘ffmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:184:15: warning: declaration of ‘dmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:185:14: warning: declaration of ‘dc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:186:9: warning: declaration of ‘isi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:187:9: warning: declaration of ‘bui’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Util.h:472:57: warning: useless cast to type ‘using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/StrictType.h:47:49: warning: declaration of ‘value’ shadows a member of ‘fs::StrictType<ConcreteType, Units, ValueType, InvalidValue>’ [-Wshadow]
cmake-test (ubuntu, g++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:203:25: warning: useless cast to type ‘using fs::ROSSize = using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
cmake-test (ubuntu, g++, arm64, Release)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, friendlyanon/setup-vcpkg@v1, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:183:16: warning: declaration of ‘ffmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:184:15: warning: declaration of ‘dmc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:185:14: warning: declaration of ‘dc’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:186:9: warning: declaration of ‘isi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:187:9: warning: declaration of ‘bui’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/FWI.h:188:9: warning: declaration of ‘fwi’ shadows a member of ‘fs::FwiWeather’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Util.h:472:57: warning: useless cast to type ‘using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/StrictType.h:47:49: warning: declaration of ‘value’ shadows a member of ‘fs::StrictType<ConcreteType, Units, ValueType, InvalidValue>’ [-Wshadow]
cmake-test (ubuntu, g++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:203:25: warning: useless cast to type ‘using fs::ROSSize = using fs::MathSize = double’ {aka ‘double’} [-Wuseless-cast]
cmake-test (ubuntu, clang++, x64, Release)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, friendlyanon/setup-vcpkg@v1, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/ConstantGrid.cpp:59:5: warning: implicit conversion from '__tuple_element_t<0UL, tuple<long, long, unsigned short, unsigned short>>' (aka 'long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/ConstantGrid.cpp:60:5: warning: implicit conversion from '__tuple_element_t<1UL, tuple<long, long, unsigned short, unsigned short>>' (aka 'long') to 'double' may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:512:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:486:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:512:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Grid.h:486:13: warning: unused parameter 'no_data' [-Wunused-parameter]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (ubuntu, clang++, x64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (ubuntu, clang++, arm64, Release)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, friendlyanon/setup-vcpkg@v1, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/LookupTable.h:39:26: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'MathSize' (aka 'double') may lose precision [-Wimplicit-int-float-conversion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/Duff.h:186:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (ubuntu, clang++, arm64, Release)
/home/runner/work/firestarr-cpp/firestarr-cpp/src/cpp/fs/stdafx.h:116:39: warning: implicit conversion increases floating-point precision: 'float' to 'const MathSize' (aka 'const double') [-Wdouble-promotion]
cmake-test (windows, cl, x64, Release)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4, friendlyanon/setup-vcpkg@v1, ilammy/msvc-dev-cmd@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.h#L160
conversion from 'const V' to 'V', possible loss of data
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.h#L167
conversion from 'const V' to 'V', possible loss of data
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.h#L162
conversion from 'const V' to 'V', possible loss of data
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.h#L162
conversion from 'const V' to 'V', possible loss of data
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.h#L160
conversion from 'const V' to 'V', possible loss of data
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.h#L160
conversion from 'const V' to 'V', possible loss of data
cmake-test (windows, cl, x64, Release)
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\functional(882): warning C4244: 'return': conversion from 'double' to '_Rx', possible loss of data
cmake-test (windows, cl, x64, Release)
C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.44.35207\include\type_traits(1680): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.cpp#L219
local variable is initialized but not referenced
cmake-test (windows, cl, x64, Release): src/cpp/fs/ConstantGrid.cpp#L28
local variable is initialized but not referenced
build-release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, softprops/action-gh-release@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/

Artifacts

Produced during runtime
Name Size Digest
firestarr-macos-arm64-clang-Release
6.33 MB
sha256:b4958fa512b9855b49c7dc19f88e71b0cdfebe3b4dcc733d78939037511818c3
firestarr-ubuntu-arm64-clang-Release
7.92 MB
sha256:8d32f9aefe00a9f4671e0ed8d0a492826ea12a7ae7c4589c4d2645c35629c71b
firestarr-ubuntu-arm64-gcc-Release
7.91 MB
sha256:47bdfd6f047e8f63df5e02104a3f15d4be07625beca75fdbb3cf6b30ed80ca46
firestarr-ubuntu-x64-clang-Release
8.06 MB
sha256:0b1270a8d059c02c9fe1e4528fbc51f9654662e9fdf81837fd9f022832568db4
firestarr-ubuntu-x64-gcc-Release
8.22 MB
sha256:21ab0126c57ee22bdb878bed5141e841834c71d57c8b9c5d336c788f906bb9c2
firestarr-windows-x64-cl-Release
6.71 MB
sha256:8966671c2f9f61ffc1e45b38f67cd8ce169cf90f4a090d1f45dbd75502afd658