hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.25k stars 4.44k forks source link

vagrant push not working #8208

Closed dev-kang closed 7 years ago

dev-kang commented 7 years ago

Please note that the Vagrant issue tracker is reserved for bug reports and enhancements. For general usage questions, please use the Vagrant mailing list: https://groups.google.com/forum/#!forum/vagrant-up. Thank you!

Vagrant version

Vagrant 1.9.1

Host operating system

windows 10

Guest operating system

centos6.8

Vagrantfile

# -*- mode: ruby -*-
# vi: set ft=ruby :

# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
  # The most common configuration options are documented and commented below.
  # For a complete reference, please see the online documentation at
  # https://docs.vagrantup.com.

  # Every Vagrant development environment requires a box. You can search for
  # boxes at https://atlas.hashicorp.com/search.
  config.vm.box = "centos6_lnmp"

  # The url from where the 'config.vm.box' box will be fetched if it
  # doesn't already exist on the user's system.
  config.vm.box_url = "centos6.8_64.box"

  # Create a forwarded port mapping which allows access to a specific port
  # within the machine from a port on the host machine. In the example below,
  # accessing "localhost:8080" will access port 80 on the guest machine.
  # config.vm.network "forwarded_port", guest: 80, host: 8080

  # Create a private network, which allows host-only access to the machine
  # using a specific IP.
  # config.vm.network "private_network", ip: "192.168.33.10"

  # Create a public network, which generally matched to bridged network.
  # Bridged networks make the machine appear as another physical device on
  # your network.
  # config.vm.network "public_network"

  # Share an additional folder to the guest VM. The first argument is
  # the path on the host to the actual folder. The second argument is
  # the path on the guest to mount the folder. And the optional third
  # argument is a set of non-required options.
  # config.vm.synced_folder "../data", "/vagrant_data"

  # Provider-specific configuration so you can fine-tune various
  # backing providers for Vagrant. These expose provider-specific options.
  # Example for VirtualBox:
  #
  # config.vm.provider "virtualbox" do |vb|
  #   # Display the VirtualBox GUI when booting the machine
  #   vb.gui = true
  #
  #   # Customize the amount of memory on the VM:
  #   vb.memory = "1024"
  # end
  #
  # View the documentation for the provider you are using for more
  # information on available options.

  # Define a Vagrant Push strategy for pushing to Atlas. Other push strategies
  # such as FTP and Heroku are also available. See the documentation at
  # https://docs.vagrantup.com/v2/push/atlas.html for more information.
  config.push.define "atlas" do |push|
    push.app = "devkang/centos6_lnmp"
  end

  # Enable provisioning with a shell script. Additional provisioners such as
  # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
  # documentation for more information about their specific syntax and use.
  # config.vm.provision "shell", inline: <<-SHELL
  #   apt-get update
  #   apt-get install -y apache2
  # SHELL
end

Debug output

