update tlsuv@v0.36.2 #2732
Annotations
57 warnings
|
Linux ARM:
library/channel.c#L42
format '%ld' expects argument of type 'long int', but argument 11 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM:
library/channel.c#L42
format '%ld' expects argument of type 'long int', but argument 10 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM:
library/utils.c#L405
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
|
Linux ARM:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux ARM
format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' ***aka '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 5 has type 'size_t' ***aka 'unsigned int'*** [-Wformat=]
|
|
Linux ARM
Failed to save: reserveCache failed: Cache service responded with 503
|
|
Linux ARM
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
Linux ARM
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
Linux ARM64:
library/oidc.c#L612
ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux ARM64:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux ARM64:
library/zitilib.c#L903
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/connect.c#L666
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/connect.c#L255
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux ARM64:
library/utils.c#L405
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
|
Linux ARM64:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux ARM64
Failed to save: reserveCache failed: Cache service responded with 503
|
|
Linux ARM64
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
Linux ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS arm64:
library/conn_bridge.c#L360
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 arm64:
library/connect.c#L1196
passing 'model_string' (aka '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/connect.c#L666
assigning to 'struct ziti_write_req_s *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS arm64:
library/connect.c#L255
assigning to 'struct ziti_write_req_s *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS arm64:
library/channel.c#L939
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 arm64:
library/channel.c#L766
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
Failed to save: reserveCache failed: Cache service responded with 503
|
|
MacOS arm64
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
MacOS arm64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS arm64
pkgconf 2.4.3 is already installed and up-to-date.
To reinstall 2.4.3, run:
brew reinstall pkgconf
|
|
Linux x86_64:
library/oidc.c#L613
ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux x86_64:
library/oidc.c#L612
ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux x86_64:
library/zitilib.c#L903
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/connect.c#L666
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/connect.c#L255
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
|
|
Linux x86_64:
library/utils.c#L405
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
|
|
Linux x86_64:
library/sdk_info.c#L96
ignoring return value of 'getdomainname', declared with attribute warn_unused_result [-Wunused-result]
|
|
Linux x86_64
Failed to save: reserveCache failed: Cache service responded with 503
|
|
Linux x86_64
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
Linux x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS x86_64:
library/connect.c#L666
assigning to 'struct ziti_write_req_s *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS x86_64:
library/connect.c#L255
assigning to 'struct ziti_write_req_s *' from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
|
|
MacOS x86_64:
library/channel.c#L939
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:
library/channel.c#L766
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
Failed to save: reserveCache failed: Cache service responded with 503
|
|
MacOS x86_64
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
MacOS x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
MacOS x86_64
libtool 2.5.4 is already installed and up-to-date.
To reinstall 2.5.4, run:
brew reinstall libtool
|
|
MacOS x86_64
pkgconf 2.4.3 is already installed and up-to-date.
To reinstall 2.4.3, run:
brew reinstall pkgconf
|
|
MacOS x86_64
autoconf 2.72 is already installed and up-to-date.
To reinstall 2.72, run:
brew reinstall autoconf
|
|
Windows x86_64:
tests/integ/CMakeLists.txt#L4
expect not found: integration testing is not enabled
|
|
Windows x86_64
Failed to save: reserveCache failed: Cache service responded with 503
|
|
Windows x86_64
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
Windows x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
|
Windows ARM64
Failed to save: reserveCache failed: Cache service responded with 503
|
|
Windows ARM64
Failed to restore: getCacheEntry failed: Cache service responded with 503
|
|
Windows ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
ziti-prox-c-linux-arm
Expired
|
3.52 MB |
sha256:5066dcf91dfdd56b934c1b6fc30fd8049c13ca4b3519b6590b3704a2fa9dd490
|
|
|
ziti-prox-c-linux-arm64
Expired
|
4.38 MB |
sha256:62038761fea60f66c8c85b331cbe3c3cb54e4e88601f81c2f88111caf3c50ce2
|
|
|
ziti-prox-c-linux-x64
Expired
|
4.09 MB |
sha256:b4c18993af4b0f13082d9701806cd3935cc702c95e151a9753b33ff170a54e6c
|
|
|
ziti-prox-c-macOS-arm64
Expired
|
2.98 MB |
sha256:97704afc2bbba5c1306bfd686c743ece40d2de346e00f2e79aa545c78b8070b0
|
|
|
ziti-prox-c-macOS-x64
Expired
|
2.74 MB |
sha256:33d8cb4c63f246b09ea480819cd8097dec7808c398f87dca287a43a0a3201a1b
|
|
|
ziti-prox-c-windows-arm64
Expired
|
686 KB |
sha256:f12c9f445f3c242efaaae63978335c2d57e2f45858e7a36bdf5106175a16ddf1
|
|
|
ziti-prox-c-windows-x64
Expired
|
784 KB |
sha256:5c3b642e830773eeec2b6fec3f737a8c76b8573186989f7f90a73a375390c805
|
|
|
ziti-sdk-linux-arm
Expired
|
4.28 MB |
sha256:8dfff6a8cef841967a93c98a5afa2ac923bfd807577febb02a4ca32e28c564e1
|
|
|
ziti-sdk-linux-arm64
Expired
|
5.18 MB |
sha256:ff0f34011b6c80faebae0e8759afebfd95e8b0758ed538066ea30a184bdfb56f
|
|
|
ziti-sdk-linux-x64
Expired
|
4.88 MB |
sha256:ccd5d6971659b107f8e3f82518aa0948819b663fa087fd4a34f16bb9eb982782
|
|
|
ziti-sdk-macOS-arm64
Expired
|
3.71 MB |
sha256:e22da6b0ca01b9a6adcecb6b9de3433bff4420154ba1cdcf8fbe149d5cc9f4ce
|
|
|
ziti-sdk-macOS-x64
Expired
|
3.46 MB |
sha256:e7b7ea054ab45cb47a1c35e708c7ff2bb6f8eabfe3da5341a9c98a9e0b459e73
|
|
|
ziti-sdk-windows-arm64
Expired
|
1.57 MB |
sha256:c83523e20c231c3591cf70aa2ec370917b7913c51c7cad33748c67ea5221b06b
|
|
|
ziti-sdk-windows-x64
Expired
|
1.63 MB |
sha256:1e9a06f40cc3678003132f1d995d238df53b844f276237799c38581103037077
|
|