You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/24 09:06:35 UTC

[GitHub] [arrow] pitrou opened a new pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

pitrou opened a new pull request #8254:
URL: https://github.com/apache/arrow/pull/8254


   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou closed pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #8254:
URL: https://github.com/apache/arrow/pull/8254


   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] kiszk commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
kiszk commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698358583


   Good point. you are right. When I visited travis-ci forum, I found the interesting [post](https://travis-ci.community/t/arm64-builds-are-not-being-provisioned-with-the-correct-bash-version/9978).
   
   The same situation occurs in our environment...
   [good](https://travis-ci.org/github/apache/arrow/jobs/728153988#L51)
   [not good](https://travis-ci.org/github/apache/arrow/jobs/729889055#L38)


----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-700150678


   It looks like this isn't necessary anymore.


----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698276915






----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698310336


   Is this a new issue? It worked before. Also, in which file would the shebang be missing?


----------------------------------------------------------------
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.

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



[GitHub] [arrow] kiszk commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
kiszk commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698309732






----------------------------------------------------------------
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.

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



[GitHub] [arrow] pitrou commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698276915


   Seems to fix the "missing setuptools" issue, but builds fail later. @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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698218312


   <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
   -->
   
   Thanks for opening a pull request!
   
   Could you open an issue for this pull request on JIRA?
   https://issues.apache.org/jira/browse/ARROW
   
   Then could you also rename pull request title in the following format?
   
       ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
   
   See also:
   
     * [Other pull requests](https://github.com/apache/arrow/pulls/)
     * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
   


----------------------------------------------------------------
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.

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



[GitHub] [arrow] kiszk commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
kiszk commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698309732


   According to [this](https://stackoverflow.com/questions/55786898/standard-init-linux-go190-exec-user-process-caused-exec-format-error-when-ru), shebang may be missing.


----------------------------------------------------------------
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.

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



[GitHub] [arrow] github-actions[bot] commented on pull request #8254: [CI][Python] Try Travis-CI fix for missing setuptools

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8254:
URL: https://github.com/apache/arrow/pull/8254#issuecomment-698218312


   <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
   
       http://www.apache.org/licenses/LICENSE-2.0
   
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
   -->
   
   Thanks for opening a pull request!
   
   Could you open an issue for this pull request on JIRA?
   https://issues.apache.org/jira/browse/ARROW
   
   Then could you also rename pull request title in the following format?
   
       ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}
   
   See also:
   
     * [Other pull requests](https://github.com/apache/arrow/pulls/)
     * [Contribution Guidelines - How to contribute patches](https://arrow.apache.org/docs/developers/contributing.html#how-to-contribute-patches)
   


----------------------------------------------------------------
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.

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