Skip to content

fix: added a few more libc calls #33

fix: added a few more libc calls

fix: added a few more libc calls #33

Triggered via pull request September 29, 2024 22:45
Status Failure
Total duration 24s
Artifacts

main.yml

on: pull_request
🚨 REUSE Compliance
7s
🚨 REUSE Compliance
🚨 C lint
11s
🚨 C lint
🐧 Musl Linux build and test
0s
🐧 Musl Linux build and test
πŸ€– Semantic release
0s
πŸ€– Semantic release
🐧 Musl Linux binary release build
0s
🐧 Musl Linux binary release build
πŸ“¦ Pack release
0s
πŸ“¦ Pack release
🧻 Remove tag on fail
0s
🧻 Remove tag on fail
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
🚨 C lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
🚨 C lint: src/cjit.c#L173
[cpplint] reported by reviewdog 🐢 "stdio.h" already included at src/cjit.c:21 [build/include] [4] Raw Output: src/cjit.c:173: "stdio.h" already included at src/cjit.c:21 [build/include] [4]
🚨 C lint: src/cjit.c#L174
[cpplint] reported by reviewdog 🐢 "stdlib.h" already included at src/cjit.c:20 [build/include] [4] Raw Output: src/cjit.c:174: "stdlib.h" already included at src/cjit.c:20 [build/include] [4]
🚨 C lint: src/cjit.c#L175
[cpplint] reported by reviewdog 🐢 "string.h" already included at src/cjit.c:22 [build/include] [4] Raw Output: src/cjit.c:175: "string.h" already included at src/cjit.c:22 [build/include] [4]
🚨 C lint: src/cjit.c#L176
[cpplint] reported by reviewdog 🐢 "unistd.h" already included at src/cjit.c:32 [build/include] [4] Raw Output: src/cjit.c:176: "unistd.h" already included at src/cjit.c:32 [build/include] [4]
🚨 C lint: src/cjit.c#L178
[cpplint] reported by reviewdog 🐢 "sys/types.h" already included at src/cjit.c:26 [build/include] [4] Raw Output: src/cjit.c:178: "sys/types.h" already included at src/cjit.c:26 [build/include] [4]
🚨 C lint: src/cjit.c#L179
[cpplint] reported by reviewdog 🐢 "sys/wait.h" already included at src/cjit.c:31 [build/include] [4] Raw Output: src/cjit.c:179: "sys/wait.h" already included at src/cjit.c:31 [build/include] [4]
🚨 C lint: src/cjit.c#L188
[cpplint] reported by reviewdog 🐢 "errno.h" already included at src/cjit.c:24 [build/include] [4] Raw Output: src/cjit.c:188: "errno.h" already included at src/cjit.c:24 [build/include] [4]
🚨 C lint: src/cjit.c#L190
[cpplint] reported by reviewdog 🐢 "sys/stat.h" already included at src/cjit.c:27 [build/include] [4] Raw Output: src/cjit.c:190: "sys/stat.h" already included at src/cjit.c:27 [build/include] [4]
🚨 C lint: src/cjit.c#L197
[cpplint] reported by reviewdog 🐢 "sys/mman.h" already included at src/cjit.c:191 [build/include] [4] Raw Output: src/cjit.c:197: "sys/mman.h" already included at src/cjit.c:191 [build/include] [4]
🚨 C lint: src/cjit.c#L571
[cpplint] reported by reviewdog 🐢 Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3] Raw Output: src/cjit.c:571: Redundant blank line at the end of a code block should be deleted. [whitespace/blank_line] [3]