[ https://issues.apache.org/jira/browse/ARROW-16219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525643#comment-17525643 ]
Raúl Cumplido commented on ARROW-16219: --------------------------------------- I am still investigating but I have found that the failure on s390x Python starts on this build https://app.travis-ci.com/github/apache/arrow/jobs/566835585 (the commit has nothing to do with the failure). Going over possible difference I can see that ARROW_GIT_ID also seems to not be populated when it starts failing: {code:java} -- ARROW_GIT_ID="" [default=""] -- The Arrow git commit id (if any) {code} vs the previous build that worked ([https://app.travis-ci.com/github/apache/arrow/jobs/566749329):] {code:java} -- ARROW_GIT_ID=7d4e93dafdd96c6540d822851ee3ccd10e167a4f [default=""] -- The Arrow git commit id (if any) {code} so there seems to be something with git not only for setuptools_scm > [CI][Python] Install failure on s390x > ------------------------------------- > > Key: ARROW-16219 > URL: https://issues.apache.org/jira/browse/ARROW-16219 > Project: Apache Arrow > Issue Type: Bug > Components: Continuous Integration, Python > Reporter: Antoine Pitrou > Assignee: Raúl Cumplido > Priority: Major > Fix For: 8.0.0 > > > Seems to happen quite reliably on Travis-CI: > https://app.travis-ci.com/github/apache/arrow/builds/249511328 > Perhaps just a matter of setting the SETUPTOOLS_SCM_VERSION environment > variable to some dummy value? -- This message was sent by Atlassian Jira (v8.20.7#820007)