<div dir="ltr"><div>you can generally get more details of what is going on by running things with DIAGNOSTIC=1 or DEBUG=1, which will expand output to show internal details. DEBUG=1 is intended for users and will try to show which configs effect what, whereas DIAGNOSTIC=1 is for maintainers and goes into even more details about the results of intermediary commands.<br></div><div><br></div><div>You may also want to look at the environment variables and global configuration files. It's possible for some behavior to changed based on that:</div><div><a href="https://rebar3.org/docs/configuration/configuration/#environment-configuration">https://rebar3.org/docs/configuration/configuration/#environment-configuration</a></div><div><br></div><div>Another thing that could exist is some mess with the local cache (~/.cache/rebar3) . I have no idea how, and wouldn't imagine that failure mode, but it's the one other bit of state hanging around that could be significant aside from proxies and whatnot.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 14, 2022 at 8:39 AM Anthony Howe <<a href="mailto:achowe@snert.com">achowe@snert.com</a>> wrote:<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 2022-01-13 17:01, Anthony Howe wrote:<br>
> On 2022-01-13 16:52, Tristan Sloughter wrote:<br>
>> Really weird. I just copy/pasted the commands and config you have here and it fetches the test deps as expected:<br>
> <br>
> I tried this on another laptop running a different VM with different Erlang and<br>
> it works fine.  I think this might be peculiar to that VM.  Bad install of<br>
> Erlang and/or rebar3?<br>
> <br>
<br>
So I just did a build and install of Erlang OTP-23.3.4.9 (--without-javac<br>
--without-odbc) from a clone of the GitHub repo. (pre-built Ubuntu packages are<br>
an older release and install a tonne the X-windows libraries just for `wx`<br>
thppt) and also rebuilt rebar3 from source using this version of Erlang and<br>
repeated the `chk` test.  It still fails to fetch test dependencies.<br>
<br>
I must be missing something in the build/install process despite following the<br>
instructions.<br>
<br>
Other VMs (NetBSD, FreeBSD, pre-built Erlang) behave.  Would like to fix this<br>
Ubuntu server VM since its important for work.<br>
<br>
-- <br>
Anthony C Howe                                                 SnertSoft<br>
<a href="mailto:achowe@snert.com" target="_blank">achowe@snert.com</a>     Twitter: SirWumpus            BarricadeMX & Milters<br>
<a href="http://snert.com/" rel="noreferrer" target="_blank">http://snert.com/</a>    <a href="http://nanozen.snert.com/" rel="noreferrer" target="_blank">http://nanozen.snert.com/</a>     <a href="http://snertsoft.com/" rel="noreferrer" target="_blank">http://snertsoft.com/</a><br>
</blockquote></div>