do not try to bind if no session #2417
Annotations
1 error and 70 warnings
MacOS x86_64
Process completed with exit code 8.
|
Linux ARM
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' ***aka 'int'*** [-Wformat=]
|
Linux ARM:
library/utils.c#L406
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
Linux ARM:
library/ziti_enroll.c#L109
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM:
library/ziti_enroll.c#L117
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM:
library/ziti_enroll.c#L230
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM:
library/message.c#L101
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM:
library/channel.c#L199
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Linux ARM64:
library/utils.c#L406
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
Linux ARM64:
library/ziti_enroll.c#L109
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64:
library/ziti_enroll.c#L117
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64:
library/ziti_enroll.c#L230
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64:
library/channel.c#L199
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64:
library/message.c#L101
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64:
library/internal_model.c#L239
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
Linux ARM64:
library/zitilib.c#L902
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux ARM64:
library/oidc.c#L481
ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
Linux x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Linux x86_64:
library/utils.c#L406
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
Linux x86_64:
library/ziti_enroll.c#L109
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux x86_64:
library/ziti_enroll.c#L117
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux x86_64:
library/ziti_enroll.c#L230
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux x86_64:
library/message.c#L101
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux x86_64:
library/channel.c#L199
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux x86_64:
library/internal_model.c#L239
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
Linux x86_64:
library/zitilib.c#L902
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
Linux x86_64:
library/oidc.c#L481
ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
MacOS arm64
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
MacOS arm64
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
MacOS arm64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
MacOS arm64:
library/ziti_enroll.c#L109
assigning to 'char *' from 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS arm64:
library/ziti_enroll.c#L117
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS arm64:
library/ziti_enroll.c#L230
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS arm64:
library/channel.c#L199
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS arm64:
library/channel.c#L330
passing 'const char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
MacOS arm64:
library/channel.c#L729
passing 'char[37]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
MacOS arm64:
library/channel.c#L907
passing 'char *const' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
MacOS x86_64
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
MacOS x86_64
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
MacOS x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
MacOS x86_64:
library/ziti_enroll.c#L109
assigning to 'char *' from 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS x86_64:
library/ziti_enroll.c#L117
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS x86_64:
library/ziti_enroll.c#L230
passing 'model_string' (aka 'const char *') to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS x86_64:
library/channel.c#L199
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
MacOS x86_64:
library/channel.c#L330
passing 'const char *' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
MacOS x86_64:
library/channel.c#L729
passing 'char[37]' to parameter of type 'const uint8_t *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
MacOS x86_64:
library/channel.c#L907
passing 'char *const' to parameter of type 'uint8_t *' (aka 'unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
|
Windows ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Windows ARM64
'initializing': conversion from 'int' to 'const unsigned int', signed/unsigned mismatch [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
unary minus operator applied to unsigned type, result still unsigned [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'=': conversion from 'size_t' to 'ULONG', possible loss of data [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'link': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'uv_link_close_join': 'void' function returning a value [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'uv_link_observer_read_cb': 'void' function returning a value [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'link': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'err': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows ARM64
'link': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Windows x86_64:
tests/integ/CMakeLists.txt#L4
expect not found: integration testing is not enabled
|
Windows x86_64
'initializing': conversion from 'int' to 'const unsigned int', signed/unsigned mismatch [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
unary minus operator applied to unsigned type, result still unsigned [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
'=': conversion from 'size_t' to 'ULONG', possible loss of data [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
'link': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
'uv_link_close_join': 'void' function returning a value [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
'uv_link_observer_read_cb': 'void' function returning a value [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
'link': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Windows x86_64
'err': unreferenced formal parameter [D:\a\ziti-sdk-c\ziti-sdk-c\build\_deps\tlsuv-build\deps\uv_link.vcxproj]
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ziti-prox-c-linux-arm
|
2.84 MB |
|
ziti-prox-c-linux-arm64
|
3.66 MB |
|
ziti-prox-c-linux-x64
|
3.36 MB |
|
ziti-prox-c-macOS-arm64
|
2.71 MB |
|
ziti-prox-c-macOS-x64
|
2.46 MB |
|
ziti-prox-c-windows-arm64
|
2.6 MB |
|
ziti-prox-c-windows-x64
|
2.49 MB |
|
ziti-sdk-linux-arm
|
4.07 MB |
|
ziti-sdk-linux-arm64
|
4.94 MB |
|
ziti-sdk-linux-x64
|
4.64 MB |
|
ziti-sdk-macOS-arm64
|
3.6 MB |
|
ziti-sdk-macOS-x64
|
3.33 MB |
|
ziti-sdk-windows-arm64
|
3.72 MB |
|
ziti-sdk-windows-x64
|
3.64 MB |
|