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

GitHub upload action failed with exit status 128 #62

Open
sbesson opened this issue Oct 25, 2021 · 0 comments
Open

GitHub upload action failed with exit status 128 #62

sbesson opened this issue Oct 25, 2021 · 0 comments

Comments

@sbesson
Copy link
Member

sbesson commented Oct 25, 2021

See https://github.com/ome/omero-server-docker/runs/3998380455?check_suite_focus=true

The upload build of tag 5.6.3-4 especially the

- name: Push to Docker Hub
uses: docker/build-push-action@v2
with:
tags: ${{ join(fromJson(steps.gettags.outputs.tags)) }}
push: true
action failed with the following stack trace:

Docker info
/usr/bin/docker buildx build --tag openmicroscopy/omero-server:5.6.3-4 --tag openmicroscopy/omero-server:5.6.3 --tag openmicroscopy/omero-server:5.6 --tag openmicroscopy/omero-server:5 --tag openmicroscopy/omero-server:latest --iidfile /tmp/docker-build-push-bMDukD/iidfile --metadata-file /tmp/docker-build-push-bMDukD/metadata-file --secret id=GIT_AUTH_TOKEN,src=/tmp/docker-build-push-bMDukD/tmp-2664-D6MACjW2TbGc --push https://github.com/ome/omero-server-docker.git#36c2906f7b8c3bbd8275a1b5da302fba4152bc47
#1 [internal] load git source https://github.com/ome/omero-server-docker.git#36c2906f7b8c3bbd8275a1b5da302fba4152bc47
#1 0.120 hint: Using 'master' as the name for the initial branch. This default branch name
#1 0.121 hint: is subject to change. To configure the initial branch name to use in all
#1 0.121 hint: of your new repositories, which will suppress this warning, call:
#1 0.121 hint: 
#1 0.121 hint: 	git config --global init.defaultBranch <name>
#1 0.121 hint: 
#1 0.121 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
#1 0.121 hint: 'development'. The just-created branch can be renamed via this command:
#1 0.121 hint: 
#1 0.121 hint: 	git branch -m <name>
#1 0.122 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/1/fs/
#1 0.145 fatal: Not a valid object name 36c2906f7b8c3bbd8275a1b5da302fba4152bc47^{commit}
#1 0.863 From https://github.com/ome/omero-server-docker
#1 0.863  * [new branch]      master     -> origin/master
#1 0.878 fatal: reference is not a tree: 36c2906f7b8c3bbd8275a1b5da302fba4152bc47
#1 ERROR: failed to checkout remote https://github.com/ome/omero-server-docker.git: exit status 128
------
 > [internal] load git source https://github.com/ome/omero-server-docker.git#36c2906f7b8c3bbd8275a1b5da302fba4152bc47:
#1 0.121 hint: 
#1 0.121 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
#1 0.121 hint: 'development'. The just-created branch can be renamed via this command:
#1 0.121 hint: 
#1 0.121 hint: 	git branch -m <name>
#1 0.122 Initialized empty Git repository in /var/lib/buildkit/runc-overlayfs/snapshots/snapshots/1/fs/
#1 0.145 fatal: Not a valid object name 36c2906f7b8c3bbd8275a1b5da302fba4152bc47^{commit}
#1 0.863 From https://github.com/ome/omero-server-docker
#1 0.863  * [new branch]      master     -> origin/master
#1 0.878 fatal: reference is not a tree: 36c2906f7b8c3bbd8275a1b5da302fba4152bc47
------
error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/ome/omero-server-docker.git: exit status 128
Error: buildx failed with: error: failed to solve: failed to read dockerfile: failed to checkout remote https://github.com/ome/omero-server-docker.git: exit status 128
@sbesson sbesson changed the title GitHub upload action failed with GitHub upload action failed with exit status 128 Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant