You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/11/29 09:02:27 UTC

[PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

raulcd opened a new pull request, #38985:
URL: https://github.com/apache/arrow/pull/38985

   ### Rationale for this change
   
   <!--
    Why are you proposing this change? If this is already explained clearly in the issue then this section is not needed.
    Explaining clearly why changes are proposed helps reviewers understand your changes and offer better suggestions for fixes.  
   -->
   
   ### What changes are included in this PR?
   
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   ### Are these changes tested?
   
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   2. Serve as another way to document the expected behavior of the code
   
   If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?
   -->
   
   ### Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please uncomment the line below and explain which changes are breaking.
   -->
   <!-- **This PR includes breaking changes to public APIs.** -->
   
   <!--
   Please uncomment the line below (and provide explanation) if the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld). We use this to highlight fixes to issues that may affect users without their knowledge. For this reason, fixing bugs that cause errors don't count, since those are usually obvious.
   -->
   <!-- **This PR contains a "Critical Fix".** -->
   
   I am currently just investigating whether the update from Almalinux 8.8 to 8.9 is the cause.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1831562881

   Revision: 98084a5f8c4c786b83ebf936a456d00117d9026c
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-7ae64bcfcb](https://github.com/ursacomputing/crossbow/branches/all?query=actions-7ae64bcfcb)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux-2-28-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-7ae64bcfcb-github-wheel-manylinux-2-28-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/7030779313/job/19131021751)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1831491648

   Revision: 0e6b6a8e2f58443c52c84a5b979c371eb9f5585e
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-81d4bb8bcf](https://github.com/ursacomputing/crossbow/branches/all?query=actions-81d4bb8bcf)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux-2-28-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-81d4bb8bcf-github-wheel-manylinux-2-28-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/7030266366/job/19129482302)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1833420302

   @github-actions crossbow submit wheel-manylinux-*-cp38-*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip [arrow]

Posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org>.
conbench-apache-arrow[bot] commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1836842167

   After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 2760faf461acfa4f2e32adf660448fa3e0b02018.
   
   There were no benchmark performance regressions. 🎉
   
   The [full Conbench report](https://github.com/apache/arrow/runs/19236175826) has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1833499298

   > Can we try removing `python38-*` in this PR? Or should we do it in a follow-up PR?
   
   I've removed them on this PR and have re-run the wheels. Let me know if you are ok with that. Thanks @kou !
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1831488330

   @github-actions crossbow submit wheel-manylinux-2-28-cp38-amd64


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1831624963

   Revision: 98084a5f8c4c786b83ebf936a456d00117d9026c
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-f7e804a44d](https://github.com/ursacomputing/crossbow/branches/all?query=actions-f7e804a44d)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux-2-28-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-f7e804a44d-github-wheel-manylinux-2-28-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/7031242134/job/19132427042)|
   |wheel-manylinux-2-28-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-f7e804a44d-github-wheel-manylinux-2-28-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/7031242767/job/19132428813)|
   |wheel-manylinux-2014-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-f7e804a44d-github-wheel-manylinux-2014-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/7031244042/job/19132432738)|
   |wheel-manylinux-2014-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-f7e804a44d-github-wheel-manylinux-2014-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/7031241469/job/19132425618)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip [arrow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1833424597

   Revision: e059d2c08b42258bf13dc4216931981dc882fa75
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-c9dbc2c813](https://github.com/ursacomputing/crossbow/branches/all?query=actions-c9dbc2c813)
   
   |Task|Status|
   |----|------|
   |wheel-manylinux-2-28-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-c9dbc2c813-github-wheel-manylinux-2-28-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/7044703849/job/19172927973)|
   |wheel-manylinux-2-28-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-c9dbc2c813-github-wheel-manylinux-2-28-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/7044704901/job/19172930697)|
   |wheel-manylinux-2014-cp38-amd64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-c9dbc2c813-github-wheel-manylinux-2014-cp38-amd64)](https://github.com/ursacomputing/crossbow/actions/runs/7044705537/job/19172932751)|
   |wheel-manylinux-2014-cp38-arm64|[![Github Actions](https://github.com/ursacomputing/crossbow/actions/workflows/crossbow.yml/badge.svg?branch=actions-c9dbc2c813-github-wheel-manylinux-2014-cp38-arm64)](https://github.com/ursacomputing/crossbow/actions/runs/7044705979/job/19172933850)|


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on AlmaLinux 8 are failing due to missing pip [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #38985:
URL: https://github.com/apache/arrow/pull/38985


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1831559352

   @github-actions crossbow submit wheel-manylinux-2-28-cp38-amd64


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] GH-38984: [Python][Packaging] Verification of wheels on Almalinux 8 are failing due to missing pip [arrow]

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd commented on PR #38985:
URL: https://github.com/apache/arrow/pull/38985#issuecomment-1831621417

   @github-actions crossbow submit wheel-manylinux-*-cp38-*


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org