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

[Packaging] Nightly wheels are not being uploaded to gemfury #36655

Closed
raulcd opened this issue Jul 13, 2023 · 0 comments · Fixed by #36657
Closed

[Packaging] Nightly wheels are not being uploaded to gemfury #36655

raulcd opened this issue Jul 13, 2023 · 0 comments · Fixed by #36657

Comments

@raulcd
Copy link
Member

raulcd commented Jul 13, 2023

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

It does seem that since: #35032 was merged we have not been uploading packages to gemfury:
https://pypi.fury.io/arrow-nightlies/pyarrow
The job doesn't fail but it does seem to fail to upload with the following message:

Top level ::CompositeIO is deprecated, require 'multipart/post' and use `Multipart::Post::CompositeReadIO` instead!
Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead!
Could not find command "arrow/python/repaired_wheels/pyarrow_13.0.0.dev484_cp39_cp39_manylinux_2_28_x86_64.whl".

This seems to have been there already on the PR and was missed when the change to use the gemfury client was done.
At one point packages were uploaded during the PR (https://github.com/ursacomputing/crossbow/actions/runs/4701748794/jobs/8338180144):

Top level ::Parts is deprecated, require 'multipart/post' and use `Multipart::Post::Parts` instead!
C:/Users/runneradmin/.gem/ruby/2.5.0/gems/faraday-1.0.1/lib/faraday/file_part.rb:53: warning: constant ::UploadIO is deprecated
C:/Users/runneradmin/.gem/ruby/2.5.0/gems/faraday-1.0.1/lib/faraday/file_part.rb:59: warning: constant ::UploadIO is deprecated
C:/Users/runneradmin/.gem/ruby/2.5.0/gems/faraday-1.0.1/lib/faraday/file_part.rb:61: warning: constant ::Parts is deprecated

Thanks @jorisvandenbossche for reporting on Zulip!

Component(s)

Packaging

raulcd added a commit to raulcd/arrow that referenced this issue Jul 13, 2023
jorisvandenbossche pushed a commit that referenced this issue Jul 13, 2023
### Rationale for this change

The fury command was missing the push command.

### What changes are included in this PR?

Fix the fury command

### Are these changes tested?

Will test with CI.

### Are there any user-facing changes?
No
* Closes: #36655

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jorisvandenbossche jorisvandenbossche added this to the 14.0.0 milestone Jul 13, 2023
chelseajonesr pushed a commit to chelseajonesr/arrow that referenced this issue Jul 20, 2023
…he#36657)

### Rationale for this change

The fury command was missing the push command.

### What changes are included in this PR?

Fix the fury command

### Are these changes tested?

Will test with CI.

### Are there any user-facing changes?
No
* Closes: apache#36655

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
R-JunmingChen pushed a commit to R-JunmingChen/arrow that referenced this issue Aug 20, 2023
…he#36657)

### Rationale for this change

The fury command was missing the push command.

### What changes are included in this PR?

Fix the fury command

### Are these changes tested?

Will test with CI.

### Are there any user-facing changes?
No
* Closes: apache#36655

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.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