This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
@chaos it seems the windows job doesn't finish running https://github.com/squint-cljs/squint/actions/runs/3809012828/jobs/6484494155
Hi @borkdude, can you please cancel it and see if we can grab the exact point in the log where it stuck?
Same thing as pervious attempt, it appears it hangs while downloading deps? Run npm install
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
added 168 packages, and audited 169 packages in 25s
...
Downloading: rewrite-clj/rewrite-clj/1.1.45/rewrite-clj-1.1.45.jar from clojars
Error: The operation was canceled.
Still seems to be stuck? https://github.com/squint-cljs/squint/actions/runs/3811927276/jobs/6484860770
you can make a PR direct to squint to investigate this problem for quicker iteration
It could also be an issue with bootstrapping shadow-cljs, whose turn is just after the stuck downloads
(there is one more duplicate job you might want to cancel https://github.com/squint-cljs/squint/actions)
ok, it appears to be stuck in bb/tasks.clj : test-squint : (shell "npx shadow-cljs --config-merge .work/config-merge.edn release squint"), I need to go, will try to resume the investigation later today
thanks a lot. I'm down with a flu so the only thing I can do today is make silly remarks here on slack and kill stuck runners :)
Hi @borkdude, it appears that the renaming of node.js
to node-api.js
was partial in the squint
repo and ended up as a copy , leaving node.js
behind, so when npx
(or is it shadow-cljs
) calls node
, node.js
is called instead and is stuck in there. I think there is a problem in the process of patching squint
from compiler-common/squint
that does not entirely respect git mv
s
(successful run with node.js
removed at https://github.com/ikappaki/squint/actions/runs/3812898087/jobs/6486347936)