[GH-ISSUE #8605] Error fetching ANY model locally #67621

Open
opened 2026-05-04 11:04:20 -05:00 by GiteaMirror · 28 comments
Owner

Originally created by @devroopsaha744 on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8605

What is the issue?

This is the Error message that I am getting:

pulling manifest
pulling 6e9f90f02bb3... 0% ▕ ▏ 0 B/9.0 GB
Error: max retries exceeded: Get "6e9f90f02b/data": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host

the command I am using:
ollama pull <model-name>

I have also tried using:
ollama run <model-name>

Any Model that I want to fetch locally, throws this error. How to fix it? I believe, I have installed OLLAMA properly.

Please tell me how to resolve it.

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.5.4

Originally created by @devroopsaha744 on GitHub (Jan 27, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8605 ### What is the issue? This is the Error message that I am getting: pulling manifest pulling 6e9f90f02bb3... 0% ▕ ▏ 0 B/9.0 GB Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/6e/6e9f90f02bb3b39b59e81916e8cfce9deb45aeaeb9a54a5be4414486b907dc1e/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250127%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250127T091701Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=1afc1dcb356baf92d38344324c5f1504f216d4c77efb000442698708739d0298": dial tcp: lookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host the command I am using: `ollama pull <model-name>` I have also tried using: `ollama run <model-name>` Any Model that I want to fetch locally, throws this error. How to fix it? I believe, I have installed OLLAMA properly. Please tell me how to resolve it. ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.5.4
GiteaMirror added the networkingbug labels 2026-05-04 11:04:21 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 27, 2025):

The Cloudfare CDN that serves the model files has been a bit flaky lately. dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host indicates some sort of DNS issue. It currently works for me, but I am in Europe so presumably the DNS lookup is geo-located:

$ host dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has address 162.159.141.50
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has address 172.66.1.46
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has IPv6 address 2606:4700:7::12e
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has IPv6 address 2a06:98c1:58::12e

You can either wait until the host resolves or you could try editing your hosts file and adding an entry to dd20bb891979d25aebc8bec07b2b3bbc as above.

<!-- gh-comment-id:2615273634 --> @rick-github commented on GitHub (Jan 27, 2025): The Cloudfare CDN that serves the model files has been a bit flaky lately. `dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com: no such host` indicates some sort of DNS issue. It currently works for me, but I am in Europe so presumably the DNS lookup is geo-located: ```console $ host dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has address 162.159.141.50 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has address 172.66.1.46 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has IPv6 address 2606:4700:7::12e dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com has IPv6 address 2a06:98c1:58::12e ``` You can either wait until the host resolves or you could try [editing your hosts file](https://www.howtogeek.com/27350/beginner-geek-how-to-edit-your-hosts-file/) and adding an entry to dd20bb891979d25aebc8bec07b2b3bbc as above.
Author
Owner
<!-- gh-comment-id:2615340350 --> @rick-github commented on GitHub (Jan 27, 2025): https://www.isitdownrightnow.com/dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com.html
Author
Owner

@Toolfolks commented on GitHub (Jan 27, 2025):

Still down. Any ETA ?

<!-- gh-comment-id:2616378455 --> @Toolfolks commented on GitHub (Jan 27, 2025): Still down. Any ETA ?
Author
Owner

@rick-github commented on GitHub (Jan 27, 2025):

No idea. The site works for me in Europe, I'm guessing that you and isitdownrightnow.com are not and whatever IP the DNS is sending you to is currently non-functioning. If you are in windows you can try this workaround.

<!-- gh-comment-id:2616420571 --> @rick-github commented on GitHub (Jan 27, 2025): No idea. The site works for me in Europe, I'm guessing that you and isitdownrightnow.com are not and whatever IP the DNS is sending you to is currently non-functioning. If you are in windows you can try [this workaround](https://github.com/ollama/ollama/issues/3504#issuecomment-2616085992).
Author
Owner

@jaykhatri0875 commented on GitHub (Jan 30, 2025):

@devroopsaha744 try changing network or flush DNS settings, in my case my wifi was not able to find, but changing it to mobile hotspot worked. both were from same service provider strangely.

<!-- gh-comment-id:2624626715 --> @jaykhatri0875 commented on GitHub (Jan 30, 2025): @devroopsaha744 try changing network or flush DNS settings, in my case my wifi was not able to find, but changing it to mobile hotspot worked. both were from same service provider strangely.
Author
Owner

@mxyng commented on GitHub (Jan 30, 2025):

Comment from #8711

I haven't been able to reproduce this but I've forwarded it to Cloudflare.

<!-- gh-comment-id:2625802343 --> @mxyng commented on GitHub (Jan 30, 2025): Comment from #8711 > I haven't been able to reproduce this but I've forwarded it to Cloudflare.
Author
Owner

@Skizzy-create commented on GitHub (Jan 31, 2025):

This will give you the exact script, just run it: GitHub Issue Comment.

For Windows:

while ($true) {
    Write-Host "Attempting to download model..."
    $process = Start-Process -FilePath "ollama" -ArgumentList "pull deepseek-r1" -PassThru -NoNewWindow
    try {
        $process | Wait-Process -Timeout 10 -ErrorAction Stop
        if ($process.ExitCode -eq 0) {
            Write-Host "Model downloaded successfully!"
            break
        } else {
            Write-Host "Download failed (Exit code: $($process.ExitCode)). Retrying..."
        }
    } catch {
        Write-Host "Timeout occurred, restarting download..."
        $process | Stop-Process -Force -ErrorAction SilentlyContinue
    }
    Start-Sleep -Seconds 2
}

For Linux/mac:

#!/bin/bash

while true; do
    echo "Attempting to download model..."
    ollama pull deepseek-r1 &
    process_pid=$!
    sleep 10

    if wait $process_pid; then
        echo "Model downloaded successfully!"
        break
    else
        echo "Download failed. Retrying..."
        kill -9 $process_pid 2>/dev/null
    fi

    sleep 2
done
<!-- gh-comment-id:2627411595 --> @Skizzy-create commented on GitHub (Jan 31, 2025): This will give you the exact script, just run it: [GitHub Issue Comment](https://github.com/ollama/ollama/issues/8652). ### For Windows: ```powershell while ($true) { Write-Host "Attempting to download model..." $process = Start-Process -FilePath "ollama" -ArgumentList "pull deepseek-r1" -PassThru -NoNewWindow try { $process | Wait-Process -Timeout 10 -ErrorAction Stop if ($process.ExitCode -eq 0) { Write-Host "Model downloaded successfully!" break } else { Write-Host "Download failed (Exit code: $($process.ExitCode)). Retrying..." } } catch { Write-Host "Timeout occurred, restarting download..." $process | Stop-Process -Force -ErrorAction SilentlyContinue } Start-Sleep -Seconds 2 } ``` ### For Linux/mac: ```bash #!/bin/bash while true; do echo "Attempting to download model..." ollama pull deepseek-r1 & process_pid=$! sleep 10 if wait $process_pid; then echo "Model downloaded successfully!" break else echo "Download failed. Retrying..." kill -9 $process_pid 2>/dev/null fi sleep 2 done ```
Author
Owner

@Woutifier commented on GitHub (Feb 6, 2025):

Hi,

I'm an engineer on Cloudflare's DNS team investigating this issue.

I've checked our logs and don't see any failed queries on our side. That typically indicates that the problem is somewhere in between our software and the users experiencing the issues. The most likely candidate being the network.

When you see this issue occurring, could you use the dig utility to gather some more data and post it here?

E.g. to test resolution from your computer (without the involvement of your ISPs resolver):

$ dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace
; <<>> DiG 9.18.30-0ubuntu0.24.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace
;; global options: +cmd
.			514670	IN	NS	a.root-servers.net.
.			514670	IN	NS	b.root-servers.net.
.			514670	IN	NS	c.root-servers.net.
.			514670	IN	NS	d.root-servers.net.
.			514670	IN	NS	e.root-servers.net.
.			514670	IN	NS	f.root-servers.net.
.			514670	IN	NS	g.root-servers.net.
.			514670	IN	NS	h.root-servers.net.
.			514670	IN	NS	i.root-servers.net.
.			514670	IN	NS	j.root-servers.net.
.			514670	IN	NS	k.root-servers.net.
.			514670	IN	NS	l.root-servers.net.
.			514670	IN	NS	m.root-servers.net.
;; Received 239 bytes from 127.0.2.2#53(127.0.2.2) in 139 ms

com.			172800	IN	NS	a.gtld-servers.net.
com.			172800	IN	NS	b.gtld-servers.net.
com.			172800	IN	NS	c.gtld-servers.net.
com.			172800	IN	NS	d.gtld-servers.net.
com.			172800	IN	NS	e.gtld-servers.net.
com.			172800	IN	NS	f.gtld-servers.net.
com.			172800	IN	NS	g.gtld-servers.net.
com.			172800	IN	NS	h.gtld-servers.net.
com.			172800	IN	NS	i.gtld-servers.net.
com.			172800	IN	NS	j.gtld-servers.net.
com.			172800	IN	NS	k.gtld-servers.net.
com.			172800	IN	NS	l.gtld-servers.net.
com.			172800	IN	NS	m.gtld-servers.net.
com.			86400	IN	DS	19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A
com.			86400	IN	RRSIG	DS 8 1 86400 20250218050000 20250205040000 26470 . iMPXZlQFdckZKQc+l6fi/9ADJux3n9rbhmG2tp/kPqO/bplc/o+dSFd1 HNi8SoBWKAqpEoNLznyrnLblwutrjMYC4GOeEw99zkHRXbJk6u7+axCI DpGBpzEMiPNx73SUuDtPpbPCMb0adUnQV/9GCjKZXfF8neLCBFd4mU1u RJLPVG4Epa5gJveExwad2Vnx/DB0qYICeSWq+tcbu4IF+5BxHm+SnhNp pbtou9KEiPKkORyoVQtNcwdYivwmmHd+kHnaf95jhsqxkl/YisLy1ZJb yt7/najSlkYRYF26ECtfsxf8un1uaip5W8NN8MdfJesuh0rMkqXL9J22 EhIrTQ==
;; Received 1217 bytes from 199.7.83.42#53(l.root-servers.net) in 321 ms

cloudflarestorage.com.	172800	IN	NS	drew.ns.cloudflare.com.
cloudflarestorage.com.	172800	IN	NS	tegan.ns.cloudflare.com.
cloudflarestorage.com.	86400	IN	DS	2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805
cloudflarestorage.com.	86400	IN	RRSIG	DS 13 2 86400 20250209010527 20250201235527 23202 com. r1XdSwrWvtenAnFnn+FFjElPqeY4WpXm6PQew73AE8n/nR5hSkVszExv n8XA1GEyZuoeIsi5ipeyBlrZhyGvVQ==
;; Received 550 bytes from 192.43.172.30#53(i.gtld-servers.net) in 22 ms

r2.cloudflarestorage.com. 300	IN	NS	camilo.ns.cloudflare.com.
r2.cloudflarestorage.com. 300	IN	NS	raphaela.ns.cloudflare.com.
r2.cloudflarestorage.com. 300	IN	DS	2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB
r2.cloudflarestorage.com. 300	IN	RRSIG	DS 13 3 300 20250206150815 20250204130815 34505 cloudflarestorage.com. Tg0jUqQdHkBM/unm+cbS1mr7afUAxb8u7g7DdfUIj6AziTeQCgpA7Rp3 3cmo8YQd7IRJNYoOuju2Vrev7kdLIg==
;; Received 309 bytes from 172.64.33.160#53(drew.ns.cloudflare.com) in 22 ms

dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG	A 13 4 300 20250206150815 20250204130815 34505 r2.cloudflarestorage.com. FIWdEYTh9uQDPHfuICKm/LIFk85ZqxEslweQ2l8K9LNnW8y5FptYsjRl v/nVlHbuz3a7TBGbFqNuGlwwr2WOug==
;; Received 238 bytes from 108.162.194.192#53(raphaela.ns.cloudflare.com) in 22 ms

Then, if there is an unexpected response somewhere you can use the +nsid option to pinpoint the PoP that you are reaching. In this case targeting the IP 108.162.194.192 directly (taken from the last line of the previous dig +trace):

$ dig @108.162.194.192 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid
...
; NSID: 35 32 30 6d 39 37 ("520m97")
...
;; ANSWER SECTION:
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46
...

An mtr to (one of) our nameserver IPs may also be helpful:

$ mtr 108.162.194.192 --udp --port 53 --report --aslookup
<!-- gh-comment-id:2639100703 --> @Woutifier commented on GitHub (Feb 6, 2025): Hi, I'm an engineer on Cloudflare's DNS team investigating this issue. I've checked our logs and don't see any failed queries on our side. That typically indicates that the problem is somewhere in between our software and the users experiencing the issues. The most likely candidate being the network. When you see this issue occurring, could you use the dig utility to gather some more data and post it here? E.g. to test resolution from your computer (without the involvement of your ISPs resolver): ``` $ dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ; <<>> DiG 9.18.30-0ubuntu0.24.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ;; global options: +cmd . 514670 IN NS a.root-servers.net. . 514670 IN NS b.root-servers.net. . 514670 IN NS c.root-servers.net. . 514670 IN NS d.root-servers.net. . 514670 IN NS e.root-servers.net. . 514670 IN NS f.root-servers.net. . 514670 IN NS g.root-servers.net. . 514670 IN NS h.root-servers.net. . 514670 IN NS i.root-servers.net. . 514670 IN NS j.root-servers.net. . 514670 IN NS k.root-servers.net. . 514670 IN NS l.root-servers.net. . 514670 IN NS m.root-servers.net. ;; Received 239 bytes from 127.0.2.2#53(127.0.2.2) in 139 ms com. 172800 IN NS a.gtld-servers.net. com. 172800 IN NS b.gtld-servers.net. com. 172800 IN NS c.gtld-servers.net. com. 172800 IN NS d.gtld-servers.net. com. 172800 IN NS e.gtld-servers.net. com. 172800 IN NS f.gtld-servers.net. com. 172800 IN NS g.gtld-servers.net. com. 172800 IN NS h.gtld-servers.net. com. 172800 IN NS i.gtld-servers.net. com. 172800 IN NS j.gtld-servers.net. com. 172800 IN NS k.gtld-servers.net. com. 172800 IN NS l.gtld-servers.net. com. 172800 IN NS m.gtld-servers.net. com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A com. 86400 IN RRSIG DS 8 1 86400 20250218050000 20250205040000 26470 . iMPXZlQFdckZKQc+l6fi/9ADJux3n9rbhmG2tp/kPqO/bplc/o+dSFd1 HNi8SoBWKAqpEoNLznyrnLblwutrjMYC4GOeEw99zkHRXbJk6u7+axCI DpGBpzEMiPNx73SUuDtPpbPCMb0adUnQV/9GCjKZXfF8neLCBFd4mU1u RJLPVG4Epa5gJveExwad2Vnx/DB0qYICeSWq+tcbu4IF+5BxHm+SnhNp pbtou9KEiPKkORyoVQtNcwdYivwmmHd+kHnaf95jhsqxkl/YisLy1ZJb yt7/najSlkYRYF26ECtfsxf8un1uaip5W8NN8MdfJesuh0rMkqXL9J22 EhIrTQ== ;; Received 1217 bytes from 199.7.83.42#53(l.root-servers.net) in 321 ms cloudflarestorage.com. 172800 IN NS drew.ns.cloudflare.com. cloudflarestorage.com. 172800 IN NS tegan.ns.cloudflare.com. cloudflarestorage.com. 86400 IN DS 2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805 cloudflarestorage.com. 86400 IN RRSIG DS 13 2 86400 20250209010527 20250201235527 23202 com. r1XdSwrWvtenAnFnn+FFjElPqeY4WpXm6PQew73AE8n/nR5hSkVszExv n8XA1GEyZuoeIsi5ipeyBlrZhyGvVQ== ;; Received 550 bytes from 192.43.172.30#53(i.gtld-servers.net) in 22 ms r2.cloudflarestorage.com. 300 IN NS camilo.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN NS raphaela.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN DS 2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB r2.cloudflarestorage.com. 300 IN RRSIG DS 13 3 300 20250206150815 20250204130815 34505 cloudflarestorage.com. Tg0jUqQdHkBM/unm+cbS1mr7afUAxb8u7g7DdfUIj6AziTeQCgpA7Rp3 3cmo8YQd7IRJNYoOuju2Vrev7kdLIg== ;; Received 309 bytes from 172.64.33.160#53(drew.ns.cloudflare.com) in 22 ms dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG A 13 4 300 20250206150815 20250204130815 34505 r2.cloudflarestorage.com. FIWdEYTh9uQDPHfuICKm/LIFk85ZqxEslweQ2l8K9LNnW8y5FptYsjRl v/nVlHbuz3a7TBGbFqNuGlwwr2WOug== ;; Received 238 bytes from 108.162.194.192#53(raphaela.ns.cloudflare.com) in 22 ms ``` Then, if there is an unexpected response somewhere you can use the `+nsid` option to pinpoint the PoP that you are reaching. In this case targeting the IP 108.162.194.192 directly (taken from the last line of the previous dig +trace): ``` $ dig @108.162.194.192 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid ... ; NSID: 35 32 30 6d 39 37 ("520m97") ... ;; ANSWER SECTION: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46 ... ``` An mtr to (one of) our nameserver IPs may also be helpful: ``` $ mtr 108.162.194.192 --udp --port 53 --report --aslookup ```
Author
Owner

@rick-github commented on GitHub (Feb 6, 2025):

I've never had an issue reaching the server, here's my baseline

$ dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflaree
torage.com +trace 
; <<>> DiG 9.18.30-0ubuntu0.22.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace
;; global options: +cmd
.			32827	IN	NS	b.root-servers.net.
.			32827	IN	NS	d.root-servers.net.
.			32827	IN	NS	c.root-servers.net.
.			32827	IN	NS	i.root-servers.net.
.			32827	IN	NS	l.root-servers.net.
.			32827	IN	NS	m.root-servers.net.
.			32827	IN	NS	k.root-servers.net.
.			32827	IN	NS	h.root-servers.net.
.			32827	IN	NS	j.root-servers.net.
.			32827	IN	NS	g.root-servers.net.
.			32827	IN	NS	a.root-servers.net.
.			32827	IN	NS	f.root-servers.net.
.			32827	IN	NS	e.root-servers.net.
;; Received 239 bytes from 127.0.0.53#53(127.0.0.53) in 11 ms

;; UDP setup with 2001:500:1::53#53(2001:500:1::53) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
;; UDP setup with 2001:500:1::53#53(2001:500:1::53) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
;; UDP setup with 2001:500:1::53#53(2001:500:1::53) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; UDP setup with 2001:503:c27::2:30#53(2001:503:c27::2:30) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; UDP setup with 2001:dc3::35#53(2001:dc3::35) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; UDP setup with 2001:7fd::1#53(2001:7fd::1) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
com.			172800	IN	NS	a.gtld-servers.net.
com.			172800	IN	NS	b.gtld-servers.net.
com.			172800	IN	NS	c.gtld-servers.net.
com.			172800	IN	NS	d.gtld-servers.net.
com.			172800	IN	NS	e.gtld-servers.net.
com.			172800	IN	NS	f.gtld-servers.net.
com.			172800	IN	NS	g.gtld-servers.net.
com.			172800	IN	NS	h.gtld-servers.net.
com.			172800	IN	NS	i.gtld-servers.net.
com.			172800	IN	NS	j.gtld-servers.net.
com.			172800	IN	NS	k.gtld-servers.net.
com.			172800	IN	NS	l.gtld-servers.net.
com.			172800	IN	NS	m.gtld-servers.net.
com.			86400	IN	DS	19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A
com.			86400	IN	RRSIG	DS 8 1 86400 20250219050000 20250206040000 26470 . OS8jtQ6p6Y+HIiVWlkcdgAeh07cKN2ZbM4q2ML8Gr3C6lAy7vZUxTH0o mFJGs0NxWkp9EX7uGl2EtahDAtN1V6iw2z6DUx+qFFrSOEbVOlb59MUw SOpYnn/Pp3sXWyioz4yQVjvZZDeQMWZAfewnLqIEw2sXwqcOOYlBRU7x 0gX9bQTq0yF1bIFt3vOSuUnjohbt6Yl6fKZyo3UgYOL4XBrzcftfdbde G0dX4sOJVe6UURSVgUcS5yZYnfi+u9Gxu0nR1gIMGmlZ5/iJTBG24f/X BYKt6z1EzYkRHq8JITWVlQt4o/yLFGi2eNNtbGoAenkEiwggJQbYmcsp Ndmyxw==
;; Received 1217 bytes from 198.97.190.53#53(h.root-servers.net) in 19 ms

cloudflarestorage.com.	172800	IN	NS	drew.ns.cloudflare.com.
cloudflarestorage.com.	172800	IN	NS	tegan.ns.cloudflare.com.
cloudflarestorage.com.	86400	IN	DS	2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805
cloudflarestorage.com.	86400	IN	RRSIG	DS 13 2 86400 20250213010427 20250205235427 23202 com. BJG8LRmfQUe8bythMSYR5+z8/aARIQK8ctI1l/e9y8yyKMWvpXi/2oM9 wXJc2w9B4zOrtQTQxRbHZrMXea5rYQ==
;; Received 550 bytes from 192.41.162.30#53(l.gtld-servers.net) in 43 ms

r2.cloudflarestorage.com. 300	IN	NS	camilo.ns.cloudflare.com.
r2.cloudflarestorage.com. 300	IN	NS	raphaela.ns.cloudflare.com.
r2.cloudflarestorage.com. 300	IN	DS	2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB
r2.cloudflarestorage.com. 300	IN	RRSIG	DS 13 3 300 20250207121309 20250205101309 34505 cloudflarestorage.com. GJJ390aEFcljE+tflYvQPUSvdoDsoBc/K1DBxrlIgkNIEuxF/KIsA0y8 zdQcmpwkHRix2S+/T0wK7m156KZ/mg==
;; Received 309 bytes from 172.64.32.226#53(tegan.ns.cloudflare.com) in 19 ms

;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; UDP setup with 2a06:98c1:50::ac40:22c0#53(2a06:98c1:50::ac40:22c0) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; UDP setup with 2803:f800:50::6ca2:c376#53(2803:f800:50::6ca2:c376) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; UDP setup with 2a06:98c1:50::ac40:2376#53(2a06:98c1:50::ac40:2376) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG	A 13 4 300 20250207121309 20250205101309 34505 r2.cloudflarestorage.com. IdGHI+k9U9nJxhzM+hihvwxNFm5lb5A1EO4FfTpGk4wQIchgxcBpeY1Y 1B0bVy2lqoGPwOIXNubrp2ufkU6nKA==
;; Received 238 bytes from 108.162.195.118#53(camilo.ns.cloudflare.com) in 23 ms

I don't have an ipv6 tunnel to the outside from my desktop which I presume is why there are UDP setup failures. The same command from a European cloud server works without reporting errors.

<!-- gh-comment-id:2639553499 --> @rick-github commented on GitHub (Feb 6, 2025): I've never had an issue reaching the server, here's my baseline ``` $ dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflaree torage.com +trace ; <<>> DiG 9.18.30-0ubuntu0.22.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ;; global options: +cmd . 32827 IN NS b.root-servers.net. . 32827 IN NS d.root-servers.net. . 32827 IN NS c.root-servers.net. . 32827 IN NS i.root-servers.net. . 32827 IN NS l.root-servers.net. . 32827 IN NS m.root-servers.net. . 32827 IN NS k.root-servers.net. . 32827 IN NS h.root-servers.net. . 32827 IN NS j.root-servers.net. . 32827 IN NS g.root-servers.net. . 32827 IN NS a.root-servers.net. . 32827 IN NS f.root-servers.net. . 32827 IN NS e.root-servers.net. ;; Received 239 bytes from 127.0.0.53#53(127.0.0.53) in 11 ms ;; UDP setup with 2001:500:1::53#53(2001:500:1::53) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ;; UDP setup with 2001:500:1::53#53(2001:500:1::53) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ;; UDP setup with 2001:500:1::53#53(2001:500:1::53) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; UDP setup with 2001:503:c27::2:30#53(2001:503:c27::2:30) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; UDP setup with 2001:dc3::35#53(2001:dc3::35) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; UDP setup with 2001:7fd::1#53(2001:7fd::1) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. com. 172800 IN NS a.gtld-servers.net. com. 172800 IN NS b.gtld-servers.net. com. 172800 IN NS c.gtld-servers.net. com. 172800 IN NS d.gtld-servers.net. com. 172800 IN NS e.gtld-servers.net. com. 172800 IN NS f.gtld-servers.net. com. 172800 IN NS g.gtld-servers.net. com. 172800 IN NS h.gtld-servers.net. com. 172800 IN NS i.gtld-servers.net. com. 172800 IN NS j.gtld-servers.net. com. 172800 IN NS k.gtld-servers.net. com. 172800 IN NS l.gtld-servers.net. com. 172800 IN NS m.gtld-servers.net. com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A com. 86400 IN RRSIG DS 8 1 86400 20250219050000 20250206040000 26470 . OS8jtQ6p6Y+HIiVWlkcdgAeh07cKN2ZbM4q2ML8Gr3C6lAy7vZUxTH0o mFJGs0NxWkp9EX7uGl2EtahDAtN1V6iw2z6DUx+qFFrSOEbVOlb59MUw SOpYnn/Pp3sXWyioz4yQVjvZZDeQMWZAfewnLqIEw2sXwqcOOYlBRU7x 0gX9bQTq0yF1bIFt3vOSuUnjohbt6Yl6fKZyo3UgYOL4XBrzcftfdbde G0dX4sOJVe6UURSVgUcS5yZYnfi+u9Gxu0nR1gIMGmlZ5/iJTBG24f/X BYKt6z1EzYkRHq8JITWVlQt4o/yLFGi2eNNtbGoAenkEiwggJQbYmcsp Ndmyxw== ;; Received 1217 bytes from 198.97.190.53#53(h.root-servers.net) in 19 ms cloudflarestorage.com. 172800 IN NS drew.ns.cloudflare.com. cloudflarestorage.com. 172800 IN NS tegan.ns.cloudflare.com. cloudflarestorage.com. 86400 IN DS 2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805 cloudflarestorage.com. 86400 IN RRSIG DS 13 2 86400 20250213010427 20250205235427 23202 com. BJG8LRmfQUe8bythMSYR5+z8/aARIQK8ctI1l/e9y8yyKMWvpXi/2oM9 wXJc2w9B4zOrtQTQxRbHZrMXea5rYQ== ;; Received 550 bytes from 192.41.162.30#53(l.gtld-servers.net) in 43 ms r2.cloudflarestorage.com. 300 IN NS camilo.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN NS raphaela.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN DS 2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB r2.cloudflarestorage.com. 300 IN RRSIG DS 13 3 300 20250207121309 20250205101309 34505 cloudflarestorage.com. GJJ390aEFcljE+tflYvQPUSvdoDsoBc/K1DBxrlIgkNIEuxF/KIsA0y8 zdQcmpwkHRix2S+/T0wK7m156KZ/mg== ;; Received 309 bytes from 172.64.32.226#53(tegan.ns.cloudflare.com) in 19 ms ;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; UDP setup with 2a06:98c1:50::ac40:22c0#53(2a06:98c1:50::ac40:22c0) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; UDP setup with 2803:f800:50::6ca2:c376#53(2803:f800:50::6ca2:c376) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; UDP setup with 2a06:98c1:50::ac40:2376#53(2a06:98c1:50::ac40:2376) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG A 13 4 300 20250207121309 20250205101309 34505 r2.cloudflarestorage.com. IdGHI+k9U9nJxhzM+hihvwxNFm5lb5A1EO4FfTpGk4wQIchgxcBpeY1Y 1B0bVy2lqoGPwOIXNubrp2ufkU6nKA== ;; Received 238 bytes from 108.162.195.118#53(camilo.ns.cloudflare.com) in 23 ms ``` I don't have an ipv6 tunnel to the outside from my desktop which I presume is why there are UDP setup failures. The same command from a European cloud server works without reporting errors.
Author
Owner

@Woutifier commented on GitHub (Feb 10, 2025):

Thanks @rick-github that looks OK to me (aside from IPv6 but as you point out that's likely a local issue). If we can get one of these from someone that's experiencing issues that may give us a hint as to what is wrong.

<!-- gh-comment-id:2648299816 --> @Woutifier commented on GitHub (Feb 10, 2025): Thanks @rick-github that looks OK to me (aside from IPv6 but as you point out that's likely a local issue). If we can get one of these from someone that's experiencing issues that may give us a hint as to what is wrong.
Author
Owner

@Sytten commented on GitHub (Feb 18, 2025):

@Woutifier Unrelated to the current bucket but we have had reports of users having problems too with R2. Most recently users could not connect to 011d6d2c3b16566b4a68d3410328c12a.r2.cloudflarestorage.com.

<!-- gh-comment-id:2665784729 --> @Sytten commented on GitHub (Feb 18, 2025): @Woutifier Unrelated to the current bucket but we have had reports of users having problems too with R2. Most recently users could not connect to 011d6d2c3b16566b4a68d3410328c12a.r2.cloudflarestorage.com.
Author
Owner

@Woutifier commented on GitHub (Feb 27, 2025):

Unfortunately without anyone running the steps posted above to gain more insight into why it is failing it is very hard to debug this.

<!-- gh-comment-id:2688551078 --> @Woutifier commented on GitHub (Feb 27, 2025): Unfortunately without anyone running the steps posted above to gain more insight into why it is failing it is very hard to debug this.
Author
Owner

@Skizzy-create commented on GitHub (Feb 28, 2025):

Unfortunately without anyone running the steps posted above to gain more insight into why it is failing it is very hard to debug this.

Hi, I'm the one who wrote this comment.

I wasn't able to download anything without using those scripts. However, once my university's internet was fixed—jumping from speeds of a few hundred kbps to over 35MBps—the models downloaded perfectly fine. I believe this issue was due to packet loss.

<!-- gh-comment-id:2689664180 --> @Skizzy-create commented on GitHub (Feb 28, 2025): > Unfortunately without anyone running the steps posted above to gain more insight into why it is failing it is very hard to debug this. Hi, I'm the one who wrote [this comment](https://github.com/ollama/ollama/issues/8605#issuecomment-2627411595). I wasn't able to download anything without using those scripts. However, once my university's internet was fixed—jumping from speeds of a few hundred kbps to over 35MBps—the models downloaded perfectly fine. I believe this issue was due to packet loss.
Author
Owner

@Skizzy-create commented on GitHub (Feb 28, 2025):

Unfortunately without anyone running the steps posted above to gain more insight into why it is failing it is very hard to debug this.

You could also mention the steps to run for the outputs you want

<!-- gh-comment-id:2689665133 --> @Skizzy-create commented on GitHub (Feb 28, 2025): > Unfortunately without anyone running the steps posted above to gain more insight into why it is failing it is very hard to debug this. You could also mention the steps to run for the outputs you want
Author
Owner

@Woutifier commented on GitHub (Feb 28, 2025):

The steps are in this comment here: https://github.com/ollama/ollama/issues/8605#issuecomment-2639100703

The original issue in this thread is a DNS resolution issue (the "no such host" error). Which may or may not be related to packet loss, but if the download is able to start then that's a different issue.

<!-- gh-comment-id:2690326648 --> @Woutifier commented on GitHub (Feb 28, 2025): The steps are in this comment here: https://github.com/ollama/ollama/issues/8605#issuecomment-2639100703 The original issue in this thread is a DNS resolution issue (the "no such host" error). Which may or may not be related to packet loss, but if the download is able to start then that's a different issue.
Author
Owner

@rick-github commented on GitHub (Mar 1, 2025):

@Woutifier #9443 is currently experiencing the issue and has followed the diagnosis steps.

<!-- gh-comment-id:2692375921 --> @rick-github commented on GitHub (Mar 1, 2025): @Woutifier #9443 is currently experiencing the issue and has followed the diagnosis steps.
Author
Owner

@tomaszbk commented on GitHub (Mar 12, 2025):

Using ollama 0.6.0, I can't download any models (I am using the ollama docker image)
I'm attaching the container logs:

2025-03-12 09:52:40 Couldn't find '/root/.ollama/id_ed25519'. Generating new private key.
2025-03-12 09:52:40 Your new public key is: 
2025-03-12 09:52:40 
2025-03-12 09:52:40 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzgRbA5vFdsaKGaR4NQwj36bHBZ5kJprekF85UaZYT4
2025-03-12 09:52:40 
2025-03-12 09:52:40 2025/03/12 12:52:40 routes.go:1225: INFO server config env="map[CUDA_VISIBLE_DEVICES:0 GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:2048 OLLAMA_DEBUG:true OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.065Z level=INFO source=images.go:432 msg="total blobs: 0"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.065Z level=INFO source=images.go:439 msg="total unused blobs removed: 0"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.066Z level=INFO source=routes.go:1292 msg="Listening on [::]:11434 (version 0.6.0)"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.066Z level=DEBUG source=sched.go:106 msg="starting llm scheduler"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=DEBUG source=gpu.go:98 msg="searching for GPU discovery libraries for NVIDIA"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=DEBUG source=gpu.go:501 msg="Searching for GPU library" name=libcuda.so*
2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=DEBUG source=gpu.go:525 msg="gpu library search" globs="[/usr/lib/ollama/libcuda.so* /usr/local/nvidia/lib/libcuda.so* /usr/local/nvidia/lib64/libcuda.so* /usr/local/cuda*/targets/*/lib/libcuda.so* /usr/lib/*-linux-gnu/nvidia/current/libcuda.so* /usr/lib/*-linux-gnu/libcuda.so* /usr/lib/wsl/lib/libcuda.so* /usr/lib/wsl/drivers/*/libcuda.so* /opt/cuda/lib*/libcuda.so* /usr/local/cuda/lib*/libcuda.so* /usr/lib*/libcuda.so* /usr/local/lib*/libcuda.so*]"
2025-03-12 09:52:40 time=2025-03-12T12:52:40.070Z level=DEBUG source=gpu.go:558 msg="discovered GPU libraries" paths="[/usr/lib/x86_64-linux-gnu/libcuda.so.1 /usr/lib/wsl/drivers/nv_dispsi.inf_amd64_849fb1afbc520ee7/libcuda.so.1.1]"
2025-03-12 09:52:40 initializing /usr/lib/x86_64-linux-gnu/libcuda.so.1
2025-03-12 09:52:40 dlsym: cuInit - 0x7ff34d5f39f0
2025-03-12 09:52:40 dlsym: cuDriverGetVersion - 0x7ff34d5f39b0
2025-03-12 09:52:40 dlsym: cuDeviceGetCount - 0x7ff34d5f3a2d
2025-03-12 09:52:40 dlsym: cuDeviceGet - 0x7ff34d5f3a27
2025-03-12 09:52:40 dlsym: cuDeviceGetAttribute - 0x7ff34d5f3910
2025-03-12 09:52:40 dlsym: cuDeviceGetUuid - 0x7ff34d5f3a39
2025-03-12 09:52:40 dlsym: cuDeviceGetName - 0x7ff34d5f3a33
2025-03-12 09:52:40 dlsym: cuCtxCreate_v3 - 0x7ff34d5f3aab
2025-03-12 09:52:40 dlsym: cuMemGetInfo_v2 - 0x7ff34d5f3bad
2025-03-12 09:52:40 dlsym: cuCtxDestroy - 0x7ff34d5f3abd
2025-03-12 09:52:40 calling cuInit
2025-03-12 09:52:40 calling cuDriverGetVersion
2025-03-12 09:52:40 raw version 0x2f30
2025-03-12 09:52:40 CUDA driver version: 12.8
2025-03-12 09:52:45 [GIN] 2025/03/12 - 12:52:45 | 200 |     919.013µs |       127.0.0.1 | HEAD     "/"
2025-03-12 09:52:40 calling cuDeviceGetCount
2025-03-12 09:52:40 device count 1
2025-03-12 09:52:40 time=2025-03-12T12:52:40.159Z level=DEBUG source=gpu.go:125 msg="detected GPUs" count=1 library=/usr/lib/x86_64-linux-gnu/libcuda.so.1
2025-03-12 09:52:40 [GPU-98df2674-c0ca-b15b-1a24-bf2947db3290] CUDA totalMem 8191 mb
2025-03-12 09:52:40 [GPU-98df2674-c0ca-b15b-1a24-bf2947db3290] CUDA freeMem 7100 mb
2025-03-12 09:52:40 [GPU-98df2674-c0ca-b15b-1a24-bf2947db3290] Compute Capability 8.6
2025-03-12 09:52:40 time=2025-03-12T12:52:40.337Z level=DEBUG source=amd_linux.go:419 msg="amdgpu driver not detected /sys/module/amdgpu"
2025-03-12 09:52:40 releasing cuda driver library
2025-03-12 09:52:40 time=2025-03-12T12:52:40.337Z level=INFO source=types.go:130 msg="inference compute" id=GPU-98df2674-c0ca-b15b-1a24-bf2947db3290 library=cuda variant=v12 compute=8.6 driver=12.8 name="NVIDIA GeForce RTX 3070" total="8.0 GiB" available="6.9 GiB"
pulling manifest ⠏ time=2025-03-12T12:52:46.054Z level=INFO source=download.go:176 msg="downloading 667b0c1932bc in 16 307 MB part(s)"
pulling manifest 
2025-03-12 09:52:46 pulling 667b0c1932bc...   0% ▕                ▏    0 B/4.9 GB                  time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.245Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.245Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s"
2025-03-12 09:52:46 time=2025-03-12T12:52:46.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tpulling manifest 
2025-03-12 09:52:47 pulling 667b0c1932bc...   0% ▕                ▏    0 B/4.9 GB                  time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s"
2025-03-12 09:52:47 time=2025-03-12T12:52:47.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcpulling manifest 
2025-03-12 09:52:49 pulling 667b0c1932bc...   0% ▕                ▏    0 B/4.9 GB                  time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.250Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s"
2025-03-12 09:52:49 time=2025-03-12T12:52:49.250Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcpulling manifest 
2025-03-12 09:52:53 pulling 667b0c1932bc...   0% ▕                ▏    0 B/4.9 GB                  time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s"
2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tpulling manifest 
2025-03-12 09:53:01 pulling 667b0c1932bc...   0% ▕                ▏    0 B/4.9 GB                  time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s"
2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tpulling manifest 
2025-03-12 09:53:14 pulling 667b0c1932bc...   0% ▕                ▏    0 B/4.9 GB                  

And this is the dig command output:

# dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace

; <<>> DiG 9.18.30-0ubuntu0.20.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace
;; global options: +cmd
;; Received 17 bytes from 127.0.0.11#53(127.0.0.11) in 2540 ms

and

# dig @2409:40f0:11d7:18d0:e830:7ff:fe10:d52 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid +trace 
;; UDP setup with 2409:40f0:11d7:18d0:e830:7ff:fe10:d52#53(2409:40f0:11d7:18d0:e830:7ff:fe10:d52) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
;; UDP setup with 2409:40f0:11d7:18d0:e830:7ff:fe10:d52#53(2409:40f0:11d7:18d0:e830:7ff:fe10:d52) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
;; UDP setup with 2409:40f0:11d7:18d0:e830:7ff:fe10:d52#53(2409:40f0:11d7:18d0:e830:7ff:fe10:d52) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
# dig @108.162.195.118 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid

; <<>> DiG 9.18.30-0ubuntu0.20.04.2-Ubuntu <<>> @108.162.195.118 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61875
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
; NSID: 34 34 6d 32 33 37 ("44m237")
;; QUESTION SECTION:
;dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. IN A

;; ANSWER SECTION:
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50

;; Query time: 10 msec
;; SERVER: 108.162.195.118#53(108.162.195.118) (UDP)
;; WHEN: Wed Mar 12 10:14:51 -03 2025
;; MSG SIZE  rcvd: 128
# dig @2606:4700:58::a29f:2c76 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid
;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable.
;; no servers could be reached
<!-- gh-comment-id:2717857553 --> @tomaszbk commented on GitHub (Mar 12, 2025): Using ollama 0.6.0, I can't download any models (I am using the ollama docker image) I'm attaching the container logs: ``` 2025-03-12 09:52:40 Couldn't find '/root/.ollama/id_ed25519'. Generating new private key. 2025-03-12 09:52:40 Your new public key is: 2025-03-12 09:52:40 2025-03-12 09:52:40 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBzgRbA5vFdsaKGaR4NQwj36bHBZ5kJprekF85UaZYT4 2025-03-12 09:52:40 2025-03-12 09:52:40 2025/03/12 12:52:40 routes.go:1225: INFO server config env="map[CUDA_VISIBLE_DEVICES:0 GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:2048 OLLAMA_DEBUG:true OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.065Z level=INFO source=images.go:432 msg="total blobs: 0" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.065Z level=INFO source=images.go:439 msg="total unused blobs removed: 0" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.066Z level=INFO source=routes.go:1292 msg="Listening on [::]:11434 (version 0.6.0)" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.066Z level=DEBUG source=sched.go:106 msg="starting llm scheduler" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=DEBUG source=gpu.go:98 msg="searching for GPU discovery libraries for NVIDIA" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=DEBUG source=gpu.go:501 msg="Searching for GPU library" name=libcuda.so* 2025-03-12 09:52:40 time=2025-03-12T12:52:40.067Z level=DEBUG source=gpu.go:525 msg="gpu library search" globs="[/usr/lib/ollama/libcuda.so* /usr/local/nvidia/lib/libcuda.so* /usr/local/nvidia/lib64/libcuda.so* /usr/local/cuda*/targets/*/lib/libcuda.so* /usr/lib/*-linux-gnu/nvidia/current/libcuda.so* /usr/lib/*-linux-gnu/libcuda.so* /usr/lib/wsl/lib/libcuda.so* /usr/lib/wsl/drivers/*/libcuda.so* /opt/cuda/lib*/libcuda.so* /usr/local/cuda/lib*/libcuda.so* /usr/lib*/libcuda.so* /usr/local/lib*/libcuda.so*]" 2025-03-12 09:52:40 time=2025-03-12T12:52:40.070Z level=DEBUG source=gpu.go:558 msg="discovered GPU libraries" paths="[/usr/lib/x86_64-linux-gnu/libcuda.so.1 /usr/lib/wsl/drivers/nv_dispsi.inf_amd64_849fb1afbc520ee7/libcuda.so.1.1]" 2025-03-12 09:52:40 initializing /usr/lib/x86_64-linux-gnu/libcuda.so.1 2025-03-12 09:52:40 dlsym: cuInit - 0x7ff34d5f39f0 2025-03-12 09:52:40 dlsym: cuDriverGetVersion - 0x7ff34d5f39b0 2025-03-12 09:52:40 dlsym: cuDeviceGetCount - 0x7ff34d5f3a2d 2025-03-12 09:52:40 dlsym: cuDeviceGet - 0x7ff34d5f3a27 2025-03-12 09:52:40 dlsym: cuDeviceGetAttribute - 0x7ff34d5f3910 2025-03-12 09:52:40 dlsym: cuDeviceGetUuid - 0x7ff34d5f3a39 2025-03-12 09:52:40 dlsym: cuDeviceGetName - 0x7ff34d5f3a33 2025-03-12 09:52:40 dlsym: cuCtxCreate_v3 - 0x7ff34d5f3aab 2025-03-12 09:52:40 dlsym: cuMemGetInfo_v2 - 0x7ff34d5f3bad 2025-03-12 09:52:40 dlsym: cuCtxDestroy - 0x7ff34d5f3abd 2025-03-12 09:52:40 calling cuInit 2025-03-12 09:52:40 calling cuDriverGetVersion 2025-03-12 09:52:40 raw version 0x2f30 2025-03-12 09:52:40 CUDA driver version: 12.8 2025-03-12 09:52:45 [GIN] 2025/03/12 - 12:52:45 | 200 | 919.013µs | 127.0.0.1 | HEAD "/" 2025-03-12 09:52:40 calling cuDeviceGetCount 2025-03-12 09:52:40 device count 1 2025-03-12 09:52:40 time=2025-03-12T12:52:40.159Z level=DEBUG source=gpu.go:125 msg="detected GPUs" count=1 library=/usr/lib/x86_64-linux-gnu/libcuda.so.1 2025-03-12 09:52:40 [GPU-98df2674-c0ca-b15b-1a24-bf2947db3290] CUDA totalMem 8191 mb 2025-03-12 09:52:40 [GPU-98df2674-c0ca-b15b-1a24-bf2947db3290] CUDA freeMem 7100 mb 2025-03-12 09:52:40 [GPU-98df2674-c0ca-b15b-1a24-bf2947db3290] Compute Capability 8.6 2025-03-12 09:52:40 time=2025-03-12T12:52:40.337Z level=DEBUG source=amd_linux.go:419 msg="amdgpu driver not detected /sys/module/amdgpu" 2025-03-12 09:52:40 releasing cuda driver library 2025-03-12 09:52:40 time=2025-03-12T12:52:40.337Z level=INFO source=types.go:130 msg="inference compute" id=GPU-98df2674-c0ca-b15b-1a24-bf2947db3290 library=cuda variant=v12 compute=8.6 driver=12.8 name="NVIDIA GeForce RTX 3070" total="8.0 GiB" available="6.9 GiB" pulling manifest ⠏ time=2025-03-12T12:52:46.054Z level=INFO source=download.go:176 msg="downloading 667b0c1932bc in 16 307 MB part(s)" pulling manifest 2025-03-12 09:52:46 pulling 667b0c1932bc... 0% ▕ ▏ 0 B/4.9 GB time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.244Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.245Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.245Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 1s" 2025-03-12 09:52:46 time=2025-03-12T12:52:46.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tpulling manifest 2025-03-12 09:52:47 pulling 667b0c1932bc... 0% ▕ ▏ 0 B/4.9 GB time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.246Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.247Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 2s" 2025-03-12 09:52:47 time=2025-03-12T12:52:47.248Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 1 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcpulling manifest 2025-03-12 09:52:49 pulling 667b0c1932bc... 0% ▕ ▏ 0 B/4.9 GB time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.249Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.250Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 4s" 2025-03-12 09:52:49 time=2025-03-12T12:52:49.250Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 2 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcpulling manifest 2025-03-12 09:52:53 pulling 667b0c1932bc... 0% ▕ ▏ 0 B/4.9 GB time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 8s" 2025-03-12 09:52:53 time=2025-03-12T12:52:53.263Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 3 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tpulling manifest 2025-03-12 09:53:01 pulling 667b0c1932bc... 0% ▕ ▏ 0 B/4.9 GB time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 14 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 3 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 2 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 15 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 6 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 5 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 9 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 13 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 11 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 0 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 1 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 8 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.280Z level=INFO source=download.go:294 msg="667b0c1932bc part 7 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 12 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 4 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tcp 127.9.9.9:443: connect: connection refused, retrying in 16s" 2025-03-12 09:53:01 time=2025-03-12T12:53:01.281Z level=INFO source=download.go:294 msg="667b0c1932bc part 10 attempt 4 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/66/667b0c1932bc6ffc593ed1d03f895bf2dc8dc6df21db3042284a6f4416b06a29/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250312%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250312T125244Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=d480fd79f891ae8dd4f75c20368059de4e4863e23fcbfc46851e225bafc5d918\": dial tpulling manifest 2025-03-12 09:53:14 pulling 667b0c1932bc... 0% ▕ ▏ 0 B/4.9 GB ``` And this is the dig command output: ``` # dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ; <<>> DiG 9.18.30-0ubuntu0.20.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ;; global options: +cmd ;; Received 17 bytes from 127.0.0.11#53(127.0.0.11) in 2540 ms ``` and ``` # dig @2409:40f0:11d7:18d0:e830:7ff:fe10:d52 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid +trace ;; UDP setup with 2409:40f0:11d7:18d0:e830:7ff:fe10:d52#53(2409:40f0:11d7:18d0:e830:7ff:fe10:d52) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ;; UDP setup with 2409:40f0:11d7:18d0:e830:7ff:fe10:d52#53(2409:40f0:11d7:18d0:e830:7ff:fe10:d52) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ;; UDP setup with 2409:40f0:11d7:18d0:e830:7ff:fe10:d52#53(2409:40f0:11d7:18d0:e830:7ff:fe10:d52) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ``` ``` # dig @108.162.195.118 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid ; <<>> DiG 9.18.30-0ubuntu0.20.04.2-Ubuntu <<>> @108.162.195.118 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61875 ;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1 ;; WARNING: recursion requested but not available ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 1232 ; NSID: 34 34 6d 32 33 37 ("44m237") ;; QUESTION SECTION: ;dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. IN A ;; ANSWER SECTION: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50 ;; Query time: 10 msec ;; SERVER: 108.162.195.118#53(108.162.195.118) (UDP) ;; WHEN: Wed Mar 12 10:14:51 -03 2025 ;; MSG SIZE rcvd: 128 ``` ``` # dig @2606:4700:58::a29f:2c76 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +nsid ;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ;; UDP setup with 2606:4700:58::a29f:2c76#53(2606:4700:58::a29f:2c76) for dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com failed: network unreachable. ;; no servers could be reached ```
Author
Owner

@jsalvadorcaffarena commented on GitHub (Mar 29, 2025):

Not able to pull at the moment gemma3 from ollama due to "i/o timeout", this is the output of dig as suggested:

❯❯❯ dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace                                        [19:40]

; <<>> DiG 9.10.6 <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace
;; global options: +cmd
.			27825	IN	NS	b.root-servers.net.
.			27825	IN	NS	c.root-servers.net.
.			27825	IN	NS	d.root-servers.net.
.			27825	IN	NS	e.root-servers.net.
.			27825	IN	NS	f.root-servers.net.
.			27825	IN	NS	g.root-servers.net.
.			27825	IN	NS	h.root-servers.net.
.			27825	IN	NS	i.root-servers.net.
.			27825	IN	NS	j.root-servers.net.
.			27825	IN	NS	k.root-servers.net.
.			27825	IN	NS	l.root-servers.net.
.			27825	IN	NS	m.root-servers.net.
.			27825	IN	NS	a.root-servers.net.
.			27825	IN	RRSIG	NS 8 0 518400 20250410170000 20250328160000 26470 . A4cPrmVksgqzgUD4jbZK74i5n2YbdN44tFtflcwV/2bYLdkPJXht+Vwe OQmoJNVAgyZRL8HSFic502gVGL/yQgtWFIFZpXgOtHIlKFc8eo5CAFIN ymHKGF4fbsSlTbQzbM2HZj5G9dJn4wVPSQX1h0t0URb9hrxI2rx28zvT 4WrJjbPmp4ZneLLbY6dhbPhOeJkgOugC1+suQLFH/H7JMFTlS+FVDwn4 p55Q4DFb4EUeH2h+WrrmFflDXAUQxwl7dLhZ0quQU/NfO3Y+ePnTZAkU mIBwt3oTB6t+AsHIu+wAieuaQHvCBoEej7LTQWH1kjOSZZSr5AEdRyUb AydYwg==
;; Received 525 bytes from 193.110.81.0#53(193.110.81.0) in 22 ms

com.			172800	IN	NS	c.gtld-servers.net.
com.			172800	IN	NS	h.gtld-servers.net.
com.			172800	IN	NS	f.gtld-servers.net.
com.			172800	IN	NS	b.gtld-servers.net.
com.			172800	IN	NS	e.gtld-servers.net.
com.			172800	IN	NS	d.gtld-servers.net.
com.			172800	IN	NS	m.gtld-servers.net.
com.			172800	IN	NS	a.gtld-servers.net.
com.			172800	IN	NS	g.gtld-servers.net.
com.			172800	IN	NS	l.gtld-servers.net.
com.			172800	IN	NS	k.gtld-servers.net.
com.			172800	IN	NS	j.gtld-servers.net.
com.			172800	IN	NS	i.gtld-servers.net.
com.			86400	IN	DS	19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A
com.			86400	IN	RRSIG	DS 8 1 86400 20250411170000 20250329160000 26470 . Q4fOl6SVStsMVBpq/zI/0Gp8FUsznsxyPzU60avbId/yobSWlt/zjbP7 SudiTOekeiq/dEGozJ2Tu7TXD0anRfx/JTgy4U+BD3ivRb1FxW+f66RB 2dO5SpRZ5alzq88j1M+h84oGAZx1Qy51uSGqOGoMJ1ysTx9/5dLVabcI jwgUYCW4b/p5e2uqdFBQye3oLemQNHAebKbTu0ag3scXYeLtr4A0L3N+ XrA2xZddDkkKPBO4CMLNVBDS36hIunNeZw7iQ9SAunW4qN82Hmqp9Vcq bYAaFor2zBtrFkUB26sjJUv4CWIsyLJiBebbxkbx9S3HrrmrMBRcVAPc E1+1pg==
;; Received 1220 bytes from 202.12.27.33#53(m.root-servers.net) in 49 ms

cloudflarestorage.com.	172800	IN	NS	drew.ns.cloudflare.com.
cloudflarestorage.com.	172800	IN	NS	tegan.ns.cloudflare.com.
cloudflarestorage.com.	86400	IN	DS	2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805
cloudflarestorage.com.	86400	IN	RRSIG	DS 13 2 86400 20250402010550 20250325235550 23202 com. kkYb7+YTl/C8hAJIE1KjeGTg3sgDYF3/00imuYhUvG3cL/hEdHTLeGv8 EgVtckBucUBWJ3hgiQQZUlbqGkF72w==
;; Received 550 bytes from 192.12.94.30#53(e.gtld-servers.net) in 45 ms

r2.cloudflarestorage.com. 300	IN	NS	camilo.ns.cloudflare.com.
r2.cloudflarestorage.com. 300	IN	NS	raphaela.ns.cloudflare.com.
r2.cloudflarestorage.com. 300	IN	DS	2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB
r2.cloudflarestorage.com. 300	IN	RRSIG	DS 13 3 300 20250330194035 20250328174035 34505 cloudflarestorage.com. LwwDCNCMjYEhKxGntbzgyz6hXtYIZ1fxPjz/Af8il9PKfX65JDXamXy1 6Kqq5w+Rd4mPGZXNPbV2d8fWpSx1lg==
;; Received 309 bytes from 172.64.33.160#53(drew.ns.cloudflare.com) in 24 ms

dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG	A 13 4 300 20250330194035 20250328174035 34505 r2.cloudflarestorage.com. 3c3GAxc1CJiGx4fcaWHrq419JsGiAWjkWPuOieZa7dfVKpaYTSmzaKiL gTddjv2O2jIFRW2GRMx57za1yVvGCg==
;; Received 238 bytes from 108.162.195.118#53(camilo.ns.cloudflare.com) in 24 ms

This is the error I get from ollama:

❯ ollama run gemma3:12b                                                                                   [19:37]
pulling manifest 
pulling e8ad13eff07a...   0% ▕                                                  ▏    0 B/8.1 GB                  
Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/e8/e8ad13eff07a78d89926e9e8b882317d082ef5bf9768ad7b50fcdbbcd63748de/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250329%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250329T183715Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=cac761fc2aab1c5de839e642fb52c4d90b63ca7f3d04411b8d1ad16c92da0bb8": dial tcp 172.66.1.46:443: i/o timeout
<!-- gh-comment-id:2764056469 --> @jsalvadorcaffarena commented on GitHub (Mar 29, 2025): Not able to pull at the moment gemma3 from ollama due to "i/o timeout", this is the output of dig as suggested: ``` ❯❯❯ dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace [19:40] ; <<>> DiG 9.10.6 <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ;; global options: +cmd . 27825 IN NS b.root-servers.net. . 27825 IN NS c.root-servers.net. . 27825 IN NS d.root-servers.net. . 27825 IN NS e.root-servers.net. . 27825 IN NS f.root-servers.net. . 27825 IN NS g.root-servers.net. . 27825 IN NS h.root-servers.net. . 27825 IN NS i.root-servers.net. . 27825 IN NS j.root-servers.net. . 27825 IN NS k.root-servers.net. . 27825 IN NS l.root-servers.net. . 27825 IN NS m.root-servers.net. . 27825 IN NS a.root-servers.net. . 27825 IN RRSIG NS 8 0 518400 20250410170000 20250328160000 26470 . A4cPrmVksgqzgUD4jbZK74i5n2YbdN44tFtflcwV/2bYLdkPJXht+Vwe OQmoJNVAgyZRL8HSFic502gVGL/yQgtWFIFZpXgOtHIlKFc8eo5CAFIN ymHKGF4fbsSlTbQzbM2HZj5G9dJn4wVPSQX1h0t0URb9hrxI2rx28zvT 4WrJjbPmp4ZneLLbY6dhbPhOeJkgOugC1+suQLFH/H7JMFTlS+FVDwn4 p55Q4DFb4EUeH2h+WrrmFflDXAUQxwl7dLhZ0quQU/NfO3Y+ePnTZAkU mIBwt3oTB6t+AsHIu+wAieuaQHvCBoEej7LTQWH1kjOSZZSr5AEdRyUb AydYwg== ;; Received 525 bytes from 193.110.81.0#53(193.110.81.0) in 22 ms com. 172800 IN NS c.gtld-servers.net. com. 172800 IN NS h.gtld-servers.net. com. 172800 IN NS f.gtld-servers.net. com. 172800 IN NS b.gtld-servers.net. com. 172800 IN NS e.gtld-servers.net. com. 172800 IN NS d.gtld-servers.net. com. 172800 IN NS m.gtld-servers.net. com. 172800 IN NS a.gtld-servers.net. com. 172800 IN NS g.gtld-servers.net. com. 172800 IN NS l.gtld-servers.net. com. 172800 IN NS k.gtld-servers.net. com. 172800 IN NS j.gtld-servers.net. com. 172800 IN NS i.gtld-servers.net. com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A com. 86400 IN RRSIG DS 8 1 86400 20250411170000 20250329160000 26470 . Q4fOl6SVStsMVBpq/zI/0Gp8FUsznsxyPzU60avbId/yobSWlt/zjbP7 SudiTOekeiq/dEGozJ2Tu7TXD0anRfx/JTgy4U+BD3ivRb1FxW+f66RB 2dO5SpRZ5alzq88j1M+h84oGAZx1Qy51uSGqOGoMJ1ysTx9/5dLVabcI jwgUYCW4b/p5e2uqdFBQye3oLemQNHAebKbTu0ag3scXYeLtr4A0L3N+ XrA2xZddDkkKPBO4CMLNVBDS36hIunNeZw7iQ9SAunW4qN82Hmqp9Vcq bYAaFor2zBtrFkUB26sjJUv4CWIsyLJiBebbxkbx9S3HrrmrMBRcVAPc E1+1pg== ;; Received 1220 bytes from 202.12.27.33#53(m.root-servers.net) in 49 ms cloudflarestorage.com. 172800 IN NS drew.ns.cloudflare.com. cloudflarestorage.com. 172800 IN NS tegan.ns.cloudflare.com. cloudflarestorage.com. 86400 IN DS 2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805 cloudflarestorage.com. 86400 IN RRSIG DS 13 2 86400 20250402010550 20250325235550 23202 com. kkYb7+YTl/C8hAJIE1KjeGTg3sgDYF3/00imuYhUvG3cL/hEdHTLeGv8 EgVtckBucUBWJ3hgiQQZUlbqGkF72w== ;; Received 550 bytes from 192.12.94.30#53(e.gtld-servers.net) in 45 ms r2.cloudflarestorage.com. 300 IN NS camilo.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN NS raphaela.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN DS 2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB r2.cloudflarestorage.com. 300 IN RRSIG DS 13 3 300 20250330194035 20250328174035 34505 cloudflarestorage.com. LwwDCNCMjYEhKxGntbzgyz6hXtYIZ1fxPjz/Af8il9PKfX65JDXamXy1 6Kqq5w+Rd4mPGZXNPbV2d8fWpSx1lg== ;; Received 309 bytes from 172.64.33.160#53(drew.ns.cloudflare.com) in 24 ms dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG A 13 4 300 20250330194035 20250328174035 34505 r2.cloudflarestorage.com. 3c3GAxc1CJiGx4fcaWHrq419JsGiAWjkWPuOieZa7dfVKpaYTSmzaKiL gTddjv2O2jIFRW2GRMx57za1yVvGCg== ;; Received 238 bytes from 108.162.195.118#53(camilo.ns.cloudflare.com) in 24 ms ``` This is the error I get from ollama: ``` ❯ ollama run gemma3:12b [19:37] pulling manifest pulling e8ad13eff07a... 0% ▕ ▏ 0 B/8.1 GB Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/e8/e8ad13eff07a78d89926e9e8b882317d082ef5bf9768ad7b50fcdbbcd63748de/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250329%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250329T183715Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=cac761fc2aab1c5de839e642fb52c4d90b63ca7f3d04411b8d1ad16c92da0bb8": dial tcp 172.66.1.46:443: i/o timeout ```
Author
Owner

@ArturRuta commented on GitHub (Apr 19, 2025):

same issue. adding output of dig commang in case it helps

dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace

; <<>> DiG 9.18.30-0ubuntu0.20.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace
;; global options: +cmd
. 86399 IN NS b.root-servers.net.
. 86399 IN NS c.root-servers.net.
. 86399 IN NS d.root-servers.net.
. 86399 IN NS e.root-servers.net.
. 86399 IN NS f.root-servers.net.
. 86399 IN NS g.root-servers.net.
. 86399 IN NS h.root-servers.net.
. 86399 IN NS i.root-servers.net.
. 86399 IN NS j.root-servers.net.
. 86399 IN NS k.root-servers.net.
. 86399 IN NS l.root-servers.net.
. 86399 IN NS m.root-servers.net.
. 86399 IN NS a.root-servers.net.
. 86399 IN RRSIG NS 8 0 518400 20250502110000 20250419100000 53148 . FKxE2FYBQJ6ApgKhdsqz5vWWvT6TFA+6KXiP/TkcdIyDWZ15isKzqm8L pm2hrrwmuVaWquvFfNJbVDgvFdEihD9Tuax/LWBrFksnqJk/UOChnDeE XcqsK1l1kFsUBlbqUdcgVr6/pfgLlCuBkxS+he7O8IkLtMCCWIinpmhT 6LrgmucmS92ZJCa9f94FAzHVYXhfKFpJb5KOou7Mots2aN6JzvEOD5fM mLsqlLlMifi9zMg3wQHFjEIxz8aXvh7F5eSaedJdbGJQNQ4grDHewdJZ jy+5HCwP1cP3GRAM2NBNITMyXukcUY/JdyKQCdyLZ9jvcA3vjfi7R13x r/evAQ==
;; Received 525 bytes from 127.0.0.11#53(127.0.0.11) in 92 ms

com. 172800 IN NS a.gtld-servers.net.
com. 172800 IN NS b.gtld-servers.net.
com. 172800 IN NS c.gtld-servers.net.
com. 172800 IN NS d.gtld-servers.net.
com. 172800 IN NS e.gtld-servers.net.
com. 172800 IN NS f.gtld-servers.net.
com. 172800 IN NS g.gtld-servers.net.
com. 172800 IN NS h.gtld-servers.net.
com. 172800 IN NS i.gtld-servers.net.
com. 172800 IN NS j.gtld-servers.net.
com. 172800 IN NS k.gtld-servers.net.
com. 172800 IN NS l.gtld-servers.net.
com. 172800 IN NS m.gtld-servers.net.
com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A
com. 86400 IN RRSIG DS 8 1 86400 20250502170000 20250419160000 53148 . GAifILGSGHgd5jsQDkURJi1DDorJyhDv4NQ8fa46rnLsSiZWDs5eaugO zNi7qdArAJl4nGf5OTMFDarcheCthgyBufodwiDQdV3VGs89oARqoLml WMwBUVbNHPPcywBUa/3kjkHfssMnnqiYhy1sp6LygyvUaNWu07WRKnae si2xUPQHF++W19IzSH5RSssbDYNNmk3OOHreWSoGW7aXf2kb593IWIrk KvVvPNsKREDXlzM+gIjajdaKkvg0StH0SqobUTQDovYl6DXB3EyRn37Q OZJGNKwlxZvvu4pC9o25Hhgjm0GGMs3Ui1cazBSbSmMDQ42IruElRbeh Ibe5vg==
;; Received 1217 bytes from 170.247.170.2#53(b.root-servers.net) in 39 ms

cloudflarestorage.com. 172800 IN NS drew.ns.cloudflare.com.
cloudflarestorage.com. 172800 IN NS tegan.ns.cloudflare.com.
cloudflarestorage.com. 86400 IN DS 2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805
cloudflarestorage.com. 86400 IN RRSIG DS 13 2 86400 20250426010229 20250418235229 40097 com. fN1g2Vu/MchlG4qKCqRyxwA3X3CixWiijZQdntCIJot/CqQdKeArn5DK AC40nGnHCRIEgTeisX8dA8fFzSl8Dg==
;; Received 550 bytes from 192.48.79.30#53(j.gtld-servers.net) in 45 ms

r2.cloudflarestorage.com. 300 IN NS camilo.ns.cloudflare.com.
r2.cloudflarestorage.com. 300 IN NS raphaela.ns.cloudflare.com.
r2.cloudflarestorage.com. 300 IN DS 2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB
r2.cloudflarestorage.com. 300 IN RRSIG DS 13 3 300 20250420210050 20250418190050 34505 cloudflarestorage.com. eJlyxpWmNLqaEAlLfs7JXUPruuHlBiCqO/GHWAyZrJIpL1SvTB1rFeCS vqNOnHE/Ax14P3km0SxJttyKPGjCfw==
;; Received 309 bytes from 108.162.192.226#53(tegan.ns.cloudflare.com) in 12 ms

dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46
dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG A 13 4 300 20250420210050 20250418190050 34505 r2.cloudflarestorage.com. N8U3j9U5lVq4KZTLy6NzGmAGDuWSAlr6hAHjyB+khDcQTuAE4BCbkGwj niETZMZ/nIgjIK81X7AGk6b32Fokkw==
;; Received 238 bytes from 108.162.194.192#53(raphaela.ns.cloudflare.com) in 12 ms

<!-- gh-comment-id:2816847701 --> @ArturRuta commented on GitHub (Apr 19, 2025): same issue. adding output of dig commang in case it helps dig dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ; <<>> DiG 9.18.30-0ubuntu0.20.04.2-Ubuntu <<>> dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com +trace ;; global options: +cmd . 86399 IN NS b.root-servers.net. . 86399 IN NS c.root-servers.net. . 86399 IN NS d.root-servers.net. . 86399 IN NS e.root-servers.net. . 86399 IN NS f.root-servers.net. . 86399 IN NS g.root-servers.net. . 86399 IN NS h.root-servers.net. . 86399 IN NS i.root-servers.net. . 86399 IN NS j.root-servers.net. . 86399 IN NS k.root-servers.net. . 86399 IN NS l.root-servers.net. . 86399 IN NS m.root-servers.net. . 86399 IN NS a.root-servers.net. . 86399 IN RRSIG NS 8 0 518400 20250502110000 20250419100000 53148 . FKxE2FYBQJ6ApgKhdsqz5vWWvT6TFA+6KXiP/TkcdIyDWZ15isKzqm8L pm2hrrwmuVaWquvFfNJbVDgvFdEihD9Tuax/LWBrFksnqJk/UOChnDeE XcqsK1l1kFsUBlbqUdcgVr6/pfgLlCuBkxS+he7O8IkLtMCCWIinpmhT 6LrgmucmS92ZJCa9f94FAzHVYXhfKFpJb5KOou7Mots2aN6JzvEOD5fM mLsqlLlMifi9zMg3wQHFjEIxz8aXvh7F5eSaedJdbGJQNQ4grDHewdJZ jy+5HCwP1cP3GRAM2NBNITMyXukcUY/JdyKQCdyLZ9jvcA3vjfi7R13x r/evAQ== ;; Received 525 bytes from 127.0.0.11#53(127.0.0.11) in 92 ms com. 172800 IN NS a.gtld-servers.net. com. 172800 IN NS b.gtld-servers.net. com. 172800 IN NS c.gtld-servers.net. com. 172800 IN NS d.gtld-servers.net. com. 172800 IN NS e.gtld-servers.net. com. 172800 IN NS f.gtld-servers.net. com. 172800 IN NS g.gtld-servers.net. com. 172800 IN NS h.gtld-servers.net. com. 172800 IN NS i.gtld-servers.net. com. 172800 IN NS j.gtld-servers.net. com. 172800 IN NS k.gtld-servers.net. com. 172800 IN NS l.gtld-servers.net. com. 172800 IN NS m.gtld-servers.net. com. 86400 IN DS 19718 13 2 8ACBB0CD28F41250A80A491389424D341522D946B0DA0C0291F2D3D7 71D7805A com. 86400 IN RRSIG DS 8 1 86400 20250502170000 20250419160000 53148 . GAifILGSGHgd5jsQDkURJi1DDorJyhDv4NQ8fa46rnLsSiZWDs5eaugO zNi7qdArAJl4nGf5OTMFDarcheCthgyBufodwiDQdV3VGs89oARqoLml WMwBUVbNHPPcywBUa/3kjkHfssMnnqiYhy1sp6LygyvUaNWu07WRKnae si2xUPQHF++W19IzSH5RSssbDYNNmk3OOHreWSoGW7aXf2kb593IWIrk KvVvPNsKREDXlzM+gIjajdaKkvg0StH0SqobUTQDovYl6DXB3EyRn37Q OZJGNKwlxZvvu4pC9o25Hhgjm0GGMs3Ui1cazBSbSmMDQ42IruElRbeh Ibe5vg== ;; Received 1217 bytes from 170.247.170.2#53(b.root-servers.net) in 39 ms cloudflarestorage.com. 172800 IN NS drew.ns.cloudflare.com. cloudflarestorage.com. 172800 IN NS tegan.ns.cloudflare.com. cloudflarestorage.com. 86400 IN DS 2371 13 2 F083919E153FA315FEBFF96C3E4DBE592AE1BCF1C070280859CEA43D 714E3805 cloudflarestorage.com. 86400 IN RRSIG DS 13 2 86400 20250426010229 20250418235229 40097 com. fN1g2Vu/MchlG4qKCqRyxwA3X3CixWiijZQdntCIJot/CqQdKeArn5DK AC40nGnHCRIEgTeisX8dA8fFzSl8Dg== ;; Received 550 bytes from 192.48.79.30#53(j.gtld-servers.net) in 45 ms r2.cloudflarestorage.com. 300 IN NS camilo.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN NS raphaela.ns.cloudflare.com. r2.cloudflarestorage.com. 300 IN DS 2371 13 2 A12496CC3723B0838CDAEB8EDC40C29071390371ADA3EBF1CCB43C63 6E5C37BB r2.cloudflarestorage.com. 300 IN RRSIG DS 13 3 300 20250420210050 20250418190050 34505 cloudflarestorage.com. eJlyxpWmNLqaEAlLfs7JXUPruuHlBiCqO/GHWAyZrJIpL1SvTB1rFeCS vqNOnHE/Ax14P3km0SxJttyKPGjCfw== ;; Received 309 bytes from 108.162.192.226#53(tegan.ns.cloudflare.com) in 12 ms dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 162.159.141.50 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN A 172.66.1.46 dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com. 300 IN RRSIG A 13 4 300 20250420210050 20250418190050 34505 r2.cloudflarestorage.com. N8U3j9U5lVq4KZTLy6NzGmAGDuWSAlr6hAHjyB+khDcQTuAE4BCbkGwj niETZMZ/nIgjIK81X7AGk6b32Fokkw== ;; Received 238 bytes from 108.162.194.192#53(raphaela.ns.cloudflare.com) in 12 ms
Author
Owner

@ArturRuta commented on GitHub (Apr 20, 2025):

Completely puzzled. Today I just retried....and it worked on first attempt withoud any change to the docker-compse.yml file nor in any other part of the infrastructure. I can only guess something was off in the content delivery network but that's anyone's guess.
Well let's hope it stays. Best regards

<!-- gh-comment-id:2817115372 --> @ArturRuta commented on GitHub (Apr 20, 2025): Completely puzzled. Today I just retried....and it worked on first attempt withoud any change to the docker-compse.yml file nor in any other part of the infrastructure. I can only guess something was off in the content delivery network but that's anyone's guess. Well let's hope it stays. Best regards
Author
Owner

@ArturRuta commented on GitHub (Apr 20, 2025):

Promblem arises again. No idea of what mades it appear o dissapear.
As far as I can see is an external factor in the content delivery network.
In the morning it works at first attemp, models download and respond propoerly. Pause for lunch and no new model can be loaded.
Deeply frustrating.
Definitely not a connectivity issue, from whitin the container i can succesfully do things link apt-get update for example.
Also, then asking ollama to download a model it gets the manifest and gets to the point of downloading it, and the size it excpects to donwload is know (can be seen in the progress information, even if the actual download never goes beyond 0)
If there's any doc that could be collected for helping with the resolution just let me know.
Thanks.

<!-- gh-comment-id:2817221199 --> @ArturRuta commented on GitHub (Apr 20, 2025): Promblem arises again. No idea of what mades it appear o dissapear. As far as I can see is an external factor in the content delivery network. In the morning it works at first attemp, models download and respond propoerly. Pause for lunch and no new model can be loaded. Deeply frustrating. Definitely not a connectivity issue, from whitin the container i can succesfully do things link apt-get update for example. Also, then asking ollama to download a model it gets the manifest and gets to the point of downloading it, and the size it excpects to donwload is know (can be seen in the progress information, even if the actual download never goes beyond 0) If there's any doc that could be collected for helping with the resolution just let me know. Thanks.
Author
Owner

@rick-github commented on GitHub (Apr 20, 2025):

Are you getting "not found" or "i/o error"?

<!-- gh-comment-id:2817223478 --> @rick-github commented on GitHub (Apr 20, 2025): Are you getting "not found" or "i/o error"?
Author
Owner

@ArturRuta commented on GitHub (Apr 20, 2025):

a sample follows:
time=2025-04-20T16:48:47.347Z level=INFO source=download.go:295 msg="ff82381e2bea part 13 attempt 0 failed: Get "ff82381e2b/data": dial tcp 172.66.1.46:443: i/o timeout, retrying in 1s"

As far as I can see when I activate debug ollama gets the manifest that informs where to get the model and how it's split in chungs as wel as the total size.
Then it tries to get the chunks....and fails with i/o timeout.
It retries a number of times for each chunk but no succes. When it fails no download is done at all.

if I sh into the container, do apt-get update and install dnsutils then i can verify that name resolution works properly.
Taking the failuer above as an example:

nslookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com
Server: 127.0.0.11
Address: 127.0.0.11#53

Non-authoritative answer:
Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com
Address: 172.66.1.46
Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com
Address: 162.159.141.50
Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com
Address: 2606:4700:7::12e
Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com
Address: 2a06:98c1:58::12e

As you can see the name is properly resolved into a couple of ipv4 addresses as well as a couple of ipv6 ones (Ollama container has an ip4 addres only).

Just for trying...i've benn launching curl and wget commands from the ollama container to various external webs and I get the responses allways with no issue. Don't know however how to convert the url in the error message above into a curl o wget command to see how it beaves.

Hence as far as I can see something is wrong either in the manifest definition that states where to look for the chunks or in the content delivery network where the chuncks are not available (or maybe not on all of them).

<!-- gh-comment-id:2817258140 --> @ArturRuta commented on GitHub (Apr 20, 2025): a sample follows: time=2025-04-20T16:48:47.347Z level=INFO source=download.go:295 msg="ff82381e2bea part 13 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/ff/ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250420%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250420T164817Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=14e0c805b3ae840458fe28530231f5c4fe6ecf86316076e2d74729acbf6d537e\": dial tcp 172.66.1.46:443: i/o timeout, retrying in 1s" As far as I can see when I activate debug ollama gets the manifest that informs where to get the model and how it's split in chungs as wel as the total size. Then it tries to get the chunks....and fails with i/o timeout. It retries a number of times for each chunk but no succes. When it fails no download is done at all. if I sh into the container, do apt-get update and install dnsutils then i can verify that name resolution works properly. Taking the failuer above as an example: nslookup dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com Server: 127.0.0.11 Address: 127.0.0.11#53 Non-authoritative answer: Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com Address: 172.66.1.46 Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com Address: 162.159.141.50 Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com Address: 2606:4700:7::12e Name: dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com Address: 2a06:98c1:58::12e As you can see the name is properly resolved into a couple of ipv4 addresses as well as a couple of ipv6 ones (Ollama container has an ip4 addres only). Just for trying...i've benn launching curl and wget commands from the ollama container to various external webs and I get the responses allways with no issue. Don't know however how to convert the url in the error message above into a curl o wget command to see how it beaves. Hence as far as I can see something is wrong either in the manifest definition that states where to look for the chunks or in the content delivery network where the chuncks are not available (or maybe not on all of them).
Author
Owner

@rick-github commented on GitHub (Apr 20, 2025):

When the pull fails, what does the following do:

curl -#L -C - -o blobs/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 https://registry.ollama.ai/v2/library/mistral/blobs/sha256:ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435

This tries to pull the GGUF file for mistral, if it also has a problem when ollama does, it confirms an issue at the CDN.

<!-- gh-comment-id:2817360526 --> @rick-github commented on GitHub (Apr 20, 2025): When the pull fails, what does the following do: ``` curl -#L -C - -o blobs/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 https://registry.ollama.ai/v2/library/mistral/blobs/sha256:ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 ``` This tries to pull the GGUF file for mistral, if it also has a problem when ollama does, it confirms an issue at the CDN.
Author
Owner

@ArturRuta commented on GitHub (Apr 22, 2025):

Well, yesterday ollama was working perfectly so.... no chance of trying.
Anyway today i gave a try to the command in the host that runs the ollama container and it did failed as follows:

curl -#L -C - -o blobs/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 https://registry.ollama.ai/v2/library/mistral/blobs/sha256:ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5
435
#-=#=- # #
Warning: Failed to open the file blobs/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435: El
Warning: fitxer o directori no existeix
curl: (23) client returned ERROR on write of 1369 bytes

The text after warning just means "the file or directory doesn't exists". (it uses the local language).

My guess:
The hostname of the target resolves to a list of 4 addresses (2 ipv4 and 2 ipv6) in a balanced way (we saw this in the output of the dig command).
The ollama container will use only a ipv4 address but still it has two possible answers when resolving the name
I believe that one of the addresses has the right content while the other hasn't.
Depending on which address you end up picking for trying to dowload the content the access works allways or never.
This failure or success behavior continues until the dns ttl expires, then the next time you try you may again select either the good or the bad address.
This could explain why some days it works allways and some days it fails allways.

I don't think we could narrow the issue doing curl by ip instead of name since the request is https, hence we need to use the correct hostname in the request, not an ip.

Does this hypotesis mades sense?

Thanks a lot.

<!-- gh-comment-id:2820798386 --> @ArturRuta commented on GitHub (Apr 22, 2025): Well, yesterday ollama was working perfectly so.... no chance of trying. Anyway today i gave a try to the command in the host that runs the ollama container and it did failed as follows: curl -#L -C - -o blobs/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 https://registry.ollama.ai/v2/library/mistral/blobs/sha256:ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5 435 #-=#=- # # Warning: Failed to open the file blobs/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435: El Warning: fitxer o directori no existeix curl: (23) client returned ERROR on write of 1369 bytes The text after warning just means "the file or directory doesn't exists". (it uses the local language). **My guess:** The hostname of the target resolves to a list of 4 addresses (2 ipv4 and 2 ipv6) in a balanced way (we saw this in the output of the dig command). The ollama container will use only a ipv4 address but still it has two possible answers when resolving the name I believe that one of the addresses has the right content while the other hasn't. Depending on which address you end up picking for trying to dowload the content the access works allways or never. This failure or success behavior continues until the dns ttl expires, then the next time you try you may again select either the good or the bad address. This could explain why some days it works allways and some days it fails allways. I don't think we could narrow the issue doing curl by ip instead of name since the request is https, hence we need to use the correct hostname in the request, not an ip. Does this hypotesis mades sense? Thanks a lot.
Author
Owner

@rick-github commented on GitHub (Apr 22, 2025):

The text after warning just means "the file or directory doesn't exists". (it uses the local language).

Sorry, my mistake, the command should be:

curl -#L -C - -o /tmp/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 https://registry.ollama.ai/v2/library/mistral/blobs/sha256:ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435
<!-- gh-comment-id:2820828707 --> @rick-github commented on GitHub (Apr 22, 2025): > The text after warning just means "the file or directory doesn't exists". (it uses the local language). Sorry, my mistake, the command should be: ``` curl -#L -C - -o /tmp/sha256-ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 https://registry.ollama.ai/v2/library/mistral/blobs/sha256:ff82381e2bea77d91c1b824c7afb83f6fb73e9f7de9dda631bcdbca564aa5435 ```
Author
Owner

@ArturRuta commented on GitHub (Apr 22, 2025):

Well, that one worked ok, but it may well be because ollama downloads are also working now.
As a sample:
ollama pull mistral
pulling manifest
pulling ff82381e2bea... 100% ▕████████████████████████████████████████████████████████▏ 4.1 GB
pulling 43070e2d4e53... 100% ▕████████████████████████████████████████████████████████▏ 11 KB
pulling 491dfa501e59... 100% ▕████████████████████████████████████████████████████████▏ 801 B
pulling ed11eda7790d... 100% ▕████████████████████████████████████████████████████████▏ 30 B
pulling 42347cd80dc8... 100% ▕████████████████████████████████████████████████████████▏ 485 B
verifying sha256 digest
writing manifest
success

I'll be testing during the coming days, and whenever ollama fails to download models will try the curl command and update with the results.

Thanks a lot.

<!-- gh-comment-id:2820951251 --> @ArturRuta commented on GitHub (Apr 22, 2025): Well, that one worked ok, but it may well be because ollama downloads are also working now. As a sample: ollama pull mistral pulling manifest pulling ff82381e2bea... 100% ▕████████████████████████████████████████████████████████▏ 4.1 GB pulling 43070e2d4e53... 100% ▕████████████████████████████████████████████████████████▏ 11 KB pulling 491dfa501e59... 100% ▕████████████████████████████████████████████████████████▏ 801 B pulling ed11eda7790d... 100% ▕████████████████████████████████████████████████████████▏ 30 B pulling 42347cd80dc8... 100% ▕████████████████████████████████████████████████████████▏ 485 B verifying sha256 digest writing manifest success I'll be testing during the coming days, and whenever ollama fails to download models will try the curl command and update with the results. Thanks a lot.
Author
Owner

@Racv commented on GitHub (May 14, 2025):

I am facing similar issue. I have an azure vm running in West Europe region. I am able to dowloand ollama CLI, but ollama pull <any model> is giving me this error

level=INFO source=download.go:295 msg="11f274007f09 part 1 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/11/11f274007f093fefeec994a5dbbb33d0733a4feb87f7ab66dcd7c1069fef0068/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250513%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250513T180108Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=73c071dae9dd8b73ccfb495174606b12b1d089975ea155da2331c020fb49fae8\": read tcp 10.118.20.87:35992->172.66.1.46:443: read: connection reset by peer, retrying in 1s"
<!-- gh-comment-id:2878595462 --> @Racv commented on GitHub (May 14, 2025): I am facing similar issue. I have an azure vm running in West Europe region. I am able to dowloand ollama CLI, but `ollama pull <any model>` is giving me this error ``` level=INFO source=download.go:295 msg="11f274007f09 part 1 attempt 0 failed: Get \"https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/11/11f274007f093fefeec994a5dbbb33d0733a4feb87f7ab66dcd7c1069fef0068/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20250513%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250513T180108Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=73c071dae9dd8b73ccfb495174606b12b1d089975ea155da2331c020fb49fae8\": read tcp 10.118.20.87:35992->172.66.1.46:443: read: connection reset by peer, retrying in 1s" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#67621