Skip to content

Task coroutine

Task coroutine #220

Triggered via pull request March 1, 2024 10:53
@xlaukoxlauko
synchronize #44
task-coroutine
Status Failure
Total duration 1m 9s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build: coro/include/gap/coro/single_consumer_event.hpp#L51
declaration of ‘awaiter’ shadows a member of ‘gap::coro::single_consumer_event::operator co_await()::awaiter’ [-Werror=shadow]
build: core/include/gap/core/config.hpp#L32
static assertion failed: Symmetric transfer is not supported
build: test/coro/task.cpp#L78
‘co_await’ cannot be used in a function with a deduced return type
build: test/coro/task.cpp#L79
no return statement in function returning non-void [-Werror=return-type]
build: test/coro/task.cpp#L214
‘co_await’ cannot be used in a function with a deduced return type
build: test/coro/task.cpp#L214
no return statement in function returning non-void [-Werror=return-type]
build: coro/include/gap/coro/when_all_ready.hpp#L465
‘always_inline’ function might not be inlinable [-Werror=attributes]
build
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1685450331/cmake-3.28.3-linux-x86_64/bin/cmake' failed with error code: '1'.'
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, lukka/run-vcpkg@v10. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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/