docker-library / julia

Docker Official Image packaging for julia

Home Page:http://julialang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arm64v8 builds not updating

staticfloat opened this issue ยท comments

The 1.6.0-beta1 and 1.6.0-rc1 builds do not appear to have an arm64v8 build available, while the 1.5.X builds do.

It seems our build server is having trouble downloading the artifacts? ๐Ÿ˜•

+ curl -fL -o julia.tar.gz.asc https://julialang-s3.julialang.org/bin/linux/aarch64/1.6/julia-1.6.0-rc1-linux-aarch64.tar.gz.asc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to ewr1-cache.e.ip.saba.us port 443: Connection refused

(Although if I hit that URL locally, it downloads just fine. ๐Ÿ˜•)

I got slightly more data doing it interactively:

root@90f22ee01963:/# curl -fL -D- -o julia.tar.gz.asc https://julialang-s3.julialang.org/bin/linux/aarch64/1.6/julia-1.6.0-rc1-linux-aarch64.tar.gz.asc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0HTTP/2 302 
server: Varnish
retry-after: 0
location: https://ewr1-cache.e.ip.saba.us/julialang2/bin/linux/aarch64/1.6/julia-1.6.0-rc1-linux-aarch64.tar.gz.asc
accept-ranges: bytes
date: Tue, 09 Feb 2021 20:15:41 GMT
via: 1.1 varnish
x-served-by: cache-lga21958-LGA
x-cache: HIT
x-cache-hits: 0
x-timer: S1612901741.008251,VS0,VE1
content-length: 0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to ewr1-cache.e.ip.saba.us port 443: Connection refused

Ah, seems we had some caching trouble. Can you try again now please?

My own build on a different (testing) daemon on that same server was successful!

For the official build, this should get picked up by https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/julia/218/console (which should happen as soon as https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/gcc/226/console finishes, hopefully within the next hour or so).

You're a legend. Thanks @tianon!

Just for posterity, arm32v7 was affected by this also (it's built on the same server), and so when it finally gets some queue time it should hopefully be fixed too. ๐Ÿ‘

(docker-library/official-images#9590 updated debian which always does a number on our queues, so it's gonna take some time to work back through ๐Ÿ˜…)

Unfortunately there is no build for armv7l ๐Ÿ˜ž

Oh! I guess that's just for 1.0, sorry (but same underlying build failure). ๐Ÿ˜ฌ