You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO[0005] POST /v1.17/containers/create?name=n1
INFO[0005] +job create(n1)
No such image: tutum/debian:jessie (tag: jessie)
INFO[0005] -job create(n1) = ERR (1)
ERRO[0005] Handler for POST /containers/create returned error: No such image: tutum/debian:jessie (tag: jessie)
ERRO[0005] HTTP Error: statusCode=404 No such image: tutum/debian:jessie (tag: jessie)
Unable to find image 'tutum/debian:jessie' locally
INFO[0005] POST /v1.17/images/create?fromImage=tutum%2Fdebian&tag=jessie
INFO[0005] +job pull(tutum/debian, jessie)
INFO[0005] +job resolve_repository(tutum/debian)
INFO[0005] -job resolve_repository(tutum/debian) = OK (0)
Pulling repository tutum/debian
ERRO[0009] unable to get remote tags: Could not reach any registry endpoint
Could not reach any registry endpoint
INFO[0009] -job pull(tutum/debian, jessie) = ERR (1)
FATA[0004] Could not reach any registry endpoint
INFO[0009] GET /v1.17/containers/n1/json
INFO[0009] +job container_inspect(n1)
No such container: n1
INFO[0009] -job container_inspect(n1) = ERR (1)
ERRO[0009] Handler for GET /containers/{name:.}/json returned error: No such container: n1
ERRO[0009] HTTP Error: statusCode=404 No such container: n1
INFO[0009] GET /v1.17/images/n1/json
INFO[0009] +job image_inspect(n1)
No such image: n1
INFO[0009] -job image_inspect(n1) = ERR (1)
ERRO[0009] Handler for GET /images/{name:.}/json returned error: No such image: n1
ERRO[0009] HTTP Error: statusCode=404 No such image: n1
Error: No such image or container: n1
ssh: Could not resolve hostname rm /etc/apt/apt.conf.d/docker-clean && apt-get update && apt-get install sudo net-tools wget sysvini: Name or service not known
INFO[0019] GET /v1.17/containers/n1/export
INFO[0019] +job export(n1)
No such container: n1
INFO[0019] -job export(n1) = ERR (1)
ERRO[0019] Handler for GET /containers/{name:.*}/export returned error: No such container: n1
ERRO[0019] HTTP Error: statusCode=404 No such container: n1
time="2018-03-22T15:42:39Z" level="fatal" msg="Error: No such container: n1"
root@b50ab9aa675c:/#
The text was updated successfully, but these errors were encountered:
git clone https://github.com/riptano/jepsen.git riptan-jepsen docker build -t jepsen . docker run --privileged -t -i jepsen build-dockerized-jepsen.sh
gets errors:
INFO[0005] POST /v1.17/containers/create?name=n1
INFO[0005] +job create(n1)
No such image: tutum/debian:jessie (tag: jessie)
INFO[0005] -job create(n1) = ERR (1)
ERRO[0005] Handler for POST /containers/create returned error: No such image: tutum/debian:jessie (tag: jessie)
ERRO[0005] HTTP Error: statusCode=404 No such image: tutum/debian:jessie (tag: jessie)
Unable to find image 'tutum/debian:jessie' locally
INFO[0005] POST /v1.17/images/create?fromImage=tutum%2Fdebian&tag=jessie
INFO[0005] +job pull(tutum/debian, jessie)
INFO[0005] +job resolve_repository(tutum/debian)
INFO[0005] -job resolve_repository(tutum/debian) = OK (0)
Pulling repository tutum/debian
ERRO[0009] unable to get remote tags: Could not reach any registry endpoint
Could not reach any registry endpoint
INFO[0009] -job pull(tutum/debian, jessie) = ERR (1)
FATA[0004] Could not reach any registry endpoint
INFO[0009] GET /v1.17/containers/n1/json
INFO[0009] +job container_inspect(n1)
No such container: n1
INFO[0009] -job container_inspect(n1) = ERR (1)
ERRO[0009] Handler for GET /containers/{name:.}/json returned error: No such container: n1
ERRO[0009] HTTP Error: statusCode=404 No such container: n1
INFO[0009] GET /v1.17/images/n1/json
INFO[0009] +job image_inspect(n1)
No such image: n1
INFO[0009] -job image_inspect(n1) = ERR (1)
ERRO[0009] Handler for GET /images/{name:.}/json returned error: No such image: n1
ERRO[0009] HTTP Error: statusCode=404 No such image: n1
Error: No such image or container: n1
ssh: Could not resolve hostname rm /etc/apt/apt.conf.d/docker-clean && apt-get update && apt-get install sudo net-tools wget sysvini: Name or service not known
INFO[0019] GET /v1.17/containers/n1/export
INFO[0019] +job export(n1)
No such container: n1
INFO[0019] -job export(n1) = ERR (1)
ERRO[0019] Handler for GET /containers/{name:.*}/export returned error: No such container: n1
ERRO[0019] HTTP Error: statusCode=404 No such container: n1
time="2018-03-22T15:42:39Z" level="fatal" msg="Error: No such container: n1"
root@b50ab9aa675c:/#
The text was updated successfully, but these errors were encountered: