Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image build failed for self hosted agents #9289

Closed
3 of 13 tasks
jaswant-dnv opened this issue Feb 5, 2024 · 1 comment
Closed
3 of 13 tasks

Image build failed for self hosted agents #9289

jaswant-dnv opened this issue Feb 5, 2024 · 1 comment

Comments

@jaswant-dnv
Copy link

Description

Ubuntu image build failed
azure-arm.build_image: Error reading from server. Remote end closed connection [IP: 151.101.39.42 443]
==> azure-arm.build_image: E: Failed to fetch https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-17/temurin-17-jdk_17.0.10.0.0%2b7_amd64.deb Error reading from server. Remote end closed connection [IP: 151.101.39.42 443]
==> azure-arm.build_image: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
==> azure-arm.build_image: cat: /usr/lib/jvm/temurin-17-jdk-amd64/release: No such file or directory

Windows Image build failed
==> azure-arm.image: Join-Path : Cannot bind argument to parameter 'Path' because it is null.
==> azure-arm.image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:224 char:30
==> azure-arm.image: + $toolsetPath = Join-Path $env:IMAGE_FOLDER "toolset.json"
==> azure-arm.image: + ~~~~~~~~~~~~~~~~~
==> azure-arm.image: + CategoryInfo : InvalidData: (:) [Join-Path], ParentContainsErrorRecordException
==> azure-arm.image: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.JoinPathCom
==> azure-arm.image: mand
==> azure-arm.image:

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Ubuntu
Image 20240201.1.0

Windows
Image 20240128.1.0

Is it regression?

NA

Expected behavior

Image build pipeline complete successfully.

Actual behavior

Ubuntu image build failed
azure-arm.build_image: Error reading from server. Remote end closed connection [IP: 151.101.39.42 443]
==> azure-arm.build_image: E: Failed to fetch https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-17/temurin-17-jdk_17.0.10.0.0%2b7_amd64.deb Error reading from server. Remote end closed connection [IP: 151.101.39.42 443]
==> azure-arm.build_image: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
==> azure-arm.build_image: cat: /usr/lib/jvm/temurin-17-jdk-amd64/release: No such file or directory

Windows Image build failed
==> azure-arm.image: Join-Path : Cannot bind argument to parameter 'Path' because it is null.
==> azure-arm.image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:224 char:30
==> azure-arm.image: + $toolsetPath = Join-Path $env:IMAGE_FOLDER "toolset.json"
==> azure-arm.image: + ~~~~~~~~~~~~~~~~~
==> azure-arm.image: + CategoryInfo : InvalidData: (:) [Join-Path], ParentContainsErrorRecordException
==> azure-arm.image: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.JoinPathCom
==> azure-arm.image: mand
==> azure-arm.image:

Repro steps

Rerun pipelines...

@mikhailkoliada
Copy link
Contributor

Hey! It is a video known problem we can not fix, please report it here: adoptium/adoptium-support#923 usually rerun of the pipeline helps.

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

No branches or pull requests

2 participants