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

macos-14 CI fails to download Arrow #11871

Closed
mbasmanova opened this issue Dec 16, 2024 · 6 comments
Closed

macos-14 CI fails to download Arrow #11871

mbasmanova opened this issue Dec 16, 2024 · 6 comments
Assignees
Labels
build triage Newly created issue that needs attention.

Comments

@mbasmanova
Copy link
Contributor

Problem description

https://github.com/facebookincubator/velox/actions/runs/12351544283/job/34466738471?pr=11859

          --- LOG END ---
          error: downloading 'https://archive.apache.org/dist/arrow/arrow-15.0.0/apache-arrow-15.0.0.tar.gz' failed
          status_code: 28
          status_string: "Timeout was reached"
          log:
          --- LOG BEGIN ---
          Host archive.apache.org:443 was resolved.

System information

https://github.com/facebookincubator/velox/actions/runs/12351544283/job/34466738471?pr=11859

CMake log

No response

@mbasmanova mbasmanova added build triage Newly created issue that needs attention. labels Dec 16, 2024
@mbasmanova mbasmanova changed the title Mac CI fails to download Arrow macos-14 CI fails to download Arrow Dec 16, 2024
@majetideepak
Copy link
Collaborator

@assignUser: I have seen this failure often too. Would you have any thoughts on how to workaround this?

@kgpai
Copy link
Contributor

kgpai commented Dec 16, 2024

Hmm, the URL does work , re trying to see if its some transient issue : https://github.com/facebookincubator/velox/actions/runs/12351544283?pr=11859

@kgpai
Copy link
Contributor

kgpai commented Dec 16, 2024

Seems to have passed now . Possibly a transient issue. I will create an issue to bake arrow into our docker image.

@assignUser
Copy link
Collaborator

The archive servers seem to be overloaded in recent times. We can switch to fetch arrow from the git tag. Long term (2025H2+) archive.a.o will be moved to a CDN in the future that should fix this.

@majetideepak
Copy link
Collaborator

majetideepak commented Dec 17, 2024

We can switch to fetch arrow from the git tag

I don't think we are using a git tag for arrow.

@assignUser
Copy link
Collaborator

Yeah, but we can, instead of using archive we can just use the tag for the release.

athmaja-n pushed a commit to athmaja-n/velox that referenced this issue Jan 10, 2025
…ator#11976)

Summary:
Fixes: facebookincubator#11871

Pull Request resolved: facebookincubator#11976

Reviewed By: kgpai, DanielHunte

Differential Revision: D67676718

Pulled By: pedroerp

fbshipit-source-id: e9602c371f0e2d97d00d964c7b81b25dd53027e1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build triage Newly created issue that needs attention.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants