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

reef: make-dist: don't use --continue option for wget #55091

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Jan 8, 2024

backport tracker: https://tracker.ceph.com/issues/63964


backport of #55088
parent tracker: https://tracker.ceph.com/issues/63959

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/main/src/script/ceph-backport.sh

the boost jfrog mirror is broken and returns an HTML error page instead
of the archive. the file size of this page is 11534 bytes

when download_from() retries the download from download.ceph.com, the -c
option tells it to resume the download of the existing file. the
resulting boost_1_82_0.tar.bz2 ends up with the correct total file size
of 121325129 bytes, but the first 11534 bytes still correspond to the
HTML from jfrog. that causes the sha256sum mismatch

remove the -c option so that wget fetches the archive in its entirety

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2ba7d6e)
@cbodley cbodley added this to the reef milestone Jan 8, 2024
@ljflores
Copy link
Contributor

ljflores commented Jan 8, 2024

Windows check failed from:
https://jenkins.ceph.com/job/ceph-windows-pull-requests/33478/

Building boost.
Downloading boost.

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@petrutlucian94 mind taking a look? Is it related to #55081 not being merged yet for Reef?

@petrutlucian94
Copy link
Contributor

Windows check failed from: https://jenkins.ceph.com/job/ceph-windows-pull-requests/33478/

Building boost.
Downloading boost.

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@petrutlucian94 mind taking a look? Is it related to #55081 not being merged yet for Reef?

Thanks for bringing this up. Indeed, it's because of the broken link. Could you please merge #55084?

@cbodley
Copy link
Contributor Author

cbodley commented Jan 9, 2024

jenkins test windows

@cbodley cbodley merged commit c72217e into ceph:reef Jan 9, 2024
11 checks passed
@cbodley cbodley deleted the wip-63964-reef branch January 9, 2024 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants