Skip to content

an attempt at better file parsing #914

an attempt at better file parsing

an attempt at better file parsing #914

Triggered via pull request June 27, 2024 20:42
Status Failure
Total duration 5m 51s
Artifacts 6

cmake.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 29 warnings
build (macOS, openssl)
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/1854734699/cmake-3.29.6-macos-universal/CMake.app/Contents/bin/ctest' failed with error code: '8'.'
build (macOS, mbedtls)
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/1854734699/cmake-3.29.6-macos-universal/CMake.app/Contents/bin/ctest' failed with error code: '8'.'
build (ubuntu, openssl)
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1406096797/cmake-3.29.6-linux-x86_64/bin/ctest' failed with error code: '16'.'
build (ubuntu, openssl)
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1406096797/cmake-3.29.6-linux-x86_64/bin/ctest' failed with error code: '8'.'
build (ubuntu, mbedtls)
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1406096797/cmake-3.29.6-linux-x86_64/bin/ctest' failed with error code: '16'.'
build (ubuntu, mbedtls)
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1406096797/cmake-3.29.6-linux-x86_64/bin/ctest' failed with error code: '8'.'
build (macOS, openssl)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v10, actions/setup-go@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macOS, openssl)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
build (macOS, mbedtls)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v10, actions/setup-go@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macOS, mbedtls)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
build (ubuntu, openssl)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v10, actions/setup-go@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu, mbedtls)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v10, actions/setup-go@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows, openssl)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v10, actions/setup-go@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows, openssl): include/tlsuv/tls_engine.h#L179
'tm': named type definition in parentheses
build (windows, openssl): include/tlsuv/tls_engine.h#L179
'tm': named type definition in parentheses
build (windows, openssl): include/tlsuv/tls_engine.h#L179
'tm': named type definition in parentheses
build (windows, openssl): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, openssl): src/tlsuv.c#L185
'function': incompatible types - from 'int *' to 'const char *'
build (windows, openssl): src/tlsuv.c#L187
'function': incompatible types - from 'unsigned int *' to 'const char *'
build (windows, openssl): src/tlsuv.c#L190
'function': incompatible types - from 'int *' to 'const char *'
build (windows, openssl): src/tlsuv.c#L193
'function': incompatible types - from 'int *' to 'const char *'
build (windows, openssl): src/tlsuv.c#L202
'function': 'SOCKET' differs in levels of indirection from 'uv_os_fd_t'
build (windows, openssl): src/tlsuv.c#L202
'setsockopt': different types for formal and actual parameter 1
build (windows, mbedtls)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, lukka/run-vcpkg@v10, actions/setup-go@v4, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows, mbedtls): include/tlsuv/tls_engine.h#L179
'tm': named type definition in parentheses
build (windows, mbedtls): include/tlsuv/tls_engine.h#L179
'tm': named type definition in parentheses
build (windows, mbedtls): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, mbedtls): src/websocket.c#L206
'function': conversion from 'ULONG' to 'unsigned short', possible loss of data
build (windows, mbedtls): src/websocket.c#L290
'=': conversion from 'ssize_t' to 'ULONG', possible loss of data
build (windows, mbedtls): include/tlsuv/tls_engine.h#L179
'tm': named type definition in parentheses
build (windows, mbedtls): src/win32_compat.h#L29
'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
build (windows, mbedtls): src/tlsuv.c#L185
'function': incompatible types - from 'int *' to 'const char *'
build (windows, mbedtls): src/tlsuv.c#L187
'function': incompatible types - from 'unsigned int *' to 'const char *'
build (windows, mbedtls): src/tlsuv.c#L190
'function': incompatible types - from 'int *' to 'const char *'
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "macOS-mbedtls-TestReport", "macOS-openssl-TestReport", "ubuntu-mbedtls-TestReport", "ubuntu-openssl-TestReport", "windows-mbedtls-TestReport", "windows-openssl-TestReport". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
macOS-mbedtls-TestReport Expired
289 KB
macOS-openssl-TestReport Expired
286 KB
ubuntu-mbedtls-TestReport Expired
1.45 MB
ubuntu-openssl-TestReport Expired
3.17 MB
windows-mbedtls-TestReport Expired
257 KB
windows-openssl-TestReport Expired
248 KB