byuccl / bfasst

Tools for FPGA Assurance Flows
Apache License 2.0
12 stars 4 forks source link

Can't reproduce unittest error. #416

Closed jgoeders closed 6 months ago

jgoeders commented 6 months ago

I can't reproduce this error. I've tried on a fresh install

https://github.com/byuccl/bfasst/actions/runs/7235847371/job/19713756024?pr=385

I suspect this is another case of interaction between the tools in the build directory since the unittest runs them all back-to-back.

jgoeders commented 6 months ago

@KeenanRileyFaulkner Unittest is failing in the CI, but I can't reproduce. Can you reproduce the issue?

KeenanRileyFaulkner commented 6 months ago

Given that the thing that failed is actually running VivadoBitAnalysis, I'm guessing that it failed due to private key/gh secret stuff, which would be difficult to reproduce locally. I don't know if it's an issue with not even trying to install the third party libraries, or if it is an issue with failure to authenticate

jgoeders commented 6 months ago

Good catch. It did fail to clone the repo. https://github.com/byuccl/bfasst/actions/runs/7235847371/job/19713756024?pr=385#step:5:5292

I'm not sure why it didn't error and stop there.