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 2021/04/24 20:49:36 UTC

[GitHub] [arrow] kou opened a new pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

kou opened a new pull request #10150:
URL: https://github.com/apache/arrow/pull/10150


       $ python3 dev/merge_arrow_pr.py 10146
       Already on 'master'
       Your branch is up to date with 'origin/master'.
       Current branch master is up to date.
       ARROW_HOME = /home/kou/work/cpp/arrow/dev
       PROJECT_NAME = arrow
       Exception ignored in: <function Magic.__del__ at 0x7fa5c912f9d0>
       Traceback (most recent call last):
         File "/usr/lib/python3/dist-packages/magic/__init__.py", line 155, in __del__
           if self.cookie and magic_close:
       AttributeError: 'Magic' object has no attribute 'cookie'
       Restoring head pointer to f1ac15d3
       Note: switching to 'f1ac15d3'.
   
       You are in 'detached HEAD' state. You can look around, make experimental
       changes and commit them, and you can discard any commits you make in this
       state without impacting any branches by switching back to a branch.
   
       If you want to create a new branch to retain commits you create, you may
       do so (now or later) by using -c with the switch command. Example:
   
         git switch -c <new-branch-name>
   
       Or undo this operation with:
   
         git switch -
   
       Turn off this advice by setting config variable advice.detachedHead to false
   
       HEAD is now at f1ac15d38 ARROW-12489: [Developer] autotune is broken
       Traceback (most recent call last):
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 147, in __init__
           self.issue = jira_con.issue(jira_id)
         File "/usr/local/lib/python3.9/dist-packages/jira/client.py", line 1071, in issue
           issue.find(id, params=params)
         File "/usr/local/lib/python3.9/dist-packages/jira/resources.py", line 201, in find
           self._load(url, params=params)
         File "/usr/local/lib/python3.9/dist-packages/jira/resources.py", line 316, in _load
           r = self._session.get(url, headers=headers, params=params)
         File "/usr/local/lib/python3.9/dist-packages/jira/resilientsession.py", line 151, in get
           return self.__verb('GET', url, **kwargs)
         File "/usr/local/lib/python3.9/dist-packages/jira/resilientsession.py", line 147, in __verb
           raise_on_error(response, verb=verb, **kwargs)
         File "/usr/local/lib/python3.9/dist-packages/jira/resilientsession.py", line 56, in raise_on_error
           raise JIRAError(
       jira.exceptions.JIRAError: JiraError HTTP 404 url: https://issues.apache.org/jira/rest/api/2/issue/None
               text: Issue Does Not Exist
   
               response headers = {'Date': 'Sat, 24 Apr 2021 20:44:25 GMT', 'Server': 'Apache', 'X-AREQUESTID': '1244x117037738x6', 'X-ASESSIONID': 'dniwfg', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Security-Policy': "frame-ancestors 'self'", 'X-ASEN': 'SEN-2062203', 'X-Seraph-LoginReason': 'OK', 'X-AUSERNAME': 'kou', 'Cache-Control': 'no-cache, no-store, no-transform', 'Content-Type': 'application/json;charset=UTF-8', 'Via': '1.1 jira2-he-de.apache.org', 'Keep-Alive': 'timeout=15, max=98', 'Connection': 'Keep-Alive', 'Transfer-Encoding': 'chunked'}
               response text = {"errorMessages":["Issue Does Not Exist"],"errors":{}}
   
       During handling of the above exception, another exception occurred:
   
       Traceback (most recent call last):
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 608, in <module>
           cli()
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 573, in cli
           pr = PullRequest(cmd, github_api, PR_REMOTE_NAME, jira_con, pr_num)
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 313, in __init__
           self.jira_issue = self._get_jira()
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 346, in _get_jira
           return JiraIssue(self.con, jira_id, project, self.cmd)
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 149, in __init__
           self.cmd.fail("ASF JIRA could not find %s\n%s" % (jira_id, e))
         File "/home/kou/work/cpp/arrow/dev/merge_arrow_pr.py", line 274, in fail
           raise Exception(msg)
       Exception: ASF JIRA could not find None
       JiraError HTTP 404 url: https://issues.apache.org/jira/rest/api/2/issue/None
               text: Issue Does Not Exist
   
               response headers = {'Date': 'Sat, 24 Apr 2021 20:44:25 GMT', 'Server': 'Apache', 'X-AREQUESTID': '1244x117037738x6', 'X-ASESSIONID': 'dniwfg', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Security-Policy': "frame-ancestors 'self'", 'X-ASEN': 'SEN-2062203', 'X-Seraph-LoginReason': 'OK', 'X-AUSERNAME': 'kou', 'Cache-Control': 'no-cache, no-store, no-transform', 'Content-Type': 'application/json;charset=UTF-8', 'Via': '1.1 jira2-he-de.apache.org', 'Keep-Alive': 'timeout=15, max=98', 'Connection': 'Keep-Alive', 'Transfer-Encoding': 'chunked'}
               response text = {"errorMessages":["Issue Does Not Exist"],"errors":{}}


-- 
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] kou commented on pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   OK. I'll merge this.


-- 
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 #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   https://issues.apache.org/jira/browse/ARROW-12527


-- 
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 #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   https://issues.apache.org/jira/browse/ARROW-12527


-- 
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] emkornfield commented on pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   Thanks.  Sorry I didn't have a minor PR to test this against.  LGTM feel free to merge otherwise I'll do so when in front of a computer that I can do so.


-- 
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] emkornfield commented on pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   Thanks.  Sorry I didn't have a minor PR to test this against.  LGTM feel free to merge otherwise I'll do so when in front of a computer that I can do so.


-- 
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] kou closed pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   


-- 
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] kou closed pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   


-- 
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] kou commented on pull request #10150: ARROW-12527: [Dev] Don't try getting JIRA information for MINOR PR

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


   OK. I'll merge this.


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