CI pipeline of dub is totally broken

Jonathan Marler johnnymarler at gmail.com
Mon Dec 16 19:37:07 UTC 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
...


More information about the Digitalmars-d mailing list