[delivery] pull_request 48ca93f0-cc02-11ed-979a-47f7aadbfd65
[18.7s]
error! call trace (oldest first):
┆ <thunk S53IC10D4OMRC: (.git)>/bass/github-hook:7:0..10:59
6 │ ; load dependencies
7 │ (use (.git (linux/alpine/git))
8 │ (*dir*/bass.bass)
9 │ (*dir*/util.bass)
10 │ (git:github/vito/bass-loop/ref/main/bass/github.bass))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
┆ (73 internal calls elided)
┆ <thunk S53IC10D4OMRC: (.git)>/bass/github-hook:10:5..10:58
10 │ (git:github/vito/bass-loop/ref/main/bass/github.bass))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
┆ <thunk S53IC10D4OMRC: (.git)>/bass/github-hook:10:6..10:57
10 │ (git:github/vito/bass-loop/ref/main/bass/github.bass))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
┆ <fs>/git.bass:80:6..86:27
79 │ (curryfn [user repo route val]
80 │ (let [lsr (if memos (memo-ls-remote memos) ls-remote)
81 │ uri (str root "/" (arg user) "/" (arg repo))
82 │ ref (arg val)
83 │ sha (case route
84 │ ./sha/ ref
85 │ ./ref/ (lsr uri ref))]
86 │ (checkout uri sha)))))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
┆ (31 internal calls elided)
┆ <fs>/git.bass:83:16..85:39
82 │ ref (arg val)
83 │ sha (case route
84 │ ./sha/ ref
85 │ ./ref/ (lsr uri ref))]
^^^^^^^^^^^^^^^^^^^^^^^^
┆ (11 internal calls elided)
┆ <fs>/git.bass:85:25..85:38
85 │ ./ref/ (lsr uri ref))]
^^^^^^^^^^^^^
┆ (59 internal calls elided)
┆ <fs>/git.bass:15:4..20:14
14 │ (defn ls-remote [repo ref & timestamp]
15 │ (-> ($ git ls-remote $repo $ref)
16 │ (with-image *git-image*)
17 │ (with-label :at (if (empty? timestamp) (now 0) (first timestamp)))
18 │ (read :unix-table)
19 │ next
20 │ first))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
run hook thunk: rpc error: code = Unavailable desc = failed to receive server preface within timeout
Tip: if this error is too cryptic, please open an issue:
https://github.com/vito/bass/issues/new?labels=cryptic&template=cryptic-error-message.md
run hook thunk: rpc error: code = Unavailable desc = failed to receive server preface within timeout