Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/syscall/unix: unrecognized failures #61667

Closed
gopherbot opened this issue Jul 31, 2023 · 2 comments
Closed

internal/syscall/unix: unrecognized failures #61667

gopherbot opened this issue Jul 31, 2023 · 2 comments
Labels
NeedsFix The path to resolution is known, but the work has not been done. OS-iOS GOOS=ios
Milestone

Comments

@gopherbot
Copy link

gopherbot commented Jul 31, 2023

#!watchflakes
post <- pkg == "internal/syscall/unix" && test == "" && `function libc_getentropy_trampoline missing Go declaration`

Issue created automatically to collect these failures.

Example (log):

internal/syscall/unix/asm_darwin.s:7:1: [arm64] libc_getentropy_trampoline: function libc_getentropy_trampoline missing Go declaration

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 31, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "internal/syscall/unix" && test == ""
2023-07-27 17:32 ios-arm64-corellium go@d2ec964e internal/syscall/unix [build] (log)
internal/syscall/unix/asm_darwin.s:7:1: [arm64] libc_getentropy_trampoline: function libc_getentropy_trampoline missing Go declaration

watchflakes

@gopherbot
Copy link
Author

Change https://go.dev/cl/514495 mentions this issue: internal/syscall/unix: don't define libc_getentropy_trampoline on ios

@bcmills bcmills added the OS-iOS GOOS=ios label Aug 8, 2023
@bcmills bcmills added this to the Go1.22 milestone Aug 8, 2023
@bcmills bcmills added the NeedsFix The path to resolution is known, but the work has not been done. label Aug 8, 2023
@gopherbot gopherbot removed the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. OS-iOS GOOS=ios
Projects
Status: Done
Development

No branches or pull requests

2 participants