I tried to re-deploy - it seems the same thing is happening. I logged into alpaca to try and see if there was some long running process related to deployment, but there was nothing
The process id 63 doesn't appear to be doing much... strace tells me its getting some connection timeouts... but I can't tell much else.
I wanted to try and run the leap command myself to try and get some additional debugging information, but I can't seem to do so:
cirunner@runner-7c4e02b0-project-509-concurrent-0:/builds/leap/platform/tests/platform-ci/bitmask$ ruby2.1 /builds/leap/platform/tests/platform-ci/vendor/ruby/2.1.0/bin/leap -v6 --yes deploy demomail/usr/lib/ruby/2.1.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'leap_cli' (>= 0) among 10 total gem(s) (Gem::LoadError) from /usr/lib/ruby/2.1.0/rubygems/dependency.rb:309:in `to_spec' from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb:53:in `gem' from /builds/leap/platform/tests/platform-ci/vendor/ruby/2.1.0/bin/leap:22:in `<main>'cirunner@runner-7c4e02b0-project-509-concurrent-0:/builds/leap/platform/tests/platform-ci/bitmask$
Ok, I've done more digging... The reason it is failing is because it gets stuck on this prompt:
The platform is pinned to branch 'master' by the `platform.branch` property in provider.demomail.json, but the current branch is '' (for directory '/builds/leap/platform')hint: use --force to skip this prompt.
Indeed, the checkout is not on the master branch:
cirunner@runner-7c4e02b0-project-509-concurrent-0$ cd /builds/leap/platformcirunner@runner-7c4e02b0-project-509-concurrent-0:/builds/leap/platform$ git branch* (detached from c0ddb0d) mastercirunner@runner-7c4e02b0-project-509-concurrent-0:/builds/leap/platform$
Damn, same behaviour for demo.bitmask.net.
I deployed to demo.bitmask.net by clicking the button from gitlab CI, but the deploy job hangs:
https://0xacab.org/leap/platform/-/jobs/18030