Skip to content

Merge pull request #4 from adessoSE/dev/fix-interleaving_stream-buffe… #26

Merge pull request #4 from adessoSE/dev/fix-interleaving_stream-buffe…

Merge pull request #4 from adessoSE/dev/fix-interleaving_stream-buffe… #26

Triggered via push February 19, 2024 10:11
Status Failure
Total duration 15m 39s
Artifacts

cpp-ci.yml

on: push
clang-tidy & clang-format
5m 53s
clang-tidy & clang-format
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 error, 27 warnings, and 1 notice
clang-tidy & clang-format
Process completed with exit code 1.
src/vefs/vfilesystem.cpp:38:49 [readability-uppercase-literal-suffix]: src/vefs/vfilesystem.cpp#L38
integer literal has suffix 'u', which is not uppercase
src/vefs/vfilesystem.cpp:39:53 [readability-uppercase-literal-suffix]: src/vefs/vfilesystem.cpp#L39
integer literal has suffix 'u', which is not uppercase
src/vefs/vfilesystem.cpp:88:13 [modernize-use-auto]: src/vefs/vfilesystem.cpp#L88
use auto when initializing with a template cast to avoid duplicating the type name
src/vefs/vfilesystem.cpp:183:9 [modernize-use-nodiscard]: src/vefs/vfilesystem.cpp#L183
function 'next_block' should be marked [[nodiscard]]
src/vefs/vfilesystem.cpp:186:13 [readability-qualified-auto]: src/vefs/vfilesystem.cpp#L186
'const auto sectorContentBegin' can be declared as 'const auto *const sectorContentBegin'
src/vefs/vfilesystem.cpp:201:50 [performance-move-const-arg]: src/vefs/vfilesystem.cpp#L201
std::move of the variable 'content' of the trivially-copyable type 'std::span<const std::byte>' has no effect; remove std::move()
src/vefs/vfilesystem.cpp:220:14 [bugprone-exception-escape]: src/vefs/vfilesystem.cpp#L220
an exception may be thrown in function 'acquire_next_chunk_impl' which should not throw exceptions
clang-tidy & clang-format
New Boost version may have incorrect or missing dependencies and imported
clang-tidy & clang-format
Restore cache failed: Dependencies file is not found in /home/runner/work/libvefs/libvefs. Supported file pattern: go.sum
clang-tidy & clang-format
Restore cache failed: Dependencies file is not found in /home/runner/work/libvefs/libvefs. Supported file pattern: go.sum
Test ubuntu-22.04-clang
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test ubuntu-22.04-clang
New Boost version may have incorrect or missing dependencies and imported
Test ubuntu-22.04-clang
New Boost version may have incorrect or missing dependencies and imported
Test ubuntu-22.04-clang
Restore cache failed: Dependencies file is not found in /home/runner/work/libvefs/libvefs. Supported file pattern: go.sum
Test windows-2022-msvc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test windows-2022-msvc
New Boost version may have incorrect or missing dependencies and imported
Test windows-2022-msvc
New Boost version may have incorrect or missing dependencies and imported
Test windows-2022-clang
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test windows-2022-clang
New Boost version may have incorrect or missing dependencies and imported
Test windows-2022-clang
New Boost version may have incorrect or missing dependencies and imported
Test ubuntu-22.04-gcc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test ubuntu-22.04-gcc
Restore cache failed: Dependencies file is not found in /home/runner/work/libvefs/libvefs. Supported file pattern: go.sum
Test ubuntu-22.04-gcc
New Boost version may have incorrect or missing dependencies and imported
Test ubuntu-22.04-gcc
New Boost version may have incorrect or missing dependencies and imported
Run clang-format on src/vefs/vfilesystem.cpp: src/vefs/vfilesystem.cpp#L1
File src/vefs/vfilesystem.cpp does not conform to Custom style guidelines. (lines 1004)