<div dir="ltr"><div dir="ltr">Looks like you are right:<div><br></div><div>libopencensus-java is used via libgoogle-http-client-java</div><div>In there, /usr/share/maven-repo/io/opencensus/opencensus-api/0.23.0/opencensus-api-0.23.0.pom has this:</div><div><br></div><div>        <dependencies><br>                <dependency><br>                        <groupId>io.grpc</groupId><br>                        <artifactId>grpc-context</artifactId><br>                        <version>debian</version><br>                        <scope>compile</scope><br>                </dependency><br>        </dependencies><br></div><div><br></div><div>So libopencensus-java depends on grpc-context in io.grpc (provided by package libgrpc-java).</div><div>But it turns out that we rebuild against debian-testing as of early November, which had version: 0.23.0+ds-1 - and that had no declared dependency on libgrpc-java.</div><div>0.24.0-1 does have that dependency.</div><div><br></div><div>Sorry for the noise.</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Fr., 11. Dez. 2020 um 10:41 Uhr schrieb Sven Mueller <<a href="mailto:sven.mueller72@gmail.com">sven.mueller72@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Tony.<div><br></div><div>You might be right and I'll try to debug a little more.</div><div>I'll share the build log with you directly. As it is from an internal build, I suspect I might have missed removing some internal names that I don't want to see published on <a href="http://bugs.debian.org" target="_blank">bugs.debian.org</a>.</div><div><br></div><div>Cheers,</div><div>Sven</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Do., 10. Dez. 2020 um 18:45 Uhr schrieb tony mancill <<a href="mailto:tmancill@debian.org" target="_blank">tmancill@debian.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Dec 10, 2020 at 04:51:53PM +0100, Sven Mueller wrote:<br>
> Hi.<br>
> <br>
> I just re-ran tests after adding a build dependency on libgrpc-java and<br>
> that fixed the reported issue.<br>
<br>
Hi Sven,<br>
<br>
Would you mind sharing the build logs for the failed build?  It's fine<br>
if you send them to me directly.<br>
<br>
I'm not able to reproduce the build failure locally in a clean sid<br>
chroot, and the build failure doesn't occur on the buildds [1], so I<br>
just want to make sure that we're addressing the right package and/or<br>
root cause.<br>
<br>
It feels like it might be a transitive dependency issue, like the one<br>
addressed in #975842 [2].<br>
<br>
Thanks,<br>
tony<br>
<br>
[1] <a href="https://buildd.debian.org/status/package.php?p=google-oauth-client-java" rel="noreferrer" target="_blank">https://buildd.debian.org/status/package.php?p=google-oauth-client-java</a><br>
[2] <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975842" rel="noreferrer" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975842</a><br>
</blockquote></div>
</blockquote></div>