Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadError: cannot load such file -- mysql2 #7

Open
SainathKaluva opened this issue Jun 4, 2018 · 5 comments
Open

LoadError: cannot load such file -- mysql2 #7

SainathKaluva opened this issue Jun 4, 2018 · 5 comments

Comments

@SainathKaluva
Copy link

SainathKaluva commented Jun 4, 2018

Hi. I am trying to retrieve all the information for a single repository.

I have followed all the instructions in readme file till entering the token value in config.yaml thats located in ./vagrant/

Next I executed the following command: ght-retrieve-repo But I got a response: command is not found. So, I installed ghtorrent using the command gem install ghtorrent and tried again. This time, I got the following response

root@jessie:/# ght-retrieve-repo -c config.yaml angular angular.js
Error: Cannot find file config.yaml.
Try --help for help.

So, I tried to specify where this file is located in the command. But, I got following response.

root@jessie:/# ght-retrieve-repo --config=./vagrant/config.yaml angular angular.js
Overriding configuration mirror_history_pages_back=1 with new value 1000
LoadError: cannot load such file -- mysql2
/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'

Also in my vagrant VM, I could not find mongo, or mysql preinstalled.

root@jessie:/# mongo -v
-bash: mongo: command not found
root@jessie:/# mysql
-bash: mysql: command not found

I think these should be preinstalled right?

My Configuration:
Host: Windows 10
Vagrant: 2.1.1
VMBox: 5.1.34

@SainathKaluva
Copy link
Author

I also got the following output while executing vagrant up
At the end of the below response, you can see this command failed. But, I thought this is normal, so I continued using it with vagrant ssh

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'debian/jessie64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'debian/jessie64' is up to date...
==> default: Setting the name of the VM: ghtorrent-vagrant_default_1528074710692_3112
==> default: Fixed port collision for 22 => 2222. Now on port 2200.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
    default: Adapter 2: bridged
==> default: Forwarding ports...
    default: 22 (guest) => 2200 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2200
    default: SSH username: vagrant
    default: SSH auth method: private key
    default:
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default:
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
[default] No installation found.
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
  binutils cpp cpp-4.8 cpp-4.9 fakeroot gcc gcc-4.8 gcc-4.9 libasan0 libasan1
  libatomic1 libc-dev-bin libc6-dev libcilkrts5 libcloog-isl4 libfakeroot
  libgcc-4.8-dev libgcc-4.9-dev libgomp1 libisl10 libitm1 liblsan0 libmpc3
  libmpfr4 libquadmath0 libtsan0 libubsan0 linux-compiler-gcc-4.8-x86
  linux-headers-3.16.0-4-common linux-headers-amd64 linux-kbuild-3.16
  linux-libc-dev make manpages-dev
Suggested packages:
  binutils-doc cpp-doc gcc-4.8-locales gcc-4.9-locales gcc-multilib autoconf
  automake libtool flex bison gdb gcc-doc gcc-4.8-multilib gcc-4.8-doc
  libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg
  libtsan0-dbg libquadmath0-dbg gcc-4.9-multilib gcc-4.9-doc libasan1-dbg
  liblsan0-dbg libubsan0-dbg libcilkrts5-dbg glibc-doc make-doc
Recommended packages:
  linux-image
The following NEW packages will be installed:
  binutils cpp cpp-4.8 cpp-4.9 dkms fakeroot gcc gcc-4.8 gcc-4.9 libasan0
  libasan1 libatomic1 libc-dev-bin libc6-dev libcilkrts5 libcloog-isl4
  libfakeroot libgcc-4.8-dev libgcc-4.9-dev libgomp1 libisl10 libitm1 liblsan0
  libmpc3 libmpfr4 libquadmath0 libtsan0 libubsan0 linux-compiler-gcc-4.8-x86
  linux-headers-3.16.0-4-amd64 linux-headers-3.16.0-4-common
  linux-headers-amd64 linux-kbuild-3.16 linux-libc-dev make manpages-dev
