DARMA-tasking / vt

DARMA/vt => Virtual Transport
Other
33 stars 8 forks source link

Fix invalid project name in `vt` CI #2306

Closed thearusable closed 2 weeks ago

thearusable commented 2 weeks ago

Pull Container job reports these issues:

##[error]invalid project name "DARMA-tasking/vt": must consist only of lowercase alphanumeric characters, hyphens, and underscores as well as start with a letter or number
##[error]The process '/usr/bin/docker' failed with exit code 15

For example: https://dev.azure.com/DARMA-tasking/DARMA/_build/results?buildId=58786&view=logs&j=3dc8fd7e-4368-5a92-293e-d53cefc8c4b3&t=1364e02f-4e1e-51cf-2821-fd252a3c0e34

thearusable commented 2 weeks ago

From my investigation, this was likely an internal issue with the Azure hosted agents that are used to run our CI. There was an issue downloading docker images from Docker Hub on Friday, so maybe this caused some internal problem in the Azure agent. There was an update recently in Azure that stopped using docker compose V1 - which may also be related to the issue we encountered.

Currently it is working without any issues. PRs which I had needed to be rebased for the CI to start working again.