<eiji>
reynir: build from ~15h ago,deployed as template, when trying to use a key, adding/listing seems to work fine
<reynir>
Ah oops, I might have pushed some broken (for now) code
<reynir>
What branch are you using?
<eiji>
reynir: fine with that, i did that build to see how broken things are right now. :)
<eiji>
that should be your master
<reynir>
Hmm, I think master should be fine wrt. that
<eiji>
checking buildvm
<eiji>
yes, that is your repo and master.
<eiji>
3aa98be01e71319154339bc3a4e46195fc52e60c
<eiji>
so last commit is from last sunday, which means perhaps its more "missing a commit or two" instead of having too many? :D
Haudegen has quit [Quit: Bin weg.]
<eiji>
as a sidenote, i think it might be good if it reported/logged "all" actions. like the "Signing" msg, but for "add" and "list" (and whatever else there might be) too.
<reynir>
Good point
<eiji>
on the good side, whatever is going on didnt crash it and was logged!
<reynir>
eiji: It might be because of changes in Mirage that the RNG isn't being seeded. The mirage-crypto branch should fix that, but I haven't tested it yet.
_whitelogger has quit [Remote host closed the connection]
_whitelogger_ has joined #mirage
<reynir>
eiji: did the build give a warning saying "nocrypto is deprecated and not needed anymore." ?
<eiji>
reynir: ok, i will try out the mirage-crypto branch in the meantime, lets see how far i get with being stubborn. :D
<eiji>
hm, checking.
<eiji>
yup, it said that
<reynir>
otherwise pinning mirage to 3.7.4 should make master work again if my suspicion is correct :)
<eiji>
ok, will try that as plan c if needed.
twopoint718 has joined #mirage
<eiji>
oh. i missed the "7 commits behind master" part for mirage-crypto, at least one of these is the ocaml version bump in Makefile.builder
<hannes>
you'll need mirage-crypto-pk in dune then :)
<reynir>
Hmm
<reynir>
eiji: Ah, I also made unpublished changes to ssh-agent wrt. nocrypto -> mirage-crypto transition. I need to make a release soon. Until then you should pin ssh-agent to some branch
<reynir>
Ah, looks like I didn't push those changes...
<eiji>
reynir: i dont _need_ a fresh build right now, it just seemed like this was a good time to see what the current public master is doing. :D
<eiji>
as in ... i missed the hacking, but i can still do the guinea-pigging!
<eiji>
(master with mirage 3.7.4 pin build running, this isnt a fast machine)
<reynir>
Sure, but I'd also like to have master build now after the retreat .)