Skip to content

FIX: GCC14 compatible build (#1023) #3033

FIX: GCC14 compatible build (#1023)

FIX: GCC14 compatible build (#1023) #3033

Triggered via push September 5, 2024 03:12
Status Success
Total duration 21m 25s
Artifacts 6

build.yml

on: push
Matrix: Build
Build Windows(x86)
8m 21s
Build Windows(x86)
Fit to window
Zoom out
Zoom in

Annotations

63 warnings
Build on linux
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build on linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, actions/checkout@v2, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build on linux: Dev/Editor/EffekseerCore/Data/Value/Gradient.cs#L27
'Gradient.State' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build on linux: Dev/Editor/EffekseerCore/IO/EfkPkg.cs#L525
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Build on linux: Dev/Editor/EffekseerCore/InternalScript/Compiler.cs#L40
Field 'Operator.Type' is never assigned to, and will always have its default value
Build on linux: Dev/Editor/EffekseerCore/Data/Value/Vector4D.cs#L48
The event 'Vector4D.OnChanged' is never used
Build on linux: Dev/Editor/EffekseerCore/Data/Value/Vector3D.cs#L43
The event 'Vector3D.OnChanged' is never used
Build on linux: Dev/Editor/EffekseerCore/Data/NodeBase.cs#L442
The event 'NodeBaseValues.OnChanged' is never used
Build on linux: Dev/Editor/EffekseerCore/Data/Value/IntWithInifinite.cs#L34
The event 'IntWithInifinite.OnChanged' is never used
Build on linux: Dev/Editor/EffekseerCore/Data/Value/Vector3DWithRandom.cs#L56
The event 'Vector3DWithRandom.OnChanged' is never used
Build on linux: Dev/Editor/EffekseerCore/Data/Value/Path.cs#L149
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Build on linux: Dev/Editor/EffekseerCoreGUI/IO/mqoToEffekseerModelConverter/Vector2D.cs#L9
'Vector2D' defines operator == or operator != but does not override Object.Equals(object o)
Build Windows(x86)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Windows(x86)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build Windows(x86): Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L35
'+=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build Windows(x86): Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L39
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build Windows(x86): Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L43
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build Windows(x86): Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L109
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build Windows(x86): Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L137
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build on mac
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/checkout@v2, jwlawson/actions-setup-cmake@v1.4, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build on mac
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, actions/checkout@v2, jwlawson/actions-setup-cmake@v1.4, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build on mac: Dev/Editor/EffekseerCore/Data/Value/Gradient.cs#L27
'Gradient.State' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build on mac: Dev/Editor/EffekseerCore/IO/EfkPkg.cs#L525
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
Build on mac: Dev/Editor/EffekseerCore/Data/NodeBase.cs#L442
The event 'NodeBaseValues.OnChanged' is never used
Build on mac: Dev/Editor/EffekseerCore/Data/Value/Vector3D.cs#L43
The event 'Vector3D.OnChanged' is never used
Build on mac: Dev/Editor/EffekseerCore/Data/Value/Vector3DWithRandom.cs#L56
The event 'Vector3DWithRandom.OnChanged' is never used
Build on mac: Dev/Editor/EffekseerCore/Data/Value/IntWithInifinite.cs#L34
The event 'IntWithInifinite.OnChanged' is never used
Build on mac: Dev/Editor/EffekseerCore/Data/Value/Vector4D.cs#L48
The event 'Vector4D.OnChanged' is never used
Build on mac: Dev/Editor/EffekseerCore/InternalScript/Compiler.cs#L40
Field 'Operator.Type' is never assigned to, and will always have its default value
Build on mac: Dev/Editor/EffekseerCore/Data/Value/Path.cs#L149
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Build on mac: Dev/Editor/EffekseerCoreGUI/IO/mqoToEffekseerModelConverter/Color.cs#L9
'Color' defines operator == or operator != but does not override Object.Equals(object o)
Build on windows_x64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build on windows_x64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, actions/checkout@v2, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L25
'+=': conversion from 'size_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L35
'+=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L39
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L43
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L109
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L137
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.WaveDecorder.cpp#L96
'=': conversion from 'double' to 'int16_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.WaveDecorder.cpp#L97
'=': conversion from 'double' to 'int16_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Decorder/osm.WaveDecorder.cpp#L223
'argument': conversion from 'size_t' to 'int32_t', possible loss of data
Build on windows_x64: Downloads/OpenSoundMixer/src/Filter/osm.Resampler.cpp#L61
'initializing': conversion from 'double' to 'int32_t', possible loss of data
Run Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v2, actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L25
'+=': conversion from 'size_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L35
'+=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L39
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L43
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L109
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.OggDecorder.cpp#L137
'=': conversion from 'ogg_int64_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.WaveDecorder.cpp#L96
'=': conversion from 'double' to 'int16_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.WaveDecorder.cpp#L97
'=': conversion from 'double' to 'int16_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Decorder/osm.WaveDecorder.cpp#L223
'argument': conversion from 'size_t' to 'int32_t', possible loss of data
Run Tests: Downloads/OpenSoundMixer/src/Filter/osm.Resampler.cpp#L61
'initializing': conversion from 'double' to 'int32_t', possible loss of data
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: "Effekseer180Beta1Linux", "Effekseer180Beta1Mac", "Effekseer180Beta1Win", "EffekseerForCpp180Beta1", "EffekseerReleaseAll", "Test". 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/
Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Artifacts

Produced during runtime
Name Size
Effekseer180Beta1Linux
158 MB
Effekseer180Beta1Mac
95.5 MB
Effekseer180Beta1Win
148 MB
EffekseerForCpp180Beta1
21.7 MB
EffekseerReleaseAll
213 MB
Test
4.63 MB