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

ZTS on FreeBSD 13 - all tests on this are failing in the moment :( #13205

Closed
mcmilk opened this issue Mar 12, 2022 · 2 comments
Closed

ZTS on FreeBSD 13 - all tests on this are failing in the moment :( #13205

mcmilk opened this issue Mar 12, 2022 · 2 comments
Labels
Component: Test Suite Indicates an issue with the test framework or a test case Type: Defect Incorrect behavior (e.g. crash, hang)

Comments

@mcmilk
Copy link
Contributor

mcmilk commented Mar 12, 2022

System information

Type Version/Name
Distribution Name FreeBSD
Distribution Version 13.0-STABLE
Kernel Version
Architecture x86_64
OpenZFS Version all

Describe the problem you're observing

All tests with FreeBSD 13 fail currently ... the reason is this:

+ uname -p
+ ABI=amd64
+ freebsd-version -r
+ VERSION=13.0-STABLE
+ cd /tmp
+ fetch https://download.freebsd.org/ftp/snapshots/amd64/13.0-STABLE/src.txz
fetch: https://download.freebsd.org/ftp/snapshots/amd64/13.0-STABLE/src.txz: Not Found
+ fetch https://download.freebsd.org/ftp/releases/amd64/13.0-STABLE/src.txz
fetch: https://download.freebsd.org/ftp/releases/amd64/13.0-STABLE/src.txz: Not Found
+ sudo tar xpf src.txz -C /
tar: Error opening archive: Failed to open 'src.txz'
+ rm src.txz

Possible solution

git clone --branch=stable/13 --depth=1 https://git.FreeBSD.org/src.git /usr/src

Include any warning/errors/backtraces from the system logs

This is a link to an example log

@mcmilk mcmilk added the Type: Defect Incorrect behavior (e.g. crash, hang) label Mar 12, 2022
@behlendorf behlendorf added the Component: Test Suite Indicates an issue with the test framework or a test case label Mar 14, 2022
@behlendorf
Copy link
Contributor

Resolved by openzfs/zfs-buildbot#249 for the moment, we'll need to follow along with the release schedule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Test Suite Indicates an issue with the test framework or a test case Type: Defect Incorrect behavior (e.g. crash, hang)
Projects
None yet
Development

No branches or pull requests

3 participants