Closed matthewloring closed 4 years ago
Thanks for taking a look @jcharum! Unfortunately, env GO111MODULE=on go test -tags=unit ./...
passes for me locally so I'm not able to reproduce the 1.13 failures. error: grail-access.test: /home/travis/.v23 is not a directory
looks like a vanadium issue, I can take a look tomorrow.
@matthewloring : We're having a look internally, so don't worry too much about it. I know very little about Vanadium, though, so I'm enlisting in some other folks in GRAIL. You might be able to reproduce by removing $HOME/.v23
and then trying to run the test. If we can't resolve tomorrow, we might be okay merging over the broken build, but I'd like to avoid that if possible. Thanks!
@jcharum I don't seem to have a $HOME/.v23
directory locally and the tests still pass locally after creating it.
@matthewloring: Thanks for checking. I've chased down the various build problems. They boil down to these things:
V23_CREDENTIALS
environment variable. (This is the cause of the $HOME/.v23
panic/test failure).Could you merge master
to make sure that everything is copacetic? Thanks!
Yay; builds passed.
Thank you for fixing the other build breakages!
Thanks for your help! Will you be able to do a new release of grailbio/base
?
Thanks for your help! Will you be able to do a new release of
grailbio/base
?
Thank you for the PR! I'm looking through the changes now, so it should be done shortly.
Thanks for your help! Will you be able to do a new release of
grailbio/base
?
Done: https://github.com/grailbio/base/releases/tag/v0.0.10.
Thanks!!
Hi @matthewloring! Thanks for the PR. I'm looking into the CI build failures. At least one of them is because we pushed internal changes that are no longer 1.12 compatible, so I will do something about that. I haven't yet had a chance to look into 1.13 build failures but will get to it today (though I'd welcome help understanding them!). Thanks again.