Skip to content

set ziti-edge application protocol(ALPN) #2374

set ziti-edge application protocol(ALPN)

set ziti-edge application protocol(ALPN) #2374

Triggered via pull request October 3, 2024 18:10
Status Success
Total duration 21m 1s
Artifacts 14

cmake.yml

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

Annotations

1 error and 56 warnings
MacOS x86_64
Process completed with exit code 8.
Linux x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Linux x86_64: library/utils.c#L417
':' 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#L107
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux x86_64: library/ziti_ctrl.c#L516
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux x86_64: library/ziti_ctrl.c#L517
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux x86_64: library/ziti_ctrl.c#L681
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux x86_64: library/ziti_ctrl.c#L812
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux x86_64: library/ziti_ctrl.c#L831
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux x86_64: library/ziti.c#L218
'config' is deprecated: ignored, will be removed [-Wdeprecated-declarations]
Linux x86_64: library/ziti.c#L224
'config' is deprecated: ignored, will be removed [-Wdeprecated-declarations]
Linux ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Linux ARM64: library/ziti_ctrl.c#L516
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/ziti_ctrl.c#L517
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/ziti_ctrl.c#L681
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/ziti_ctrl.c#L812
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/ziti_ctrl.c#L831
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/ziti_enroll.c#L107
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/utils.c#L417
':' directive output may be truncated writing 1 byte into a region of size between 0 and 16 [-Wformat-truncation=]
Linux ARM64: library/message.c#L101
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM64: library/channel.c#L194
passing argument 2 of 'model_list_append' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
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#L417
':' 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#L107
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM: library/ziti_ctrl.c#L516
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM: library/ziti_ctrl.c#L517
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM: library/ziti_ctrl.c#L681
initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Linux ARM: library/ziti_ctrl.c#L812
assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
Windows ARM64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
Windows ARM64: tests/integ/CMakeLists.txt#L4
expect not found: integration testing is not enabled
Windows ARM64
The following actions use a deprecated Node.js version and will be forced to run on node20: lukka/[email protected], lukka/run-vcpkg@v10, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: lukka/[email protected], lukka/run-vcpkg@v10, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
MacOS x86_64
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
MacOS x86_64: library/ziti_enroll.c#L107
assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/ziti_ctrl.c#L516
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/ziti_ctrl.c#L517
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/ziti_ctrl.c#L681
initializing 'string' (aka 'char *') with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/ziti_ctrl.c#L812
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/ziti_ctrl.c#L831
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/channel.c#L194
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS x86_64: library/channel.c#L671
initializing 'uint8_t *' (aka 'unsigned char *') with an expression of type 'char[10]' 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#L672
passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const 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
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
MacOS arm64: library/ziti_enroll.c#L107
assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/ziti_ctrl.c#L516
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/ziti_ctrl.c#L517
initializing 'string' (aka 'char *') with an expression of type 'const char *const' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/ziti_ctrl.c#L681
initializing 'string' (aka 'char *') with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/ziti_ctrl.c#L812
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/ziti_ctrl.c#L831
assigning to 'string' (aka 'char *') from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/channel.c#L194
passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
MacOS arm64: library/channel.c#L671
initializing 'uint8_t *' (aka 'unsigned char *') with an expression of type 'char[10]' 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#L672
passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]

Artifacts

Produced during runtime
Name Size
ziti-prox-c-linux-arm
2.55 MB
ziti-prox-c-linux-arm64
2.82 MB
ziti-prox-c-linux-x64
3.02 MB
ziti-prox-c-macOS-arm64
1.96 MB
ziti-prox-c-macOS-x64
2.2 MB
ziti-prox-c-windows-arm64
1.84 MB
ziti-prox-c-windows-x64
2.23 MB
ziti-sdk-linux-arm
3.65 MB
ziti-sdk-linux-arm64
3.96 MB
ziti-sdk-linux-x64
4.17 MB
ziti-sdk-macOS-arm64
2.75 MB
ziti-sdk-macOS-x64
2.98 MB
ziti-sdk-windows-arm64
2.84 MB
ziti-sdk-windows-x64
3.27 MB