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

Concourse stops jobs with error ProcessNotFoundError #8483

Open
Kifah opened this issue Jul 15, 2022 · 1 comment
Open

Concourse stops jobs with error ProcessNotFoundError #8483

Kifah opened this issue Jul 15, 2022 · 1 comment
Labels

Comments

@Kifah
Copy link

Kifah commented Jul 15, 2022

On many concourse pipelines, which run a docker build task, we get the error:

backend error: Exit status: 404, message: {"Type":"ProcessNotFoundError","Message":"unknown process: task","Handle":"","ProcessID":"task","Binary":""}

The snippet from the yml job responsible is the following:

      - task: build-task-image
        privileged: true
        config:
          platform: linux
          image_resource:
            type: registry-image
            source:
              repository: jprelph/oci-build-task
          inputs:
            - name: src-docker-repo
          outputs:
            # The oci-build-task outputs the built container image in a directory called image
            - name: image

          run:
            path: build

Has anyone faced a similar error? and if yes, what is the best workaround or better: solution for it?

@Kifah Kifah added the bug label Jul 15, 2022
@xtremerui
Copy link
Contributor

The error itself means the process that run the tash step in a worker container is gone. It could be the container disappeared unexpected.

You will need to inspect the worker log to find out the reason by looking up the container handle when the task runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants