Julia v1.5 fails to get initialized on builds on Linux x32

The stage of installing Julia on the machine hangs with the following message:

Configuration file '/etc/ssh/ssh_config'
 ==> Modified (by you or by a script) since installation.
 ==> Package distributor has shipped an updated version.
 ==> Keeping old config file as default.
Setting up libc6-dev:amd64 (2.31-0ubuntu9.1) ...
Setting up openssh-sftp-server (1:8.2p1-4ubuntu0.1) ...
Setting up openssh-server (1:8.2p1-4ubuntu0.1) ...
Installing new version of config file /etc/ssh/moduli ...
rescue-ssh.target is a disabled or a static unit, not starting it.

In the next 10 minutes the job automatically errors.

Here’s an example.

Tagging @ararslan and @staticfloat. Would have also tagged Stefan Karpinski, but there’s a limit for new users.

Hey @Paveloom,

Have you tried using the key value of:

travis_wait

In your .travis.yml config? If the command you pass to travis_wait does not persist, then travis_wait does not extend the timeout.

Hey @Montana,

The error occurs during the initialization stage. That is, during the automatic installation of Julia when specifying the following configuration:

language: julia
dist: focal

Unfortunately, I can’t influence that. Here’s a fresh example.

I’d also like to tag @StefanKarpinski for consideration of this issue.

FYI, works on bionic.