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

Ubuntu builds failing due to freebsd error #855

Closed
mthalman opened this issue Apr 21, 2023 · 4 comments · Fixed by dotnet/arcade#13247
Closed

Ubuntu builds failing due to freebsd error #855

mthalman opened this issue Apr 21, 2023 · 4 comments · Fixed by dotnet/arcade#13247

Comments

@mthalman
Copy link
Member

The Ubuntu build 18.04 build leg is failing due to this Dockerfile: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/18.04/cross/freebsd/12/Dockerfile. It's prebuild step executes here: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/18.04/cross/freebsd/12/hooks/pre-build. This runs arcade's build-rootfs script targeting freebsd. That implementation is no longer working and causes this error in the build:

Running dotnet/arcade's build-rootfs.sh
--2023-04-21 04:46:10--  https://download.freebsd.org/ftp/releases/amd64/amd64/12.3-RELEASE/base.txz
Resolving download.freebsd.org (download.freebsd.org)... 149.20.1.200, 2001:4f8:1:11::15:0
Connecting to download.freebsd.org (download.freebsd.org)|149.20.1.200|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-04-21 04:46:10 ERROR 404: Not Found.

xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
@mthalman
Copy link
Member Author

@am11 - Can you take a look at this?

@mthalman
Copy link
Member Author

And now it's failing for 13.0, which is already identified as EOL. Reopening.

@mthalman mthalman reopened this Apr 21, 2023
@github-project-automation github-project-automation bot moved this from Done to On Deck in .NET Docker Apr 21, 2023
@am11
Copy link
Member

am11 commented Apr 21, 2023

Yup we were just discussing it: dotnet/arcade#13249

@mthalman
Copy link
Member Author

Build is fixed now.

@github-project-automation github-project-automation bot moved this from On Deck to Done in .NET Docker Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants