Skip to content
Triggered via push September 17, 2024 08:54
Status Cancelled
Total duration 4m 46s
Artifacts 3

pipeline.yml

on: push
Matrix: job-matrix
Run linters
4s
Run linters
Publish Artifacts
0s
Publish Artifacts
Notify failure
8s
Notify failure
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 50 warnings
macos-x64
The run was canceled by @KKhanhH.
windows
The run was canceled by @KKhanhH.
macos-x64
The operation was canceled.
windows
The operation was canceled.
Run linters
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run linters
Unexpected input(s) 'clang-format', valid inputs are ['github_token', 'continue_on_error', 'auto_fix', 'commit', 'git_no_verify', 'git_name', 'git_email', 'commit_message', 'check_name', 'neutral_check_on_warning', 'stylelint', 'stylelint_args', 'stylelint_dir', 'stylelint_extensions', 'stylelint_command_prefix', 'stylelint_auto_fix', 'gofmt', 'gofmt_args', 'gofmt_dir', 'gofmt_extensions', 'gofmt_command_prefix', 'gofmt_auto_fix', 'golint', 'golint_args', 'golint_dir', 'golint_extensions', 'golint_command_prefix', 'golint_auto_fix', 'eslint', 'eslint_args', 'eslint_dir', 'eslint_extensions', 'eslint_command_prefix', 'eslint_auto_fix', 'prettier', 'prettier_args', 'prettier_dir', 'prettier_extensions', 'prettier_command_prefix', 'prettier_auto_fix', 'xo', 'xo_args', 'xo_dir', 'xo_extensions', 'xo_command_prefix', 'xo_auto_fix', 'tsc', 'tsc_args', 'tsc_dir', 'tsc_extensions', 'tsc_command_prefix', 'tsc_auto_fix', 'php_codesniffer', 'php_codesniffer_args', 'php_codesniffer_dir', 'php_codesniffer_extensions', 'php_codesniffer_command_prefix', 'php_codesniffer_auto_fix', 'autopep8', 'autopep8_args', 'autopep8_dir', 'autopep8_extensions', 'autopep8_command_prefix', 'autopep8_auto_fix', 'black', 'black_args', 'black_dir', 'black_extensions', 'black_command_prefix', 'black_auto_fix', 'clang_format', 'clang_format_args', 'clang_format_dir', 'clang_format_extensions', 'clang_format_command_prefix', 'clang_format_auto_fix', 'flake8', 'flake8_args', 'flake8_dir', 'flake8_extensions', 'flake8_command_prefix', 'flake8_auto_fix', 'mypy', 'mypy_args', 'mypy_dir', 'mypy_extensions', 'mypy_command_prefix', 'mypy_auto_fix', 'oitnb', 'oitnb_args', 'oitnb_dir', 'oitnb_extensions', 'oitnb_command_prefix', 'oitnb_auto_fix', 'pylint', 'pylint_args', 'pylint_dir', 'pylint_extensions', 'pylint_command_prefix', 'pylint_auto_fix', 'rubocop', 'rubocop_args', 'rubocop_dir', 'rubocop_extensions', 'rubocop_command_prefix', 'rubocop_auto_fix', 'erblint', 'erblint_args', 'erblint_dir', 'erblint_extensions', 'erblint_command_prefix', 'erblint_auto_fix', 'swiftformat', 'swiftformat_args', 'swiftformat_dir', 'swiftformat_extensions', 'swiftformat_command_prefix', 'swiftformat_auto_fix', 'swift_format_lockwood', 'swift_format_lockwood_args', 'swift_format_lockwood_dir', 'swift_format_lockwood_extensions', 'swift_format_lockwood_command_prefix', 'swift_format_lockwood_auto_fix', 'swift_format_official', 'swift_format_official_args', 'swift_format_official_dir', 'swift_format_official_extensions', 'swift_format_official_command_prefix', 'swift_format_official_auto_fix', 'swiftlint', 'swiftlint_args', 'swiftlint_dir', 'swiftlint_extensions', 'swiftlint_command_prefix', 'swiftlint_auto_fix', 'dotnet_format', 'dotnet_format_args', 'dotnet_format_dir', 'dotnet_format_extensions', 'dotnet_format_command_prefix', 'dotnet_format_auto_fix']
macos-arm64
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
macos-arm64: src/util.cpp#L70
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macos-arm64: src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-arm64: src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-arm64: src/profile/dialogue.cpp#L115
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
macos-arm64: src/profile/dialogue.cpp#L138
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
macos-arm64: src/profile/data/achievementsystem.cpp#L18
enumeration value 'None' not handled in switch [-Wswitch]
macos-arm64: src/games/chlcc/savemenu.cpp#L200
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macos-arm64: src/games/chlcc/savemenu.cpp#L221
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macos-arm64: src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-arm64: src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
switch
The following actions uses node12 which is deprecated and will be forced to run on node16: blauqs/actions-download-asset@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
switch
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, blauqs/actions-download-asset@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
switch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
switch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
linux
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linux: src/games/chlcc/savesystem.cpp#L592
control reaches end of non-void function [-Wreturn-type]
linux: src/games/chlcc/savemenu.cpp#L200
‘%02d’ directive writing between 2 and 11 bytes into a region of size 3 [-Wformat-overflow=]
linux: src/games/chlcc/savemenu.cpp#L221
‘:’ directive writing 1 byte into a region of size between 0 and 4 [-Wformat-overflow=]
linux: src/games/cclcc/savesystem.cpp#L673
control reaches end of non-void function [-Wreturn-type]
linux: src/games/mo6tw/tipsmenu.cpp#L256
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
linux: src/games/mo6tw/tipsmenu.cpp#L264
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
linux: src/games/mo6tw/savesystem.cpp#L737
control reaches end of non-void function [-Wreturn-type]
linux: src/games/mo6tw/clearlistmenu.cpp#L333
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
linux: src/games/mo6tw/clearlistmenu.cpp#L357
‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
linux: src/games/mo6tw/clearlistmenu.cpp#L483
‘%2d’ directive writing between 2 and 10 bytes into a region of size 4 [-Wformat-overflow=]
macos-x64: src/util.cpp#L70
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macos-x64: src/renderer/opengl/renderer.h#L84
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-x64: src/renderer/vulkan/renderer.h#L144
'DrawMaskedSpriteOverlay' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
macos-x64: src/profile/dialogue.cpp#L115
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
macos-x64: src/profile/dialogue.cpp#L138
enumeration values 'None' and 'Fixed' not handled in switch [-Wswitch]
macos-x64: src/profile/data/achievementsystem.cpp#L18
enumeration value 'None' not handled in switch [-Wswitch]
macos-x64: src/games/chlcc/savemenu.cpp#L200
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
macos-x64: src/games/chlcc/savemenu.cpp#L221
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
windows: src/util.cpp#L70
'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
windows: src/log.cpp#L17
'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
macos-x64: src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
windows: src/spriteanimation.cpp#L22
'initializing': conversion from 'float' to 'int', possible loss of data
macos-x64: src/games/chlcc/trophymenuentry.h#L17
'UpdateInput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
windows: src/spriteanimation.cpp#L34
'=': conversion from 'int' to 'float', possible loss of data
windows: src/spriteanimation.cpp#L57
'=': conversion from 'int' to 'float', possible loss of data
windows: src/characterviewer.cpp#L257
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
windows: src/characterviewer.cpp#L280
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
windows: src/characterviewer.cpp#L303
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
windows: src/modelviewer.cpp#L440
'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
windows: src/ui/widgets/label.h#L48
'return': conversion from 'size_t' to 'int', possible loss of data
Notify failure
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Notify failure
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, tsickert/[email protected]. 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
release-linux
50.9 MB
release-macos-arm64
50.5 MB
release-switch
58.5 MB