Thread overview
CI pipeline of dub is totally broken
Dec 16, 2019
Andre Pany
Dec 16, 2019
Jacob Carlborg
Dec 16, 2019
drug
Dec 16, 2019
Sebastiaan Koppe
Dec 16, 2019
Jonathan Marler
Dec 16, 2019
Andre Pany
December 16, 2019
Hi,

all pull request voters of dub ci pipeline are broken, each with another error:

- Error: out of memory (DMD)

- Unknown compiler 'dub-v1.18.0'

- The dependency resolution process is taking too long. The dependency graph is likely hitting a pathological case

- Unresolvable dependencies to package vibe-core

I know there is not really a maintainer for Dub anymore, now this is really an issue):

Kind regards
André
December 16, 2019
On Monday, 16 December 2019 at 07:38:33 UTC, Andre Pany wrote:
> Hi,
>
> all pull request voters of dub ci pipeline are broken, each with another error:
>
> - Error: out of memory (DMD)

For this, the `-lowmem` could be added. Might solve it.

--
/Jacob Carlborg
December 16, 2019
On 12/16/19 10:38 AM, Andre Pany wrote:
> Hi,
> 
> all pull request voters of dub ci pipeline are broken, each with another error:
> 
> - Error: out of memory (DMD)
> 
> - Unknown compiler 'dub-v1.18.0'
> 
> - The dependency resolution process is taking too long. The dependency graph is likely hitting a pathological case
> 
> - Unresolvable dependencies to package vibe-core
> 
> I know there is not really a maintainer for Dub anymore, now this is really an issue):
> 
> Kind regards
> André
 The reason of most pipeline failings is package downloading error, probably this is related to the fact that code.dlang.org is unstable
December 16, 2019
On Monday, 16 December 2019 at 08:28:00 UTC, drug wrote:
>  The reason of most pipeline failings is package downloading error, probably this is related to the fact that code.dlang.org is unstable

Yep. https://stats.uptimerobot.com/6mQX4Crw2L

see as well: https://forum.dlang.org/post/arbvxihnxnboqcifhlbm@forum.dlang.org
December 16, 2019
On Monday, 16 December 2019 at 08:28:00 UTC, drug wrote:
> On 12/16/19 10:38 AM, Andre Pany wrote:
>> Hi,
>> 
>> all pull request voters of dub ci pipeline are broken, each with another error:
>> 
>> - Error: out of memory (DMD)
>> 
>> - Unknown compiler 'dub-v1.18.0'
>> 
>> - The dependency resolution process is taking too long. The dependency graph is likely hitting a pathological case
>> 
>> - Unresolvable dependencies to package vibe-core
>> 
>> I know there is not really a maintainer for Dub anymore, now this is really an issue):
>> 
>> Kind regards
>> André
>  The reason of most pipeline failings is package downloading error, probably this is related to the fact that code.dlang.org is unstable

Unfortunately the code.dlang.org were not the issue. The voter were also failing since some weeks as far as I know.

At the moment no PR can be merged to Dub due to this issues ):
Example https://github.com/dlang/dub/pull/1811

Kind regards
André
December 16, 2019
On Monday, 16 December 2019 at 09:42:28 UTC, Sebastiaan Koppe wrote:
> On Monday, 16 December 2019 at 08:28:00 UTC, drug wrote:
>>  The reason of most pipeline failings is package downloading error, probably this is related to the fact that code.dlang.org is unstable
>
> Yep. https://stats.uptimerobot.com/6mQX4Crw2L
>
> see as well: https://forum.dlang.org/post/arbvxihnxnboqcifhlbm@forum.dlang.org

Looks like this is also causing DMD pull requests to fail because CyberShadow/DAutoTest can't download from code.dlang.org:

https://github.com/dlang/dmd/pull/10663#issuecomment-566148625


...
Error querying versions for libdparse, registry at https://code.dlang.org/ (fallbacks registry at https://code-mirror.dlang.io/, registry at https://dub-registry.herokuapp.com/): Failed to download https://code.dlang.org/api/packages/infos?packages=%5B%22libdparse%22%5D&include_dependencies=true&minimize=true
Selected package libdparse 0.8.7 doesn't exist. Using latest matching version instead.
Error querying versions for stdx-allocator, registry at https://code.dlang.org/ (fallbacks registry at https://code-mirror.dlang.io/, registry at https://dub-registry.herokuapp.com/): Failed to download https://code.dlang.org/api/packages/infos?packages=%5B%22stdx-allocator%22%5D&include_dependencies=true&minimize=true
Selected package stdx-allocator 2.77.2 doesn't exist. Using latest matching version instead.
Package libdparse not found in registry at https://code.dlang.org/ (fallbacks registry at https://code-mirror.dlang.io/, registry at https://dub-registry.herokuapp.com/): Failed to download https://code.dlang.org/api/packages/infos?packages=%5B%22libdparse%22%5D&include_dependencies=true&minimize=true
Failed to find any versions for package libdparse, referenced by ddoc_preprocessor ~master
...