Skip to content

Conversation

@mrd000
Copy link
Contributor

@mrd000 mrd000 commented Oct 11, 2025

before that change http error triggered the following error:

  panic: runtime error: invalid memory address or nil pointer dereference
  [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x7f1153]

  goroutine 1 [running]:
  github.com/concourse/retryhttp.(*RetryRoundTripper).RoundTrip.func1()
        github.com/concourse/[email protected]/retry_round_tripper.go:57 +0xf3

after the change the right message is shown:

  failed to ping registry: 2 errors occurred:
        * ping https: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

before that change http error triggered the following error:
  panic: runtime error: invalid memory address or nil pointer dereference
  [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x7f1153]

  goroutine 1 [running]:
  github.com/concourse/retryhttp.(*RetryRoundTripper).RoundTrip.func1()
        github.com/concourse/[email protected]/retry_round_tripper.go:57 +0xf3

after the change the right message is shown:
  failed to ping registry: 2 errors occurred:
        * ping https: Get "https://registry-1.docker.io/v2/": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Signed-off-by: Pavel Merdin <[email protected]>
@mrd000 mrd000 requested a review from a team as a code owner October 11, 2025 21:18
@mrd000
Copy link
Contributor Author

mrd000 commented Oct 13, 2025

Related to concourse/retryhttp#17

@taylorsilva taylorsilva merged commit 70e7c5c into concourse:master Nov 15, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Pull Requests Nov 15, 2025
@taylorsilva
Copy link
Member

Thanks again for both PR's!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants