Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: crashed while publishing graph #665

Closed
oliyoung opened this issue Jul 7, 2021 · 1 comment
Closed

bug: crashed while publishing graph #665

oliyoung opened this issue Jul 7, 2021 · 1 comment
Labels
bug 🐞 duplicate 🧑‍🤝‍🧑 issue or pull request already exists

Comments

@oliyoung
Copy link

oliyoung commented Jul 7, 2021

Trying to replace npx apollo service:push with rover and getting repeated failures, on traced logs, it's probably somewhere here since we run git via Gerrit internally (where xxxx.yyyy is a valid fqdn to our Gerrit repo)

  DEBUGgit_url_parse: Processing: "ssh://oli.young@gerrit.xxxx.yyyy:700/zzzz"
    at /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.3.1/src/lib.rs:339

  DEBUGgit_url_parse: The urlpath: "xxxx"
    at /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.3.1/src/lib.rs:170

  DEBUGgit_url_parse: rsplit results for metadata: ["xxxx"]
    at /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.3.1/src/lib.rs:180

Crash Report

name = 'rover'
operating_system = 'unix:OSX'
crate_version = '0.1.7'
explanation = '''
Panic occurred in file '/Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/git-url-parse-0.3.1/src/lib.rs' at line 237
'''
cause = 'index out of bounds: the len is 1 but the index is 1'
method = 'Panic'
backtrace = '''

  0: 0x10bc075fa - __mh_execute_header
  1: 0x10bc5278f - __mh_execute_header
  2: 0x10bc52756 - __mh_execute_header
  3: 0x10a90f421 - __mh_execute_header
  4: 0x10a8bad48 - __mh_execute_header
  5: 0x10a8ba4c2 - __mh_execute_header
  6: 0x10a8c262a - __mh_execute_header
  7: 0x10a8c2b86 - __mh_execute_header
  8: 0x10a85e1a7 - __mh_execute_header
  9: 0x10a85c90a - __mh_execute_header
 10: 0x10a85c92c - __mh_execute_header
 11: 0x10bc07fa1 - __mh_execute_header
 12: 0x10a85e929 - __mh_execute_header'''
@abernix abernix added triage issues and PRs that need to be triaged bug 🐞 labels Jul 20, 2021
@abernix
Copy link
Member

abernix commented Jul 21, 2021

Thanks for reporting this! Closing as a duplicate of #670 and moving this content there.

@abernix abernix closed this as completed Jul 21, 2021
@EverlastingBugstopper EverlastingBugstopper added the duplicate 🧑‍🤝‍🧑 issue or pull request already exists label Jul 21, 2021
@abernix abernix removed the triage issues and PRs that need to be triaged label Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 duplicate 🧑‍🤝‍🧑 issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants