Parallels / vagrant-parallels

Vagrant Parallels Provider

Home Page:https://parallels.github.io/vagrant-parallels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallels 19.1.1 + vagrant-parallels 2.4.1 = `vagrant package` fails

BillyONeal opened this issue ยท comments

I'm having difficulty creating a new base box for our build lab and it looks like something vagrant-parallels does causes the VM to get dropped off the control center before package completes, causing package to fail:

PS D:\> ssh billy@10.127.88.55
Last login: Mon Nov 20 16:37:50 2023
billy@BillysIntelMBP ~ % cd macos-2023-11-20
billy@BillysIntelMBP macos-2023-11-20 % vagrant up
Bringing machine 'default' up with 'parallels' provider...
==> default: Registering VM image from the base box 'macos-14-1-1'...
==> default: Creating new virtual machine as a linked clone of the box image...
==> default: Unregistering the box VM image...
==> default: Setting the default configuration for VM...
==> default: Setting the name of the VM: macos-2023-11-20_default_1700531307575_46745
==> default: Preparing network interfaces based on configuration...
    default: Adapter 0: shared
==> default: Clearing any previously set network interfaces...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 10.211.55.18:22
    default: SSH username: vagrant
    default: SSH auth method: private key
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for Parallels Tools installed on the VM...
==> default: Mounting shared folders...
    default: /Users/vagrant/shared => /Users/billy/macos-2023-11-20
==> default: Running provisioner: Install Xcode Command Line Tools: attach dmg file (shell)...
    default: Running: script: Install Xcode Command Line Tools: attach dmg file
    default: /dev/disk2                 GUID_partition_scheme
    default: /dev/disk2s1               Apple_HFS                       /Volumes/setup-installer
==> default: Running provisioner: Install Xcode Command Line Tools: run installer (shell)...
    default: Running: script: Install Xcode Command Line Tools: run installer
    default: installer: Package name is Command Line Tools
    default: installer: Installing at base path /
    default: installer: The install was successful.
==> default: Running provisioner: Install XCode Command Line Tools: detach dmg file (shell)...
    default: Running: script: Install XCode Command Line Tools: detach dmg file
    default: "disk2" ejected.
==> default: Running provisioner: Install brew (shell)...
    default: Running: script: Install brew
    default: Warning: Running in non-interactive mode because `stdin` is not a TTY.
    default: ==> Checking for `sudo` access (which may request your password)...
    default: ==> This script will install:
    default: /usr/local/bin/brew
    default: /usr/local/share/doc/homebrew
    default: /usr/local/share/man/man1/brew.1
    default: /usr/local/share/zsh/site-functions/_brew
    default: /usr/local/etc/bash_completion.d/brew
    default: /usr/local/Homebrew
    default: ==> The following existing directories will be made group writable:
    default: /usr/local/bin
    default: ==> The following existing directories will have their owner set to vagrant:
    default: /usr/local/bin
    default: ==> The following existing directories will have their group set to admin:
    default: /usr/local/bin
    default: ==> The following new directories will be created:
    default: /usr/local/etc
    default: /usr/local/include
    default: /usr/local/lib
    default: /usr/local/sbin
    default: /usr/local/share
    default: /usr/local/var
    default: /usr/local/opt
    default: /usr/local/share/zsh
    default: /usr/local/share/zsh/site-functions
    default: /usr/local/var/homebrew
    default: /usr/local/var/homebrew/linked
    default: /usr/local/Cellar
    default: /usr/local/Caskroom
    default: /usr/local/Frameworks
    default: ==> /usr/bin/sudo /bin/chmod u+rwx /usr/local/bin
    default: ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin
    default: ==> /usr/bin/sudo /usr/sbin/chown vagrant /usr/local/bin
    default: ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin
    default: ==> /usr/bin/sudo /bin/mkdir -p /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
    default: ==> /usr/bin/sudo /bin/chmod ug=rwx /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
    default: ==> /usr/bin/sudo /bin/chmod go-w /usr/local/share/zsh /usr/local/share/zsh/site-functions
    default: ==> /usr/bin/sudo /usr/sbin/chown vagrant /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
    default: ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Frameworks
    default: ==> /usr/bin/sudo /bin/mkdir -p /usr/local/Homebrew
    default: ==> /usr/bin/sudo /usr/sbin/chown -R vagrant:admin /usr/local/Homebrew
    default: ==> /usr/bin/sudo /bin/mkdir -p /Users/vagrant/Library/Caches/Homebrew
    default: ==> /usr/bin/sudo /bin/chmod g+rwx /Users/vagrant/Library/Caches/Homebrew
    default: ==> /usr/bin/sudo /usr/sbin/chown -R vagrant /Users/vagrant/Library/Caches/Homebrew
    default: ==> Downloading and installing Homebrew...
    default: From https://github.com/Homebrew/brew
    default:  * [new branch]          master     -> origin/master
    default:  * [new tag]             0.1        -> 0.1
    default:  * [new tag]             0.2        -> 0.2
    default:  * [new tag]             0.3        -> 0.3
    default:  * [new tag]             0.4        -> 0.4
    default:  * [new tag]             0.5        -> 0.5
    default:  * [new tag]             0.6        -> 0.6
    default:  * [new tag]             0.7        -> 0.7
    default:  * [new tag]             0.7.1      -> 0.7.1
    default:  * [new tag]             0.8        -> 0.8
    default:  * [new tag]             0.8.1      -> 0.8.1
    default:  * [new tag]             0.9        -> 0.9
    default:  * [new tag]             0.9.1      -> 0.9.1
    default:  * [new tag]             0.9.2      -> 0.9.2
    default:  * [new tag]             0.9.3      -> 0.9.3
    default:  * [new tag]             0.9.4      -> 0.9.4
    default:  * [new tag]             0.9.5      -> 0.9.5
    default:  * [new tag]             0.9.8      -> 0.9.8
    default:  * [new tag]             0.9.9      -> 0.9.9
    default:  * [new tag]             1.0.0      -> 1.0.0
    default:  * [new tag]             1.0.1      -> 1.0.1
    default:  * [new tag]             1.0.2      -> 1.0.2
    default:  * [new tag]             1.0.3      -> 1.0.3
    default:  * [new tag]             1.0.4      -> 1.0.4
    default:  * [new tag]             1.0.5      -> 1.0.5
    default:  * [new tag]             1.0.6      -> 1.0.6
    default:  * [new tag]             1.0.7      -> 1.0.7
    default:  * [new tag]             1.0.8      -> 1.0.8
    default:  * [new tag]             1.0.9      -> 1.0.9
    default:  * [new tag]             1.1.0      -> 1.1.0
    default:  * [new tag]             1.1.1      -> 1.1.1
    default:  * [new tag]             1.1.10     -> 1.1.10
    default:  * [new tag]             1.1.11     -> 1.1.11
    default:  * [new tag]             1.1.12     -> 1.1.12
    default:  * [new tag]             1.1.13     -> 1.1.13
    default:  * [new tag]             1.1.2      -> 1.1.2
    default:  * [new tag]             1.1.3      -> 1.1.3
    default:  * [new tag]             1.1.4      -> 1.1.4
    default:  * [new tag]             1.1.5      -> 1.1.5
    default:  * [new tag]             1.1.6      -> 1.1.6
    default:  * [new tag]             1.1.7      -> 1.1.7
    default:  * [new tag]             1.1.8      -> 1.1.8
    default:  * [new tag]             1.1.9      -> 1.1.9
    default:  * [new tag]             1.2.0      -> 1.2.0
    default:  * [new tag]             1.2.1      -> 1.2.1
    default:  * [new tag]             1.2.2      -> 1.2.2
    default:  * [new tag]             1.2.3      -> 1.2.3
    default:  * [new tag]             1.2.4      -> 1.2.4
    default:  * [new tag]             1.2.5      -> 1.2.5
    default:  * [new tag]             1.2.6      -> 1.2.6
    default:  * [new tag]             1.3.0      -> 1.3.0
    default:  * [new tag]             1.3.1      -> 1.3.1
    default:  * [new tag]             1.3.2      -> 1.3.2
    default:  * [new tag]             1.3.3      -> 1.3.3
    default:  * [new tag]             1.3.4      -> 1.3.4
    default:  * [new tag]             1.3.5      -> 1.3.5
    default:  * [new tag]             1.3.6      -> 1.3.6
    default:  * [new tag]             1.3.7      -> 1.3.7
    default:  * [new tag]             1.3.8      -> 1.3.8
    default:  * [new tag]             1.3.9      -> 1.3.9
    default:  * [new tag]             1.4.0      -> 1.4.0
    default:  * [new tag]             1.4.1      -> 1.4.1
    default:  * [new tag]             1.4.2      -> 1.4.2
    default:  * [new tag]             1.4.3      -> 1.4.3
    default:  * [new tag]             1.5.0      -> 1.5.0
    default:  * [new tag]             1.5.1      -> 1.5.1
    default:  * [new tag]             1.5.10     -> 1.5.10
    default:  * [new tag]             1.5.11     -> 1.5.11
    default:  * [new tag]             1.5.12     -> 1.5.12
    default:  * [new tag]             1.5.13     -> 1.5.13
    default:  * [new tag]             1.5.14     -> 1.5.14
    default:  * [new tag]             1.5.2      -> 1.5.2
    default:  * [new tag]             1.5.3      -> 1.5.3
    default:  * [new tag]             1.5.4      -> 1.5.4
    default:  * [new tag]             1.5.5      -> 1.5.5
    default:  * [new tag]             1.5.6      -> 1.5.6
    default:  * [new tag]             1.5.7      -> 1.5.7
    default:  * [new tag]             1.5.8      -> 1.5.8
    default:  * [new tag]             1.5.9      -> 1.5.9
    default:  * [new tag]             1.6.0      -> 1.6.0
    default:  * [new tag]             1.6.1      -> 1.6.1
    default:  * [new tag]             1.6.10     -> 1.6.10
    default:  * [new tag]             1.6.11     -> 1.6.11
    default:  * [new tag]             1.6.12     -> 1.6.12
    default:  * [new tag]             1.6.13     -> 1.6.13
    default:  * [new tag]             1.6.14     -> 1.6.14
    default:  * [new tag]             1.6.15     -> 1.6.15
    default:  * [new tag]             1.6.16     -> 1.6.16
    default:  * [new tag]             1.6.17     -> 1.6.17
    default:  * [new tag]             1.6.2      -> 1.6.2
    default:  * [new tag]             1.6.3      -> 1.6.3
    default:  * [new tag]             1.6.4      -> 1.6.4
    default:  * [new tag]             1.6.5      -> 1.6.5
    default:  * [new tag]             1.6.6      -> 1.6.6
    default:  * [new tag]             1.6.7      -> 1.6.7
    default:  * [new tag]             1.6.8      -> 1.6.8
    default:  * [new tag]             1.6.9      -> 1.6.9
    default:  * [new tag]             1.7.0      -> 1.7.0
    default:  * [new tag]             1.7.1      -> 1.7.1
    default:  * [new tag]             1.7.2      -> 1.7.2
    default:  * [new tag]             1.7.3      -> 1.7.3
    default:  * [new tag]             1.7.4      -> 1.7.4
    default:  * [new tag]             1.7.5      -> 1.7.5
    default:  * [new tag]             1.7.6      -> 1.7.6
    default:  * [new tag]             1.7.7      -> 1.7.7
    default:  * [new tag]             1.8.0      -> 1.8.0
    default:  * [new tag]             1.8.1      -> 1.8.1
    default:  * [new tag]             1.8.2      -> 1.8.2
    default:  * [new tag]             1.8.3      -> 1.8.3
    default:  * [new tag]             1.8.4      -> 1.8.4
    default:  * [new tag]             1.8.5      -> 1.8.5
    default:  * [new tag]             1.8.6      -> 1.8.6
    default:  * [new tag]             1.9.0      -> 1.9.0
    default:  * [new tag]             1.9.1      -> 1.9.1
    default:  * [new tag]             1.9.2      -> 1.9.2
    default:  * [new tag]             1.9.3      -> 1.9.3
    default:  * [new tag]             2.0.0      -> 2.0.0
    default:  * [new tag]             2.0.1      -> 2.0.1
    default:  * [new tag]             2.0.2      -> 2.0.2
    default:  * [new tag]             2.0.3      -> 2.0.3
    default:  * [new tag]             2.0.4      -> 2.0.4
    default:  * [new tag]             2.0.5      -> 2.0.5
    default:  * [new tag]             2.0.6      -> 2.0.6
    default:  * [new tag]             2.1.0      -> 2.1.0
    default:  * [new tag]             2.1.1      -> 2.1.1
    default:  * [new tag]             2.1.10     -> 2.1.10
    default:  * [new tag]             2.1.11     -> 2.1.11
    default:  * [new tag]             2.1.12     -> 2.1.12
    default:  * [new tag]             2.1.13     -> 2.1.13
    default:  * [new tag]             2.1.14     -> 2.1.14
    default:  * [new tag]             2.1.15     -> 2.1.15
    default:  * [new tag]             2.1.16     -> 2.1.16
    default:  * [new tag]             2.1.2      -> 2.1.2
    default:  * [new tag]             2.1.3      -> 2.1.3
    default:  * [new tag]             2.1.4      -> 2.1.4
    default:  * [new tag]             2.1.5      -> 2.1.5
    default:  * [new tag]             2.1.6      -> 2.1.6
    default:  * [new tag]             2.1.7      -> 2.1.7
    default:  * [new tag]             2.1.8      -> 2.1.8
    default:  * [new tag]             2.1.9      -> 2.1.9
    default:  * [new tag]             2.2.0      -> 2.2.0
    default:  * [new tag]             2.2.1      -> 2.2.1
    default:  * [new tag]             2.2.10     -> 2.2.10
    default:  * [new tag]             2.2.11     -> 2.2.11
    default:  * [new tag]             2.2.12     -> 2.2.12
    default:  * [new tag]             2.2.13     -> 2.2.13
    default:  * [new tag]             2.2.14     -> 2.2.14
    default:  * [new tag]             2.2.15     -> 2.2.15
    default:  * [new tag]             2.2.16     -> 2.2.16
    default:  * [new tag]             2.2.17     -> 2.2.17
    default:  * [new tag]             2.2.2      -> 2.2.2
    default:  * [new tag]             2.2.3      -> 2.2.3
    default:  * [new tag]             2.2.4      -> 2.2.4
    default:  * [new tag]             2.2.5      -> 2.2.5
    default:  * [new tag]             2.2.6      -> 2.2.6
    default:  * [new tag]             2.2.7      -> 2.2.7
    default:  * [new tag]             2.2.8      -> 2.2.8
    default:  * [new tag]             2.2.9      -> 2.2.9
    default:  * [new tag]             2.3.0      -> 2.3.0
    default:  * [new tag]             2.4.0      -> 2.4.0
    default:  * [new tag]             2.4.1      -> 2.4.1
    default:  * [new tag]             2.4.10     -> 2.4.10
    default:  * [new tag]             2.4.11     -> 2.4.11
    default:  * [new tag]             2.4.12     -> 2.4.12
    default:  * [new tag]             2.4.13     -> 2.4.13
    default:  * [new tag]             2.4.14     -> 2.4.14
    default:  * [new tag]             2.4.15     -> 2.4.15
    default:  * [new tag]             2.4.16     -> 2.4.16
    default:  * [new tag]             2.4.2      -> 2.4.2
    default:  * [new tag]             2.4.3      -> 2.4.3
    default:  * [new tag]             2.4.4      -> 2.4.4
    default:  * [new tag]             2.4.5      -> 2.4.5
    default:  * [new tag]             2.4.6      -> 2.4.6
    default:  * [new tag]             2.4.7      -> 2.4.7
    default:  * [new tag]             2.4.8      -> 2.4.8
    default:  * [new tag]             2.4.9      -> 2.4.9
    default:  * [new tag]             2.5.0      -> 2.5.0
    default:  * [new tag]             2.5.1      -> 2.5.1
    default:  * [new tag]             2.5.10     -> 2.5.10
    default:  * [new tag]             2.5.11     -> 2.5.11
    default:  * [new tag]             2.5.12     -> 2.5.12
    default:  * [new tag]             2.5.2      -> 2.5.2
    default:  * [new tag]             2.5.3      -> 2.5.3
    default:  * [new tag]             2.5.4      -> 2.5.4
    default:  * [new tag]             2.5.5      -> 2.5.5
    default:  * [new tag]             2.5.6      -> 2.5.6
    default:  * [new tag]             2.5.7      -> 2.5.7
    default:  * [new tag]             2.5.8      -> 2.5.8
    default:  * [new tag]             2.5.9      -> 2.5.9
    default:  * [new tag]             2.6.0      -> 2.6.0
    default:  * [new tag]             2.6.1      -> 2.6.1
    default:  * [new tag]             2.6.2      -> 2.6.2
    default:  * [new tag]             2.7.0      -> 2.7.0
    default:  * [new tag]             2.7.1      -> 2.7.1
    default:  * [new tag]             2.7.2      -> 2.7.2
    default:  * [new tag]             2.7.3      -> 2.7.3
    default:  * [new tag]             2.7.4      -> 2.7.4
    default:  * [new tag]             2.7.5      -> 2.7.5
    default:  * [new tag]             2.7.6      -> 2.7.6
    default:  * [new tag]             2.7.7      -> 2.7.7
    default:  * [new tag]             3.0.0      -> 3.0.0
    default:  * [new tag]             3.0.1      -> 3.0.1
    default:  * [new tag]             3.0.10     -> 3.0.10
    default:  * [new tag]             3.0.11     -> 3.0.11
    default:  * [new tag]             3.0.2      -> 3.0.2
    default:  * [new tag]             3.0.3      -> 3.0.3
    default:  * [new tag]             3.0.4      -> 3.0.4
    default:  * [new tag]             3.0.5      -> 3.0.5
    default:  * [new tag]             3.0.6      -> 3.0.6
    default:  * [new tag]             3.0.7      -> 3.0.7
    default:  * [new tag]             3.0.8      -> 3.0.8
    default:  * [new tag]             3.0.9      -> 3.0.9
    default:  * [new tag]             3.1.0      -> 3.1.0
    default:  * [new tag]             3.1.1      -> 3.1.1
    default:  * [new tag]             3.1.10     -> 3.1.10
    default:  * [new tag]             3.1.11     -> 3.1.11
    default:  * [new tag]             3.1.12     -> 3.1.12
    default:  * [new tag]             3.1.2      -> 3.1.2
    default:  * [new tag]             3.1.3      -> 3.1.3
    default:  * [new tag]             3.1.4      -> 3.1.4
    default:  * [new tag]             3.1.5      -> 3.1.5
    default:  * [new tag]             3.1.6      -> 3.1.6
    default:  * [new tag]             3.1.7      -> 3.1.7
    default:  * [new tag]             3.1.8      -> 3.1.8
    default:  * [new tag]             3.1.9      -> 3.1.9
    default:  * [new tag]             3.2.0      -> 3.2.0
    default:  * [new tag]             3.2.1      -> 3.2.1
    default:  * [new tag]             3.2.10     -> 3.2.10
    default:  * [new tag]             3.2.11     -> 3.2.11
    default:  * [new tag]             3.2.12     -> 3.2.12
    default:  * [new tag]             3.2.13     -> 3.2.13
    default:  * [new tag]             3.2.14     -> 3.2.14
    default:  * [new tag]             3.2.15     -> 3.2.15
    default:  * [new tag]             3.2.16     -> 3.2.16
    default:  * [new tag]             3.2.17     -> 3.2.17
    default:  * [new tag]             3.2.2      -> 3.2.2
    default:  * [new tag]             3.2.3      -> 3.2.3
    default:  * [new tag]             3.2.4      -> 3.2.4
    default:  * [new tag]             3.2.5      -> 3.2.5
    default:  * [new tag]             3.2.6      -> 3.2.6
    default:  * [new tag]             3.2.7      -> 3.2.7
    default:  * [new tag]             3.2.8      -> 3.2.8
    default:  * [new tag]             3.2.9      -> 3.2.9
    default:  * [new tag]             3.3.0      -> 3.3.0
    default:  * [new tag]             3.3.1      -> 3.3.1
    default:  * [new tag]             3.3.10     -> 3.3.10
    default:  * [new tag]             3.3.11     -> 3.3.11
    default:  * [new tag]             3.3.12     -> 3.3.12
    default:  * [new tag]             3.3.13     -> 3.3.13
    default:  * [new tag]             3.3.14     -> 3.3.14
    default:  * [new tag]             3.3.15     -> 3.3.15
    default:  * [new tag]             3.3.16     -> 3.3.16
    default:  * [new tag]             3.3.2      -> 3.3.2
    default:  * [new tag]             3.3.3      -> 3.3.3
    default:  * [new tag]             3.3.4      -> 3.3.4
    default:  * [new tag]             3.3.5      -> 3.3.5
    default:  * [new tag]             3.3.6      -> 3.3.6
    default:  * [new tag]             3.3.7      -> 3.3.7
    default:  * [new tag]             3.3.8      -> 3.3.8
    default:  * [new tag]             3.3.9      -> 3.3.9
    default:  * [new tag]             3.4.0      -> 3.4.0
    default:  * [new tag]             3.4.1      -> 3.4.1
    default:  * [new tag]             3.4.10     -> 3.4.10
    default:  * [new tag]             3.4.11     -> 3.4.11
    default:  * [new tag]             3.4.2      -> 3.4.2
    default:  * [new tag]             3.4.3      -> 3.4.3
    default:  * [new tag]             3.4.4      -> 3.4.4
    default:  * [new tag]             3.4.5      -> 3.4.5
    default:  * [new tag]             3.4.6      -> 3.4.6
    default:  * [new tag]             3.4.7      -> 3.4.7
    default:  * [new tag]             3.4.8      -> 3.4.8
    default:  * [new tag]             3.4.9      -> 3.4.9
    default:  * [new tag]             3.5.0      -> 3.5.0
    default:  * [new tag]             3.5.1      -> 3.5.1
    default:  * [new tag]             3.5.10     -> 3.5.10
    default:  * [new tag]             3.5.2      -> 3.5.2
    default:  * [new tag]             3.5.3      -> 3.5.3
    default:  * [new tag]             3.5.4      -> 3.5.4
    default:  * [new tag]             3.5.5      -> 3.5.5
    default:  * [new tag]             3.5.6      -> 3.5.6
    default:  * [new tag]             3.5.7      -> 3.5.7
    default:  * [new tag]             3.5.8      -> 3.5.8
    default:  * [new tag]             3.5.9      -> 3.5.9
    default:  * [new tag]             3.6.0      -> 3.6.0
    default:  * [new tag]             3.6.1      -> 3.6.1
    default:  * [new tag]             3.6.10     -> 3.6.10
    default:  * [new tag]             3.6.11     -> 3.6.11
    default:  * [new tag]             3.6.12     -> 3.6.12
    default:  * [new tag]             3.6.13     -> 3.6.13
    default:  * [new tag]             3.6.14     -> 3.6.14
    default:  * [new tag]             3.6.15     -> 3.6.15
    default:  * [new tag]             3.6.16     -> 3.6.16
    default:  * [new tag]             3.6.17     -> 3.6.17
    default:  * [new tag]             3.6.18     -> 3.6.18
    default:  * [new tag]             3.6.19     -> 3.6.19
    default:  * [new tag]             3.6.2      -> 3.6.2
    default:  * [new tag]             3.6.20     -> 3.6.20
    default:  * [new tag]             3.6.21     -> 3.6.21
    default:  * [new tag]             3.6.3      -> 3.6.3
    default:  * [new tag]             3.6.4      -> 3.6.4
    default:  * [new tag]             3.6.5      -> 3.6.5
    default:  * [new tag]             3.6.6      -> 3.6.6
    default:  * [new tag]             3.6.7      -> 3.6.7
    default:  * [new tag]             3.6.8      -> 3.6.8
    default:  * [new tag]             3.6.9      -> 3.6.9
    default:  * [new tag]             4.0.0      -> 4.0.0
    default:  * [new tag]             4.0.1      -> 4.0.1
    default:  * [new tag]             4.0.10     -> 4.0.10
    default:  * [new tag]             4.0.11     -> 4.0.11
    default:  * [new tag]             4.0.12     -> 4.0.12
    default:  * [new tag]             4.0.13     -> 4.0.13
    default:  * [new tag]             4.0.14     -> 4.0.14
    default:  * [new tag]             4.0.15     -> 4.0.15
    default:  * [new tag]             4.0.16     -> 4.0.16
    default:  * [new tag]             4.0.17     -> 4.0.17
    default:  * [new tag]             4.0.18     -> 4.0.18
    default:  * [new tag]             4.0.19     -> 4.0.19
    default:  * [new tag]             4.0.2      -> 4.0.2
    default:  * [new tag]             4.0.20     -> 4.0.20
    default:  * [new tag]             4.0.21     -> 4.0.21
    default:  * [new tag]             4.0.22     -> 4.0.22
    default:  * [new tag]             4.0.23     -> 4.0.23
    default:  * [new tag]             4.0.24     -> 4.0.24
    default:  * [new tag]             4.0.25     -> 4.0.25
    default:  * [new tag]             4.0.26     -> 4.0.26
    default:  * [new tag]             4.0.27     -> 4.0.27
    default:  * [new tag]             4.0.28     -> 4.0.28
    default:  * [new tag]             4.0.3      -> 4.0.3
    default:  * [new tag]             4.0.4      -> 4.0.4
    default:  * [new tag]             4.0.5      -> 4.0.5
    default:  * [new tag]             4.0.6      -> 4.0.6
    default:  * [new tag]             4.0.7      -> 4.0.7
    default:  * [new tag]             4.0.8      -> 4.0.8
    default:  * [new tag]             4.0.9      -> 4.0.9
    default:  * [new tag]             4.1.0      -> 4.1.0
    default:  * [new tag]             4.1.1      -> 4.1.1
    default:  * [new tag]             4.1.10     -> 4.1.10
    default:  * [new tag]             4.1.11     -> 4.1.11
    default:  * [new tag]             4.1.12     -> 4.1.12
    default:  * [new tag]             4.1.13     -> 4.1.13
    default:  * [new tag]             4.1.14     -> 4.1.14
    default:  * [new tag]             4.1.15     -> 4.1.15
    default:  * [new tag]             4.1.16     -> 4.1.16
    default:  * [new tag]             4.1.17     -> 4.1.17
    default:  * [new tag]             4.1.18     -> 4.1.18
    default:  * [new tag]             4.1.19     -> 4.1.19
    default:  * [new tag]             4.1.2      -> 4.1.2
    default:  * [new tag]             4.1.20     -> 4.1.20
    default:  * [new tag]             4.1.21     -> 4.1.21
    default:  * [new tag]             4.1.3      -> 4.1.3
    default:  * [new tag]             4.1.4      -> 4.1.4
    default:  * [new tag]             4.1.5      -> 4.1.5
    default:  * [new tag]             4.1.6      -> 4.1.6
    default:  * [new tag]             4.1.7      -> 4.1.7
    default:  * [new tag]             4.1.8      -> 4.1.8
    default: From https://github.com/Homebrew/brew
    default:  * [new tag]             4.0.29     -> 4.0.29
    default:  * [new tag]             4.1.9      -> 4.1.9
    default: HEAD is now at 705bfe316 Merge pull request #16240 from Homebrew/dependabot/bundler/Library/Homebrew/json_schemer-2.1.0
    default: ==> Installation successful!
    default:
    default: ==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
    default: Read the analytics documentation (and how to opt-out) here:
    default:   https://docs.brew.sh/Analytics
    default: No analytics data has been sent yet (nor will any be during this install run).
    default:
    default: ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
    default:   https://github.com/Homebrew/brew#donations
    default:
    default: ==> Next steps:
    default: - Run these two commands in your terminal to add Homebrew to your PATH:
    default:     (echo; echo 'eval "$(/usr/local/bin/brew shellenv)"') >> /Users/vagrant/.zprofile
    default:     eval "$(/usr/local/bin/brew shellenv)"
    default: - Run brew help to get started
    default: - Further documentation:
    default:     https://docs.brew.sh
    default:
==> default: Running provisioner: Install brew applications (shell)...
    default: Running: script: Install brew applications
    default: Warning: Treating cmake as a formula. For the cask, use homebrew/cask/cmake
    default: ==> Caveats
    default: To use Homebrew in PowerShell, set:
    default:   Add-Content -Path $PROFILE.CurrentUserAllHosts -Value '$(/usr/local/bin/brew shellenv) | Invoke-Expression'
    default:
    default: ==> Downloading https://github.com/PowerShell/PowerShell/releases/download/v7.4.0/powershell-7.4.0-osx-x64.pkg
    default: ==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/49609581/24efc1e3-8b1d-412c-ba26-aa34b3775f3b?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231121%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231121T015111Z&X-Amz-Expires=300&X-Amz-Signature=27313370f33cacb85a16463fa54805e333b3d5ae63d10896d259e012443b4c40&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=49609581&response-content-disposition=attachment%3B%20filename%3Dpowershell-7.4.0-osx-x64.pkg&response-content-type=application%2Foctet-stream
    default: ==> Installing dependencies: ca-certificates, openssl@3
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2023-08-22
    default: ==> Fetching ca-certificates
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:a331e92e7a759571296581f029e5cc2ec7cee70cd92dc0b5f8eb76095f94a21a
    default: ==> Installing ca-certificates
    default: ==> Pouring ca-certificates--2023-08-22.sonoma.bottle.tar.gz
    default: exit
    default: ==> Regenerating CA certificate bundle from keychain, this may take a while...
    default: ๐Ÿบ  /usr/local/Cellar/ca-certificates/2023-08-22: 3 files, 221.6KB
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.1.4
    default: ==> Fetching openssl@3
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:42038036c3c79c86f73e084d089015efcb031914d32d3cc92a8ffa264ee17bf7
    default: ==> Installing openssl@3
    default: ==> Pouring openssl@3--3.1.4.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/openssl@3/3.1.4: 6,496 files, 30.0MB
    default: ==> Installing Cask powershell
    default: ==> Running installer for powershell with sudo; the password may be necessary.
    default: installer: Package name is PowerShell - 7.4.0
    default: installer: Installing at base path /
    default: installer: The install was successful.
    default: ๐Ÿบ  powershell was successfully installed!
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf-archive/manifests/2023.02.20
    default: ==> Fetching dependencies for autoconf-archive: m4 and autoconf
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
    default: ==> Fetching m4
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/m4/blobs/sha256:8434a67a4383836b2531a6180e068640c5b482ee6781b673d65712e4fc86ca76
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.71
    default: ==> Fetching autoconf
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/blobs/sha256:a474f30e4ba1946cf73d08aa5e6cab7f093cd1dfb36a698104f3593e07e4f17d
    default: ==> Fetching autoconf-archive
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf-archive/blobs/sha256:57d43fd96d81578fe46bc6ddcfe4c0d79be9e50d7704b7ad0a2509ee5b5f95cd
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.71
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/057cde2b686872aeeff2e91dc36d037807d7342dd50929fbdfea8bcc572fbed0--autoconf-2.71.bottle_manifest.json
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/automake/manifests/1.16.5
    default: ==> Fetching automake
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/automake/blobs/sha256:4f3ecdf86b3a0302f64b848440b0595095face19a0b9778498e5e64d022c1a81
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/bison/manifests/3.8.2
    default: ==> Fetching bison
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/bison/blobs/sha256:cadf52c2fd93ef340f01a36a8468b8725f5218ee6c62773b3838b8c01c862c9b
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/manifests/3.27.8
    default: ==> Fetching cmake
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:f282ce633cc87a0dfa65aa5ac6aac012bf83922e24c916479636b3b2131c9cfe
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.22.3
    default: ==> Fetching gettext
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:1853891cc14ff16ab102dd75b8ee313975bfdb17c03737975ca61b5a05159e5a
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/manifests/13.2.0-1
    default: ==> Fetching dependencies for gcc: gmp, isl, mpfr, libmpc, lz4, xz and zstd
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
    default: ==> Fetching gmp
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/blobs/sha256:e8410d92339535174e9f4a5eccc403301b70c7287f2f9a87f064a9aa2e21b54b
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
    default: ==> Fetching isl
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/isl/blobs/sha256:879bd3d644e9a8a8b43b771de24d56999faf6ab47d961a316cc469de10a6fb7b
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
    default: ==> Fetching mpfr
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/blobs/sha256:af35898aedfbb852d0ff927c1c60bf3676c2c29c61408f971490e1289b40cc5b
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
    default: ==> Fetching libmpc
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/blobs/sha256:504c66775a10810afcaff53506651eafdb6e9c74dd86881e3b9f7c438fcd83d6
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
    default: ==> Fetching lz4
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/blobs/sha256:2bad368b2869db32b1b22cea76a6e65da2f4e599ac8ee327b4825d54c4579445
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.5
    default: ==> Fetching xz
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:bdd5146737d8a84b8a855d7b1bdc81cd2d20692c5d77810fa7472cd9bb41fb47
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.5-1
    default: ==> Fetching zstd
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/blobs/sha256:2137fe12a266078c16b162342500c7efa263def709e6742bfb4bf8601a3f36af
    default: ==> Fetching gcc
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gcc/blobs/sha256:e270347f863c587a2c03d7725921bdf1badca40455ba9c85765532fa84c90232
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gperf/manifests/3.1
    default: ==> Fetching gperf
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gperf/blobs/sha256:5cfbde7ca4aa6aee9a4fd93e0cfb774aba015c94af04991fa80614e6d365dbf7
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gtk-doc/manifests/1.33.2_1-3
    default: ==> Fetching dependencies for gtk-doc: docbook, docbook-xsl, pygments, python-lxml, mpdecimal, readline, sqlite, python@3.12 and six
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/docbook/manifests/5.1_1
    default: ==> Fetching docbook
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/docbook/blobs/sha256:502210e645553b6a3a57d5fadf01f0c4e79b8bc2a1a5d6aee187bd3c6e322008
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/docbook-xsl/manifests/1.79.2_1
    default: ==> Fetching docbook-xsl
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/docbook-xsl/blobs/sha256:0eff47e9bdd6801e4591e08a1d43c11cb99e9bd5e4791b5b02bf7bdc30b47646
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/pygments/manifests/2.16.1_1
    default: ==> Fetching pygments
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/pygments/blobs/sha256:7651e791931dfa84769c4e96c8127b37f705413e825af9f823fb3ab3ecdb658a
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python-lxml/manifests/4.9.3-2
    default: ==> Fetching python-lxml
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python-lxml/blobs/sha256:331bb6fdfac90d78dcf1b64c7f811b7bb90284bcff4550cbe430e6bb4060ad10
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/2.5.1
    default: ==> Fetching mpdecimal
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:ed879258f7aad18da455791a183f5f73bfb1d73a9969986b35db67ebbb65c431
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.1
    default: ==> Fetching readline
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:2d243958083b0ea3221bec59576ddbe1be576501dccba312f752b7899976e00f
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.44.0
    default: ==> Fetching sqlite
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:a65407f49c72002c0b834bf03215260117f18f54ffbc4da6c74d4b4bfdcc1b47
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.0-1
    default: ==> Fetching python@3.12
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/blobs/sha256:bb924bd0cc0c46008389961c77efdbf32914327feceb4983bdaf476114fec4eb
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/six/manifests/1.16.0_4
    default: ==> Fetching six
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/six/blobs/sha256:af0e594f44ac758201a84eda10f5eec0e7958ac67c219c6a09165eb18ac79797
    default: ==> Fetching gtk-doc
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gtk-doc/blobs/sha256:ceb949f591965436723ecdaecbcce8279a8a878d9a7928d14a785c93a1d637ba
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/libtool/manifests/2.4.7-1
    default: ==> Fetching libtool
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/libtool/blobs/sha256:47676ae503261483d5f1f35caa074efc416527bc471e25b0dc5c19bf588ed39f
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/meson/manifests/1.3.0
    default: ==> Fetching dependencies for meson: ninja
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/ninja/manifests/1.11.1-1
    default: ==> Fetching ninja
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/ninja/blobs/sha256:0985f9b135ca58e18efe12665d410b08109dd215f087c22d44e02c3779d368d3
    default: ==> Fetching meson
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/meson/blobs/sha256:66f902068e3039b66057e177944f57fe9e8343cbd14a2b22d0ae97362c656c7d
    default: Warning: mono has been deprecated because it uses deprecated `openssl@1.1`!
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mono/manifests/6.12.0.182-2
    default: ==> Fetching dependencies for mono: python@3.11
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.11/manifests/3.11.6_1
    default: ==> Fetching python@3.11
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.11/blobs/sha256:da1954c946eabed4050570600888f0771383ccf46cdfea36c1e67f0b318302c6
    default: ==> Fetching mono
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mono/blobs/sha256:537d0087e718c8945d8c5acae07e0ec1f29706ee8b21610443a638d21ac42acc
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/nasm/manifests/2.16.01
    default: ==> Fetching nasm
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/nasm/blobs/sha256:4f94fa0a9646be0477dd7764d51fb67e766fba598b4d6c7d9d23c29422105392
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/ninja/manifests/1.11.1-1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/de0ae9aadee6baf3d2d6bf0f299d3c85d80039a82c392180a48acd04764a1476--ninja-1.11.1-1.bottle_manifest.json
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/manifests/0.29.2_3
    default: ==> Fetching pkg-config
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/pkg-config/blobs/sha256:421571f340277c62c5cc6fd68737bd7c4e085de113452ea49b33bcd46509bb12
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/texinfo/manifests/7.1
    default: ==> Fetching texinfo
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/texinfo/blobs/sha256:65cf063c13da2f386da45a9161a8b1a8f88191273c66205f3c3267cc31857510
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/yasm/manifests/1.3.0_2-1
    default: ==> Fetching yasm
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/yasm/blobs/sha256:8a459b8a128c82d79a253c164b213a4483c81ded729a4958be000da17b64b893
    default: ==> Installing dependencies for autoconf-archive: m4 and autoconf
    default: ==> Installing autoconf-archive dependency: m4
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/m4/manifests/1.4.19
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/5b2a7f715487b7377e409e8ca58569040cd89f33859f691210c58d94410fd33b--m4-1.4.19.bottle_manifest.json
    default: ==> Pouring m4--1.4.19.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/m4/1.4.19: 13 files, 739.9KB
    default: ==> Installing autoconf-archive dependency: autoconf
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/autoconf/manifests/2.71
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/057cde2b686872aeeff2e91dc36d037807d7342dd50929fbdfea8bcc572fbed0--autoconf-2.71.bottle_manifest.json
    default: ==> Pouring autoconf--2.71.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/autoconf/2.71: 71 files, 3.2MB
    default: ==> Installing autoconf-archive
    default: ==> Pouring autoconf-archive--2023.02.20.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/autoconf-archive/2023.02.20: 600 files, 3.6MB
    default: ==> Running `brew cleanup autoconf-archive`...
    default: Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
    default: Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
    default: ==> Running `brew cleanup autoconf`...
    default: ==> Pouring automake--1.16.5.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/automake/1.16.5: 131 files, 3.5MB
    default: ==> Running `brew cleanup automake`...
    default: ==> Pouring bison--3.8.2.sonoma.bottle.tar.gz
    default: ==> Caveats
    default: bison is keg-only, which means it was not symlinked into /usr/local,
    default: because macOS already provides this software and installing another version in
    default: parallel can cause all kinds of trouble.
    default:
    default: If you need to have bison first in your PATH, run:
    default:   echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.zshrc
    default:
    default: For compilers to find bison you may need to set:
    default:   export LDFLAGS="-L/usr/local/opt/bison/lib"
    default: ==> Summary
    default: ๐Ÿบ  /usr/local/Cellar/bison/3.8.2: 99 files, 3.7MB
    default: ==> Running `brew cleanup bison`...
    default: ==> Pouring cmake--3.27.8.sonoma.bottle.tar.gz
    default: ==> Caveats
    default: To install the CMake documentation, run:
    default:   brew install cmake-docs
    default:
    default: Emacs Lisp files have been installed to:
    default:   /usr/local/share/emacs/site-lisp/cmake
    default: ==> Summary
    default: ๐Ÿบ  /usr/local/Cellar/cmake/3.27.8: 3,285 files, 57.9MB
    default: ==> Running `brew cleanup cmake`...
    default: ==> Pouring gettext--0.22.3.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/gettext/0.22.3: 2,040 files, 21.4MB
    default: ==> Running `brew cleanup gettext`...
    default: ==> Installing dependencies for gcc: gmp, isl, mpfr, libmpc, lz4, xz and zstd
    default: ==> Installing gcc dependency: gmp
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/gmp/manifests/6.3.0
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/70a72a71216843d66a953c06ff6337445ce9bc94fae9f0e301e2f59005274a8e--gmp-6.3.0.bottle_manifest.json
    default: ==> Pouring gmp--6.3.0.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/gmp/6.3.0: 21 files, 3.3MB
    default: ==> Installing gcc dependency: isl
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/isl/manifests/0.26
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/ec0bbec77171645273dd59a9ccfdf290deccd999b3ca2082e0478d282b777ec0--isl-0.26.bottle_manifest.json
    default: ==> Pouring isl--0.26.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/isl/0.26: 73 files, 7.6MB
    default: ==> Installing gcc dependency: mpfr
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mpfr/manifests/4.2.1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/a2a3424f4974f6febfa0334a93f35f508eaef3f4ad04320f73d9498302295635--mpfr-4.2.1.bottle_manifest.json
    default: ==> Pouring mpfr--4.2.1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/mpfr/4.2.1: 30 files, 3.1MB
    default: ==> Installing gcc dependency: libmpc
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/libmpc/manifests/1.3.1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/fdfa98e0f8bb3ce075cb32776ac2345aa2f89252706c162aecfc841085fa76be--libmpc-1.3.1.bottle_manifest.json
    default: ==> Pouring libmpc--1.3.1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/libmpc/1.3.1: 12 files, 497.8KB
    default: ==> Installing gcc dependency: lz4
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/lz4/manifests/1.9.4
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/379e59b981667f9585b33a2ff318769d8edca3ce6fd2e9a67ed291ae3e0cc872--lz4-1.9.4.bottle_manifest.json
    default: ==> Pouring lz4--1.9.4.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/lz4/1.9.4: 22 files, 656.5KB
    default: ==> Installing gcc dependency: xz
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.5
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/4e81fda476fb634a7e1ac650019bfe768a65d6c387015992df4cd75adf9b3fce--xz-5.4.5.bottle_manifest.json
    default: ==> Pouring xz--5.4.5.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/xz/5.4.5: 163 files, 2.6MB
    default: ==> Installing gcc dependency: zstd
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/zstd/manifests/1.5.5-1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/fc13698599720a53800064b40cddd854399651cf8760d9b0e46092f2e8da701a--zstd-1.5.5-1.bottle_manifest.json
    default: ==> Pouring zstd--1.5.5.sonoma.bottle.1.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/zstd/1.5.5: 31 files, 2.3MB
    default: ==> Installing gcc
    default: ==> Pouring gcc--13.2.0.sonoma.bottle.1.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/gcc/13.2.0: 1,590 files, 421.5MB
    default: ==> Running `brew cleanup gcc`...
    default: ==> Pouring gperf--3.1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/gperf/3.1: 11 files, 547.6KB
    default: ==> Running `brew cleanup gperf`...
    default: ==> Installing dependencies for gtk-doc: docbook, docbook-xsl, pygments, python-lxml, mpdecimal, readline, sqlite, python@3.12 and six
    default: ==> Installing gtk-doc dependency: docbook
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/docbook/manifests/5.1_1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/f535f42662e0d894361c489a448ac2f5462b01ecb12c3c54876cb43570da5558--docbook-5.1_1.bottle_manifest.json
    default: ==> Pouring docbook--5.1_1.sonoma.bottle.tar.gz
    default: ==> /usr/bin/xmlcatalog --noout --create /usr/local/etc/xml/catalog
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ==> /usr/bin/xmlcatalog --noout --del file:///usr/local/opt/docbook/docbook/xml/
    default: ==> /usr/bin/xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook
    default: ๐Ÿบ  /usr/local/Cellar/docbook/5.1_1: 199 files, 8.9MB
    default: ==> Installing gtk-doc dependency: docbook-xsl
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/docbook-xsl/manifests/1.79.2_1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/33e485cb2c174d07962c3477b301084016b8cb7c2e6ea2ada01f4f0ea6ab1763--docbook-xsl-1.79.2_1.bottle_manifest.json
    default: ==> Pouring docbook-xsl--1.79.2_1.sonoma.bottle.tar.gz
    default: ==> xmlcatalog --noout --del file:///usr/local/opt/docbook-xsl/docbook-xsl/catal
    default: ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook-xsl/docb
    default: ==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl-nons/1.79.2 /us
    default: ==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl-n
    default: ==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl-nons
    default: ==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl-nons/current /u
    default: ==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl-n
    default: ==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl-nons
    default: ==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl/1.79.2 /
    default: ==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/releas
    default: ==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/x
    default: ==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl/current
    default: ==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/releas
    default: ==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/x
    default: ==> xmlcatalog --noout --del file:///usr/local/opt/docbook-xsl/docbook-xsl-ns/ca
    default: ==> xmlcatalog --noout --add nextCatalog  file:///usr/local/opt/docbook-xsl/docb
    default: ==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl/1.79.2 /usr/loc
    default: ==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl/1
    default: ==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl/1.79
    default: ==> xmlcatalog --noout --del https://cdn.docbook.org/release/xsl/current /usr/lo
    default: ==> xmlcatalog --noout --add rewriteSystem https://cdn.docbook.org/release/xsl/c
    default: ==> xmlcatalog --noout --add rewriteURI https://cdn.docbook.org/release/xsl/curr
    default: ==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl-ns/1.79.
    default: ==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/releas
    default: ==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/x
    default: ==> xmlcatalog --noout --del http://docbook.sourceforge.net/release/xsl-ns/curre
    default: ==> xmlcatalog --noout --add rewriteSystem http://docbook.sourceforge.net/releas
    default: ==> xmlcatalog --noout --add rewriteURI http://docbook.sourceforge.net/release/x
    default: ๐Ÿบ  /usr/local/Cellar/docbook-xsl/1.79.2_1: 4,910 files, 94.0MB
    default: ==> Installing gtk-doc dependency: pygments
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/pygments/manifests/2.16.1_1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/bcd2dc1eadde155296790c07687747ed12bd2b6a9589cb2328d3c87a6da622ed--pygments-2.16.1_1.bottle_manifest.json
    default: ==> Pouring pygments--2.16.1_1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/pygments/2.16.1_1: 980 files, 12.4MB
    default: ==> Installing gtk-doc dependency: python-lxml
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python-lxml/manifests/4.9.3-2
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/798947131d4d8550594b3b1fa7644e92eb517f7f07974308f0682e71a8ea442c--python-lxml-4.9.3-2.bottle_manifest.json
    default: ==> Pouring python-lxml--4.9.3.sonoma.bottle.2.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/python-lxml/4.9.3: 303 files, 15.3MB
    default: ==> Installing gtk-doc dependency: mpdecimal
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/2.5.1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/f367c2ee08c56b88be0662703a8e4275f8657608a268c8c44e845154b0cea543--mpdecimal-2.5.1.bottle_manifest.json
    default: ==> Pouring mpdecimal--2.5.1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/mpdecimal/2.5.1: 71 files, 2.1MB
    default: ==> Installing gtk-doc dependency: readline
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/ab483c9a913ae82f3a2b3ae20918791bc3bd6825c7122a29cd4f1e0c65413759--readline-8.2.1.bottle_manifest.json
    default: ==> Pouring readline--8.2.1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/readline/8.2.1: 50 files, 1.7MB
    default: ==> Installing gtk-doc dependency: sqlite
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.44.0
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/b6e7cd31f42971fa5388d696a09f9cc3c6e7c5b49c3d0d49b9324db1a268b203--sqlite-3.44.0.bottle_manifest.json
    default: ==> Pouring sqlite--3.44.0.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/sqlite/3.44.0: 11 files, 4.7MB
    default: ==> Installing gtk-doc dependency: python@3.12
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.0-1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/1d0e36aa721b7d8acd766516670f97049b43de5aeca6a81a88fbc208ff4eff5f--python@3.12-3.12.0-1.bottle_manifest.json
    default: ==> Pouring python@3.12--3.12.0.sonoma.bottle.1.tar.gz
    default: ==> /usr/local/Cellar/python@3.12/3.12.0/bin/python3.12 -Im ensurepip
    default: ==> /usr/local/Cellar/python@3.12/3.12.0/bin/python3.12 -Im pip install -v --no-
    default: ๐Ÿบ  /usr/local/Cellar/python@3.12/3.12.0: 3,193 files, 63MB
    default: ==> Installing gtk-doc dependency: six
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/six/manifests/1.16.0_4
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/d658d3e82cd694d7f522b1df4eec1d883dcec244931403fd77c6a0d75ad71193--six-1.16.0_4.bottle_manifest.json
    default: ==> Pouring six--1.16.0_4.all.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/six/1.16.0_4: 20 files, 122.4KB
    default: ==> Installing gtk-doc
    default: ==> Pouring gtk-doc--1.33.2_1.sonoma.bottle.3.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/gtk-doc/1.33.2_1: 102 files, 956.8KB
    default: ==> Running `brew cleanup gtk-doc`...
    default: ==> Pouring libtool--2.4.7.sonoma.bottle.1.tar.gz
    default: ==> Caveats
    default: All commands have been installed with the prefix "g".
    default: If you need to use these commands with their normal names, you
    default: can add a "gnubin" directory to your PATH from your bashrc like:
    default:   PATH="/usr/local/opt/libtool/libexec/gnubin:$PATH"
    default: ==> Summary
    default: ๐Ÿบ  /usr/local/Cellar/libtool/2.4.7: 75 files, 3.8MB
    default: ==> Running `brew cleanup libtool`...
    default: ==> Installing dependencies for meson: ninja
    default: ==> Installing meson dependency: ninja
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/ninja/manifests/1.11.1-1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/de0ae9aadee6baf3d2d6bf0f299d3c85d80039a82c392180a48acd04764a1476--ninja-1.11.1-1.bottle_manifest.json
    default: ==> Pouring ninja--1.11.1.sonoma.bottle.1.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/ninja/1.11.1: 10 files, 422.0KB
    default: ==> Installing meson
    default: ==> Pouring meson--1.3.0.all.bottle.tar.gz
    default: ==> Caveats
    default: zsh completions have been installed to:
    default:   /usr/local/share/zsh/site-functions
    default: ==> Summary
    default: ๐Ÿบ  /usr/local/Cellar/meson/1.3.0: 250 files, 3.7MB
    default: ==> Running `brew cleanup meson`...
    default: ==> Installing dependencies for mono: python@3.11
    default: ==> Installing mono dependency: python@3.11
    default: ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.11/manifests/3.11.6_1
    default: Already downloaded: /Users/vagrant/Library/Caches/Homebrew/downloads/481941c47c71dfeb6fba3057ead9b0bd21f7ca514b815bd8dde7cbeff257b362--python@3.11-3.11.6_1.bottle_manifest.json
    default: ==> Pouring python@3.11--3.11.6_1.sonoma.bottle.tar.gz
    default: ==> /usr/local/Cellar/python@3.11/3.11.6_1/bin/python3.11 -Im ensurepip
    default: ==> /usr/local/Cellar/python@3.11/3.11.6_1/bin/python3.11 -Im pip install -v --n
    default: ๐Ÿบ  /usr/local/Cellar/python@3.11/3.11.6_1: 3,284 files, 61.1MB
    default: ==> Installing mono
    default: ==> Pouring mono--6.12.0.182.sonoma.bottle.2.tar.gz
    default: ==> Caveats
    default: To use the assemblies from other formulae you need to set:
    default:   export MONO_GAC_PREFIX="/usr/local"
    default: ==> Summary
    default: ๐Ÿบ  /usr/local/Cellar/mono/6.12.0.182: 4,110 files, 452.0MB
    default: ==> Running `brew cleanup mono`...
    default: ==> Pouring nasm--2.16.01.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/nasm/2.16.01: 11 files, 2.7MB
    default: ==> Running `brew cleanup nasm`...
    default: ==> Running `brew cleanup ninja`...
    default: ==> Pouring pkg-config--0.29.2_3.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/pkg-config/0.29.2_3: 11 files, 656.4KB
    default: ==> Running `brew cleanup pkg-config`...
    default: ==> Pouring texinfo--7.1.sonoma.bottle.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/texinfo/7.1: 493 files, 9.1MB
    default: ==> Running `brew cleanup texinfo`...
    default: ==> Pouring yasm--1.3.0_2.sonoma.bottle.1.tar.gz
    default: ๐Ÿบ  /usr/local/Cellar/yasm/1.3.0_2: 44 files, 3.1MB
    default: ==> Running `brew cleanup yasm`...
    default: ==> Caveats
    default: ==> powershell
    default: To use Homebrew in PowerShell, set:
    default:   Add-Content -Path $PROFILE.CurrentUserAllHosts -Value '$(/usr/local/bin/brew shellenv) | Invoke-Expression'
    default: ==> bison
    default: bison is keg-only, which means it was not symlinked into /usr/local,
    default: because macOS already provides this software and installing another version in
    default: parallel can cause all kinds of trouble.
    default:
    default: If you need to have bison first in your PATH, run:
    default:   echo 'export PATH="/usr/local/opt/bison/bin:$PATH"' >> ~/.zshrc
    default:
    default: For compilers to find bison you may need to set:
    default:   export LDFLAGS="-L/usr/local/opt/bison/lib"
    default: ==> cmake
    default: To install the CMake documentation, run:
    default:   brew install cmake-docs
    default:
    default: Emacs Lisp files have been installed to:
    default:   /usr/local/share/emacs/site-lisp/cmake
    default: ==> libtool
    default: All commands have been installed with the prefix "g".
    default: If you need to use these commands with their normal names, you
    default: can add a "gnubin" directory to your PATH from your bashrc like:
    default:   PATH="/usr/local/opt/libtool/libexec/gnubin:$PATH"
    default: ==> meson
    default: zsh completions have been installed to:
    default:   /usr/local/share/zsh/site-functions
    default: ==> mono
    default: To use the assemblies from other formulae you need to set:
    default:   export MONO_GAC_PREFIX="/usr/local"
billy@BillysIntelMBP macos-2023-11-20 %
billy@BillysIntelMBP macos-2023-11-20 % vagrant package
==> default: Attempting graceful shutdown of VM...
==> default: Exporting VM...
==> default: Copying linked disks...
==> default: Compacting exported HDDs...
There was an error while command execution. The command and stderr is shown below.

Command: ["/usr/local/bin/prlctl", "unregister", "531f46fb-2616-4530-9415-38787ba08d33"]

Stderr: Failed to get VM config: The virtual machine could not be found. The virtual machine is not registered in the virtual machine directory on your Mac.

billy@BillysIntelMBP macos-2023-11-20 %

Also, the VM directories seem to exist but not in control center

billy@BillysIntelMBP Parallels % ls | grep macos-2023
macos-2023-11-20_default_1700531307575_46745.pvm
macos-2023-11-20_default_box.pvm
billy@BillysIntelMBP Parallels %

This seems to be tied to the changes in sony-aufsehe@dbe3495.
The alternative copy method used is performing an additional unregister see copy_clone_vm vs prlctl_clone_vm.
As a quick fix passing the option linked in the call to clone_vm from export allows to fallback to the previous copy method.
Another solution maybe to provide an other option to make the additionall unregister in copy_clone_vm conditionned.

EDIT: I'll provide a pull request for the first solution.