Need help debugging failed build on build server

Joshua Root jmr at macports.org
Sun Aug 1 16:13:47 UTC 2021


On 2021-8-2 01:51 , Janosch Peters via macports-dev wrote:
> So the Azure Pipeline is not relevant as MacPass only works for > macOS 11.
> 
> But the macOS 11 pipeline also fails, and I am stuck here, too. This is 
> the relevant output[1]:
> 
> (…)
> Installing dependency (13 of 15) 'KeePassKit' with variants '' 
> (requesting '') ... [OK]
> Installing dependency (14 of 15) 'TransformerKit' with variants '' 
> (requesting '') ... [OK]
> Installing dependency (15 of 15) 'MacPass' with variants '' (requesting 
> '') ... [OK]
> Error: The operation was canceled.
> 
> It looks like the build job just aborts after installing the 
> dependencies of MacPassHTTP. But I cannot find any detailed information 
> why the job was aborted at that point.

Probably because of the fail-fast strategy used by GitHub Actions. If 
one job fails, the others are cancelled.

If some of these ports are not expected to build on macOS < 11, they 
should set known_fail in that case, and the builds won't be attempted.

- Josh


More information about the macports-dev mailing list