Last active
October 21, 2019 17:37
-
-
Save jamiejackson/9dd3e99868766d06af47b965717f8c2b to your computer and use it in GitHub Desktop.
Vagrant Commands Slow to Start (Due to `Generating new plugin set instance. Skip gems - []`)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ vagrant --help --debug 2>&1 | ts -s | |
| 00:00:01 INFO global: Vagrant version: 2.2.5 | |
| 00:00:01 INFO global: Ruby version: 2.4.6 | |
| 00:00:01 INFO global: RubyGems version: 2.6.14.4 | |
| 00:00:01 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded" | |
| 00:00:01 INFO global: VAGRANT_INSTALLER_VERSION="2" | |
| 00:00:01 INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/bin/vagrant" | |
| 00:00:01 INFO global: VAGRANT_INSTALLER_ENV="1" | |
| 00:00:01 INFO global: VAGRANT_LOG="debug" | |
| 00:00:01 WARN global: resolv replacement has not been enabled! | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/synced_folders/nfs/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: NFS synced folders | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/synced_folders/rsync/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: RSync synced folders | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/synced_folders/smb/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: SMB synced folders | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/kernel_v2/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: kernel | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/pushes/ftp/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ftp | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/pushes/noop/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: noop | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/pushes/heroku/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: heroku | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/pushes/local-exec/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: local-exec | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/pushes/atlas/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: atlas | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/providers/docker/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: docker-provider | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/providers/hyperv/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Hyper-V provider | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/providers/virtualbox/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: VirtualBox provider | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/kernel_v1/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: kernel | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/docker/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: docker | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/file/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: file | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/shell/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: shell | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/chef/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: chef | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/ansible/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ansible | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/salt/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: salt | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/cfengine/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: CFEngine Provisioner | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/provisioners/puppet/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: puppet | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/provision/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: provision command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/destroy/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: destroy command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/init/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: init command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/snapshot/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: snapshot command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/validate/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: validate command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/box/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: box command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/winrm/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: winrm command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/resume/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: resume command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/suspend/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: suspend command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/plugin/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: plugin command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/halt/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: halt command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/provider/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: provider command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/rdp/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: rdp command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/status/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: status command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/ssh_config/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ssh-config command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/winrm_config/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: winrm-config command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/reload/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: reload command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/powershell/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: powershell command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/cap/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: cap command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/push/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: push command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/list-commands/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: list-commands command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/ssh/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ssh command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/version/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: version command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/up/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: up command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/cloud/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: vagrant-cloud | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/global-status/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: global-status command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/port/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: port command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/login/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: vagrant-login | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/package/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: package command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/help/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: help command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/commands/upload/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: upload command | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/slackware/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Slackware host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/bsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: BSD host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/freebsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: FreeBSD host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/null/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: null host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/void/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Void host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/linux/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Linux host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/arch/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Arch host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/darwin/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Mac OS X host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/windows/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Windows host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/redhat/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Red Hat Enterprise Linux host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/gentoo/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Gentoo host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/suse/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: SUSE host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/hosts/alt/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ALT Platform host | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/communicators/winrm/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: winrm communicator | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/communicators/winssh/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: windows ssh communicator | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/communicators/ssh/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ssh communicator | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/solaris11/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Solaris 11 guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/dragonflybsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: DragonFly BSD guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/pld/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: PLD Linux guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/amazon/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Amazon Linux guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/mint/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Mint guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/debian/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Debian guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/slackware/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Slackware guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/esxi/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ESXi guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/netbsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: NetBSD guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/omnios/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: OmniOS guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/bsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: BSD-based guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/haiku/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Haiku guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/fedora/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Fedora guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/tinycore/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: TinyCore Linux guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/atomic/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Atomic Host guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/freebsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: FreeBSD guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/trisquel/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Trisquel guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/smartos/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: SmartOS guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/kali/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Kali guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/linux/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Linux guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/arch/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Arch guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/openbsd/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: OpenBSD guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/nixos/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: NixOS guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/photon/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: VMware Photon guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/darwin/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Darwin guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/funtoo/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Funtoo guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/windows/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Windows guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/redhat/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Red Hat Enterprise Linux guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/solaris/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Solaris guest. | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/elementary/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Elementary guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/gentoo/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Gentoo guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/suse/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: SUSE guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/coreos/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: CoreOS guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/ubuntu/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: Ubuntu guest | |
| 00:00:01 DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/2.2.5/gems/vagrant-2.2.5/plugins/guests/alt/plugin.rb | |
| 00:00:01 INFO manager: Registered plugin: ALT Platform guest | |
| 00:00:01 INFO vagrant: `vagrant` invoked: ["--help", "--debug"] | |
| 00:00:01 DEBUG vagrant: Creating Vagrant environment | |
| 00:00:01 INFO environment: Environment initialized (#<Vagrant::Environment:0x000000010301e498>) | |
| 00:00:01 INFO environment: - cwd: /private/tmp | |
| 00:00:01 INFO environment: Home path: /Users/jjackson/.vagrant.d | |
| 00:00:01 DEBUG environment: Effective local data path: | |
| 00:00:01 WARN environment: No local data path is set. Local data cannot be stored. | |
| 00:00:01 DEBUG manager: No plugins provided for loading | |
| 00:00:01 DEBUG manager: Enabling globalized plugins | |
| 00:00:01 INFO manager: Plugins: | |
| 00:00:01 INFO manager: - artii = [installed: 2.1.2 constraint: > 0] | |
| 00:00:01 INFO manager: - aws-sdk = [installed: 3.0.1 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-alpine = [installed: 0.4.0 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-disksize = [installed: 0.1.3 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-docker-compose = [installed: 1.3.0 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-hostmanager = [installed: 1.8.9 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-registration = [installed: 0.0.19 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-remove-old-box-versions = [installed: 1.2.0 constraint: > 0] | |
| 00:00:01 INFO manager: - vagrant-timezone = [installed: 1.3.0 constraint: > 0] | |
| 00:00:01 DEBUG bundler: Current generated plugin dependency list: [<Gem::Dependency type=:runtime name="artii" requirements="= 2.1.2">, <Gem::Dependency type=:runtime name="aws-sdk" requirements="= 3.0.1">, <Gem::Dependency type=:runtime name="vagrant-alpine" requirements="= 0.4.0">, <Gem::Dependency type=:runtime name="vagrant-disksize" requirements="= 0.1.3">, <Gem::Dependency type=:runtime name="vagrant-docker-compose" requirements="= 1.3.0">, <Gem::Dependency type=:runtime name="vagrant-hostmanager" requirements="= 1.8.9">, <Gem::Dependency type=:runtime name="vagrant-registration" requirements="= 0.0.19">, <Gem::Dependency type=:runtime name="vagrant-remove-old-box-versions" requirements="= 1.2.0">, <Gem::Dependency type=:runtime name="vagrant-timezone" requirements="= 1.3.0">] | |
| 00:00:01 DEBUG bundler: Generating new builtin set instance. | |
| 00:00:01 DEBUG bundler: Generating new plugin set instance. Skip gems - [] | |
| 00:00:14 DEBUG bundler: Activating solution set: ["artii-2.1.2", "aws-eventstream-1.0.3", "aws-sigv4-1.1.0", "aws-partitions-1.184.0", "jmespath-1.4.0", "aws-sdk-core-3.59.0", "aws-sdk-xray-1.19.0", "aws-sdk-workspaces-1.26.0", "aws-sdk-workmail-1.17.0", "aws-sdk-worklink-1.10.0", "aws-sdk-workdocs-1.17.0", "aws-sdk-wafregional-1.23.0", "aws-sdk-waf-1.22.0", "aws-sdk-translate-1.16.0", "aws-sdk-transfer-1.11.0", "aws-sdk-transcribestreamingservice-1.7.0", "aws-sdk-transcribeservice-1.25.0", "aws-sdk-textract-1.9.0", "aws-sdk-support-1.14.0", "aws-sdk-storagegateway-1.29.0", "aws-sdk-states-1.19.0", "aws-sdk-snowball-1.19.0", "aws-sigv2-1.0.1", "aws-sdk-simpledb-1.14.0", "aws-sdk-signer-1.14.0", "aws-sdk-shield-1.18.0", "aws-sdk-servicequotas-1.1.0", "aws-sdk-servicediscovery-1.17.0", "aws-sdk-servicecatalog-1.30.0", "aws-sdk-serverlessapplicationrepository-1.20.0", "aws-sdk-securityhub-1.11.0", "aws-sdk-secretsmanager-1.29.0", "aws-sdk-sagemakerruntime-1.15.0", "aws-sdk-sagemaker-1.40.0", "aws-sdk-swf-1.15.0", "aws-sdk-ssm-1.52.0", "aws-sdk-sqs-1.18.0", "aws-sdk-sns-1.18.0", "aws-sdk-sms-1.15.0", "aws-sdk-ses-1.24.0", "aws-sdk-s3control-1.11.0", "aws-sdk-kms-1.23.0", "aws-sdk-s3-1.45.0", "aws-sdk-route53resolver-1.9.0", "aws-sdk-route53domains-1.16.0", "aws-sdk-route53-1.27.0", "aws-sdk-robomaker-1.11.0", "aws-sdk-resourcegroupstaggingapi-1.16.0", "aws-sdk-resourcegroups-1.19.0", "aws-sdk-rekognition-1.27.0", "aws-sdk-redshift-1.29.0", "aws-sdk-rdsdataservice-1.10.0", "aws-sdk-rds-1.62.0", "aws-sdk-ram-1.9.0", "aws-sdk-quicksight-1.10.0", "aws-sdk-pricing-1.14.0", "aws-sdk-polly-1.24.0", "aws-sdk-pinpointsmsvoice-1.11.0", "aws-sdk-pinpointemail-1.13.0", "aws-sdk-pinpoint-1.25.0", "aws-sdk-personalizeruntime-1.2.0", "aws-sdk-personalizeevents-1.2.0", "aws-sdk-personalize-1.3.0", "aws-sdk-pi-1.14.0", "aws-sdk-organizations-1.30.0", "aws-sdk-opsworkscm-1.22.0", "aws-sdk-opsworks-1.19.0", "aws-sdk-neptune-1.17.0", "aws-sdk-mobile-1.14.0", "aws-sdk-migrationhub-1.16.0", "aws-sdk-mediatailor-1.19.0", "aws-sdk-mediastoredata-1.17.0", "aws-sdk-mediastore-1.18.0", "aws-sdk-mediapackagevod-1.3.0", "aws-sdk-mediapackage-1.21.0", "aws-sdk-medialive-1.35.0", "aws-sdk-mediaconvert-1.31.0", "aws-sdk-mediaconnect-1.11.0", "aws-sdk-marketplacemetering-1.17.0", "aws-sdk-marketplaceentitlementservice-1.14.0", "aws-sdk-marketplacecommerceanalytics-1.14.0", "aws-sdk-managedblockchain-1.5.0", "aws-sdk-macie-1.14.0", "aws-sdk-machinelearning-1.15.0", "aws-sdk-mturk-1.17.0", "aws-sdk-mq-1.18.0", "aws-sdk-lightsail-1.23.0", "aws-sdk-licensemanager-1.8.0", "aws-sdk-lexmodelbuildingservice-1.20.0", "aws-sdk-lex-1.17.0", "aws-sdk-lambdapreview-1.14.0", "aws-sdk-lambda-1.28.0", "aws-sdk-kinesisvideomedia-1.16.0", "aws-sdk-kinesisvideoarchivedmedia-1.16.0", "aws-sdk-kinesisvideo-1.17.0", "aws-sdk-kinesisanalyticsv2-1.9.0", "aws-sdk-kinesisanalytics-1.18.0", "aws-sdk-kinesis-1.18.0", "aws-sdk-kafka-1.11.0", "aws-sdk-iotthingsgraph-1.2.0", "aws-sdk-iotjobsdataplane-1.15.0", "aws-sdk-ioteventsdata-1.3.0", "aws-sdk-iotevents-1.2.0", "aws-sdk-iotdataplane-1.14.0", "aws-sdk-iotanalytics-1.23.0", "aws-sdk-iot1clickprojects-1.16.0", "aws-sdk-iot1clickdevicesservice-1.16.0", "aws-sdk-iot-1.34.0", "aws-sdk-inspector-1.21.0", "aws-sdk-importexport-1.14.0", "aws-sdk-iam-1.27.0", "aws-sdk-health-1.18.0", "aws-sdk-guardduty-1.21.0", "aws-sdk-groundstation-1.2.0", "aws-sdk-greengrass-1.22.0", "aws-sdk-glue-1.38.0", "aws-sdk-globalaccelerator-1.9.0", "aws-sdk-glacier-1.23.0", "aws-sdk-gamelift-1.21.0", "aws-sdk-firehose-1.19.0", "aws-sdk-fsx-1.10.0", "aws-sdk-fms-1.17.0", "aws-sdk-elasticsearchservice-1.24.0", "aws-sdk-elastictranscoder-1.16.0", "aws-sdk-elasticloadbalancingv2-1.32.0", "aws-sdk-elasticloadbalancing-1.17.0", "aws-sdk-elasticbeanstalk-1.24.0", "aws-sdk-elasticache-1.21.0", "aws-sdk-emr-1.19.0", "aws-sdk-eks-1.23.0", "aws-sdk-efs-1.19.0", "aws-sdk-ecs-1.43.0", "aws-sdk-ecr-1.19.0", "aws-sdk-ec2instanceconnect-1.1.0", "aws-sdk-ec2-1.99.0", "aws-sdk-dynamodbstreams-1.14.0", "aws-sdk-dynamodb-1.33.0", "aws-sdk-docdb-1.9.0", "aws-sdk-directoryservice-1.20.0", "aws-sdk-directconnect-1.23.0", "aws-sdk-devicefarm-1.26.0", "aws-sdk-databasemigrationservice-1.25.0", "aws-sdk-datasync-1.9.0", "aws-sdk-datapipeline-1.14.0", "aws-sdk-dlm-1.17.0", "aws-sdk-dax-1.16.0", "aws-sdk-costandusagereportservice-1.15.0", "aws-sdk-costexplorer-1.26.0", "aws-sdk-connect-1.18.0", "aws-sdk-configservice-1.32.0", "aws-sdk-comprehendmedical-1.8.0", "aws-sdk-comprehend-1.23.0", "aws-sdk-cognitosync-1.14.0", "aws-sdk-cognitoidentityprovider-1.24.0", "aws-sdk-cognitoidentity-1.15.0", "aws-sdk-codestar-1.16.0", "aws-sdk-codepipeline-1.22.0", "aws-sdk-codedeploy-1.24.0", "aws-sdk-codecommit-1.25.0", "aws-sdk-codebuild-1.38.0", "aws-sdk-cloudwatchlogs-1.23.0", "aws-sdk-cloudwatchevents-1.22.0", "aws-sdk-cloudwatch-1.25.0", "aws-sdk-cloudtrail-1.16.0", "aws-sdk-cloudsearchdomain-1.14.0", "aws-sdk-cloudsearch-1.14.0", "aws-sdk-cloudhsmv2-1.17.0", "aws-sdk-cloudhsm-1.17.0", "aws-sdk-cloudfront-1.21.0", "aws-sdk-cloudformation-1.24.0", "aws-sdk-clouddirectory-1.19.0", "aws-sdk-cloud9-1.16.0", "aws-sdk-chime-1.12.0", "aws-sdk-budgets-1.24.0", "aws-sdk-batch-1.22.0", "aws-sdk-backup-1.8.0", "aws-sdk-autoscalingplans-1.17.0", "aws-sdk-autoscaling-1.25.0", "aws-sdk-athena-1.17.0", "aws-sdk-applicationinsights-1.1.0", "aws-sdk-applicationdiscoveryservice-1.20.0", "aws-sdk-applicationautoscaling-1.27.0", "aws-sdk-appsync-1.18.0", "aws-sdk-appstream-1.33.0", "aws-sdk-appmesh-1.12.0", "aws-sdk-apigatewayv2-1.11.0", "aws-sdk-apigatewaymanagementapi-1.8.0", "aws-sdk-amplify-1.8.0", "aws-sdk-alexaforbusiness-1.28.0", "aws-sdk-apigateway-1.33.0", "aws-sdk-acmpca-1.19.0", "aws-sdk-acm-1.24.0", "aws-sdk-resources-3.49.0", "aws-sdk-3.0.1", "vagrant-alpine-0.4.0", "vagrant-disksize-0.1.3", "vagrant-docker-compose-1.3.0", "vagrant-hostmanager-1.8.9", "vagrant-registration-0.0.19", "vagrant-remove-old-box-versions-1.2.0", "vagrant-timezone-1.3.0"] | |
| 00:00:14 DEBUG bundler: Activating gem artii-2.1.2 | |
| 00:00:14 DEBUG bundler: Activating gem aws-eventstream-1.0.3 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sigv4-1.1.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-partitions-1.184.0 | |
| 00:00:14 DEBUG bundler: Activating gem jmespath-1.4.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-core-3.59.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-xray-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-workspaces-1.26.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-workmail-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-worklink-1.10.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-workdocs-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-wafregional-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-waf-1.22.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-translate-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-transfer-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-transcribestreamingservice-1.7.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-transcribeservice-1.25.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-textract-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-support-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-storagegateway-1.29.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-states-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-snowball-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sigv2-1.0.1 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-simpledb-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-signer-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-shield-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-servicequotas-1.1.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-servicediscovery-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-servicecatalog-1.30.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-serverlessapplicationrepository-1.20.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-securityhub-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-secretsmanager-1.29.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-sagemakerruntime-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-sagemaker-1.40.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-swf-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ssm-1.52.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-sqs-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-sns-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-sms-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ses-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-s3control-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kms-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-s3-1.45.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-route53resolver-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-route53domains-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-route53-1.27.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-robomaker-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-resourcegroupstaggingapi-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-resourcegroups-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-rekognition-1.27.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-redshift-1.29.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-rdsdataservice-1.10.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-rds-1.62.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ram-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-quicksight-1.10.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-pricing-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-polly-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-pinpointsmsvoice-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-pinpointemail-1.13.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-pinpoint-1.25.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-personalizeruntime-1.2.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-personalizeevents-1.2.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-personalize-1.3.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-pi-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-organizations-1.30.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-opsworkscm-1.22.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-opsworks-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-neptune-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mobile-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-migrationhub-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediatailor-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediastoredata-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediastore-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediapackagevod-1.3.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediapackage-1.21.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-medialive-1.35.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediaconvert-1.31.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mediaconnect-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-marketplacemetering-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-marketplaceentitlementservice-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-marketplacecommerceanalytics-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-managedblockchain-1.5.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-macie-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-machinelearning-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mturk-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-mq-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-lightsail-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-licensemanager-1.8.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-lexmodelbuildingservice-1.20.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-lex-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-lambdapreview-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-lambda-1.28.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kinesisvideomedia-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kinesisvideoarchivedmedia-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kinesisvideo-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kinesisanalyticsv2-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kinesisanalytics-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kinesis-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-kafka-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iotthingsgraph-1.2.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iotjobsdataplane-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ioteventsdata-1.3.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iotevents-1.2.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iotdataplane-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iotanalytics-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iot1clickprojects-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iot1clickdevicesservice-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iot-1.34.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-inspector-1.21.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-importexport-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-iam-1.27.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-health-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-guardduty-1.21.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-groundstation-1.2.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-greengrass-1.22.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-glue-1.38.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-globalaccelerator-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-glacier-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-gamelift-1.21.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-firehose-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-fsx-1.10.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-fms-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-elasticsearchservice-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-elastictranscoder-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-elasticloadbalancingv2-1.32.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-elasticloadbalancing-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-elasticbeanstalk-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-elasticache-1.21.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-emr-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-eks-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-efs-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ecs-1.43.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ecr-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ec2instanceconnect-1.1.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-ec2-1.99.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-dynamodbstreams-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-dynamodb-1.33.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-docdb-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-directoryservice-1.20.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-directconnect-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-devicefarm-1.26.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-databasemigrationservice-1.25.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-datasync-1.9.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-datapipeline-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-dlm-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-dax-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-costandusagereportservice-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-costexplorer-1.26.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-connect-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-configservice-1.32.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-comprehendmedical-1.8.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-comprehend-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cognitosync-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cognitoidentityprovider-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cognitoidentity-1.15.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-codestar-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-codepipeline-1.22.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-codedeploy-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-codecommit-1.25.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-codebuild-1.38.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudwatchlogs-1.23.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudwatchevents-1.22.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudwatch-1.25.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudtrail-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudsearchdomain-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudsearch-1.14.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudhsmv2-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudhsm-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudfront-1.21.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloudformation-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-clouddirectory-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-cloud9-1.16.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-chime-1.12.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-budgets-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-batch-1.22.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-backup-1.8.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-autoscalingplans-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-autoscaling-1.25.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-athena-1.17.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-applicationinsights-1.1.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-applicationdiscoveryservice-1.20.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-applicationautoscaling-1.27.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-appsync-1.18.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-appstream-1.33.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-appmesh-1.12.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-apigatewayv2-1.11.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-apigatewaymanagementapi-1.8.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-amplify-1.8.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-alexaforbusiness-1.28.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-apigateway-1.33.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-acmpca-1.19.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-acm-1.24.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-resources-3.49.0 | |
| 00:00:14 DEBUG bundler: Activating gem aws-sdk-3.0.1 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-alpine-0.4.0 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-disksize-0.1.3 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-docker-compose-1.3.0 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-hostmanager-1.8.9 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-registration-0.0.19 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-remove-old-box-versions-1.2.0 | |
| 00:00:14 DEBUG bundler: Activating gem vagrant-timezone-1.3.0 | |
| 00:00:14 INFO manager: Loading plugins... | |
| 00:00:14 INFO manager: Loading plugin `artii` with default require: `artii` | |
| 00:00:14 DEBUG manager: Successfully loaded plugin `artii`. | |
| 00:00:14 INFO manager: Loading plugin `aws-sdk` with default require: `aws-sdk` | |
| 00:00:14 DEBUG manager: Successfully loaded plugin `aws-sdk`. | |
| 00:00:14 INFO manager: Loading plugin `vagrant-alpine` with default require: `vagrant-alpine` | |
| 00:00:14 INFO manager: Registered plugin: Alpine guest | |
| 00:00:14 DEBUG manager: Successfully loaded plugin `vagrant-alpine`. | |
| 00:00:14 INFO manager: Loading plugin `vagrant-disksize` with default require: `vagrant-disksize` | |
| 00:00:14 ERROR manager: Failed to load plugin `vagrant-disksize` with default require. - LoadError: cannot load such file -- vagrant-disksize | |
| 00:00:14 INFO manager: Loading plugin `vagrant-disksize` with slash require: `vagrant/disksize` | |
| 00:00:14 INFO manager: Registered plugin: vagrant-disksize | |
| 00:00:14 DEBUG manager: Successfully loaded plugin `vagrant-disksize`. | |
| 00:00:14 INFO manager: Loading plugin `vagrant-docker-compose` with default require: `vagrant-docker-compose` | |
| 00:00:15 INFO manager: Registered plugin: docker-compose-provisioner | |
| 00:00:15 DEBUG manager: Successfully loaded plugin `vagrant-docker-compose`. | |
| 00:00:15 INFO manager: Loading plugin `vagrant-hostmanager` with default require: `vagrant-hostmanager` | |
| 00:00:15 INFO manager: Registered plugin: HostManager | |
| 00:00:15 DEBUG manager: Successfully loaded plugin `vagrant-hostmanager`. | |
| 00:00:15 INFO manager: Loading plugin `vagrant-registration` with default require: `vagrant-registration` | |
| 00:00:15 INFO manager: Registered plugin: Registration | |
| 00:00:15 DEBUG manager: Successfully loaded plugin `vagrant-registration`. | |
| 00:00:15 INFO manager: Loading plugin `vagrant-remove-old-box-versions` with default require: `vagrant-remove-old-box-versions` | |
| 00:00:15 INFO manager: Registered plugin: remove-old-versions | |
| 00:00:15 DEBUG manager: Successfully loaded plugin `vagrant-remove-old-box-versions`. | |
| 00:00:15 INFO manager: Loading plugin `vagrant-timezone` with default require: `vagrant-timezone` | |
| 00:00:15 INFO manager: Registered plugin: vagrant-timezone | |
| 00:00:15 DEBUG manager: Successfully loaded plugin `vagrant-timezone`. | |
| 00:00:15 INFO loader: Loading configuration in order: [:home, :root] | |
| 00:00:15 DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| 00:00:15 DEBUG push: finalizing | |
| 00:00:15 INFO config: Final registration configuration: #<OpenStruct skip=false, unregister_on_halt=true> | |
| 00:00:15 INFO base: VBoxManage path: VBoxManage | |
| 00:00:15 INFO subprocess: Starting process: ["/usr/local/bin/VBoxManage", "--version"] | |
| 00:00:15 DEBUG subprocess: Command not in installer, not touching env vars. | |
| 00:00:15 INFO subprocess: Command not in installer, restoring original environment... | |
| 00:00:15 DEBUG subprocess: Selecting on IO | |
| 00:00:15 DEBUG subprocess: stdout: 6.0.8r130520 | |
| 00:00:15 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 | |
| 00:00:15 DEBUG subprocess: Exit status: 0 | |
| 00:00:15 DEBUG meta: Finding driver for VirtualBox version: 6.0.8 | |
| 00:00:15 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_0 | |
| 00:00:15 INFO base: VBoxManage path: VBoxManage | |
| 00:00:15 DEBUG environment: Initial usable provider list: [[6, :virtualbox]] | |
| 00:00:15 DEBUG environment: Priority sorted usable provider list: [:virtualbox] | |
| 00:00:15 DEBUG environment: Preferred provider list: [] | |
| 00:00:15 DEBUG environment: Using provider `virtualbox` as it is the highest priority in the usable list. | |
| 00:00:15 INFO base: VBoxManage path: VBoxManage | |
| 00:00:15 DEBUG meta: Finding driver for VirtualBox version: 6.0.8 | |
| 00:00:15 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_6_0 | |
| 00:00:15 INFO base: VBoxManage path: VBoxManage | |
| 00:00:15 DEBUG environment: Initial usable provider list: [[6, :virtualbox]] | |
| 00:00:15 DEBUG environment: Priority sorted usable provider list: [:virtualbox] | |
| 00:00:15 DEBUG environment: Preferred provider list: [] | |
| 00:00:15 DEBUG environment: Using provider `virtualbox` as it is the highest priority in the usable list. | |
| 00:00:15 INFO loader: Set "2169357700_machine_default" = [] | |
| 00:00:15 INFO loader: Loading configuration in order: [:home, :root, "2169357700_machine_default"] | |
| 00:00:15 DEBUG loader: Configuration loaded successfully, finalizing and returning | |
| 00:00:15 DEBUG push: finalizing | |
| 00:00:15 INFO config: Final registration configuration: #<OpenStruct skip=false, unregister_on_halt=true> | |
| 00:00:15 WARN vagrantfile: Failed to locate with version | |
| 00:00:15 WARN vagrantfile: Performing lookup with inital values with version | |
| 00:00:15 INFO environment: Running hook: environment_plugins_loaded | |
| 00:00:15 INFO runner: Preparing hooks for middleware sequence... | |
| 00:00:15 INFO runner: 1 hooks defined. | |
| 00:00:15 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x0000000103c85bf0> | |
| 00:00:15 INFO environment: Running hook: environment_load | |
| 00:00:15 INFO runner: Preparing hooks for middleware sequence... | |
| 00:00:15 INFO runner: 1 hooks defined. | |
| 00:00:15 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x0000000103c0fae0> | |
| 00:00:15 DEBUG checkpoint_client: starting plugin check | |
| 00:00:15 INFO cli: CLI: ["--help"] nil [] | |
| 00:00:15 DEBUG checkpoint_client: plugin check complete | |
| 00:00:15 INFO interface: Machine: cli-command ["box"] | |
| 00:00:15 INFO interface: Machine: cli-command ["cloud"] | |
| 00:00:15 INFO interface: Machine: cli-command ["destroy"] | |
| 00:00:15 INFO interface: Machine: cli-command ["global-status"] | |
| 00:00:15 INFO interface: Machine: cli-command ["halt"] | |
| 00:00:15 INFO interface: Machine: cli-command ["help"] | |
| 00:00:15 INFO interface: Machine: cli-command ["hostmanager"] | |
| 00:00:15 INFO interface: Machine: cli-command ["init"] | |
| 00:00:15 INFO interface: Machine: cli-command ["login"] | |
| 00:00:15 INFO interface: Machine: cli-command ["package"] | |
| 00:00:15 INFO interface: Machine: cli-command ["plugin"] | |
| 00:00:15 INFO interface: Machine: cli-command ["port"] | |
| 00:00:15 INFO interface: Machine: cli-command ["powershell"] | |
| 00:00:15 INFO interface: Machine: cli-command ["provision"] | |
| 00:00:15 INFO interface: Machine: cli-command ["push"] | |
| 00:00:15 INFO interface: Machine: cli-command ["rdp"] | |
| 00:00:15 INFO interface: Machine: cli-command ["reload"] | |
| 00:00:15 INFO interface: Machine: cli-command ["remove-old-versions"] | |
| 00:00:15 INFO interface: Machine: cli-command ["resume"] | |
| 00:00:15 INFO interface: Machine: cli-command ["snapshot"] | |
| 00:00:15 INFO interface: Machine: cli-command ["ssh"] | |
| 00:00:15 INFO interface: Machine: cli-command ["ssh-config"] | |
| 00:00:15 INFO interface: Machine: cli-command ["status"] | |
| 00:00:15 INFO interface: Machine: cli-command ["suspend"] | |
| 00:00:15 INFO interface: Machine: cli-command ["up"] | |
| 00:00:15 INFO interface: Machine: cli-command ["upload"] | |
| 00:00:15 INFO interface: Machine: cli-command ["validate"] | |
| 00:00:15 INFO interface: Machine: cli-command ["version"] | |
| 00:00:15 INFO interface: Machine: cli-command ["winrm"] | |
| 00:00:15 INFO interface: Machine: cli-command ["winrm-config"] | |
| 00:00:15 INFO interface: info: Usage: vagrant [options] <command> [<args>] | |
| 00:00:15 | |
| 00:00:15 -v, --version Print the version and exit. | |
| 00:00:15 -h, --help Print this help. | |
| 00:00:15 | |
| 00:00:15 Common commands: | |
| 00:00:15 box manages boxes: installation, removal, etc. | |
| 00:00:15 cloud manages everything related to Vagrant Cloud | |
| 00:00:15 destroy stops and deletes all traces of the vagrant machine | |
| 00:00:15 global-status outputs status Vagrant environments for this user | |
| 00:00:15 halt stops the vagrant machine | |
| 00:00:15 help shows the help for a subcommand | |
| 00:00:15 hostmanager plugin: vagrant-hostmanager: manages the /etc/hosts file within a multi-machine environment | |
| 00:00:15 init initializes a new Vagrant environment by creating a Vagrantfile | |
| 00:00:15 login | |
| 00:00:15 package packages a running vagrant environment into a box | |
| 00:00:15 plugin manages plugins: install, uninstall, update, etc. | |
| 00:00:15 port displays information about guest port mappings | |
| 00:00:15 powershell connects to machine via powershell remoting | |
| 00:00:15 provision provisions the vagrant machine | |
| 00:00:15 push deploys code in this environment to a configured destination | |
| 00:00:15 rdp connects to machine via RDP | |
| 00:00:15 reload restarts vagrant machine, loads new Vagrantfile configuration | |
| 00:00:15 remove-old-versions remove all but the latest installed boxes | |
| 00:00:15 resume resume a suspended vagrant machine | |
| 00:00:15 snapshot manages snapshots: saving, restoring, etc. | |
| 00:00:15 ssh connects to machine via SSH | |
| 00:00:15 ssh-config outputs OpenSSH valid configuration to connect to the machine | |
| 00:00:15 status outputs status of the vagrant machine | |
| 00:00:15 suspend suspends the machine | |
| 00:00:15 up starts and provisions the vagrant environment | |
| 00:00:15 upload upload to machine via communicator | |
| 00:00:15 validate validates the Vagrantfile | |
| 00:00:15 version prints current and latest Vagrant version | |
| 00:00:15 winrm executes commands on a machine via WinRM | |
| 00:00:15 winrm-config outputs WinRM configuration to connect to the machine | |
| 00:00:15 | |
| 00:00:15 For help on any individual command run `vagrant COMMAND -h` | |
| 00:00:15 | |
| 00:00:15 Additional subcommands are available, but are either more advanced | |
| 00:00:15 or not commonly used. To see all subcommands, run the command | |
| 00:00:15 `vagrant list-commands`. | |
| 00:00:15 | |
| 00:00:15 Usage: vagrant [options] <command> [<args>] | |
| 00:00:15 | |
| 00:00:15 -v, --version Print the version and exit. | |
| 00:00:15 -h, --help Print this help. | |
| 00:00:15 | |
| 00:00:15 Common commands: | |
| 00:00:15 box manages boxes: installation, removal, etc. | |
| 00:00:15 cloud manages everything related to Vagrant Cloud | |
| 00:00:15 destroy stops and deletes all traces of the vagrant machine | |
| 00:00:15 global-status outputs status Vagrant environments for this user | |
| 00:00:15 halt stops the vagrant machine | |
| 00:00:15 help shows the help for a subcommand | |
| 00:00:15 hostmanager plugin: vagrant-hostmanager: manages the /etc/hosts file within a multi-machine environment | |
| 00:00:15 init initializes a new Vagrant environment by creating a Vagrantfile | |
| 00:00:15 login | |
| 00:00:15 package packages a running vagrant environment into a box | |
| 00:00:15 plugin manages plugins: install, uninstall, update, etc. | |
| 00:00:15 port displays information about guest port mappings | |
| 00:00:15 powershell connects to machine via powershell remoting | |
| 00:00:15 provision provisions the vagrant machine | |
| 00:00:15 push deploys code in this environment to a configured destination | |
| 00:00:15 rdp connects to machine via RDP | |
| 00:00:15 reload restarts vagrant machine, loads new Vagrantfile configuration | |
| 00:00:15 remove-old-versions remove all but the latest installed boxes | |
| 00:00:15 resume resume a suspended vagrant machine | |
| 00:00:15 snapshot manages snapshots: saving, restoring, etc. | |
| 00:00:15 ssh connects to machine via SSH | |
| 00:00:15 ssh-config outputs OpenSSH valid configuration to connect to the machine | |
| 00:00:15 status outputs status of the vagrant machine | |
| 00:00:15 suspend suspends the machine | |
| 00:00:15 up starts and provisions the vagrant environment | |
| 00:00:15 upload upload to machine via communicator | |
| 00:00:15 validate validates the Vagrantfile | |
| 00:00:15 version prints current and latest Vagrant version | |
| 00:00:15 winrm executes commands on a machine via WinRM | |
| 00:00:15 winrm-config outputs WinRM configuration to connect to the machine | |
| 00:00:15 | |
| 00:00:15 For help on any individual command run `vagrant COMMAND -h` | |
| 00:00:15 | |
| 00:00:15 Additional subcommands are available, but are either more advanced | |
| 00:00:15 or not commonly used. To see all subcommands, run the command | |
| 00:00:15 `vagrant list-commands`. | |
| 00:00:15 INFO environment: Running hook: environment_unload | |
| 00:00:15 INFO host: Autodetecting host type for [#<Vagrant::Environment: /private/tmp>] | |
| 00:00:15 DEBUG host: Trying: slackware | |
| 00:00:15 DEBUG host: Trying: freebsd | |
| 00:00:15 DEBUG host: Trying: void | |
| 00:00:15 DEBUG host: Trying: arch | |
| 00:00:15 DEBUG host: Trying: darwin | |
| 00:00:15 INFO host: Detected: darwin! | |
| 00:00:15 INFO runner: Preparing hooks for middleware sequence... | |
| 00:00:15 INFO runner: 1 hooks defined. | |
| 00:00:15 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x0000000103cd69b0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment