www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - CI pipeline of dub is totally broken

reply Andre Pany <andre s-e-a-p.de> writes:
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é
Dec 15 2019
next sibling parent Jacob Carlborg <doob me.com> writes:
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
Dec 16 2019
prev sibling parent reply drug <drug2004 bk.ru> writes:
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
Dec 16 2019
next sibling parent reply Sebastiaan Koppe <mail skoppe.eu> writes:
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
Dec 16 2019
parent Jonathan Marler <johnnymarler gmail.com> writes:
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 ...
Dec 16 2019
prev sibling parent Andre Pany <andre s-e-a-p.de> writes:
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é
Dec 16 2019