-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Sonic bullseye slave docker image build failure #20737
Comments
Additionally, several other accesses to sonicblob.storage affected |
And this when building for bookworm:
Did someone toggle the is_public flag on a bucket somewhere? |
Any fix/workaround for this issue? |
I faced the same situation. Is there any fix or workaround for this issue? Thanks. |
The same for me. (of course it disables the relevant functionality) But then it fails at linux-headers compilation with the similar error: So when I execute the next command(s) in the terminal:
I get an error:
Have anyone had the same behavior? Any suggestions how to solve that or any workaround? |
I worked around the issue by using prebuilt debian packages. There were three issues I noticed in my branch( based on 202305) that failed during compilation
Steps:
Hope this helps someone! |
You can try to replace the https://sonicstorage.blob.core.windows.net with others debian mirror states(i used http://ftp.cn.debian.org/debian/), but there are so many files need to download from sonicstorage, you have to replace the source of each error or a simply way is copy the previously compiled file to replace it. |
@Puneet1726 hope this is unblocked with the suggested workaround above |
@prgeor : Please close the issue |
Description
During make configure PLATOFRM=vs, while building bullseye image it is failing with the below error
Running in b4debf057171get_url_version https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.13/amd64/golang-1.15-go_1.15.15-1~deb11u4+fips_amd64.deb failed
-->
Steps to reproduce the issue:
Describe the results you received:
Error is below,
Step 23/72 : RUN wget -O golang-go.deb 'https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.13/amd64/golang-1.15-go_1.15.15-1~deb11u4+fips_amd64.deb' && wget -O golang-src.deb 'https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.13/amd64/golang-1.15-src_1.15.15-1~deb11u4+fips_amd64.deb' && eatmydata dpkg -i golang-go.deb golang-src.deb && ln -sf /usr/lib/go-1.15 /usr/local/go && rm golang-go.deb golang-src.deb
---> Running in b4debf057171
get_url_version https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.13/amd64/golang-1.15-go_1.15.15-1~deb11u4+fips_amd64.deb failed
The command '/bin/sh -c wget -O golang-go.deb 'https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.13/amd64/golang-1.15-go_1.15.15-1~deb11u4+fips_amd64.deb' && wget -O golang-src.deb 'https://sonicstorage.blob.core.windows.net/public/fips/bullseye/0.13/amd64/golang-1.15-src_1.15.15-1~deb11u4+fips_amd64.deb' && eatmydata dpkg -i golang-go.deb golang-src.deb && ln -sf /usr/lib/go-1.15 /usr/local/go && rm golang-go.deb golang-src.deb' returned a non-zero code: 1
Unable to find image 'sonic-slave-bullseye:f99becc7eed' locally
Error response from daemon: pull access denied for sonic-slave-bullseye, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Describe the results you expected:
It was running successfully till 5th November 2024
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: