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

ERROR: unable to select packages: git-2.36.4-r0: breaks: world[git=2.36.3-r0] #822

Closed
atc0005 opened this issue Feb 3, 2023 · 0 comments · Fixed by #823
Closed

ERROR: unable to select packages: git-2.36.4-r0: breaks: world[git=2.36.3-r0] #822

atc0005 opened this issue Feb 3, 2023 · 0 comments · Fixed by #823
Assignees
Labels
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Feb 3, 2023

Output from failing CI job for #819:

Building stable-alpine-buildx64 release
sudo docker image build \
	--pull \
	--no-cache \
	stable/build/alpine-x64/ \
	-t registry-1.docker.io/atc0005/go-ci:go-ci-stable-alpine-buildx64 \
	-t registry-1.docker.io/atc0005/go-ci:go-ci-stable-alpine-buildx64-1423b54 \
	-t ghcr.io/atc0005/go-ci:go-ci-stable-alpine-buildx64 \
	-t ghcr.io/atc0005/go-ci:go-ci-stable-alpine-buildx64-1423b54 \
	--label=atc0005.go-ci \
	--label=org.opencontainers.image.revision="1423b54fd7ced2dfc63ef66e92710b32fbd504a9" \
	--label=org.opencontainers.image.created="2023-02-02 08:03:03+00:00"
Sending build context to Docker daemon  4.096kB

Step 1/20 : FROM golang:1.19.5-alpine3.16
1.19.5-alpine3.16: Pulling from library/golang
ca7dd9ec2225: Already exists
c41ae7ad2b39: Pulling fs layer
f0f91c7e3eb8: Pulling fs layer
654a5f294e2d: Pulling fs layer
654a5f294e2d: Verifying Checksum
654a5f294e2d: Download complete
c41ae7ad2b39: Verifying Checksum
c41ae7ad2b39: Download complete
c41ae7ad2b39: Pull complete
f0f91c7e3eb8: Verifying Checksum
f0f91c7e3eb8: Download complete
f0f91c7e3eb8: Pull complete
654a5f294e2d: Pull complete
Digest: sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
Status: Downloaded newer image for golang:1.19.5-alpine3.16
 ---> 8223c43c6abe
Step 2/20 : LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
 ---> Running in 256d2b1b36fb
Removing intermediate container 256d2b1b36fb
 ---> 926b6b1b44ad
Step 3/20 : LABEL org.opencontainers.image.documentation="https://github.com/atc0005/go-ci"
 ---> Running in e029a7d6fe79
Removing intermediate container e029a7d6fe79
 ---> 0376cbe5c395
Step 4/20 : LABEL org.opencontainers.image.url="https://github.com/atc0005/go-ci"
 ---> Running in 4417891e8ecc
Removing intermediate container 4417891e8ecc
 ---> 890bb5a77aa5
Step 5/20 : LABEL org.opencontainers.image.title="go-ci-stable-alpine-buildx64"
 ---> Running in d717b60b1280
Removing intermediate container d717b60b1280
 ---> b84519112d55
Step 6/20 : LABEL org.opencontainers.image.description="Docker container image used to build Go code.     Based on the latest version of the current (x64) stable golang alpine     image. Supports cross-platform, static cgo-enabled builds for Windows and     Linux."
 ---> Running in 213a2927f783
Removing intermediate container 213a2927f783
 ---> 4be9fe99813c
Step 7/20 : LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
 ---> Running in 135cb27958c0
Removing intermediate container 135cb27958c0
 ---> 51f6b9dbd580
Step 8/20 : ENV APK_GCC_MINGW64_VERSION="11.3.0-r0"
 ---> Running in e4244411e6f2
Removing intermediate container e4244411e6f2
 ---> 4411525f2a0d
Step 9/20 : ENV APK_BASH_VERSION="5.1.16-r2"
 ---> Running in 886c45a8922a
Removing intermediate container 886c45a8922a
 ---> 8446eb58392d
Step 10/20 : ENV APK_GCC_VERSION="11.2.1_git20220219-r2"
 ---> Running in 0f2f10d9f955
Removing intermediate container 0f2f10d9f955
 ---> 9a418f8b6541
Step 11/20 : ENV APK_GIT_VERSION="2.36.3-r0"
 ---> Running in 5c07fb548c8a
Removing intermediate container 5c07fb548c8a
 ---> 1bd1f200dd30
Step 12/20 : ENV APK_MAKE_VERSION="4.3-r0"
 ---> Running in 25898708dbc0
Removing intermediate container 25898708dbc0
 ---> a26a579cb3c2
Step 13/20 : ENV APK_UTIL_LINUX_VERSION="2.38-r1"
 ---> Running in 7dd5e158370c
Removing intermediate container 7dd5e158370c
 ---> 3b142f6a91f9
Step 14/20 : ENV APK_FILE_VERSION="5.41-r0"
 ---> Running in 47917220935d
Removing intermediate container 47917220935d
 ---> 9a3887557827
Step 15/20 : ENV APK_NANO_VERSION="6.3-r0"
 ---> Running in f449c2181303
Removing intermediate container f449c2181303
 ---> ff67ebba9405
Step 16/20 : ENV APK_MUSL_DEV_VERSION="1.2.3-r2"
 ---> Running in d48ad23dbc77
Removing intermediate container d48ad23dbc77
 ---> 10ff8b65aedc
Step 17/20 : RUN apk add --no-cache     make=${APK_MAKE_VERSION}     bash=${APK_BASH_VERSION}     util-linux=${APK_UTIL_LINUX_VERSION}     git=${APK_GIT_VERSION}     gcc=${APK_GCC_VERSION}     musl-dev=${APK_MUSL_DEV_VERSION}     mingw-w64-gcc=${APK_GCC_MINGW64_VERSION}     nano=${APK_NANO_VERSION}     file=${APK_FILE_VERSION}
 ---> Running in 440fce61b925
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  git-2.36.4-r0:
    breaks: world[git=2.36.3-r0]
The command '/bin/sh -c apk add --no-cache     make=${APK_MAKE_VERSION}     bash=${APK_BASH_VERSION}     util-linux=${APK_UTIL_LINUX_VERSION}     git=${APK_GIT_VERSION}     gcc=${APK_GCC_VERSION}     musl-dev=${APK_MUSL_DEV_VERSION}     mingw-w64-gcc=${APK_GCC_MINGW64_VERSION}     nano=${APK_NANO_VERSION}     file=${APK_FILE_VERSION}' returned a non-zero code: 1
make: *** [Makefile:132: build-stable-alpine-buildx64] Error 1
@atc0005 atc0005 added this to the Next Release milestone Feb 3, 2023
@atc0005 atc0005 self-assigned this Feb 3, 2023
atc0005 added a commit that referenced this issue Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant