Skip to content

implement tlsuv_stream flow control #810

implement tlsuv_stream flow control

implement tlsuv_stream flow control #810

Triggered via pull request September 11, 2023 22:33
Status Failure
Total duration 14m 19s
Artifacts 4

cmake.yml

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

Annotations

20 errors and 40 warnings
build (windows, mbedtls): tests/stream_tests.cpp#L349
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L348
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L351
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L351
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L352
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L352
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L353
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L353
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L354
use of designated initializers requires at least '/std:c++20'
build (windows, mbedtls): tests/stream_tests.cpp#L354
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L349
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L348
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L351
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L351
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L352
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L352
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L353
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L353
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L354
use of designated initializers requires at least '/std:c++20'
build (windows, openssl): tests/stream_tests.cpp#L354
use of designated initializers requires at least '/std:c++20'
build (ubuntu, mbedtls)
openssl currently requires the following library from the system package
build (ubuntu, openssl)
openssl currently requires the following library from the system package
build (ubuntu, openssl): src/openssl/engine.c#L624
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L644
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L719
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L749
initialization of ‘struct openssl_ctx *’ from incompatible pointer type ‘tls_context *’ {aka ‘struct tls_context_s *’} [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L755
passing argument 1 of ‘c->own_key->free’ from incompatible pointer type [-Wincompatible-pointer-types]
build (ubuntu, openssl): src/openssl/engine.c#L787
initialization of ‘struct priv_key_s *’ from incompatible pointer type ‘tlsuv_private_key_t’ {aka ‘struct tlsuv_private_key_s *’} [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L624
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L644
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L719
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L749
incompatible pointer types initializing 'struct openssl_ctx *' with an expression of type 'tls_context *' (aka 'struct tls_context_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L755
incompatible pointer types passing 'struct priv_key_s *' to parameter of type 'struct tlsuv_private_key_s *' [-Wincompatible-pointer-types]
build (macOS, openssl): src/openssl/engine.c#L787
incompatible pointer types initializing 'struct priv_key_s *' with an expression of type 'tlsuv_private_key_t' (aka 'struct tlsuv_private_key_s *') [-Wincompatible-pointer-types]
build (macOS, openssl): src/um_debug.h#L21
'WARN' macro redefined [-Wmacro-redefined]
build (macOS, openssl): src/um_debug.h#L22
'INFO' macro redefined [-Wmacro-redefined]
build (macOS, mbedtls): src/um_debug.h#L21
'WARN' macro redefined [-Wmacro-redefined]
build (macOS, mbedtls): src/um_debug.h#L22
'INFO' macro redefined [-Wmacro-redefined]
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#L233
'l': unreferenced formal parameter
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/http.c#L282
'source': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L287
'source': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L296
'status': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L296
'l': unreferenced formal parameter
build (windows, mbedtls): src/http.c#L322
'=': conversion from 'size_t' to 'ULONG', possible loss of data
build (windows, mbedtls): src/http.c#L339
'>': signed/unsigned mismatch
build (windows, mbedtls): src/http.c#L344
'>=': signed/unsigned mismatch
build (windows, mbedtls)
No files were found with the provided path: D:\a\tlsuv\tlsuv/build/Testing/. No artifacts will be uploaded.
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#L233
'l': unreferenced formal parameter
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/http.c#L282
'source': unreferenced formal parameter
build (windows, openssl): src/http.c#L287
'source': unreferenced formal parameter
build (windows, openssl): src/http.c#L296
'status': unreferenced formal parameter
build (windows, openssl): src/http.c#L296
'l': unreferenced formal parameter
build (windows, openssl): src/http.c#L322
'=': conversion from 'size_t' to 'ULONG', possible loss of data
build (windows, openssl): src/http.c#L339
'>': signed/unsigned mismatch
build (windows, openssl): src/http.c#L344
'>=': signed/unsigned mismatch
build (windows, openssl)
No files were found with the provided path: D:\a\tlsuv\tlsuv/build/Testing/. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
macOS-mbedtls-TestReport Expired
145 KB
macOS-openssl-TestReport Expired
131 KB
ubuntu-mbedtls-TestReport Expired
469 KB
ubuntu-openssl-TestReport Expired
2.49 MB