Skip to content

CI: Travis: Makefile: recipe for target 'start-kvstores' failed #12111

@christarazi

Description

@christarazi

CI failure

Starting key-value store containers...
docker rm -f "cilium-etcd-test-container" 2> /dev/null
Makefile:167: recipe for target 'start-kvstores' failed
make: [start-kvstores] Error 1 (ignored)
docker run -d \
	-e ETCD_UNSUPPORTED_ARCH=amd64 \
	--name "cilium-etcd-test-container" \
	-p 4002:4001 \
	quay.io/coreos/etcd:v3.3.20 \
	etcd -name etcd0 \
	-advertise-client-urls http://0.0.0.0:4001 \
	-listen-client-urls http://0.0.0.0:4001 \
	-listen-peer-urls http://0.0.0.0:2380 \
	-initial-cluster-token etcd-cluster-1 \
	-initial-cluster-state new

Unable to find image 'quay.io/coreos/etcd:v3.3.20' locally
v3.3.20: Pulling from coreos/etcd

log.txt

Metadata

Metadata

Assignees

Labels

area/CIContinuous Integration testing issue or flakeneeds/triageThis issue requires triaging to establish severity and next steps.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions