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

Fixing #168 once again uncovered the charmbracelet/bubbletea#964 bug #173

Closed
cardil opened this issue Mar 27, 2024 · 0 comments · Fixed by #174
Closed

Fixing #168 once again uncovered the charmbracelet/bubbletea#964 bug #173

cardil opened this issue Mar 27, 2024 · 0 comments · Fixed by #174
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@cardil
Copy link
Contributor

cardil commented Mar 27, 2024

Fixing #168 with #170 we have, once again, uncovered the charmbracelet/bubbletea#964 bug.

See the error, here: https://prow.knative.dev/view/gs/knative-prow/pr-logs/pull/knative-extensions_kn-plugin-event/339/integration-tests_kn-plugin-event_main/1773009898955608064#1:build-log.txt%3A644

To confirm that, you can checkout the knative-extensions/kn-plugin-event#339, and run (passing a file as stdin):

$ ./mage clean build < go.mod
[MAGE] 🚿 Cleaning... done.
[MAGE] 🔧 Installing tools
[MAGE] 🔧 › Go install "gotest.tools/gotestsum@latest"
[MAGE] 🔧 › Go install "gotest.tools/gotestsum@latest" › installed
[MAGE] 🔧 › Pre-built binary "golangci/golangci-lint@v1.55.2"
⛳️ Getting information about v1.55.2 release ▱▱⛳️ Getting information about v1.55.2 release Done
[MAGE] 🔧 Pre-built binary "golangci/golangci-lint@v1.55.2" have failed: error creating cancelreader: add reader to epoll interest list
Error: error creating cancelreader: add reader to epoll interest list
exit status 1

It looks like the /dev/stdin doesn't support the epoll thing.

/kind bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant