Skip to content

kvlist: add _s APIs to pass str length as arg #151

kvlist: add _s APIs to pass str length as arg

kvlist: add _s APIs to pass str length as arg #151

Re-run triggered February 25, 2024 20:50
Status Failure
Total duration 1m 55s
Artifacts

build.yaml

on: pull_request
CentOS 7 build to confirm no issues once used downstream
1m 1s
CentOS 7 build to confirm no issues once used downstream
Debian Buster build to confirm no issues once used downstream
25s
Debian Buster build to confirm no issues once used downstream
Matrix: Build with various code analysis tools
Matrix: build-msys2
Matrix: build-unix-amd64
Matrix: build-unix-arm64
Matrix: build-windows
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 18 warnings
Build sources on amd64 for ubuntu-latest - clang
Process completed with exit code 1.
Build sources on amd64 for ubuntu-latest - gcc
Process completed with exit code 1.
Build sources on amd64 for macos-latest - clang
Process completed with exit code 1.
Build sources on amd64 for macos-latest - gcc
Process completed with exit code 1.
popen
> Error 1 while running cmake . -DCFL_TESTS=On -DCFL_DEV=on . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fno-omit-frame-pointer -fsanitize=memory" -DCMAKE_CXX_FLAGS="-fno-omit-frame-pointer -fsanitize=memory"
popen
> Error 1 while running cmake . -DCFL_TESTS=On -DCFL_DEV=on . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fno-omit-frame-pointer -fsanitize=dataflow" -DCMAKE_CXX_FLAGS="-fno-omit-frame-pointer -fsanitize=dataflow"
popen
> Error 1 while running cmake . -DCFL_TESTS=On -DCFL_DEV=on . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fno-omit-frame-pointer -fsanitize=address" -DCMAKE_CXX_FLAGS="-fno-omit-frame-pointer -fsanitize=address"
popen
> Error 1 while running cmake . -DCFL_TESTS=On -DCFL_DEV=on .
popen
> Error 1 while running cmake . -DCFL_TESTS=On -DCFL_DEV=on . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fno-omit-frame-pointer -fsanitize=undefined" -DCMAKE_CXX_FLAGS="-fno-omit-frame-pointer -fsanitize=undefined"
popen
> Error 1 while running cmake . -DCFL_TESTS=On -DCFL_DEV=on . -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_FLAGS="-fno-omit-frame-pointer -fsanitize=safe-stack" -DCMAKE_CXX_FLAGS="-fno-omit-frame-pointer -fsanitize=safe-stack"
Debian Buster build to confirm no issues once used downstream
Process completed with exit code 1.
CentOS 7 build to confirm no issues once used downstream
Process completed with exit code 1.
Build sources on MSYS2 for windows-2019
Process completed with exit code 1.
Build sources on arm64 for ubuntu-latest - clang
The process '/home/runner/work/_actions/uraimo/run-on-arch-action/v2.3.0/src/run-on-arch.sh' failed with exit code 1
Build sources on MSYS2 for windows-latest
Process completed with exit code 1.
Build sources on arm64 for ubuntu-latest - gcc
The process '/home/runner/work/_actions/uraimo/run-on-arch-action/v2.3.0/src/run-on-arch.sh' failed with exit code 1
Build sources on amd64 for windows-latest
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/.
Build sources on amd64 for windows-2019
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/.
Build sources on amd64 for ubuntu-latest - 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/.
Build sources on amd64 for ubuntu-latest - gcc
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/.
Build sources on amd64 for macos-latest - 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/.
Build sources on amd64 for macos-latest - gcc
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/.
Build with various code analysis tools (clang-sanitize-memory)
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/.
Build with various code analysis tools (clang-sanitize-dataflow)
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/.
Build with various code analysis tools (clang-sanitize-address)
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/.
Build with various code analysis tools (valgrind)
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/.
Build with various code analysis tools (clang-sanitize-undefined)
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/.
Build with various code analysis tools (clang-sanitize-safe-stack)
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/.
Debian Buster build to confirm no issues once used downstream
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/.
CentOS 7 build to confirm no issues once used downstream
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/.
Build sources on MSYS2 for windows-2019
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, crazy-max/ghaction-chocolatey@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build sources on arm64 for ubuntu-latest - clang
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, uraimo/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build sources on MSYS2 for windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, crazy-max/ghaction-chocolatey@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build sources on arm64 for ubuntu-latest - gcc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, uraimo/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.