Created
July 20, 2020 19:36
-
-
Save kimberlythegeek/9015405dc5920fc5698aaeb62fb2ebf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➥ moz-phab patch D83984 --trace | |
| zsh: /usr/local/bin/moz-phab: bad interpreter: /usr/local/opt/python/bin/python3.7: no such file or directory | |
| DEBUG 2020-07-20 13:35:05,477 MozPhab (0.1.89) | |
| DEBUG 2020-07-20 13:35:05,478 found hg repo in /Users/ksereduck/Workspace/mozilla-central | |
| DEBUG 2020-07-20 13:35:05,479 $ hg --version --quiet | |
| DEBUG 2020-07-20 13:35:05,632 Mercurial Distributed SCM (version 5.4.2) | |
| DEBUG 2020-07-20 13:35:05,632 $ hg config | |
| DEBUG 2020-07-20 13:35:05,835 hg extensions: absorb, blackbox, clang-format, evolve, firefoxtree, fsmonitor, histedit, js-format, push-to-try, rebase, shelve | |
| DEBUG 2020-07-20 13:35:05,836 https://phabricator.services.mozilla.com/api/user.whoami {} | |
| ERROR 2020-07-20 13:35:05,991 Traceback (most recent call last): | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/mozphab.py", line 73, in main | |
| telemetry.set_metrics(args, is_development=is_development) | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/telemetry.py", line 150, in set_metrics | |
| self.update_user_data() | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/telemetry.py", line 102, in update_user_data | |
| is_employee_changed = user_data.set_user_data() | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/user.py", line 96, in set_user_data | |
| whoami = self.whoami() | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/user.py", line 64, in whoami | |
| who = conduit.whoami() | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/conduit.py", line 633, in whoami | |
| who = self.call("user.whoami", {}) | |
| File "/Users/ksereduck/Library/Python/3.7/lib/python/site-packages/mozphab/conduit.py", line 121, in call | |
| conn.request("POST", url.geturl(), body=body) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request | |
| self._send_request(method, url, body, headers, encode_chunked) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275, in _send_request | |
| self.endheaders(body, encode_chunked=encode_chunked) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1224, in endheaders | |
| self._send_output(message_body, encode_chunked=encode_chunked) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1016, in _send_output | |
| self.send(msg) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 956, in send | |
| self.connect() | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1392, in connect | |
| server_hostname=server_hostname) | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 412, in wrap_socket | |
| session=session | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 853, in _create | |
| self.do_handshake() | |
| File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1117, in do_handshake | |
| self._sslobj.do_handshake() | |
| ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056) | |
| Sentry is attempting to send 0 pending error messages | |
| Waiting up to 2 seconds | |
| Press Ctrl-C to quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment