jlpteaching / dinocpu

A teaching-focused RISC-V CPU design used at UC Davis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI fails builds due to java.lang.NoClassDefFoundError

jardhu opened this issue · comments

Seems like every PR is going to fail the Travis CI check now due to this error occurring in every single unit test. Here's an example with my asynchronous memory PR. Some kind of misconfigured dependency messing with the Apache Commons Text library, maybe?

It only started happening after #55 was merged into master, so @DanG100 could you look at this?

There is some incompatibility with the CI caches due to changing to a snapshot version, I manually cleared the cache and reran the tests. This should only happen once after merging #55, but I'll leave the issue open until that's confirmed.

Looks like this is resolved now?

Manual fix for this issue, go to https://travis-ci.com/ and select the dinocpu repo. Click the last menu option on the right (3 lines button). Open the caches menu and delete the cache for the failed build. Then rerun the build. This shouldn't happen now that all branches are ahead of 169ced5

Cool. I'll close this now, but we can reopen if it comes up again.