brightway-lca / brightway2-analyzer

BSD 3-Clause "New" or "Revised" License
7 stars 12 forks source link

Pipelines failing #17

Open cmutel opened 2 years ago

cmutel commented 2 years ago

The log message is:

git remote add origin https://github.com/brightway-lca/brightway2-analyzer
git config gc.auto 0
git config --get-all http.https://github.com/brightway-lca/brightway2-analyzer.extraheader
git config --get-all http.proxy
git config http.version HTTP/1.1
git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin  +refs/heads/*:refs/remotes/origin/* +refs/pull/16/merge:refs/remotes/pull/16/merge
fatal: could not read Username for 'https://github.com': terminal prompts disabled
##[warning]Git fetch failed with exit code 128, back off 9.958 seconds before retry.
git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin  +refs/heads/*:refs/remotes/origin/* +refs/pull/16/merge:refs/remotes/pull/16/merge
fatal: could not read Username for 'https://github.com': terminal prompts disabled
##[warning]Git fetch failed with exit code 128, back off 5.756 seconds before retry.
git -c http.extraheader="AUTHORIZATION: basic ***" fetch --force --tags --prune --prune-tags --progress --no-recurse-submodules origin  +refs/heads/*:refs/remotes/origin/* +refs/pull/16/merge:refs/remotes/pull/16/merge
fatal: could not read Username for 'https://github.com': terminal prompts disabled
##[error]Git fetch failed with exit code: 128
Finishing: Checkout brightway-lca/brightway2-analyzer@refs/pull/16/merge to s

Very hard to understand what is happening here, as 1) this is a public repository which doesn't require authentication for pulls, 2) the config is copied from other Brightway repos which work fine, and 3) the Azure integration is for the whole Brightway org, it doesn't have separate configs for each repo.

I don't find anything useful searching online, only questions where authentication is needed.

tngTUDOR commented 2 years ago

I can only see pipelines for a PR, and they report failing tests (at least those that are note cancellled): https://dev.azure.com/mutel/Brightway%20CI/_build?definitionId=4&_a=summary

@cmutel Is this issue related to other pipelines I don't see ? Maybe it was only a glitch in the matrix, ant his can be closed ...

tngTUDOR commented 2 years ago

I see now, it's the pipelines inside the PR