-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/CIContinuous Integration testing issue or flakeContinuous Integration testing issue or flakeci/flakeThis is a known failure that occurs in the tree. Please investigate me!This is a known failure that occurs in the tree. Please investigate me!staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.
Description
v1.8 branch appears to hit some trouble in the smoke tests while pulling ginkgo at the moment:
https://github.com/cilium/cilium/actions/runs/1164820938
Install Ginkgo
Run cd $HOME
cd $HOME
go get -u github.com/onsi/ginkgo/ginkgo
go get -u github.com/onsi/gomega/...
shell: /usr/bin/bash -e {0}
env:
CT_CONFIG_DIR: /opt/hostedtoolcache/ct/v3.4.0/x86_64/etc
VIRTUAL_ENV: /opt/hostedtoolcache/ct/v3.4.0/x86_64/venv
# github.com/onsi/gomega/matchers
go/src/github.com/onsi/gomega/matchers/have_http_body_matcher.go:84:30: undefined: io.ReadAll
go/src/github.com/onsi/gomega/matchers/have_http_status_matcher.go:81:16: undefined: io.ReadAll
# github.com/onsi/gomega/gmeasure
go/src/github.com/onsi/gomega/gmeasure/cache.go:69:18: undefined: os.ReadDir
go/src/github.com/onsi/gomega/gmeasure/cache.go:90:18: undefined: os.ReadDir
Error: Process completed with exit code 2.
Metadata
Metadata
Assignees
Labels
area/CIContinuous Integration testing issue or flakeContinuous Integration testing issue or flakeci/flakeThis is a known failure that occurs in the tree. Please investigate me!This is a known failure that occurs in the tree. Please investigate me!staleThe stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.The stale bot thinks this issue is old. Add "pinned" label to prevent this from becoming stale.