> On 1 Jun 2021, at 1:59 pm, Zero King <l...@macports.org> wrote:
>
> Hi,
>
>> On Tue, Jun 01, 2021 at 02:57:47AM +0100, Chris Jones wrote:
>> Hi all,
>>
>> I have noticed in the github pipeline builds whilst they appear to be green,
>> if you delve into the logs they are failing due to fetch errors installing
>> dependencies. See e.g. the builds for
>>
>> https://github.com/macports/macports-ports/pull/11189
>>
>> Two of the three builds only took 9 or 10 mins, whilst the third took
>> 292mins. If you look at the short builds they fail fetching dependencies
>>
>> https://dev.azure.com/macports/macports-ports/_build/results?buildId=14669&view=logs&j=ca395085-040a-526b-2ce8-bdc85f692774&t=08703039-49d0-5b78-7691-5b9414c62c1d
>>
>> 2021-05-31T09:24:25.8033970Z Installing dependency (1 of 440) 'bzip2' with
>> variants '' (requesting '') ... [FAIL] (archivefetch)
>> 2021-05-31T09:24:25.8073620Z ##[endgroup]
>> 2021-05-31T09:24:25.8074850Z ##[error]Failed to install dependencies for
>> gnss-sdr
>> 2021-05-31T09:24:25.8101400Z
>> /Users/runner/work/_temp/db2e5a8e-16ad-4272-a4bd-3e2473590f36.sh: line 4:
>> 1383 Terminated: 15 tail -f
>> "$workdir/logs/dependencies-progress.txt" 2> /dev/null
>>
>> Anyone know what is wrong here ?
>
> This is https://trac.macports.org/ticket/62530. I think we should revert
> to the old behavior of failing the build.
Thanks. That PR though mostly talks about ports with dependencies that do not
exist. The issue here is different in the the builds are failing for deps that
definitely do exist, like bzip2. There appears to be a real issue with the CI
builds not being able to fetch dependencies.
Chris