digitalmars.D - CI pipeline of dub is totally broken
- Andre Pany (12/12) Dec 15 2019 Hi,
- Jacob Carlborg (4/8) Dec 16 2019 For this, the `-lowmem` could be added. Might solve it.
- drug (3/22) Dec 16 2019 The reason of most pipeline failings is package downloading error,
- Sebastiaan Koppe (4/7) Dec 16 2019 Yep. https://stats.uptimerobot.com/6mQX4Crw2L
- Jonathan Marler (28/35) Dec 16 2019 Looks like this is also causing DMD pull requests to fail because
- Andre Pany (7/30) Dec 16 2019 Unfortunately the code.dlang.org were not the issue. The voter
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
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
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
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 unstableYep. https://stats.uptimerobot.com/6mQX4Crw2L see as well: https://forum.dlang.org/post/arbvxihnxnboqcifhlbm forum.dlang.org
Dec 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: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 ...The reason of most pipeline failings is package downloading error, probably this is related to the fact that code.dlang.org is unstableYep. https://stats.uptimerobot.com/6mQX4Crw2L see as well: https://forum.dlang.org/post/arbvxihnxnboqcifhlbm forum.dlang.org
Dec 16 2019
On Monday, 16 December 2019 at 08:28:00 UTC, drug wrote:On 12/16/19 10:38 AM, Andre Pany wrote: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é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