blue-lunch-98125
01/12/2023, 3:09 PMCommand "docker exec -i crictl images --output=json docker.io/library/pgbouncer:v-67ed3bcc63" failed with code 1:
Seems like maybe it is missing the correct image name? This is running under debian. There's nothing interesting about the module or dockerfile afaict. Any ideas what might be going on here?quaint-dress-831
01/16/2023, 6:22 PMblue-lunch-98125
01/17/2023, 1:15 PMgarden get vaccine
appears to be broken πcold-jordan-68753
01/17/2023, 1:40 PMgarden build <service> -l4
there should be a bit more logs, could you paste a couple of more lines related to the failure for context?blue-lunch-98125
01/17/2023, 1:44 PMFailed building worker. Here is the output:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Command "docker exec -i crictl images --output=json docker.io/library/worker:v-4474f17920" failed with code 1:
Error: No such container:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
[silly] Error: Command "docker exec -i crictl images --output=json docker.io/library/worker:v-4474f17920" failed with code 1:
Error: No such container:
at makeError (/snapshot/project/tmp/pkg/cli/node_modules/execa/lib/error.js:59:11)
at handlePromise (/snapshot/project/tmp/pkg/cli/node_modules/execa/index.js:114:26)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at exec (/snapshot/project/tmp/pkg/cli/node_modules/@garden-io/core/src/util/util.ts:215:17)
at /snapshot/project/tmp/pkg/cli/node_modules/@garden-io/core/src/plugins/kubernetes/local/kind.ts:51:23
Error Details:
shortMessage: >-
Command failed with exit code 1: docker exec -i crictl images --output=json
docker.io/library/worker:v-4474f17920
command: >-
docker exec -i crictl images --output=json
docker.io/library/worker:v-4474f17920
exitCode: 1
stdout: ''
stderr: 'Error: No such container: '
all: 'Error: No such container: '
failed: true
timedOut: false
isCanceled: false
killed: false
-l5
, btw)cold-jordan-68753
01/17/2023, 1:55 PMdocker exec -i crictl images --output=json docker.io/library/worker:v-4474f17920
, there seems to be an extra space between -i
and crictl
. Like its missing something...
garden build worker --env=local
, maybe it cannot find your local kubernetes cluster?blue-lunch-98125
01/17/2023, 1:56 PMkind
for a local cluster. Running the suggested gets the same error.cold-jordan-68753
01/17/2023, 2:02 PMblue-lunch-98125
01/17/2023, 2:09 PMcold-jordan-68753
01/17/2023, 2:26 PMblue-lunch-98125
01/17/2023, 2:33 PMkind
, please just let me know.bright-policeman-43626
01/17/2023, 8:06 PMblue-lunch-98125
01/18/2023, 9:33 AMquaint-dress-831
01/23/2023, 2:02 PMbright-policeman-43626
01/24/2023, 11:10 PMquaint-dress-831
01/25/2023, 1:46 PMbright-policeman-43626
01/25/2023, 3:00 PM