You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Raúl Cumplido (Jira)" <ji...@apache.org> on 2022/04/21 11:29:00 UTC

[jira] [Comment Edited] (ARROW-16219) [CI][Python] Install failure on s390x

    [ https://issues.apache.org/jira/browse/ARROW-16219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525643#comment-17525643 ] 

Raúl Cumplido edited comment on ARROW-16219 at 4/21/22 11:28 AM:
-----------------------------------------------------------------

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.

Update, it seems something has changed about user permissions:
{code:java}
fatal: unsafe repository ('/arrow' is owned by someone else)To add an exception for this directory, call:	git config --global --add safe.directory /arrow {code}


was (Author: JIRAUSER287560):
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)