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

FreeBSD failures #7

Open
nigelhorne opened this issue May 7, 2024 · 5 comments
Open

FreeBSD failures #7

nigelhorne opened this issue May 7, 2024 · 5 comments

Comments

@nigelhorne
Copy link

FreeBSD has started to fail with this:

Setting up VM
  Downloading disk image: https://github.com/cross-platform-actions/freebsd-builder/releases/download/v0.7.0/freebsd-13.0-x86-64.qcow2
  Downloading hypervisor: https://github.com/cross-platform-actions/resources/releases/download/v0.11.0/xhyve-macos.tar
  Downloading resources: https://github.com/cross-platform-actions/resources/releases/download/v0.11.0/resources-macos.tar
  /usr/bin/ssh-keygen -t ed255[19](https://github.com/nigelhorne/Geo-Coder-List/actions/runs/8988590728/job/24689770717#step:3:20) -f /tmp/resourcesHW01mM/id_ed25519 -q -N 
  /usr/sbin/mkfile -n 40m /tmp/resourcesHW01mM/res.raw
  /usr/sbin/diskutil partitionDisk /dev/disk4 1 GPT fat32 RES 100%
  Started partitioning on disk4
  Unmounting disk
  Creating the partition map
  Downloaded file: /Users/runner/work/_temp/80b1be9b-7a27-48e3-987f-c2dc658673b0
  Downloaded file: /Users/runner/work/_temp/93f4a883-c27d-4311-865c-060dbd849e5e
  Waiting for partitions to activate
  Formatting disk4s1 as MS-DOS (FAT32) with name RES
  512 bytes per physical sector
  /dev/rdisk4s1: 76594 sectors in 76594 FAT32 clusters (512 bytes/cluster)
  bps=512 spc=1 res=32 nft=2 mid=0xf8 spt=32 hds=16 hid=[20](https://github.com/nigelhorne/Geo-Coder-List/actions/runs/8988590728/job/24689770717#step:3:21)48 drv=0x80 bsec=77824 bspf=599 rdcl=2 infs=1 bkbs=6
  Mounting disk
  Finished partitioning on disk4
  /dev/disk4 (disk image):
     #:                       TYPE NAME                    SIZE       IDENTIFIER
     0:      GUID_partition_scheme                        +41.9 MB    disk4
     1:       Microsoft Basic Data RES                     39.8 MB    disk4s1
  /usr/bin/sudo umount /Volumes/RES
  /usr/bin/hdiutil detach /dev/disk4
  "disk4" ejected.
  Downloaded file: /Users/runner/work/_temp/36[21](https://github.com/nigelhorne/Geo-Coder-List/actions/runs/8988590728/job/24689770717#step:3:22)b48c-60a3-48aa-b02b-1f0cd02a7e6c
  Unarchiving hypervisor: /Users/runner/work/_temp/80b1be9b-7a27-48e3-987f-c2dc658673b0
  Unarchiving resources: /Users/runner/work/_temp/93f4a883-c27d-4311-865c-060dbd849e5e
  /usr/bin/tar -x -C /Users/runner/work/_temp/331a348e-4d28-4954-aafc-b86a6a3737e9 -f /Users/runner/work/_temp/93f4a883-c[27](https://github.com/nigelhorne/Geo-Coder-List/actions/runs/8988590728/job/24689770717#step:3:28)d-4311-865c-060dbd849e5e
  /usr/bin/tar -x -C /Users/runner/work/_temp/d3f8d27a-d8db-4fcf-8d29-87e40cc5a4b5 -f /Users/runner/work/_temp/80b1be9b-7a27-48e3-987f-c2dc658673b0
  /Users/runner/work/_temp/331a348e-4d[28](https://github.com/nigelhorne/Geo-Coder-List/actions/runs/8988590728/job/24689770717#step:3:29)-4954-aafc-b86a6a3737e9/qemu-img convert -f qcow2 -O raw /Users/runner/work/_temp/3621b48c-60a3-48aa-b02b-1f0cd02a7e6c /Users/runner/work/_temp/331a348e-4d28-4954-aafc-b86a6a3737e9/disk.raw
  Initializing VM
  Error: The process '/usr/bin/sudo' failed with exit code null
@FGasper
Copy link
Owner

FGasper commented May 7, 2024

@nigelhorne Howdy!

I don’t really know what would be causing that. I don’t work on Perl very regularly these days … for better or for worse.

If you’re able to dig into it I’d be happy to look at a PR.

Thanks!

@eserte
Copy link

eserte commented Jul 22, 2024

I observed a similar issue and my fix was just to increase the freebsd versions, see here: eserte/Doit@0dd35b4
You probably also want to add freebsd 14, as this is currently the stable freebsd version.

@nigelhorne
Copy link
Author

13.3 also works at the moment.
Needs to update OpenBSD to 7.5
Also best to use ubuntu-runner rather than macos-runner these days

@FGasper
Copy link
Owner

FGasper commented Jul 24, 2024

Would either of you like to take on ownership of this repo?

I don't use Perl much these days, for better or worse.

@eserte
Copy link

eserte commented Jul 24, 2024

You may give me co-maint permissions, or however this is called in GitHub.

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

No branches or pull requests

3 participants