Skip to content

Game loop cleanup

Game loop cleanup #312

Triggered via pull request August 1, 2023 00:51
Status Failure
Total duration 1d 15h 10m 55s
Artifacts 4

tec.yml

on: pull_request
Matrix: build
Create Release
0s
Create Release
Matrix: Upload Release Asset(s)
Fit to window
Zoom out
Zoom in

Annotations

1 error and 67 warnings
build (ubuntu-18.04, x64)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
build (macOS-latest, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (macOS-latest, x64): deps/trillek-vcomputer/src/dcpu16n/dcpu16n.cpp#L123
'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
build (macOS-latest, x64): deps/trillek-vcomputer/src/dcpu16n/dcpu16n.cpp#L125
'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
build (macOS-latest, x64): common/lua-system.cpp#L33
expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
build (macOS-latest, x64): common/lua-system.cpp#L33
expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
build (macOS-latest, x64): client/gui/server-connect.cpp#L121
format specifies type 'unsigned long long' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
build (macOS-latest, x64): common/lua-system.cpp#L33
expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
build (macOS-latest, x64): tests/save-game_test.cpp#L84
unused variable 'users' [-Wunused-variable]
build (macOS-latest, x64): tests/save-game_test.cpp#L117
unused variable 'users' [-Wunused-variable]
build (ubuntu-latest, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (ubuntu-latest, x64): deps/trillek-vcomputer/src/tr3200/dis_tr3200.cpp#L288
‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
build (ubuntu-latest, x64): deps/trillek-vcomputer/src/tr3200/dis_tr3200.cpp#L279
‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
build (ubuntu-latest, x64): common/net-message.cpp#L23
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
build (ubuntu-latest, x64): common/net-message.cpp#L74
comparison of integer expressions of different signedness: ‘int’ and ‘std::size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
build (ubuntu-latest, x64): common/net-message.cpp#L208
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
build (ubuntu-latest, x64): common/physics-system.cpp#L257
‘position.glm::vec<3, float, glm::packed_highp>::<anonymous>.glm::vec<3, float, glm::packed_highp>::<unnamed union>::y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
build (ubuntu-latest, x64): common/physics-system.cpp#L257
‘position.glm::vec<3, float, glm::packed_highp>::<anonymous>.glm::vec<3, float, glm::packed_highp>::<unnamed union>::x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
build (ubuntu-latest, x64): common/net-message.cpp#L23
comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
build (windows-latest, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (windows-latest, x64): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-latest, x64): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L58
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L59
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L60
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L71
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L72
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L73
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L74
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x64): client/graphics/vertex-buffer-object.cpp#L94
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (windows-2019, x64): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-2019, x64): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L58
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L59
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L60
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L71
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L72
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L73
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L74
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x64): client/graphics/vertex-buffer-object.cpp#L94
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x86)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (windows-latest, x86): common/net-message.cpp#L23
'<=': signed/unsigned mismatch
build (windows-latest, x86): common/net-message.cpp#L74
'>': signed/unsigned mismatch
build (windows-latest, x86): common/net-message.cpp#L208
'<=': signed/unsigned mismatch
build (windows-latest, x86): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-latest, x86): common/net-message.cpp#L23
'<=': signed/unsigned mismatch
build (windows-latest, x86): common/net-message.cpp#L74
'>': signed/unsigned mismatch
build (windows-latest, x86): common/net-message.cpp#L208
'<=': signed/unsigned mismatch
build (windows-latest, x86): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-latest, x86): client/graphics/vertex-buffer-object.cpp#L58
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-latest, x86): client/graphics/vertex-buffer-object.cpp#L59
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x86)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 (windows-2019, x86): common/net-message.cpp#L23
'<=': signed/unsigned mismatch
build (windows-2019, x86): common/net-message.cpp#L74
'>': signed/unsigned mismatch
build (windows-2019, x86): common/net-message.cpp#L208
'<=': signed/unsigned mismatch
build (windows-2019, x86): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-2019, x86): common/net-message.cpp#L23
'<=': signed/unsigned mismatch
build (windows-2019, x86): common/net-message.cpp#L74
'>': signed/unsigned mismatch
build (windows-2019, x86): common/net-message.cpp#L208
'<=': signed/unsigned mismatch
build (windows-2019, x86): common/vcomputer-system.cpp#L280
'=': conversion from 'int' to 'tec::eid', signed/unsigned mismatch
build (windows-2019, x86): client/graphics/vertex-buffer-object.cpp#L58
'static': an explicit specialization cannot have a storage class (ignored)
build (windows-2019, x86): client/graphics/vertex-buffer-object.cpp#L59
'static': an explicit specialization cannot have a storage class (ignored)
Trillek Engine CI
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002

Artifacts

Produced during runtime
Name Size
trillek-macOS-latest Expired
22.9 MB
trillek-ubuntu-latest Expired
24.8 MB
trillek-windows-2019 Expired
16.4 MB
trillek-windows-latest Expired
16.4 MB