Closed swcurran closed 1 year ago
@WadeBarnes -- can you please take a look? Thanks!
AATH would have last successfully run 2 days ago. That said, I can’t see any of the PRs that have been merged in von-network as the likely culprit.
Those errors don't cause the build to fail. They are actually false reports, and are caused by the reinstall of pip-9.0.3 at the von-network Dockerfile level. All of those packages at those versions are already contained in the bcgovimages/von-image:node-1.12-6
base image. This is a side effect of this code that was added during the migration to indy-vdr:
https://github.com/bcgov/von-network/blob/ffc62d53f89c945509606b0352d6bf357f7d82f1/Dockerfile#L9-L14
I know that all AATH runs failed because the local ledger did not start, so something is not working.
Can you point me at the logs were you found the messages above. I'll trace things down from there.
NM - Found some logs. von-network is building, it's just not starting. I made a couple changes yesterday to fix some issues I had during the BCovrin Test upgrade. I'll start by looking at those.
The startup issue has been fixed with https://github.com/bcgov/von-network/pull/263
All Aries Agent Test Harness tests failed yesterday because the local Indy ledger did not start up for all. Traced the issue to von-network not building.
Running this:
./manage rebuild
Triggered this error:
Not sure what has changed, but clearly something has.