$ vagrant --debug push INFO global: Vagrant version: 1.9.1 INFO global: Ruby version: 2.2.5 INFO global: RubyGems version: 2.4.5.1 INFO global: VAGRANT_EXECUTABLE="C:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.9.1\bin\vagrant" INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\HashiCorp\Vagrant\embedded" INFO global: VAGRANT_INSTALLER_ENV="1" INFO global: VAGRANT_INSTALLER_VERSION="2" INFO global: VAGRANT_LOG="debug" INFO global: VAGRANT_OLDENV="::=::\" INFO global: VAGRANT_OLDENV#envTSLOGsss6052="98094080" INFO global: VAGRANT_OLD_ENV_ACLOCAL_PATH="D:\Program Files\Git\mingw64\share\aclocal;D:\Program Files\Git\usr\share\aclocal" INFO global: VAGRANT_OLD_ENV_ALLUSERSPROFILE="C:\ProgramData" INFO global: VAGRANT_OLD_ENV_APPDATA="C:\Users\Administrator\AppData\Roaming" INFO global: VAGRANT_OLD_ENV_COMMONPROGRAMFILES="C:\Program Files (x86)\Common Files" INFO global: VAGRANT_OLD_ENV_CommonProgramFiles(x86)="C:\Program Files (x86)\Common Files" INFO global: VAGRANT_OLD_ENV_CommonProgramW6432="C:\Program Files\Common Files" INFO global: VAGRANT_OLD_ENV_COMPUTERNAME="USER-20160304LB" INFO global: VAGRANT_OLD_ENV_COMSPEC="C:\WINDOWS\system32\cmd.exe" INFO global: VAGRANT_OLD_ENV_DISPLAY="needs-to-be-defined" INFO global: VAGRANT_OLD_ENV_EXEPATH="d:\Program Files\Git" INFO global: VAGRANT_OLD_ENV_FPS_BROWSER_APP_PROFILE_STRING="Internet Explorer" INFO global: VAGRANT_OLD_ENV_FPS_BROWSER_USER_PROFILE_STRING="Default" INFO global: VAGRANT_OLD_ENV_FP_NO_HOST_CHECK="NO" INFO global: VAGRANT_OLD_ENV_HOME="C:\Users\Administrator" INFO global: VAGRANT_OLD_ENV_HOMEDRIVE="C:" INFO global: VAGRANT_OLD_ENV_HOMEPATH="\Users\Administrator" INFO global: VAGRANT_OLD_ENV_HOSTNAME="USER-20160304LB" INFO global: VAGRANT_OLD_ENV_INFOPATH="D:\Program Files\Git\usr\local\info;D:\Program Files\Git\usr\share\info;D:\Program Files\Git\usr\info;D:\Program Files\Git\share\info" INFO global: VAGRANT_OLD_ENV_LANG="zh_CN.UTF-8" INFO global: VAGRANT_OLD_ENV_LOCALAPPDATA="C:\Users\Administrator\AppData\Local" INFO global: VAGRANT_OLD_ENV_LOGONSERVER="\\USER-20160304LB" INFO global: VAGRANT_OLD_ENV_MANPATH="D:\Program Files\Git\mingw64\share\man;D:\Program Files\Git\usr\local\man;D:\Program Files\Git\usr\share\man;D:\Program Files\Git\usr\man;D:\Program Files\Git\share\man" INFO global: VAGRANT_OLD_ENV_MSYSTEM="MINGW64" INFO global: VAGRANT_OLD_ENV_NUMBER_OF_PROCESSORS="8" INFO global: VAGRANT_OLD_ENV_OS="Windows_NT" INFO global: VAGRANT_OLD_ENV_PATH="C:\Users\Administrator\bin;D:\Program Files\Git\mingw64\bin;D:\Program Files\Git\usr\local\bin;D:\Program Files\Git\usr\bin;D:\Program Files\Git\usr\bin;D:\Program Files\Git\mingw64\bin;D:\Program Files\Git\usr\bin;C:\Users\Administrator\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;D:\Program Files\TortoiseGit\bin;D:\Program Files\Git\cmd;D:\Program Files\Git\mingw64\bin;D:\Program Files\Git\usr\bin;D:\wamp\bin\php\php5.6.16;C:\ProgramData\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming;C:\Program Files (x86)\Cesoft\Excel Server 2015;C:\Program Files\TortoiseSVN\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\HashiCorp\Vagrant\bin;D:\Program Files\Git\usr\bin\vendor_perl;D:\Program Files\Git\usr\bin\core_perl" INFO global: VAGRANT_OLD_ENV_PATHEXT=".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC" INFO global: VAGRANT_OLD_ENV_php="D:\wamp\bin\php\php5.6.16" INFO global: VAGRANT_OLD_ENV_PKG_CONFIG_PATH="D:\Program Files\Git\mingw64\lib\pkgconfig;D:\Program Files\Git\mingw64\share\pkgconfig" INFO global: VAGRANT_OLD_ENV_PLINK_PROTOCOL="ssh" INFO global: VAGRANT_OLD_ENV_PRINTER="Microsoft XPS Document Writer" INFO global: VAGRANT_OLD_ENV_PROCESSOR_ARCHITECTURE="x86" INFO global: VAGRANT_OLD_ENV_PROCESSOR_ARCHITEW6432="AMD64" INFO global: VAGRANT_OLD_ENV_PROCESSOR_IDENTIFIER="Intel64 Family 6 Model 60 Stepping 3, GenuineIntel" INFO global: VAGRANT_OLD_ENV_PROCESSOR_LEVEL="6" INFO global: VAGRANT_OLD_ENV_PROCESSOR_REVISION="3c03" INFO global: VAGRANT_OLD_ENV_ProgramData="C:\ProgramData" INFO global: VAGRANT_OLD_ENV_PROGRAMFILES="C:\Program Files (x86)" INFO global: VAGRANT_OLD_ENV_ProgramFiles(x86)="C:\Program Files (x86)" INFO global: VAGRANT_OLD_ENV_ProgramW6432="C:\Program Files" INFO global: VAGRANT_OLD_ENV_PS1="\[\033]0;$TITLEPREFIX:${PWD//[^[:ascii:]]/?}\007\]\n\[\033[32m\]\u@\h \[\033[35m\]$MSYSTEM \[\033[33m\]\w\[\033[36m\]__git_ps1\[\033[0m\]\n$ " INFO global: VAGRANT_OLD_ENV_PSModulePath="C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\" INFO global: VAGRANT_OLD_ENV_PUBLIC="C:\Users\Public" INFO global: VAGRANT_OLD_ENV_PWD="D:/vagrant/centos6_lnmp" INFO global: VAGRANT_OLD_ENV_SESSIONNAME="Console" INFO global: VAGRANT_OLD_ENV_SHELL="D:\Program Files\Git\usr\bin\bash" INFO global: VAGRANT_OLD_ENV_SHLVL="1" INFO global: VAGRANT_OLD_ENV_SSH_ASKPASS="D:/Program Files/Git/mingw64/libexec/git-core/git-gui--askpass" INFO global: VAGRANT_OLD_ENV_SYSTEMDRIVE="C:" INFO global: VAGRANT_OLD_ENV_SYSTEMROOT="C:\WINDOWS" INFO global: VAGRANT_OLD_ENV_TEMP="C:\Users\ADMINI~1\AppData\Local\Temp" INFO global: VAGRANT_OLD_ENV_TERM="xterm" INFO global: VAGRANT_OLD_ENV_TMP="C:\Users\ADMINI~1\AppData\Local\Temp" INFO global: VAGRANT_OLD_ENV_TMPDIR="C:\Users\ADMINI~1\AppData\Local\Temp" INFO global: VAGRANT_OLD_ENV_USERDOMAIN="USER-20160304LB" INFO global: VAGRANT_OLD_ENV_USERDOMAIN_ROAMINGPROFILE="USER-20160304LB" INFO global: VAGRANT_OLD_ENV_USERNAME="DevKang" INFO global: VAGRANT_OLD_ENV_USERPROFILE="C:\Users\Administrator" INFO global: VAGRANT_OLD_ENV_VBOX_MSI_INSTALL_PATH="C:\Program Files\Oracle\VirtualBox\" INFO global: VAGRANT_OLD_ENV_WINDIR="C:\WINDOWS" INFO global: VAGRANT_OLD_ENV_windows_tracing_flags="3" INFO global: VAGRANT_OLD_ENV_windows_tracing_logfile="C:\BVTBin\Tests\installpackage\csilogfile.log" INFO global: VAGRANT_OLD_ENV="C:/HashiCorp/Vagrant/bin/vagrant" INFO global: VAGRANT_OLD_ENVDFX_INSTALL_UNSIGNED_DRIVER="1" INFO global: Plugins: INFO global: - vagrant-share = [installed: undefined constraint: > 0] DEBUG bundler: Current generated plugin dependency list: [] DEBUG bundler: Generating new builtin set instance. DEBUG bundler: Generating new plugin set instance. Skip gems - [] DEBUG bundler: Activating solution set: ["vagrant-share-1.1.6", "rest-client-2.0.0", "ffi-1.9.14", "netrc-0.11.0", "mime-types-3.1", "http-cookie-1.0.3", "mime-types-data-3.2016.0521", "domain_name-0.5.20161129", "unf-0.1.4", "unf_ext-0.0.7.2"] DEBUG bundler: Activating gem vagrant-share-1.1.6 DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/box/plugin.rb INFO manager: Registered plugin: box command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/cap/plugin.rb INFO manager: Registered plugin: cap command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/destroy/plugin.rb INFO manager: Registered plugin: destroy command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/global-status/plugin.rb INFO manager: Registered plugin: global-status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/halt/plugin.rb INFO manager: Registered plugin: halt command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/help/plugin.rb INFO manager: Registered plugin: help command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/init/plugin.rb INFO manager: Registered plugin: init command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/list-commands/plugin.rb INFO manager: Registered plugin: list-commands command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/login/plugin.rb INFO manager: Registered plugin: vagrant-login DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/package/plugin.rb INFO manager: Registered plugin: package command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/plugin/plugin.rb INFO manager: Registered plugin: plugin command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/port/plugin.rb INFO manager: Registered plugin: port command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/powershell/plugin.rb INFO manager: Registered plugin: powershell command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/provider/plugin.rb INFO manager: Registered plugin: provider command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/provision/plugin.rb INFO manager: Registered plugin: provision command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/push/plugin.rb INFO manager: Registered plugin: push command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/rdp/plugin.rb INFO manager: Registered plugin: rdp command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/reload/plugin.rb INFO manager: Registered plugin: reload command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/resume/plugin.rb INFO manager: Registered plugin: resume command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/snapshot/plugin.rb INFO manager: Registered plugin: snapshot command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/ssh/plugin.rb INFO manager: Registered plugin: ssh command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/ssh_config/plugin.rb INFO manager: Registered plugin: ssh-config command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/status/plugin.rb INFO manager: Registered plugin: status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/suspend/plugin.rb INFO manager: Registered plugin: suspend command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/up/plugin.rb INFO manager: Registered plugin: up command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/version/plugin.rb INFO manager: Registered plugin: version command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/ssh/plugin.rb INFO manager: Registered plugin: ssh communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/communicators/winrm/plugin.rb INFO manager: Registered plugin: winrm communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/amazon/plugin.rb INFO manager: Registered plugin: Amazon Linux guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/arch/plugin.rb INFO manager: Registered plugin: Arch guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/atomic/plugin.rb INFO manager: Registered plugin: Atomic Host guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/bsd/plugin.rb INFO manager: Registered plugin: BSD-based guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/coreos/plugin.rb INFO manager: Registered plugin: CoreOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/darwin/plugin.rb INFO manager: Registered plugin: Darwin guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/debian/plugin.rb INFO manager: Registered plugin: Debian guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/dragonflybsd/plugin.rb INFO manager: Registered plugin: DragonFly BSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/esxi/plugin.rb INFO manager: Registered plugin: ESXi guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/fedora/plugin.rb INFO manager: Registered plugin: Fedora guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/freebsd/plugin.rb INFO manager: Registered plugin: FreeBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/funtoo/plugin.rb INFO manager: Registered plugin: Funtoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/gentoo/plugin.rb INFO manager: Registered plugin: Gentoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/linux/plugin.rb INFO manager: Registered plugin: Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/mint/plugin.rb INFO manager: Registered plugin: Mint guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/netbsd/plugin.rb INFO manager: Registered plugin: NetBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/nixos/plugin.rb INFO manager: Registered plugin: NixOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/omnios/plugin.rb INFO manager: Registered plugin: OmniOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/openbsd/plugin.rb INFO manager: Registered plugin: OpenBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/photon/plugin.rb INFO manager: Registered plugin: VMware Photon guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/pld/plugin.rb INFO manager: Registered plugin: PLD Linux guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/redhat/plugin.rb INFO manager: Registered plugin: Red Hat Enterprise Linux guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/slackware/plugin.rb INFO manager: Registered plugin: Slackware guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/smartos/plugin.rb INFO manager: Registered plugin: SmartOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/solaris/plugin.rb INFO manager: Registered plugin: Solaris guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/solaris11/plugin.rb INFO manager: Registered plugin: Solaris 11 guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/suse/plugin.rb INFO manager: Registered plugin: SUSE guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/tinycore/plugin.rb INFO manager: Registered plugin: TinyCore Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/trisquel/plugin.rb INFO manager: Registered plugin: Trisquel guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/ubuntu/plugin.rb INFO manager: Registered plugin: Ubuntu guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/guests/windows/plugin.rb INFO manager: Registered plugin: Windows guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/arch/plugin.rb INFO manager: Registered plugin: Arch host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/bsd/plugin.rb INFO manager: Registered plugin: BSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/darwin/plugin.rb INFO manager: Registered plugin: Mac OS X host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/freebsd/plugin.rb INFO manager: Registered plugin: FreeBSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/gentoo/plugin.rb INFO manager: Registered plugin: Gentoo host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/linux/plugin.rb INFO manager: Registered plugin: Linux host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/null/plugin.rb INFO manager: Registered plugin: null host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/redhat/plugin.rb INFO manager: Registered plugin: Red Hat Enterprise Linux host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/slackware/plugin.rb INFO manager: Registered plugin: Slackware host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/suse/plugin.rb INFO manager: Registered plugin: SUSE host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/hosts/windows/plugin.rb INFO manager: Registered plugin: Windows host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/kernel_v1/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/kernel_v2/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/docker/plugin.rb INFO manager: Registered plugin: docker-provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/hyperv/plugin.rb INFO manager: Registered plugin: Hyper-V provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/providers/virtualbox/plugin.rb INFO manager: Registered plugin: VirtualBox provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/ansible/plugin.rb INFO manager: Registered plugin: ansible DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/cfengine/plugin.rb INFO manager: Registered plugin: CFEngine Provisioner DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/chef/plugin.rb INFO manager: Registered plugin: chef DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/docker/plugin.rb INFO manager: Registered plugin: docker DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/file/plugin.rb INFO manager: Registered plugin: file DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/puppet/plugin.rb INFO manager: Registered plugin: puppet DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/salt/plugin.rb INFO manager: Registered plugin: salt DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/provisioners/shell/plugin.rb INFO manager: Registered plugin: shell DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/atlas/plugin.rb INFO manager: Registered plugin: atlas DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/ftp/plugin.rb INFO manager: Registered plugin: ftp DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/heroku/plugin.rb INFO manager: Registered plugin: heroku DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/local-exec/plugin.rb INFO manager: Registered plugin: local-exec DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/noop/plugin.rb INFO manager: Registered plugin: noop DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/nfs/plugin.rb INFO manager: Registered plugin: NFS synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/rsync/plugin.rb INFO manager: Registered plugin: RSync synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/synced_folders/smb/plugin.rb INFO manager: Registered plugin: SMB synced folders INFO global: Loading plugins! DEBUG global: Loading plugin vagrant-share with default require: vagrant-share INFO manager: Registered plugin: vagrant-share DEBUG global: Successfully loaded plugin vagrant-share. INFO vagrant: vagrant invoked: ["--debug", "push"] DEBUG vagrant: Creating Vagrant environment INFO environment: Environment initialized (#) INFO environment: - cwd: D:/vagrant/centos6_lnmp INFO environment: Home path: C:/Users/Administrator/.vagrant.d DEBUG environment: Effective local data path: D:/vagrant/centos6_lnmp/.vagrant INFO environment: Local data path: D:/vagrant/centos6_lnmp/.vagrant DEBUG environment: Creating: D:/vagrant/centos6_lnmp/.vagrant INFO environment: Running hook: environment_plugins_loaded INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: environment_plugins_loaded # INFO environment: Running hook: environment_load INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: environment_load # INFO cli: CLI: [] "push" [] DEBUG cli: Invoking command class: VagrantPlugins::CommandPush::Command [] INFO loader: Set :root = ["#<Pathname:D:/vagrant/centos6_lnmp/Vagrantfile>"] DEBUG loader: Populating proc cache for #<Pathname:D:/vagrant/centos6_lnmp/Vagrantfile> DEBUG loader: Load procs for pathname: D:/vagrant/centos6_lnmp/Vagrantfile INFO loader: Loading configuration in order: [:home, :root] DEBUG loader: Loading from: root (evaluating) DEBUG loader: Configuration loaded successfully, finalizing and returning DEBUG push: finalizing DEBUG base: Windows, checking for VBoxManage on PATH first DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "--version"] INFO subprocess: Command not in installer, restoring original environment... DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 5.1.10r112026 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 5.1.10 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 DEBUG base: Windows, checking for VBoxManage on PATH first DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe INFO environment: Getting machine: default (virtualbox) INFO environment: Uncached load of machine. DEBUG base: Windows, checking for VBoxManage on PATH first DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe DEBUG meta: Finding driver for VirtualBox version: 5.1.10 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 DEBUG base: Windows, checking for VBoxManage on PATH first DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe INFO loader: Set "32187432_machine_default" = [] INFO loader: Loading configuration in order: [:home, :root, "32187432_machine_default"] DEBUG loader: Loading from: root (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning DEBUG push: finalizing INFO box_collection: Box found: centos6_lnmp (virtualbox) INFO loader: Set :"32098212_centos6_lnmp_virtualbox" = ["#<Pathname:C:/Users/Administrator/.vagrant.d/boxes/centos6_lnmp/0/virtualbox/Vagrantfile>"] DEBUG loader: Populating proc cache for #<Pathname:C:/Users/Administrator/.vagrant.d/boxes/centos6_lnmp/0/virtualbox/Vagrantfile> DEBUG loader: Load procs for pathname: C:/Users/Administrator/.vagrant.d/boxes/centos6_lnmp/0/virtualbox/Vagrantfile INFO loader: Loading configuration in order: [:"32098212_centos6_lnmp_virtualbox", :home, :root, "32187432_machine_default"] DEBUG loader: Loading from: 32098212_centos6_lnmp_virtualbox (evaluating) DEBUG loader: Upgrading config from version 1 to 2 DEBUG loader: Upgrading config to version 2 DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors DEBUG loader: Loading from: root (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning DEBUG push: finalizing INFO machine: Initializing machine: default INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider INFO machine: - Box: # INFO machine: - Data dir: D:/vagrant/centos6_lnmp/.vagrant/machines/default/virtualbox DEBUG virtualbox: Instantiating the driver for machine ID: "2cb04f48-1998-44aa-9a41-1efeaf2f2640" DEBUG base: Windows, checking for VBoxManage on PATH first DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe DEBUG meta: Finding driver for VirtualBox version: 5.1.10 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_5_1 DEBUG base: Windows, checking for VBoxManage on PATH first DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:/Program Files/Oracle/VirtualBox/VBoxManage.exe INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "showvminfo", "2cb04f48-1998-44aa-9a41-1efeaf2f2640"] INFO subprocess: Command not in installer, restoring original environment... DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Name: centos6_lnmp_default_1484591749323_52413 Groups: / Guest OS: Red Hat (64-bit) UUID: 2cb04f48-1998-44aa-9a41-1efeaf2f2640 Config file: F:\virtualbox\centos6_lnmp_default_1484591749323_52413\centos6_lnmp_default_1484591749323_52413.vbox Snapshot folder: F:\virtualbox\centos6_lnmp_default_1484591749323_52413\Snapshots Log folder: F:\virtualbox\centos6_lnmp_default_1484591749323_52413\Logs Hardware UUID: 2cb04f48-1998-44aa-9a41-1efeaf2f2640 Memory size: 1024MB Page Fusion: off VRAM size: 16MB CPU exec cap: 100% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 1 PAE: on Long Mode: on Triple Fault Reset: off APIC: on X2APIC: on CPUID Portability Level: 0 CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: on BIOS APIC mode: APIC Time offset: 0ms RTC: UTC Hardw. virt.ext: on Nested Paging: on Large Pages: on VT-x VPID: on VT-x unr. exec.: on Paravirt. Provider: Default Effective Paravirt. Provider: KVM State: powered off (since 2017-01-16T19:30:32.961000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Tracing Enabled: off Allow Tracing to Access VM: off Tracing Configuration: Autostart Enabled: off Autostart Delay: 0 Default Frontend: Storage Controller Name (0): IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Bootable (0): on Storage Controller Name (1): SATA Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 1 Storage Controller Bootable (1): on IDE (1, 0): C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso (UUID: 5f43c5a2-6a64-48b9-87a0-74f1bc35178c) SATA (0, 0): F:\virtualbox\centos6_lnmp_default_1484591749323_52413\box-disk2.vmdk (UUID: 55ab33a2-a6f6-4f07-9a16-ba39677b985b) NIC 1: MAC: 080027DBAB85, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) NIC 1 Rule(0): name = ssh, protocol = tcp, host ip = 127.0.0.1, host port = 2222, guest ip = , guest port = 22 NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled UART 3: disabled UART 4: disabled LPT 1: disabled LPT 2: disabled Audio: enabled (Driver: DSOUND, Controller: AC97, Codec: AD1980) Clipboard Mode: disabled Drag and drop Mode: disabled VRDE: disabled USB: enabled EHCI: disabled XHCI: disabled

USB Device Filters:

Bandwidth groups: Shared folders: Name: 'vagrant', Host path: '\\?\D:\vagrant\centos6_lnmp' (machine mapping), writable Video capturing: not active Capture screens: 0 Capture file: F:\virtualbox\centos6_lnmp_default_1484591749323_52413\centos6_lnmp_default_1484591749323_52413.webm Capture dimensions: 1024x768 Capture rate: 512 kbps Capture FPS: 25 Guest: Configured memory balloon size: 0 MB DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO subprocess: Starting process: ["C:/Program Files/Oracle/VirtualBox/VBoxManage.exe", "showvminfo", "2cb04f48-1998-44aa-9a41-1efeaf2f2640", "--machinereadable"] INFO subprocess: Command not in installer, restoring original environment... DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="centos6_lnmp_default_1484591749323_52413" groups="/" ostype="Red Hat (64-bit)" UUID="2cb04f48-1998-44aa-9a41-1efeaf2f2640" CfgFile="F:\\virtualbox\\centos6_lnmp_default_1484591749323_52413\\centos6_lnmp_default_1484591749323_52413.vbox" SnapFldr="F:\\virtualbox\\centos6_lnmp_default_1484591749323_52413\\Snapshots" LogFldr="F:\\virtualbox\\centos6_lnmp_default_1484591749323_52413\\Logs" hardwareuuid="2cb04f48-1998-44aa-9a41-1efeaf2f2640" memory=1024 pagefusion="off" vram=16 cpuexecutioncap=100 hpet="off" chipset="piix3" firmware="BIOS" cpus=1 pae="on" longmode="on" triplefaultreset="off" apic="on" x2apic="on" cpuid-portability-level=0 bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" biosapic="apic" biossystemtimeoffset=0 rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" paravirtprovider="default" effparavirtprovider="kvm" VMState="poweroff" VMStateChangeTime="2017-01-16T19:30:32.961000000" monitorcount=1 accelerate3d="off" accelerate2dvideo="off" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="C:\Program Files\Oracle\VirtualBox\VBoxGuestAdditions.iso" "IDE-ImageUUID-1-0"="5f43c5a2-6a64-48b9-87a0-74f1bc35178c" "IDE-tempeject"="off" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="F:\virtualbox\centos6_lnmp_default_1484591749323_52413\box-disk2.vmdk" "SATA-ImageUUID-0-0"="55ab33a2-a6f6-4f07-9a16-ba39677b985b" natnet1="nat" macaddress1="080027DBAB85" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="ssh,tcp,127.0.0.1,2222,,22" nic2="none" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="ps2mouse" hidkeyboard="ps2kbd" uart1="off" uart2="off" uart3="off" uart4="off" lpt1="off" lpt2="off" audio="dsound" clipboard="disabled" draganddrop="disabled" vrde="off" usb="on" ehci="off" xhci="off" SharedFolderNameMachineMapping1="vagrant" SharedFolderPathMachineMapping1="\\?\D:\vagrant\centos6_lnmp" vcpenabled="off" vcpscreens=0 vcpfile="F:\virtualbox\centos6_lnmp_default_1484591749323_52413\centos6_lnmp_default_1484591749323_52413.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO interface: Machine: metadata ["provider", :virtualbox, {:target=>:default}] INFO host: Autodetecting host type for [#] DEBUG host: Trying: arch DEBUG host: Trying: darwin DEBUG host: Trying: freebsd DEBUG host: Trying: gentoo DEBUG host: Trying: redhat DEBUG host: Trying: slackware DEBUG host: Trying: suse DEBUG host: Trying: bsd DEBUG host: Trying: linux DEBUG host: Trying: null DEBUG host: Trying: windows INFO host: Detected: windows! INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: machine_action_config_validate Vagrant::Action::Builtin::ConfigValidate INFO warden: Calling IN action: # DEBUG client: Using authentication token from disk at C:/Users/Administrator/.vagrant.d/data/vagrant_login_token INFO warden: Calling OUT action: # DEBUG command: 'push' environment with strategy: `atlas' INFO environment: Getting push: atlas DEBUG safe_exec: Using subprocess because windows platform INFO subprocess: Starting process: ["C:\\HashiCorp\\Vagrant\\embedded/bin/atlas-upload", "-debug", "-vcs", "-metadata", "box=centos6_lnmp", "-metadata", "box_url=devkang/centos6_lnmp", "devkang/centos6_lnmp", "D:/vagrant/centos6_lnmp"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stderr: 2017/01/17 04:09:00 [INFO] creating archive from D:/vagrant/centos6_lnmp 2017/01/17 04:09:00 [WARN] could not parse version output from Git INFO environment: Running hook: environment_unload INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: environment_unload # C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/formatter/formatter.rb:56:in `format': undefined method `level' for # (NoMethodError) from C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb:120:in `format' from C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb:110:in `block in canonical_log' from C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb:130:in `block in synch' from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize' from C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb:130:in `synch' from C:/HashiCorp/Vagrant/embedded/gems/gems/log4r-1.1.10/lib/log4r/outputter/outputter.rb:110:in `canonical_log' from (eval):3:in `info' from (eval):8:in `block in info' from (eval):8:in `each' from (eval):8:in `info' from (eval):9:in `info' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/safe_exec.rb:33:in `block in exec' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/subprocess.rb:172:in `block in execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/subprocess.rb:161:in `each' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/subprocess.rb:161:in `execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/subprocess.rb:22:in `execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/util/safe_exec.rb:28:in `exec' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/atlas/push.rb:35:in `execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/pushes/atlas/push.rb:17:in `push' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/environment.rb:624:in `push' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/plugins/commands/push/command.rb:28:in `execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/cli.rb:42:in `execute' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/lib/vagrant/environment.rb:308:in `cli' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.9.1/bin/vagrant:127:in `
' ### Expected behavior vagrant push success!
chrisroberts commented 7 years ago

Hi there. The push command in vagrant has been disabled as Atlas service has been deprecated: https://atlas.hashicorp.com/help/applications/alternatives

Cheers!

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.