You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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://[email protected]:700/zzzz"
at /Users/runner/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/git-url-parse-0.3.1/src/lib.rs:339
DEBUGgit_url_parse: The urlpath: "xxxx"
at /Users/runner/.cargo/registry/src/github.jparrowsec.cn-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.jparrowsec.cn-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.jparrowsec.cn-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'''
The text was updated successfully, but these errors were encountered:
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)Crash Report
The text was updated successfully, but these errors were encountered: