Skip to content

std/socket: Use 0 as default protocol number #157

std/socket: Use 0 as default protocol number

std/socket: Use 0 as default protocol number #157

Triggered via pull request January 18, 2025 06:38
Status Failure
Total duration 3m 32s
Artifacts

compatibility.yml

on: pull_request
Build binaries with most recent GCC version
3m 10s
Build binaries with most recent GCC version
Matrix: test
All C compatibility tests passed
0s
All C compatibility tests passed
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
Build binaries with most recent GCC version
not all cases are covered; missing: {IPPROTO_DEFAULT} [rsemMissingCaseBranches]
Build binaries with most recent GCC version
expression 'SOCK_STREAM' is of type 'SockType' and has to be used (or discarded) [rsemUseOrDiscardExpr]
Build binaries with most recent GCC version
expression 'SOCK_DGRAM' is of type 'SockType' and has to be used (or discarded) [rsemUseOrDiscardExpr]
Build binaries with most recent GCC version
Process completed with exit code 1.
All C compatibility tests passed
Process completed with exit code 1.
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1202
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1206
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1216
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1234
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1252
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1257
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1262
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1266
DEBUG proc, should not be used in the final build!; debugAux is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/utils/astrepr.nim#L1317
DEBUG proc, do not use in the final build!; inDebug is deprecated [Deprecated]
Build binaries with most recent GCC version: compiler/sem/transf.nim#L1308
workaround for sem not sanitizing AST; transformDefSym is deprecated [Deprecated]
All C compatibility tests passed
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636