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 2022/06/02 13:34:15 UTC

[GitHub] [arrow] pitrou commented on pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information

pitrou commented on PR #13284:
URL: https://github.com/apache/arrow/pull/13284#issuecomment-1144872942

   Hmm, not sure this is tied to this PR, but `curate --help` displays a wall of errors for me:
   ```
   $ archery release curate --help
   Traceback (most recent call last):
     File "/home/antoine/miniconda3/envs/pyarrow/bin/archery", line 33, in <module>
       sys.exit(load_entry_point('archery', 'console_scripts', 'archery')())
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
       return self.main(*args, **kwargs)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/core.py", line 1055, in main
       rv = self.invoke(ctx)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/core.py", line 1657, in invoke
       return _process_result(sub_ctx.command.invoke(sub_ctx))
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/core.py", line 1654, in invoke
       super().invoke(ctx)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
       return ctx.invoke(self.callback, **ctx.params)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/core.py", line 760, in invoke
       return __callback(*args, **kwargs)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/click/decorators.py", line 38, in new_func
       return f(get_current_context().obj, *args, **kwargs)
     File "/home/antoine/arrow/dev/dev/archery/archery/cli.py", line 800, in release
       jira = Jira()
     File "/home/antoine/arrow/dev/dev/archery/archery/release.py", line 92, in __init__
       super().__init__(url, basic_auth=(user, password))
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/jira/client.py", line 506, in __init__
       si = self.server_info()
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/jira/client.py", line 2551, in server_info
       j = self._get_json("serverInfo")
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/jira/client.py", line 3139, in _get_json
       r = self._session.get(url, params=params)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/jira/resilientsession.py", line 172, in get
       return self.__verb("GET", url, **kwargs)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/jira/resilientsession.py", line 168, in __verb
       raise_on_error(response, verb=verb, **kwargs)
     File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.9/site-packages/jira/resilientsession.py", line 53, in raise_on_error
       raise JIRAError(
   jira.exceptions.JIRAError: JiraError HTTP 403 url: https://issues.apache.org/jira/rest/api/2/serverInfo
   	text: CAPTCHA_CHALLENGE; login-url=https://issues.apache.org/jira/login.jsp
   	
   	response headers = {'Date': 'Thu, 02 Jun 2022 13:33:26 GMT', 'Server': 'Apache', 'X-AREQUESTID': '813x81395242x3', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'X-Frame-Options': 'SAMEORIGIN', 'Content-Security-Policy': "frame-ancestors 'self'", 'Strict-Transport-Security': 'max-age=31536000', 'X-Seraph-LoginReason': 'AUTHENTICATION_DENIED', 'WWW-Authenticate': 'OAuth realm="https%3A%2F%2Fissues.apache.org%2Fjira"', 'X-ASESSIONID': '9zelgi', 'X-Authentication-Denied-Reason': 'CAPTCHA_CHALLENGE; login-url=https://issues.apache.org/jira/login.jsp', 'Content-Type': 'text/html;charset=UTF-8', 'Set-Cookie': 'JSESSIONID=147E5C791C0171C5B3DC695A9514FD5F; Path=/jira; Secure; HttpOnly', 'Via': '1.1 jira2-he-de.apache.org', 'Keep-Alive': 'timeout=15, max=100', 'Connection': 'Keep-Alive', 'Transfer-Encoding': 'chunked'}
   	response text = 
   
   
   
   
   
   
   
   
   
   
   <html>
   
   <head>
       <title>Forbidden (403)</title>
       
   [ etc. ]
   ```


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