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

[CI] Nightlies wheel-clean job is currently failing #38307

Closed
raulcd opened this issue Oct 17, 2023 · 0 comments · Fixed by #38308
Closed

[CI] Nightlies wheel-clean job is currently failing #38307

raulcd opened this issue Oct 17, 2023 · 0 comments · Fixed by #38308

Comments

@raulcd
Copy link
Member

raulcd commented Oct 17, 2023

Describe the bug, including details regarding any error messages, version, and platform.

The nightly wheel-clean is currently failing with:

 Successfully installed gemfury-0.13.0
Parsing documentation for thor-1.2.2
Installing ri documentation for thor-1.2.2
Parsing documentation for progressbar-1.13.0
Installing ri documentation for progressbar-1.13.0
Parsing documentation for netrc-0.11.0
Installing ri documentation for netrc-0.11.0
Parsing documentation for faraday-net_http-3.0.2
Installing ri documentation for faraday-net_http-3.0.2
Parsing documentation for faraday-2.7.11
Installing ri documentation for faraday-2.7.11
Parsing documentation for gemfury-0.13.0
Installing ri documentation for gemfury-0.13.0
Done installing documentation for thor, progressbar, netrc, faraday-net_http, faraday, gemfury after 2 seconds
6 gems installed
/home/runner/.local/share/gem/ruby/3.0.0/gems/gemfury-0.13.0/lib/gemfury/client.rb:258:in `checked_response_body': Gemfury::NotFound (Gemfury::NotFound)
	from /home/runner/.local/share/gem/ruby/3.0.0/gems/gemfury-0.13.0/lib/gemfury/client.rb:73:in `yank_version'
	from arrow/ci/scripts/gemfury_clean.rb:36:in `block (2 levels) in <main>'
	from arrow/ci/scripts/gemfury_clean.rb:33:in `each'
	from arrow/ci/scripts/gemfury_clean.rb:33:in `block in <main>'
	from arrow/ci/scripts/gemfury_clean.rb:25:in `each'
	from arrow/ci/scripts/gemfury_clean.rb:25:in `<main>'
pyarrow

Component(s)

Continuous Integration

raulcd added a commit to raulcd/arrow that referenced this issue Oct 17, 2023
@raulcd raulcd self-assigned this Oct 17, 2023
raulcd added a commit to raulcd/arrow that referenced this issue Oct 23, 2023
kou pushed a commit that referenced this issue Oct 24, 2023
### Rationale for this change

wheel-clean nightly job is currently failing. As seen on ADBC: apache/arrow-adbc#1085 gemfury seems to have stopped supporting removing via API.

### What changes are included in this PR?

Do not remove old wheels on gemfury anymore. If we reach quota related issues we can re-create the package on pyarrow as suggested on the comments: #38308 (comment)

### Are these changes tested?

No, we are deleting the CI job that fails.

### Are there any user-facing changes?

No
* Closes: #38307

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 15.0.0 milestone Oct 24, 2023
JerAguilon pushed a commit to JerAguilon/arrow that referenced this issue Oct 25, 2023
### Rationale for this change

wheel-clean nightly job is currently failing. As seen on ADBC: apache/arrow-adbc#1085 gemfury seems to have stopped supporting removing via API.

### What changes are included in this PR?

Do not remove old wheels on gemfury anymore. If we reach quota related issues we can re-create the package on pyarrow as suggested on the comments: apache#38308 (comment)

### Are these changes tested?

No, we are deleting the CI job that fails.

### Are there any user-facing changes?

No
* Closes: apache#38307

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
loicalleyne pushed a commit to loicalleyne/arrow that referenced this issue Nov 13, 2023
### Rationale for this change

wheel-clean nightly job is currently failing. As seen on ADBC: apache/arrow-adbc#1085 gemfury seems to have stopped supporting removing via API.

### What changes are included in this PR?

Do not remove old wheels on gemfury anymore. If we reach quota related issues we can re-create the package on pyarrow as suggested on the comments: apache#38308 (comment)

### Are these changes tested?

No, we are deleting the CI job that fails.

### Are there any user-facing changes?

No
* Closes: apache#38307

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this issue Feb 19, 2024
### Rationale for this change

wheel-clean nightly job is currently failing. As seen on ADBC: apache/arrow-adbc#1085 gemfury seems to have stopped supporting removing via API.

### What changes are included in this PR?

Do not remove old wheels on gemfury anymore. If we reach quota related issues we can re-create the package on pyarrow as suggested on the comments: apache#38308 (comment)

### Are these changes tested?

No, we are deleting the CI job that fails.

### Are there any user-facing changes?

No
* Closes: apache#38307

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants