I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
The aarch64 test instances are down due to the infra move and there are none for s390x.
What's the best way to work around this? An emulated aarch64 install of Fedora?
Thanks, Richard
I tried qemu using this link but it's wildly out of date...
https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU
I updated the url for Fedora 33 but it still fails...
sudo virt-install --name f33-aarch64-urlinst --ram 4096 --arch aarch64 --boot uefi --disk size=8 --location https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/x86_6...
Starting install... Retrieving file vmlinuz...
| 11 MB 00:00:00 Retrieving file initrd.img...
| 75 MB 00:00:01 Allocating 'f33-aarch64-urlinst.qcow2'
| 8.0 GB 00:00:00 Removing disk 'f33-aarch64-urlinst.qcow2'
| 0 B 00:00:00 ERROR Remote peer disconnected Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start f33-aarch64-urlinst otherwise, please restart your installation.
Thanks, Richard
----- Original Message -----
I tried qemu using this link but it's wildly out of date...
https://fedoraproject.org/wiki/Architectures/AArch64/Install_with_QEMU
Updated for Fedora 33.
I updated the url for Fedora 33 but it still fails...
sudo virt-install --name f33-aarch64-urlinst --ram 4096 --arch aarch64 --boot uefi --disk size=8 --location https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/x86_6...
Updating the url to aarch64 should work.
sudo virt-install --name f33-aarch64-urlinst --ram 4096 --arch aarch64 --boot uefi --disk size=8 --location https://download.fedoraproject.org/pub/fedora/linux/releases/33/Server/aarch...
Starting install... Retrieving file vmlinuz... | 11 MB 00:00:00 Retrieving file initrd.img... | 75 MB 00:00:01 Allocating 'f33-aarch64-urlinst.qcow2' | 8.0 GB 00:00:00 Removing disk 'f33-aarch64-urlinst.qcow2' | 0 B 00:00:00 ERROR Remote peer disconnected Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect qemu:///system start f33-aarch64-urlinst otherwise, please restart your installation.
Thanks, Richard
devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Richard Shaw hobbes1069@gmail.com 于2020年12月17日周四 下午9:34写道:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
The aarch64 test instances are down due to the infra move and there are none for s390x.
What's the best way to work around this? An emulated aarch64 install of Fedora?
I may use a raspberry pi for testing aarch64 applications, or if downloading fails for some reason, maybe it could be possible to download those files in advance and specify a local path?
Thanks, Richard _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Richard Shaw hobbes1069@gmail.com 于2020年12月17日周四 下午9:34写道:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
And if having problems with s390x, https://linuxone.cloud.marist.edu/ provides a free s390x vps (at least last time I used its service)
The aarch64 test instances are down due to the infra move and there are none for s390x.
What's the best way to work around this? An emulated aarch64 install of Fedora?
Thanks, Richard _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
On Thu, Dec 17, 2020 at 07:32:59AM -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
The aarch64 test instances are down due to the infra move and there are none for s390x.
Yeah, sorry about that. ;(
What's the best way to work around this? An emulated aarch64 install of Fedora?
So for aarch64, perhaps we can (at least until we get our machines back online) spin up some amazon instances as test machines. Filed a ticket for that: https://pagure.io/fedora-infrastructure/issue/9541
s390x is harder. ;( I see downthread someone pointed to a ibm place that can provide them. I wish we could.
kevin
On Thu, 17 Dec 2020 12:23:27 -0800 Kevin Fenzi kevin@scrye.com wrote:
On Thu, Dec 17, 2020 at 07:32:59AM -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
The aarch64 test instances are down due to the infra move and there are none for s390x.
Yeah, sorry about that. ;(
What's the best way to work around this? An emulated aarch64 install of Fedora?
So for aarch64, perhaps we can (at least until we get our machines back online) spin up some amazon instances as test machines. Filed a ticket for that: https://pagure.io/fedora-infrastructure/issue/9541
s390x is harder. ;( I see downthread someone pointed to a ibm place that can provide them. I wish we could.
I believe we can get a dedicated VM for Fedora, so it could be listed at the "test resources" wiki page. It's on my to-do list. For individual needs please contact me.
Dan
Just to (not quite) wrap up this thread...
Someone reached out to me privately to provide some hardware that can run Fedora aarch64, so once I receive that my immediate need should be satisfied assuming the same problem is plaguing it and s390x which is an assumption at this point.
I'll take a look at the IBM community stuff while I'm on holiday after this week which may also be a stop gap.
Thanks, Richard
On Thu, Dec 17, 2020 at 4:35 pm, Richard Shaw hobbes1069@gmail.com wrote:
I'll take a look at the IBM community stuff while I'm on holiday after this week which may also be a stop gap.
It's probably limited to a short trial period or something. You'll probably find it lot easier to work with Dan Horak instead. ;)
Michael
Michael Catanzaro left as an exercise for the reader:
On Thu, Dec 17, 2020 at 4:35 pm, Richard Shaw hobbes1069@gmail.com wrote:
I'll take a look at the IBM community stuff while I'm on holiday after this week which may also be a stop gap.
It's probably limited to a short trial period or something. You'll probably find it lot easier to work with Dan Horak instead. ;)
can confirm that Dan's s390x machine is a fast path to fixing s390x breakage.
On Thu, 2020-12-17 at 07:32 -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
Since is testing building, wh not mock with forcearch [1] ?
[1] https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/...
On Thu, Dec 17, 2020 at 4:07 PM Sérgio Basto sergio@serjux.com wrote:
On Thu, 2020-12-17 at 07:32 -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
Since is testing building, wh not mock with forcearch [1] ?
Because I completely forgot about that thread. We should definitely document it somewhere easy to find.
Thanks, Richard
On Thu, Dec 17, 2020 at 4:07 PM Sérgio Basto sergio@serjux.com wrote:
On Thu, 2020-12-17 at 07:32 -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
Since is testing building, wh not mock with forcearch [1] ?
Well, it only took a little over 5 hours for one build attempt, but it worked!
And that was on my decent desktop machine AMD Ryzen 5 3600.
Thanks, Richard
On Thu, Dec 17, 2020 at 07:32:59AM -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are failing but just on aarch64 and s390x.
The aarch64 test instances are down due to the infra move and there are none for s390x.
What's the best way to work around this? An emulated aarch64 install of Fedora?
If you don't mind spending some money then Raspberry Pi 4 is a very capable Fedora machine these days:
https://rwmj.wordpress.com/2020/09/24/raspberry-pi-4-running-fedora-32/
Rich.
On Fri, Jan 8, 2021 at 10:25 AM Richard W.M. Jones rjones@redhat.com wrote:
On Thu, Dec 17, 2020 at 07:32:59AM -0600, Richard Shaw wrote:
I'm working on building the new openexr package but the unit tests are
failing
but just on aarch64 and s390x.
The aarch64 test instances are down due to the infra move and there are
none
for s390x.
What's the best way to work around this? An emulated aarch64 install of
Fedora?
If you don't mind spending some money then Raspberry Pi 4 is a very capable Fedora machine these days:
https://rwmj.wordpress.com/2020/09/24/raspberry-pi-4-running-fedora-32/
I've been watching progress on that in the Fedora ARM list and also on the BackupPC mailing list. It looks promising but not quite ready just yet and I've seen some reports of design flaws causing issues as well.
Regardless I was gifted a Nvidia Jetson Nano which helped me solve the problem. Well, not quite solved, but it's in upstreams hands now.
Thanks! Richard
devel@lists.stg.fedoraproject.org