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

[master] update buildx to v0.19.3 #1131

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

crazy-max
Copy link
Member

- What I did

- How I did it

- How to verify it

- Description for the changelog

Update buildx to v0.19.3

- A picture of a cute animal (not mandatory but encouraged)

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah
Copy link
Member

@crazy-max can you open a cherry-pick for the 27.x branch as well?

@thaJeztah
Copy link
Member

Sigh; CentOS 10 repositories down?

#17 [stage-1 6/8] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec
#17 0.751 CentOS Stream 10 - BaseOS                        20 kB/s | 5.5 kB     00:00    
#17 1.034 CentOS Stream 10 - AppStream                     24 kB/s | 5.6 kB     00:00    
#17 66.45 CentOS Stream 10 - CRB                          0.0  B/s |   0  B     01:05    
#17 66.45 Errors during downloading metadata for repository 'crb':
#17 66.45   - Curl error (28): Timeout was reached for https://mirror.hyperdedic.ru/centos-stream/10-stream/CRB/aarch64/os/repodata/repomd.xml [Failed to connect to mirror.hyperdedic.ru port 443 after 30002 ms: Timeout was reached]
#17 66.45   - Downloading successful, but checksum doesn't match. Calculated: 9c3e09ec7bf4711705b98be898275e7a5227406f9bb5cb32d93e6bee9343906facb435da6e4b0c81d341e7d72acd145543545ce65adbd5474211d6d12197dd2b(sha512)  Expected: 2002f60ced11f6caef38e9a8cf80ed44925c792c9118c92d39acc0c934e410fb4402c75119dbf4f87700d0dbaa289cb96a125353ee1be791ebf15062e9bdc542(sha512) 
#17 66.45   - Curl error (28): Timeout was reached for http://mirror.hyperdedic.ru/centos-stream/10-stream/CRB/aarch64/os/repodata/repomd.xml [Failed to connect to mirror.hyperdedic.ru port 80 after 30000 ms: Timeout was reached]
#17 66.46 Error: Failed to download metadata for repo 'crb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
#17 ERROR: process "/bin/sh -c dnf builddep -y /root/rpmbuild/SPECS/*.spec" did not complete successfully: exit code: 1
------
 > [stage-1 6/8] RUN dnf builddep -y /root/rpmbuild/SPECS/*.spec:
0.751 CentOS Stream 10 - BaseOS                        20 kB/s | 5.5 kB     00:00    
1.034 CentOS Stream 10 - AppStream                     24 kB/s | 5.6 kB     00:00    
66.45 CentOS Stream 10 - CRB                          0.0  B/s |   0  B     01:05    
66.45 Errors during downloading metadata for repository 'crb':
66.45   - Curl error (28): Timeout was reached for https://mirror.hyperdedic.ru/centos-stream/10-stream/CRB/aarch64/os/repodata/repomd.xml [Failed to connect to mirror.hyperdedic.ru port 443 after 30002 ms: Timeout was reached]
66.45   - Downloading successful, but checksum doesn't match. Calculated: 9c3e09ec7bf4711705b98be898275e7a5227406f9bb5cb32d93e6bee9343906facb435da6e4b0c81d341e7d72acd145543545ce65adbd5474211d6d12197dd2b(sha512)  Expected: 2002f60ced11f6caef38e9a8cf80ed44925c792c9118c92d39acc0c934e410fb4402c75119dbf4f87700d0dbaa289cb96a125353ee1be791ebf15062e9bdc542(sha512) 
66.45   - Curl error (28): Timeout was reached for http://mirror.hyperdedic.ru/centos-stream/10-stream/CRB/aarch64/os/repodata/repomd.xml [Failed to connect to mirror.hyperdedic.ru port 80 after 30000 ms: Timeout was reached]
66.46 Error: Failed to download metadata for repo 'crb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

@thaJeztah
Copy link
Member

Looks like it's picking some russian mirror? 😬 mirror.hyperdedic.ru

@crazy-max
Copy link
Member Author

Looks like it's picking some russian mirror? 😬 mirror.hyperdedic.ru

I guess this mirror/ip is being blocked on jenkins nodes

@thaJeztah
Copy link
Member

Yeah, that's what I suspect as well, I know some areas are blocked for legal reasons. Not sure why it would pick that one in the first place though, or if it was just sheer "luck"

@thaJeztah
Copy link
Member

I started it again; perhaps it picks a different mirror this time

@thaJeztah
Copy link
Member

Looks like the latest failure is different; it was able to download something, but checksum failed on the repom.xml, so perhaps they're just in the middle of updating the repository, and it hasn't synced to all mirrors yet;

#17 7.283 Errors during downloading metadata for repository 'crb':
#17 7.283   - Downloading successful, but checksum doesn't match. Calculated: 9c3e09ec7bf4711705b98be898275e7a5227406f9bb5cb32d93e6bee9343906facb435da6e4b0c81d341e7d72acd145543545ce65adbd5474211d6d12197dd2b(sha512)  Expected: 2002f60ced11f6caef38e9a8cf80ed44925c792c9118c92d39acc0c934e410fb4402c75119dbf4f87700d0dbaa289cb96a125353ee1be791ebf15062e9bdc542(sha512) 
#17 7.296 Error: Failed to download metadata for repo 'crb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
#17 ERROR: process "/bin/sh -c dnf builddep -y /root/rpmbuild/SPECS/*.spec" did not complete successfully: exit code: 1

@thaJeztah
Copy link
Member

3rd time's a charm; all green now!

@thaJeztah thaJeztah merged commit 2f0c865 into docker:master Dec 17, 2024
8 checks passed
@thaJeztah thaJeztah changed the title update buildx to v0.19.3 [master] update buildx to v0.19.3 Dec 17, 2024
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

Successfully merging this pull request may close these issues.

2 participants