0 upgraded, 36 newly installed, 0 to remove and 0 not upgraded.
Need to get 40.4 MB of archives.
After this operation, 154 MB of additional disk space will be used.
Get:1 http://httpredir.debian.org/debian/ jessie/main libasan0 amd64 4.8.4-1 [63.3 kB]
Get:2 http://httpredir.debian.org/debian/ jessie/main libasan1 amd64 4.9.2-10 [195 kB]
Get:3 http://httpredir.debian.org/debian/ jessie/main libatomic1 amd64 4.9.2-10 [8,992 B]
Get:4 http://httpredir.debian.org/debian/ jessie/main libcilkrts5 amd64 4.9.2-10 [40.1 kB]
Get:5 http://httpredir.debian.org/debian/ jessie/main libisl10 amd64 0.12.2-2 [440 kB]
Get:6 http://httpredir.debian.org/debian/ jessie/main libcloog-isl4 amd64 0.18.2-1+b2 [61.8 kB]
Get:7 http://httpredir.debian.org/debian/ jessie/main libgomp1 amd64 4.9.2-10 [37.8 kB]
Get:8 http://httpredir.debian.org/debian/ jessie/main libitm1 amd64 4.9.2-10 [29.2 kB]
Get:9 http://httpredir.debian.org/debian/ jessie/main liblsan0 amd64 4.9.2-10 [92.8 kB]
Get:10 http://httpredir.debian.org/debian/ jessie/main libmpfr4 amd64 3.1.2-2 [527 kB]
Get:11 http://httpredir.debian.org/debian/ jessie/main libquadmath0 amd64 4.9.2-10 [129 kB]
Get:12 http://httpredir.debian.org/debian/ jessie/main libtsan0 amd64 4.9.2-10 [212 kB]
Get:13 http://httpredir.debian.org/debian/ jessie/main libubsan0 amd64 4.9.2-10 [82.4 kB]
Get:14 http://httpredir.debian.org/debian/ jessie/main libmpc3 amd64 1.0.2-1 [39.3 kB]
Get:15 http://httpredir.debian.org/debian/ jessie/main binutils amd64 2.25-5+deb8u1 [3,496 kB]
Get:16 http://httpredir.debian.org/debian/ jessie/main cpp-4.9 amd64 4.9.2-10 [5,169 kB]
Get:17 http://httpredir.debian.org/debian/ jessie/main cpp amd64 4:4.9.2-2 [17.3 kB]
Get:18 http://httpredir.debian.org/debian/ jessie/main cpp-4.8 amd64 4.8.4-1 [4,577 kB]
Get:19 http://httpredir.debian.org/debian/ jessie/main libgcc-4.9-dev amd64 4.9.2-10 [2,066 kB]
Get:20 http://httpredir.debian.org/debian/ jessie/main gcc-4.9 amd64 4.9.2-10 [5,352 kB]
Get:21 http://httpredir.debian.org/debian/ jessie/main gcc amd64 4:4.9.2-2 [5,136 B]
Get:22 http://httpredir.debian.org/debian/ jessie/main make amd64 4.0-8.1 [349 kB]
Get:23 http://httpredir.debian.org/debian/ jessie/main dkms all 2.2.0.3-2 [70.9 kB]
Get:24 http://httpredir.debian.org/debian/ jessie/main libfakeroot amd64 1.20.2-1 [44.7 kB]
Get:25 http://httpredir.debian.org/debian/ jessie/main fakeroot amd64 1.20.2-1 [84.7 kB]
Get:26 http://httpredir.debian.org/debian/ jessie/main libgcc-4.8-dev amd64 4.8.4-1 [1,689 kB]
Get:27 http://httpredir.debian.org/debian/ jessie/main gcc-4.8 amd64 4.8.4-1 [4,787 kB]
Get:28 http://httpredir.debian.org/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u10 [238 kB]
Get:29 http://httpredir.debian.org/debian/ jessie/main linux-libc-dev amd64 3.16.51-2 [1,081 kB]
Get:30 http://httpredir.debian.org/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u10 [2,003 kB]
Get:31 http://httpredir.debian.org/debian/ jessie/main linux-compiler-gcc-4.8-x86 amd64 3.16.51-2 [381 kB]
Get:32 http://httpredir.debian.org/debian/ jessie/main linux-headers-3.16.0-4-common amd64 3.16.51-2 [4,580 kB]
Get:33 http://httpredir.debian.org/debian/ jessie/main linux-kbuild-3.16 amd64 3.16.7-ckt20-1 [174 kB]
Get:34 http://httpredir.debian.org/debian/ jessie/main linux-headers-3.16.0-4-amd64 amd64 3.16.51-2 [452 kB]
Get:35 http://httpredir.debian.org/debian/ jessie/main linux-headers-amd64 amd64 3.16+63 [5,050 B]
Get:36 http://httpredir.debian.org/debian/ jessie/main manpages-dev all 3.74-1 [1,865 kB]
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Fetched 40.4 MB in 40s (992 kB/s)
Selecting previously unselected package libasan0:amd64.
(Reading database ... 28309 files and directories currently installed.)
Preparing to unpack .../libasan0_4.8.4-1_amd64.deb ...
Unpacking libasan0:amd64 (4.8.4-1) ...
Selecting previously unselected package libasan1:amd64.
Preparing to unpack .../libasan1_4.9.2-10_amd64.deb ...
Unpacking libasan1:amd64 (4.9.2-10) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.9.2-10_amd64.deb ...
Unpacking libatomic1:amd64 (4.9.2-10) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_4.9.2-10_amd64.deb ...
Unpacking libcilkrts5:amd64 (4.9.2-10) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-2_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-2) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1+b2_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1+b2) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.9.2-10_amd64.deb ...
Unpacking libgomp1:amd64 (4.9.2-10) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.9.2-10_amd64.deb ...
Unpacking libitm1:amd64 (4.9.2-10) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_4.9.2-10_amd64.deb ...
Unpacking liblsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-2_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-2) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.9.2-10_amd64.deb ...
Unpacking libquadmath0:amd64 (4.9.2-10) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.9.2-10_amd64.deb ...
Unpacking libtsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_4.9.2-10_amd64.deb ...
Unpacking libubsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.2-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.2-1) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.25-5+deb8u1_amd64.deb ...
Unpacking binutils (2.25-5+deb8u1) ...
Selecting previously unselected package cpp-4.9.
Preparing to unpack .../cpp-4.9_4.9.2-10_amd64.deb ...
Unpacking cpp-4.9 (4.9.2-10) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.9.2-2_amd64.deb ...
Unpacking cpp (4:4.9.2-2) ...
Selecting previously unselected package cpp-4.8.
Preparing to unpack .../cpp-4.8_4.8.4-1_amd64.deb ...
Unpacking cpp-4.8 (4.8.4-1) ...
Selecting previously unselected package libgcc-4.9-dev:amd64.
Preparing to unpack .../libgcc-4.9-dev_4.9.2-10_amd64.deb ...
Unpacking libgcc-4.9-dev:amd64 (4.9.2-10) ...
Selecting previously unselected package gcc-4.9.
Preparing to unpack .../gcc-4.9_4.9.2-10_amd64.deb ...
Unpacking gcc-4.9 (4.9.2-10) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.9.2-2_amd64.deb ...
Unpacking gcc (4:4.9.2-2) ...
Selecting previously unselected package make.
Preparing to unpack .../make_4.0-8.1_amd64.deb ...
Unpacking make (4.0-8.1) ...
Selecting previously unselected package dkms.
Preparing to unpack .../dkms_2.2.0.3-2_all.deb ...
Unpacking dkms (2.2.0.3-2) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20.2-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20.2-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20.2-1_amd64.deb ...
Unpacking fakeroot (1.20.2-1) ...
Selecting previously unselected package libgcc-4.8-dev:amd64.
Preparing to unpack .../libgcc-4.8-dev_4.8.4-1_amd64.deb ...
Unpacking libgcc-4.8-dev:amd64 (4.8.4-1) ...
Selecting previously unselected package gcc-4.8.
Preparing to unpack .../gcc-4.8_4.8.4-1_amd64.deb ...
Unpacking gcc-4.8 (4.8.4-1) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-18+deb8u10_amd64.deb ...
Unpacking libc-dev-bin (2.19-18+deb8u10) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.16.51-2_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.51-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-18+deb8u10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-18+deb8u10) ...
Selecting previously unselected package linux-compiler-gcc-4.8-x86.
Preparing to unpack .../linux-compiler-gcc-4.8-x86_3.16.51-2_amd64.deb ...
Unpacking linux-compiler-gcc-4.8-x86 (3.16.51-2) ...
Selecting previously unselected package linux-headers-3.16.0-4-common.
Preparing to unpack .../linux-headers-3.16.0-4-common_3.16.51-2_amd64.deb ...
Unpacking linux-headers-3.16.0-4-common (3.16.51-2) ...
Selecting previously unselected package linux-kbuild-3.16.
Preparing to unpack .../linux-kbuild-3.16_3.16.7-ckt20-1_amd64.deb ...
Unpacking linux-kbuild-3.16 (3.16.7-ckt20-1) ...
Selecting previously unselected package linux-headers-3.16.0-4-amd64.
Preparing to unpack .../linux-headers-3.16.0-4-amd64_3.16.51-2_amd64.deb ...
Unpacking linux-headers-3.16.0-4-amd64 (3.16.51-2) ...
Selecting previously unselected package linux-headers-amd64.
Preparing to unpack .../linux-headers-amd64_3.16+63_amd64.deb ...
Unpacking linux-headers-amd64 (3.16+63) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_3.74-1_all.deb ...
Unpacking manpages-dev (3.74-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libasan0:amd64 (4.8.4-1) ...
Setting up libasan1:amd64 (4.9.2-10) ...
Setting up libatomic1:amd64 (4.9.2-10) ...
Setting up libcilkrts5:amd64 (4.9.2-10) ...
Setting up libisl10:amd64 (0.12.2-2) ...
Setting up libcloog-isl4:amd64 (0.18.2-1+b2) ...
Setting up libgomp1:amd64 (4.9.2-10) ...
Setting up libitm1:amd64 (4.9.2-10) ...
Setting up liblsan0:amd64 (4.9.2-10) ...
Setting up libmpfr4:amd64 (3.1.2-2) ...
Setting up libquadmath0:amd64 (4.9.2-10) ...
Setting up libtsan0:amd64 (4.9.2-10) ...
Setting up libubsan0:amd64 (4.9.2-10) ...
Setting up libmpc3:amd64 (1.0.2-1) ...
Setting up binutils (2.25-5+deb8u1) ...
Setting up cpp-4.9 (4.9.2-10) ...
Setting up cpp (4:4.9.2-2) ...
Setting up cpp-4.8 (4.8.4-1) ...
Setting up libgcc-4.9-dev:amd64 (4.9.2-10) ...
Setting up gcc-4.9 (4.9.2-10) ...
Setting up gcc (4:4.9.2-2) ...
Setting up make (4.0-8.1) ...
Setting up dkms (2.2.0.3-2) ...
Setting up libfakeroot:amd64 (1.20.2-1) ...
Setting up fakeroot (1.20.2-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libgcc-4.8-dev:amd64 (4.8.4-1) ...
Setting up gcc-4.8 (4.8.4-1) ...
Setting up libc-dev-bin (2.19-18+deb8u10) ...
Setting up linux-libc-dev:amd64 (3.16.51-2) ...
Setting up libc6-dev:amd64 (2.19-18+deb8u10) ...
Setting up linux-compiler-gcc-4.8-x86 (3.16.51-2) ...
Setting up linux-headers-3.16.0-4-common (3.16.51-2) ...
Setting up linux-kbuild-3.16 (3.16.7-ckt20-1) ...
Setting up linux-headers-3.16.0-4-amd64 (3.16.51-2) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.16.0-4-amd64
Setting up linux-headers-amd64 (3.16+63) ...
Setting up manpages-dev (3.74-1) ...
Processing triggers for libc-bin (2.19-18+deb8u10) ...
Copy iso file C:\Program Files\Oracle\VirtualBox/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso
Mounting Virtualbox Guest Additions ISO to: /mnt
mount: /dev/loop0 is write-protected, mounting read-only
Installing Virtualbox Guest Additions 5.1.34 - guest version is unknown
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.1.34 Guest Additions for Linux...........
VirtualBox Guest Additions installer
Copying additional installer modules ...
Installing additional modules ...
vboxadd.sh: Starting the VirtualBox Guest Additions.

Could not find the X.Org or XFree86 Window System, skipping.
Unmounting Virtualbox Guest Additions ISO from: /mnt
==> default: Checking for guest additions in VM...
==> default: Configuring and enabling network interfaces...
==> default: Installing rsync to the VM...
==> default: Rsyncing folder: /cygdrive/c/Users/edu/Desktop/someebox/ghtorrent-vagrant/ => /vagrant
==> default: Mounting shared folders...
    default: /tmp/vagrant-puppet/modules-22c02098c4fdef805ea26fa6fcb9c2f7 => C:/Users/edu/Desktop/someebox/ghtorrent-vagrant/puppet/modules
    default: /tmp/vagrant-puppet/manifests-846018e2aa141a5eb79a64b4015fc5f3 => C:/Users/edu/Desktop/someebox/ghtorrent-vagrant/puppet/manifests
==> default: Running provisioner: shell...
    default: Running: C:/Users/edu/AppData/Local/Temp/vagrant-shell20180604-14828-1lvjnpa.sh
    default: Reading package lists...
    default: Building dependency tree...
    default:
    default: Reading state information...
    default: The following extra packages will be installed:
    default:   augeas-lenses debconf-utils facter hiera javascript-common libaugeas0
    default:   libjs-jquery libruby2.1 libyaml-0-2 puppet-common ruby ruby-augeas
    default:   ruby-hiera ruby-json ruby-rgen ruby-safe-yaml ruby-selinux ruby-shadow
    default:   ruby2.1 rubygems-integration virt-what
    default: Suggested packages:
    default:   augeas-doc mcollective-common apache2 lighttpd httpd augeas-tools puppet-el
    default:   vim-puppet etckeeper ruby-rrd librrd-ruby ri ruby-dev bundler
    default: The following NEW packages will be installed:
    default:   augeas-lenses debconf-utils facter hiera javascript-common libaugeas0
    default:   libjs-jquery libruby2.1 libyaml-0-2 puppet puppet-common ruby ruby-augeas
    default:   ruby-hiera ruby-json ruby-rgen ruby-safe-yaml ruby-selinux ruby-shadow
    default:   ruby2.1 rubygems-integration virt-what
    default: 0 upgraded, 22 newly installed, 0 to remove and 52 not upgraded.
    default: Need to get 5,773 kB of archives.
    default: After this operation, 24.8 MB of additional disk space will be used.
    default: Get:1 http://httpredir.debian.org/debian/ jessie/main libyaml-0-2 amd64 0.1.6-3 [50.4 kB]
    default: Get:2 http://httpredir.debian.org/debian/ jessie/main augeas-lenses all 1.2.0-0.2+deb8u2 [336 kB]
    default: Get:3 http://httpredir.debian.org/debian/ jessie/main debconf-utils all 1.5.56+deb8u1 [57.6 kB]
    default: Get:4 http://httpredir.debian.org/debian/ jessie/main libruby2.1 amd64 2.1.5-2+deb8u3 [3,290 kB]
    default: Get:5 http://httpredir.debian.org/debian/ jessie/main rubygems-integration all 1.8 [4,514 B]
    default: Get:6 http://httpredir.debian.org/debian/ jessie/main ruby2.1 amd64 2.1.5-2+deb8u3 [276 kB]
    default: Get:7 http://httpredir.debian.org/debian/ jessie/main ruby all 1:2.1.5+deb8u2 [9,688 B]
    default: Get:8 http://httpredir.debian.org/debian/ jessie/main ruby-json amd64 1.8.1-1+b2 [52.1 kB]
    default: Get:9 http://httpredir.debian.org/debian/ jessie/main facter all 2.2.0-1 [74.5 kB]
    default: Get:10 http://httpredir.debian.org/debian/ jessie/main hiera all 1.3.4-1 [18.0 kB]
    default: Get:11 http://httpredir.debian.org/debian/ jessie/main javascript-common all 11 [6,120 B]
    default: Get:12 http://httpredir.debian.org/debian/ jessie/main libaugeas0 amd64 1.2.0-0.2+deb8u2 [257 kB]
    default: Get:13 http://httpredir.debian.org/debian/ jessie/main libjs-jquery all 1.7.2+dfsg-3.2 [97.5 kB]
    default: Get:14 http://httpredir.debian.org/debian/ jessie/main ruby-augeas amd64 0.5.0-2+b2 [11.2 kB]
    default: Get:15 http://httpredir.debian.org/debian/ jessie/main ruby-hiera all 1.3.4-1 [2,890 B]
    default: Get:16 http://httpredir.debian.org/debian/ jessie/main ruby-safe-yaml all 1.0.3-1 [18.4 kB]
    default: Get:17 http://httpredir.debian.org/debian/ jessie/main ruby-shadow amd64 2.3.4-2 [11.0 kB]
    default: Get:18 http://httpredir.debian.org/debian/ jessie/main puppet-common all 3.7.2-4+deb8u1 [1,009 kB]
    default: Get:19 http://httpredir.debian.org/debian/ jessie/main puppet all 3.7.2-4+deb8u1 [25.9 kB]
    default: Get:20 http://httpredir.debian.org/debian/ jessie/main ruby-rgen all 0.7.0-1 [73.5 kB]
    default: Get:21 http://httpredir.debian.org/debian/ jessie/main ruby-selinux amd64 2.3-2 [77.0 kB]
    default: Get:22 http://httpredir.debian.org/debian/ jessie/main virt-what amd64 1.14-1 [12.9 kB]
    default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
    default: Fetched 5,773 kB in 6s (882 kB/s)
    default: Selecting previously unselected package libyaml-0-2:amd64.
(Reading database ... 85%abase ...
    default: (Reading database ... 90%
    default: (Reading database ... 95%
(Reading database ... 43183 files and directories currently installed.)
    default: Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
    default: Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
    default: Selecting previously unselected package augeas-lenses.
    default: Preparing to unpack .../augeas-lenses_1.2.0-0.2+deb8u2_all.deb ...
    default: Unpacking augeas-lenses (1.2.0-0.2+deb8u2) ...
    default: Selecting previously unselected package debconf-utils.
    default: Preparing to unpack .../debconf-utils_1.5.56+deb8u1_all.deb ...
    default: Unpacking debconf-utils (1.5.56+deb8u1) ...
    default: Selecting previously unselected package libruby2.1:amd64.
    default: Preparing to unpack .../libruby2.1_2.1.5-2+deb8u3_amd64.deb ...
    default: Unpacking libruby2.1:amd64 (2.1.5-2+deb8u3) ...
    default: Selecting previously unselected package rubygems-integration.
    default: Preparing to unpack .../rubygems-integration_1.8_all.deb ...
    default: Unpacking rubygems-integration (1.8) ...
    default: Selecting previously unselected package ruby2.1.
    default: Preparing to unpack .../ruby2.1_2.1.5-2+deb8u3_amd64.deb ...
    default: Unpacking ruby2.1 (2.1.5-2+deb8u3) ...
    default: Selecting previously unselected package ruby.
    default: Preparing to unpack .../ruby_1%3a2.1.5+deb8u2_all.deb ...
    default: Unpacking ruby (1:2.1.5+deb8u2) ...
    default: Selecting previously unselected package ruby-json.
    default: Preparing to unpack .../ruby-json_1.8.1-1+b2_amd64.deb ...
    default: Unpacking ruby-json (1.8.1-1+b2) ...
    default: Selecting previously unselected package facter.
    default: Preparing to unpack .../facter_2.2.0-1_all.deb ...
    default: Unpacking facter (2.2.0-1) ...
    default: Selecting previously unselected package hiera.
    default: Preparing to unpack .../archives/hiera_1.3.4-1_all.deb ...
    default: Unpacking hiera (1.3.4-1) ...
    default: Selecting previously unselected package javascript-common.
    default: Preparing to unpack .../javascript-common_11_all.deb ...
    default: Unpacking javascript-common (11) ...
    default: Selecting previously unselected package libaugeas0.
    default: Preparing to unpack .../libaugeas0_1.2.0-0.2+deb8u2_amd64.deb ...
    default: Unpacking libaugeas0 (1.2.0-0.2+deb8u2) ...
    default: Selecting previously unselected package libjs-jquery.
    default: Preparing to unpack .../libjs-jquery_1.7.2+dfsg-3.2_all.deb ...
    default: Unpacking libjs-jquery (1.7.2+dfsg-3.2) ...
    default: Selecting previously unselected package ruby-augeas.
    default: Preparing to unpack .../ruby-augeas_0.5.0-2+b2_amd64.deb ...
    default: Unpacking ruby-augeas (0.5.0-2+b2) ...
    default: Selecting previously unselected package ruby-hiera.
    default: Preparing to unpack .../ruby-hiera_1.3.4-1_all.deb ...
    default: Unpacking ruby-hiera (1.3.4-1) ...
    default: Selecting previously unselected package ruby-safe-yaml.
    default: Preparing to unpack .../ruby-safe-yaml_1.0.3-1_all.deb ...
    default: Unpacking ruby-safe-yaml (1.0.3-1) ...
    default: Selecting previously unselected package ruby-shadow.
    default: Preparing to unpack .../ruby-shadow_2.3.4-2_amd64.deb ...
    default: Unpacking ruby-shadow (2.3.4-2) ...
    default: Selecting previously unselected package puppet-common.
    default: Preparing to unpack .../puppet-common_3.7.2-4+deb8u1_all.deb ...
    default: Unpacking puppet-common (3.7.2-4+deb8u1) ...
    default: Selecting previously unselected package puppet.
    default: Preparing to unpack .../puppet_3.7.2-4+deb8u1_all.deb ...
    default: Unpacking puppet (3.7.2-4+deb8u1) ...
    default: Selecting previously unselected package ruby-rgen.
    default: Preparing to unpack .../ruby-rgen_0.7.0-1_all.deb ...
    default: Unpacking ruby-rgen (0.7.0-1) ...
    default: Selecting previously unselected package ruby-selinux.
    default: Preparing to unpack .../ruby-selinux_2.3-2_amd64.deb ...
    default: Unpacking ruby-selinux (2.3-2) ...
    default: Selecting previously unselected package virt-what.
    default: Preparing to unpack .../virt-what_1.14-1_amd64.deb ...
    default: Unpacking virt-what (1.14-1) ...
    default: Processing triggers for man-db (2.7.0.2-5) ...
    default: Processing triggers for systemd (215-17+deb8u7) ...
    default: Setting up libyaml-0-2:amd64 (0.1.6-3) ...
    default: Setting up augeas-lenses (1.2.0-0.2+deb8u2) ...
    default: Setting up debconf-utils (1.5.56+deb8u1) ...
    default: Setting up libruby2.1:amd64 (2.1.5-2+deb8u3) ...
    default: Setting up rubygems-integration (1.8) ...
    default: Setting up ruby2.1 (2.1.5-2+deb8u3) ...
    default: Setting up ruby (1:2.1.5+deb8u2) ...
    default: Setting up ruby-json (1.8.1-1+b2) ...
    default: Setting up facter (2.2.0-1) ...
    default: Setting up hiera (1.3.4-1) ...
    default: Setting up javascript-common (11) ...
    default: Setting up libaugeas0 (1.2.0-0.2+deb8u2) ...
    default: Setting up libjs-jquery (1.7.2+dfsg-3.2) ...
    default: Setting up ruby-augeas (0.5.0-2+b2) ...
    default: Setting up ruby-hiera (1.3.4-1) ...
    default: Setting up ruby-safe-yaml (1.0.3-1) ...
    default: Setting up ruby-shadow (2.3.4-2) ...
    default: Setting up puppet-common (3.7.2-4+deb8u1) ...
    default: Setting up puppet (3.7.2-4+deb8u1) ...
    default: Setting up ruby-rgen (0.7.0-1) ...
    default: Setting up ruby-selinux (2.3-2) ...
    default: Setting up virt-what (1.14-1) ...
    default: Processing triggers for libc-bin (2.19-18+deb8u10) ...
    default: Processing triggers for systemd (215-17+deb8u7) ...
    default: Notice: Preparing to install into /etc/puppet/modules ...
    default: Notice: Downloading from https://forgeapi.puppetlabs.com ...
    default: Notice: Installing -- do not interrupt ...
    default: /etc/puppet/modules
    default: └─┬ puppetlabs-mysql (v5.4.0)
    default:   ├── puppet-staging (v3.2.0)
    default:   ├── puppetlabs-stdlib (v4.25.1)
    default:   └── puppetlabs-translate (v1.1.0)
    default: Notice: Preparing to install into /etc/puppet/modules ...
    default: Notice: Downloading from https://forgeapi.puppetlabs.com ...
    default: Notice: Installing -- do not interrupt ...
    default: /etc/puppet/modules
    default: └── puppetlabs-rabbitmq (v5.6.0)
    default: Notice: Preparing to install into /etc/puppet/modules ...
    default: Notice: Downloading from https://forgeapi.puppetlabs.com ...
    default: Notice: Installing -- do not interrupt ...
    default: /etc/puppet/modules
    default: └─┬ puppetlabs-mongodb (v1.0.0)
    default:   └─┬ puppetlabs-apt (v2.4.0)
    default:     └── puppetlabs-stdlib (v4.25.1)
==> default: Running provisioner: puppet...
==> default: Running Puppet with ghtorrent.pp...
==> default: Debug: Runtime environment: puppet_version=3.7.2, ruby_version=2.1.5, run_mode=user, default_encoding=UTF-8
==> default: Debug: Loading external facts from /var/lib/puppet/facts.d
==> default: Info: Loading facts
==> default: Debug: Loading facts from /etc/puppet/modules/mongodb/lib/facter/is_master.rb
==> default: Debug: Loading facts from /etc/puppet/modules/mongodb/lib/facter/mongodb_version.rb
==> default: Info: Loading facts
==> default: Debug: Loading facts from /etc/puppet/modules/rabbitmq/lib/facter/rabbitmq_nodename.rb
==> default: Debug: Loading facts from /etc/puppet/modules/rabbitmq/lib/facter/rabbitmq_version.rb
==> default: Info: Loading facts
==> default: Debug: Loading facts from /etc/puppet/modules/staging/lib/facter/staging_windir.rb
==> default: Debug: Loading facts from /etc/puppet/modules/staging/lib/facter/staging_http_get.rb
==> default: Info: Loading facts
==> default: Debug: Loading facts from /etc/puppet/modules/mysql/lib/facter/mysql_version.rb
==> default: Debug: Loading facts from /etc/puppet/modules/mysql/lib/facter/mysql_server_id.rb
==> default: Debug: Loading facts from /etc/puppet/modules/mysql/lib/facter/mysqld_version.rb
==> default: Info: Loading facts
==> default: Debug: Loading facts from /etc/puppet/modules/apt/lib/facter/apt_update_last_success.rb
==> default: Debug: Loading facts from /etc/puppet/modules/apt/lib/facter/apt_reboot_required.rb
==> default: Debug: Loading facts from /etc/puppet/modules/apt/lib/facter/apt_updates.rb
==> default: Info: Loading facts
==> default: Debug: Loading facts from /etc/puppet/modules/stdlib/lib/facter/root_home.rb
==> default: Debug: Loading facts from /etc/puppet/modules/stdlib/lib/facter/package_provider.rb
==> default: Debug: Loading facts from /etc/puppet/modules/stdlib/lib/facter/puppet_settings.rb
==> default: Debug: Loading facts from /etc/puppet/modules/stdlib/lib/facter/facter_dot_d.rb
==> default: Debug: Loading facts from /etc/puppet/modules/stdlib/lib/facter/pe_version.rb
==> default: Debug: Loading facts from /etc/puppet/modules/stdlib/lib/facter/service_provider.rb
==> default: Debug: Puppet::Type::Package::ProviderRpm: file rpm does not exist
==> default: Debug: Puppet::Type::Package::ProviderRug: file /usr/bin/rug does not exist
==> default: Debug: Puppet::Type::Package::ProviderZypper: file /usr/bin/zypper does not exist
==> default: Debug: Puppet::Type::Package::ProviderHpux: file /usr/sbin/swinstall does not exist
==> default: Debug: Puppet::Type::Package::ProviderOpenbsd: file pkg_info does not exist
==> default: Debug: Puppet::Type::Package::ProviderFreebsd: file /usr/sbin/pkg_info does not exist
==> default: Debug: Puppet::Type::Package::ProviderPkg: file /usr/bin/pkg does not exist
==> default: Debug: Puppet::Type::Package::ProviderUrpmi: file urpmi does not exist
==> default: Debug: Puppet::Type::Package::ProviderAptrpm: file rpm does not exist
==> default: Debug: Puppet::Type::Package::ProviderPortage: file /usr/bin/emerge does not exist
==> default: Debug: Puppet::Type::Package::ProviderSun: file /usr/bin/pkginfo does not exist
==> default: Debug: Puppet::Type::Package::ProviderSunfreeware: file pkg-get does not exist
==> default: Debug: Puppet::Type::Package::ProviderYum: file yum does not exist
==> default: Debug: Puppet::Type::Package::ProviderUp2date: file /usr/sbin/up2date-nox does not exist
==> default: Debug: Puppet::Type::Package::ProviderAix: file /usr/bin/lslpp does not exist
==> default: Debug: Puppet::Type::Package::ProviderFink: file /sw/bin/fink does not exist
==> default: Debug: Puppet::Type::Package::ProviderPorts: file /usr/local/sbin/portupgrade does not exist
==> default: Debug: Puppet::Type::Package::ProviderPortupgrade: file /usr/local/sbin/portupgrade does not exist
==> default: Debug: Puppet::Type::Package::ProviderOpkg: file opkg does not exist
==> default: Debug: Puppet::Type::Package::ProviderNim: file /usr/sbin/nimclient does not exist
==> default: Debug: Puppet::Type::Package::ProviderPkgin: file pkgin does not exist
==> default: Debug: Puppet::Type::Package::ProviderPacman: file /usr/bin/pacman does not exist
==> default: Debug: /Package[dummy]: Provider apt does not support features virtual_packages; not managing attribute allow_virtual
==> default: Debug: Puppet::Type::Service::ProviderDaemontools: file /usr/bin/svc does not exist
==> default: Debug: Puppet::Type::Service::ProviderUpstart: 0 confines (of 2) were true
==> default: Debug: Puppet::Type::Service::ProviderLaunchd: file /bin/launchctl does not exist
==> default: Debug: Puppet::Type::Service::ProviderGentoo: file /sbin/rc-update does not exist
==> default: Debug: Puppet::Type::Service::ProviderRedhat: file /sbin/chkconfig does not exist
==> default: Debug: Puppet::Type::Service::ProviderOpenrc: file /bin/rc-status does not exist
==> default: Debug: Puppet::Type::Service::ProviderRunit: file /usr/bin/sv does not exist
==> default: Debug: importing '/etc/puppet/modules/apt/manifests/init.pp' in environment production
==> default: Debug: Automatically imported apt from apt into production
==> default: Debug: importing '/etc/puppet/modules/apt/manifests/params.pp' in environment production
==> default: Debug: Automatically imported apt::params from apt/params into production
==> default: Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
==> default: Debug: hiera(): Hiera YAML backend starting
==> default: Debug: hiera(): Looking up apt::confs in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::purge in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::proxy in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::sources in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::keys in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::ppas in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::pins in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up apt::settings in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: importing '/etc/puppet/modules/apt/manifests/update.pp' in environment production
==> default: Debug: Automatically imported apt::update from apt/update into production
==> default: Debug: Scope(Class[Apt]): Retrieving template apt/_conf_header.erb
==> default: Debug: template[/etc/puppet/modules/apt/templates/_conf_header.erb]: Bound template variables for /etc/puppet/modules/apt/templates/_conf_header.erb in 0.00 seconds
==> default: Debug: template[/etc/puppet/modules/apt/templates/_conf_header.erb]: Interpolated template /etc/puppet/modules/apt/templates/_conf_header.erb in 0.00 seconds
==> default: Debug: Scope(Class[Apt]): Retrieving template apt/15update-stamp.erb
==> default: Debug: template[/etc/puppet/modules/apt/templates/15update-stamp.erb]: Bound template variables for /etc/puppet/modules/apt/templates/15update-stamp.erb in 0.00 seconds
==> default: Debug: template[/etc/puppet/modules/apt/templates/15update-stamp.erb]: Interpolated template /etc/puppet/modules/apt/templates/15update-stamp.erb in 0.00 seconds
==> default: Debug: importing '/etc/puppet/modules/apt/manifests/setting.pp' in environment production
==> default: Debug: Automatically imported apt::setting from apt/setting into production
==> default: Debug: importing '/etc/puppet/modules/mysql/manifests/server.pp' in environment production
==> default: Debug: Automatically imported mysql::server from mysql/server into production
==> default: Debug: importing '/etc/puppet/modules/mysql/manifests/params.pp' in environment production
==> default: Debug: Automatically imported mysql::params from mysql/params into production
==> default: Debug: hiera(): Looking up mysql::server::config_file in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::includedir in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::install_options in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::install_secret_file in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::manage_config_file in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::package_ensure in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::package_manage in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::package_name in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::purge_conf_dir in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::restart in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::root_group in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::mysql_group in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::service_enabled in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::service_manage in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::service_name in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::service_provider in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::create_root_user in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::create_root_my_cnf in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::users in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::grants in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::databases in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::enabled in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::manage_service in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: hiera(): Looking up mysql::server::old_root_password in YAML backend
==> default: Debug: hiera(): Looking for data source common
==> default: Debug: hiera(): Cannot find datafile /var/lib/hiera/common.yaml, skipping
==> default: Debug: importing '/etc/puppet/modules/mysql/manifests/server/root_password.pp' in environment production
==> default: Debug: Automatically imported mysql::server::root_password from mysql/server/root_password into production
==> default: Debug: importing '/etc/puppet/modules/mysql/manifests/db.pp' in environment production
==> default: Error: Syntax error at 'Optional'; expected ')' at /etc/puppet/modules/mysql/manifests/db.pp:45 on node jessie.vagrantup.com
==> default: Error: Syntax error at 'Optional'; expected ')' at /etc/puppet/modules/mysql/manifests/db.pp:45 on node jessie.vagrantup.com
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

@alexcourouble
Copy link

I am getting the exact same error on macOS 10.13.

Was anyone able to successfully run vagrant up recently?

@SainathKaluva
Copy link
Author

Hi.

I tried installing the configuration used by the developer. And it worked.

Vagrant 1.7.4
VBox Version 5.0.6 r103037

@alexcourouble
Copy link

@DoctorChill Which instructions are you referring to? The ones in this repository's ReadMe?

@SainathKaluva
Copy link
Author

SainathKaluva commented Jul 2, 2018 via email

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

No branches or pull requests

2 participants