Picture of Ricardo Mendez
Trouble Installing Adapt Authoring Tool on Mac
by Ricardo Mendez - Monday, 7 March 2016, 7:24 PM
 

Hello everybody! I come here asking for your help. I'm trying to install the Adapt Authoring Tool on a Mac since last week, but I've had no luck. I've followed the instructions for the Vagrant Installation: I installed Vagrant, then VirtualBox, then donwloaded the .zip with the "adapt_authoring" folder, then went to Terminal and typed "sudo vagrant up" and this appeared: 

The first time it downloaded something, but in the end the same error showed up. Can somebody help me? What am I doing wrong?

Thanks in advance!

Picture of Ricardo Mendez
Re: Trouble Installing Adapt Authoring Tool on Mac
by Ricardo Mendez - Wednesday, 9 March 2016, 3:35 PM
 

Someone please help me.

Picture of Matt Leathes
Re: Trouble Installing Adapt Authoring Tool on Mac
by Matt Leathes - Wednesday, 9 March 2016, 4:26 PM
 

Hi Ricardo

If you search the forums for the error you're getting you'll often find others having the same problem e.g. https://community.adaptlearning.org/mod/forum/discuss.php?d=1289

Picture of Dennis Heaney
Re: Trouble Installing Adapt Authoring Tool on Mac
by Dennis Heaney - Wednesday, 9 March 2016, 4:31 PM
 

Hi Ricardo,

From the log, it looks as though the issue may be that you have used "sudo" to run the "vagrant up" command - I think vagrant is attempting to mount the shared folder in the wrong place (on your desktop):

 

 

I would suggest first destroying the existing vagrant box by running:

sudo vagrant destroy

(this command must be run from within the adapt_authoring directory). After the destroy command completes, try running again without sudo:

vagrant up

Let us know how you get on!

Picture of Ricardo Mendez
Re: Trouble Installing Adapt Authoring Tool on Mac
by Ricardo Mendez - Wednesday, 9 March 2016, 6:14 PM
 

Hi Matt and Dennis:

Thank you very much for answering and helping me out, I tried both suggestions; I used a previous version of the adapt_authoring.zip file, and also followed your instructions on running the sudo vagrant destroy command, and then just the vagrant up command without the sudo.

This is what I got:

 

Then I tried again with the sudo (I use sudo because I read somewhere that adding that to commands give them some kind of admin power to avoid user restrictions) and this time it prompted a lot more codes, like it was downloading or updating something, but in the end it showed the same error about some SSH command.

I'm having a hard time here because I'm not a tech guy but I'm trying to get through, what should I do now?

Thank you very much guys!

Picture of Ricardo Mendez
Re: Trouble Installing Adapt Authoring Tool on Mac
by Ricardo Mendez - Friday, 11 March 2016, 12:29 AM
 

Ok, so I searched around for a solution, but now I got a different thing...

Regarding that "not accesible" problem, i found this: http://askubuntu.com/questions/531820/vagrant-wont-run-when-setting-up-homestead/532812#532812

So it basically says to run this command: sudo chown -R yourusername:yourusername ~/.vagrant.d

I did, and now the vagrant up worked without the sudo, but now I'm getting this:

Then I found these solutions: https://github.com/Varying-Vagrant-Vagrants/VVV/issues/384   and   https://github.com/mitchellh/vagrant/issues/6730

But in the end it shows the same thing. Can anybody help?

Picture of Dennis Heaney
Re: Trouble Installing Adapt Authoring Tool on Mac
by Dennis Heaney - Wednesday, 16 March 2016, 2:22 PM
 

Hi Ricardo,

I think your vagrant install looks to be a little bit broken. I recommend uninstalling using the steps here: https://www.vagrantup.com/docs/installation/uninstallation.html

Then reinstall from the downloads page here: https://www.vagrantup.com/downloads.html

Avoid using the "sudo" command except where indicated in the above guides, then try running "vagrant up" again in the adapt_authoring folder. 

Picture of Ricardo Mendez
Re: Trouble Installing Adapt Authoring Tool on Mac
by Ricardo Mendez - Wednesday, 16 March 2016, 10:29 PM
 

Hi Dennis,

That's right, I uninstalled Vagrant, then reinstalled it, and then ran "vagrant up". I had to use a previous version of the adapt_authoring.zip to having it working.

Thanks a lot!

Picture of Ricardo Mendez
Re: Trouble Installing Adapt Authoring Tool on Mac
by Ricardo Mendez - Friday, 18 March 2016, 11:25 PM
 

Hi again....

I'm sorry, I need help again. When I got this thing up and running, there was an issue with the preview, I couldn't preview properly my courses, the only thing that worked was the introducction screen with the menu, but when you clicked on a page the loading wheel appeared and stayed on screen forever. So I serached on the forums for help on this issue, and someone suggested to use Firefox, but it didn't work.

So I decided to uninstall Adapt, and then install it again. I followed the same steps, but now I'm having trouble again... I also saw a post where someone had the same problem when trying to reinstall, now I'm stuck and I don't know what to do. This time it says "Unable to install adapt-contrib-trickle as it is not supported in the current version of of the Adapt framework", but I'm using the latest versionThis tool seems to be amazing, but it's a headache to having it running well. Please help me.

 

Ricardo-Mendez-Olivares:adapt_authoring direccionacademica$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ubuntu/trusty64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'ubuntu/trusty64' is up to date...
==> default: A newer version of the box 'ubuntu/trusty64' is available! You currently
==> default: have version '20160224.0.0'. The latest is version '20160314.0.2'. Run
==> default: `vagrant box update` to update.
==> default: Setting the name of the VM: adapt_authoring_default_1458339956806_9080
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 5000 (guest) => 5000 (host) (adapter 1)
    default: 5858 (guest) => 5858 (host) (adapter 1)
    default: 27017 (guest) => 27027 (host) (adapter 1)
    default: 22 (guest) => 2222 (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:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
    default: Warning: Remote connection disconnect. Retrying...
    default: 
    default: Vagrant insecure key detected. Vagrant will automatically replace
    default: this with a newly generated keypair for better security.
    default: 
    default: Inserting generated public key within guest...
    default: Removing insecure key from the guest if it's present...
    default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: The guest additions on this VM do not match the installed version of
    default: VirtualBox! In most cases this is fine, but in rare cases it can
    default: prevent things such as shared folders from working properly. If you see
    default: shared folder errors, please make sure the guest additions within the
    default: virtual machine match the version of VirtualBox you have installed on
    default: your host and reload your VM.
    default: 
    default: Guest Additions Version: 4.3.36
    default: VirtualBox Version: 5.0
==> default: Mounting shared folders...
    default: /vagrant => /Users/direccionacademica/Desktop/adapt/adapt_authoring
==> default: Running provisioner: shell...
    default: Running: /var/folders/7t/ss1rgnyx1l1glcl3sjnz6w740000gp/T/vagrant-shell20160318-2565-15kkygi.sh
==> default: stdin: is not a tty
==> default:  Upgraded, advanced or not normally available multimedia packages for Trusty
==> default: 
==> default: *Please note that if using this ppa I would *not* try upgrading to 14.10/15.04, ect. Do a fresh install instead. The intent here is just for users wishing to stay on 14.04*
==> default: 
==> default: If upgrading releases anyway use ppa-purge *First* -
==> default: sudo ppa-purge  ppa:mc3man/trusty-media
==> default: 
==> default: Also note that using this ppa then disabling may cause issue for installing i386 packages like used by wine. So once enabled leave enabled or purge before removing.
==> default: 
==> default: Additionally if using apt-get * sudo  apt-get dist-upgrade will be needed* at times.(pay attention).  Otherwise package managers may be ok.
==> default: 
==> default: So typically to enable & first use -
==> default: sudo add-apt-repository ppa:mc3man/trusty-media
==> default: sudo apt-get update
==> default: sudo apt-get dist-upgrade
==> default: 
==> default: A few notes:
==> default: gstreamer0.10-ffmpeg - needed for some apps that still use gstreamer-0.10 & also provides h.264 in html5 decoding for firefox < 30.
==> default: Note that Firefox 30 will support h.264 in html5 thru gstreamer1.0-libav & should be available soon
==> default: 
==> default: A standalone ppa is here for gstreamer0.10-ffmpeg  -
==> default: https://launchpad.net/~mc3man/+archive/ubuntu/gstffmpeg-keep
==> default: 
==> default: 
==> default: Vlc: after upgrading please remove ~/.config/vlc folder to ensure proper runnning
==> default: 
==> default: Totem+grilo - it's quite possible this & RB+grilo will show in 14.04 by first point release, if so will probably remove. Also note some plugins work well, some don't at all, bit of a mess
==> default: 
==> default: rhythmbox+grilo - needs to be enabled in rhythmbox > tools > plugins
==> default: Plus install grilo-plugins if not already
==> default: 
==> default: mpv - has been removed as 14.04.4-lts requires higher libva than what's in 14.04 or in this ppa
==> default: Available here with newer libva & i965 driver
==> default: https://launchpad.net/~mc3man/+archive/mpv-tests
==> default: 
==> default: *Note* - Osc config options now go into ~/.mpv/lua-settings/osc.config
==> default: refer to manpage or pdf in /usr/share/doc/mpv
==> default: If this is a new install of mpv setting are in ~/.config/mpv
==> default: 
==> default: mplayer - described here, note mencoder is not inc. & likely will not be, you may be able to use repo mencoder..
==> default: https://launchpad.net/~mc3man/+archive/mplayer-test
==> default: 
==> default: fdkaac (fdkaac-encoder) - described here
==> default: https://launchpad.net/~mc3man/+archive/fdkaac-encoder
==> default: 
==> default: x264 - for use with ffmpeg from here, supports both 8 & 10 bit encoding
==> default: 
==> default: ffmpeg -
==> default: a static build for use of the binaries, installed to /opt/ffmpeg
==> default: binaries are symlinked in /usr/bin (ffmpeg, ffplay, ffprobe
==> default: 
==> default: For info on using libfdk_aac see here -
==> default: http://trac.ffmpeg.org/wiki/Encode/AAC
==> default: 
==> default: Can be used for both 8 & 10 bit x264 encoding with this ppa's libx264, default is 8
==> default: For 10 bit preload the 10 bit .so first in terminal, eg.,
==> default: export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.142
==> default: or
==> default: export LD_PRELOAD=/usr/lib/i386-linux-gnu/x264-10bit/libx264.so.142
==> default: 
==> default: libav - has fdkaac encoding enabled
==> default: 
==> default: yasm -
==> default:  has been patched to improve compiling x265
==> default: 
==> default: devede -
==> default:  can use either avconv or ffmpeg from here
==> default:  1st choice for previewer is mplayer (version here is best
==> default: 
==> default: K9copy -
==> default: Mainly for ripping, as far as encoding there are better apps. If inclined to use for encoding then use mencoder as ffmpeg support is quite limited
==> default: 
==> default: For rhythmbox users a wide range of plugins can be found here -
==> default: https://launchpad.net/~fossfreedom/+archive/rhythmbox-plugins
==> default: 
==> default: Abcde -
==> default: ck. Suggested in synaptic for add. useful packages
==> default: A guide to config is here -
==> default: http://www.andrews-corner.org/abcde.html
==> default: 
==> default: An excellent  audio recorder is available here -
==> default: https://launchpad.net/~osmoma/+archive/audio-recorder
==> default: 
==> default: A good blender ppa is here -
==> default:  https://launchpad.net/~irie/+archive/blender
==> default: 
==> default: To further extend this ppa to libav11 check here -
==> default: https://launchpad.net/~mc3man/+archive/ubuntu/testing6
==> default: 
==> default: To repeat -
==> default: *Please note that if using this ppa I would *not* try upgrading to 14.10/15.04, ect. Do a fresh install instead. The intent here is just for users wishing to stay on 14.04*
==> default: If upgrading anyway use ppa-purge first -
==> default: sudo ppa-purge  ppa:mc3man/trusty-media
==> default: 
==> default: Also note that with apt-get a sudo apt-get dist-upgrade is needed for initial setup & with some package upgrades
==> default:  More info: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media
==> default: gpg: keyring `/tmp/tmp8t2em91o/secring.gpg' created
==> default: gpg: keyring `/tmp/tmp8t2em91o/pubring.gpg' created
==> default: gpg: requesting key ED8E640A from hkp server keyserver.ubuntu.com
==> default: gpg: /tmp/tmp8t2em91o/trustdb.gpg: trustdb created
==> default: gpg: key ED8E640A: public key "Launchpad PPA for Doug McMahon" imported
==> default: gpg: no ultimately trusted keys found
==> default: gpg: Total number processed: 1
==> default: gpg:               imported: 1  (RSA: 1)
==> default: OK
==> default: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
==> default: Get:2 http://ppa.launchpad.net trusty InRelease [15.5 kB]
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default: Get:3 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
==> default: Get:4 http://security.ubuntu.com trusty-security/main amd64 Packages [444 kB]
==> default: Get:5 http://ppa.launchpad.net trusty/main amd64 Packages [44.1 kB]
==> default: Get:6 http://ppa.launchpad.net trusty/main Translation-en [25.4 kB]
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default: Get:7 http://archive.ubuntu.com trusty-updates/main amd64 Packages [730 kB]
==> default: Get:8 http://security.ubuntu.com trusty-security/restricted amd64 Packages [13.0 kB]
==> default: Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [125 kB]
==> default: Get:10 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
==> default: Get:11 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [339 kB]
==> default: Get:12 http://security.ubuntu.com trusty-security/multiverse amd64 Packages [4991 B]
==> default: Get:13 http://security.ubuntu.com trusty-security/main Translation-en [242 kB]
==> default: Get:14 http://security.ubuntu.com trusty-security/multiverse Translation-en [2570 B]
==> default: Get:15 http://security.ubuntu.com trusty-security/restricted Translation-en [3206 B]
==> default: Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [73.8 kB]
==> default: Get:17 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]
==> default: Get:18 http://archive.ubuntu.com trusty-updates/main Translation-en [367 kB]
==> default: Get:19 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7227 B]
==> default: Get:20 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3699 B]
==> default: Get:21 http://archive.ubuntu.com trusty-updates/universe Translation-en [182 kB]
==> default: Hit http://archive.ubuntu.com trusty Release
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
==> default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Fetched 2784 kB in 16s (164 kB/s)
==> default: Reading package lists...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following NEW packages will be installed:
==> default:   linux-headers-3.13.0-83 linux-headers-3.13.0-83-generic
==> default:   linux-image-3.13.0-83-generic
==> default: The following packages will be upgraded:
==> default:   bind9-host cloud-guest-utils cloud-init dnsutils ifupdown libbind9-90
==> default:   libdns100 libgraphite2-3 libisc95 libisccc90 libisccfg90 libjasper1
==> default:   liblcms2-2 liblwres90 libnuma1 libpam-modules libpam-modules-bin
==> default:   libpam-runtime libpam0g libpixman-1-0 libvorbis0a libvorbisfile3 libvpx1
==> default:   linux-headers-generic linux-headers-virtual linux-image-virtual
==> default:   linux-libc-dev linux-virtual perl perl-base perl-modules usbutils
==> default: 32 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
==> default: Need to get 35.2 MB of archives.
==> default: After this operation, 120 MB of additional disk space will be used.
==> default: Do you want to continue?
==> default:  [Y/n] 
==> default: Abort.
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default:   dpkg-dev g++ g++-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl
==> default:   libalgorithm-merge-perl libdpkg-perl libfile-fcntllock-perl libssl-doc
==> default:   libstdc++-4.8-dev zlib1g-dev
==> default: Suggested packages:
==> default:   debian-keyring g++-multilib g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg
==> default:   libstdc++-4.8-doc
==> default: The following NEW packages will be installed:
==> default:   build-essential dpkg-dev g++ g++-4.8 libalgorithm-diff-perl
==> default:   libalgorithm-diff-xs-perl libalgorithm-merge-perl libdpkg-perl
==> default:   libfile-fcntllock-perl libssl-dev libssl-doc libstdc++-4.8-dev zlib1g-dev
==> default: 0 upgraded, 13 newly installed, 0 to remove and 32 not upgraded.
==> default: Need to get 22.4 MB of archives.
==> default: After this operation, 52.0 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.1 [1051 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.1 [18.1 MB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]
==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.5 [179 kB]
==> default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.5 [726 kB]
==> default: Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]
==> default: Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]
==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
==> default: Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]
==> default: Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB]
==> default: Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.18 [1071 kB]
==> default: Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.18 [966 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 22.4 MB in 1min 49s (205 kB/s)
==> default: Selecting previously unselected package libstdc++-4.8-dev:amd64.
==> default: (Reading database ... 62975 files and directories currently installed.)
==> default: Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
==> default: Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ...
==> default: Selecting previously unselected package g++-4.8.
==> default: Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
==> default: Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.1) ...
==> default: Selecting previously unselected package g++.
==> default: Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...
==> default: Unpacking g++ (4:4.8.2-1ubuntu6) ...
==> default: Selecting previously unselected package libdpkg-perl.
==> default: Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.5_all.deb ...
==> default: Unpacking libdpkg-perl (1.17.5ubuntu5.5) ...
==> default: Selecting previously unselected package dpkg-dev.
==> default: Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.5_all.deb ...
==> default: Unpacking dpkg-dev (1.17.5ubuntu5.5) ...
==> default: Selecting previously unselected package build-essential.
==> default: Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...
==> default: Unpacking build-essential (11.6ubuntu6) ...
==> default: Selecting previously unselected package libalgorithm-diff-perl.
==> default: Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
==> default: Unpacking libalgorithm-diff-perl (1.19.02-3) ...
==> default: Selecting previously unselected package libalgorithm-diff-xs-perl.
==> default: Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...
==> default: Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ...
==> default: Selecting previously unselected package libalgorithm-merge-perl.
==> default: Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...
==> default: Unpacking libalgorithm-merge-perl (0.08-2) ...
==> default: Selecting previously unselected package libfile-fcntllock-perl.
==> default: Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...
==> default: Unpacking libfile-fcntllock-perl (0.14-2build1) ...
==> default: Selecting previously unselected package zlib1g-dev:amd64.
==> default: Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ...
==> default: Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ...
==> default: Selecting previously unselected package libssl-dev:amd64.
==> default: Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.18_amd64.deb ...
==> default: Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.18) ...
==> default: Selecting previously unselected package libssl-doc.
==> default: Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.18_all.deb ...
==> default: Unpacking libssl-doc (1.0.1f-1ubuntu2.18) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ...
==> default: Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.1) ...
==> default: Setting up g++ (4:4.8.2-1ubuntu6) ...
==> default: update-alternatives: 
==> default: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
==> default: Setting up libdpkg-perl (1.17.5ubuntu5.5) ...
==> default: Setting up dpkg-dev (1.17.5ubuntu5.5) ...
==> default: Setting up build-essential (11.6ubuntu6) ...
==> default: Setting up libalgorithm-diff-perl (1.19.02-3) ...
==> default: Setting up libalgorithm-diff-xs-perl (0.04-2build4) ...
==> default: Setting up libalgorithm-merge-perl (0.08-2) ...
==> default: Setting up libfile-fcntllock-perl (0.14-2build1) ...
==> default: Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ...
==> default: Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.18) ...
==> default: Setting up libssl-doc (1.0.1f-1ubuntu2.18) ...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default:   git-man liberror-perl
==> default: Suggested packages:
==> default:   git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk
==> default:   gitweb git-arch git-bzr git-cvs git-mediawiki git-svn
==> default: The following NEW packages will be installed:
==> default:   git git-man liberror-perl
==> default: 0 upgraded, 3 newly installed, 0 to remove and 32 not upgraded.
==> default: Need to get 3421 kB of archives.
==> default: After this operation, 21.9 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.2 [699 kB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.2 [2701 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 3421 kB in 17s (196 kB/s)
==> default: Selecting previously unselected package liberror-perl.
==> default: (Reading database ... 65597 files and directories currently installed.)
==> default: Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
==> default: Unpacking liberror-perl (0.17-1.1) ...
==> default: Selecting previously unselected package git-man.
==> default: Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.2_all.deb ...
==> default: Unpacking git-man (1:1.9.1-1ubuntu0.2) ...
==> default: Selecting previously unselected package git.
==> default: Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.2_amd64.deb ...
==> default: Unpacking git (1:1.9.1-1ubuntu0.2) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up liberror-perl (0.17-1.1) ...
==> default: Setting up git-man (1:1.9.1-1ubuntu0.2) ...
==> default: Setting up git (1:1.9.1-1ubuntu0.2) ...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default:   libboost-dev libboost-filesystem1.54.0 libboost-program-options1.54.0
==> default:   libboost-system1.54.0 libboost-thread1.54.0 libboost1.54-dev
==> default:   libgoogle-perftools4 libpcrecpp0 libsnappy1 libtcmalloc-minimal4 libunwind8
==> default:   libv8-3.14.5 mongodb-clients mongodb-dev mongodb-server
==> default: Suggested packages:
==> default:   libboost-doc libboost1.54-doc libboost-atomic1.54-dev
==> default:   libboost-chrono1.54-dev libboost-context1.54-dev libboost-coroutine.54-dev
==> default:   libboost-date-time1.54-dev libboost-exception1.54-dev
==> default:   libboost-filesystem1.54-dev libboost-graph1.54-dev
==> default:   libboost-graph-parallel1.54-dev libboost-iostreams1.54-dev
==> default:   libboost-locale1.54-dev libboost-log.54-dev libboost-math1.54-dev
==> default:   libboost-mpi1.54-dev libboost-mpi-python1.54-dev
==> default:   libboost-program-options1.54-dev libboost-python1.54-dev
==> default:   libboost-random1.54-dev libboost-regex1.54-dev
==> default:   libboost-serialization1.54-dev libboost-signals1.54-dev
==> default:   libboost-system1.54-dev libboost-test1.54-dev libboost-thread1.54-dev
==> default:   libboost-timer1.54-dev libboost-wave1.54-dev libboost1.54-tools-dev
==> default:   libmpfrc++-dev libntl-dev
==> default: The following NEW packages will be installed:
==> default:   libboost-dev libboost-filesystem1.54.0 libboost-program-options1.54.0
==> default:   libboost-system1.54.0 libboost-thread1.54.0 libboost1.54-dev
==> default:   libgoogle-perftools4 libpcrecpp0 libsnappy1 libtcmalloc-minimal4 libunwind8
==> default:   libv8-3.14.5 mongodb mongodb-clients mongodb-dev mongodb-server
==> default: 0 upgraded, 16 newly installed, 0 to remove and 32 not upgraded.
==> default: Need to get 21.3 MB of archives.
==> default: After this operation, 218 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]
==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]
==> default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpcrecpp0 amd64 1:8.31-2ubuntu2.1 [14.5 kB]
==> default: Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libunwind8 amd64 1.1-2.2ubuntu3 [48.3 kB]
==> default: Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost1.54-dev amd64 1.54.0-4ubuntu3.1 [5682 kB]
==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libboost-dev amd64 1.54.0.1ubuntu1 [3076 B]
==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtcmalloc-minimal4 amd64 2.1-2ubuntu1.1 [103 kB]
==> default: Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgoogle-perftools4 amd64 2.1-2ubuntu1.1 [184 kB]
==> default: Get:11 http://archive.ubuntu.com/ubuntu/ trusty/universe libv8-3.14.5 amd64 3.14.5.8-5ubuntu2 [1189 kB]
==> default: Get:12 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-dev amd64 1:2.4.9-1ubuntu2 [982 kB]
==> default: Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main libsnappy1 amd64 1.1.0-1ubuntu1 [11.2 kB]
==> default: Get:14 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-clients amd64 1:2.4.9-1ubuntu2 [9595 kB]
==> default: Get:15 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-server amd64 1:2.4.9-1ubuntu2 [3312 kB]
==> default: Get:16 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb amd64 1:2.4.9-1ubuntu2 [5124 B]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 21.3 MB in 1min 21s (262 kB/s)
==> default: Selecting previously unselected package libboost-system1.54.0:amd64.
==> default: (Reading database ... 66345 files and directories currently installed.)
==> default: Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
==> default: Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Selecting previously unselected package libboost-filesystem1.54.0:amd64.
==> default: Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
==> default: Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Selecting previously unselected package libboost-program-options1.54.0:amd64.
==> default: Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
==> default: Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Selecting previously unselected package libboost-thread1.54.0:amd64.
==> default: Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ...
==> default: Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Selecting previously unselected package libpcrecpp0:amd64.
==> default: Preparing to unpack .../libpcrecpp0_1%3a8.31-2ubuntu2.1_amd64.deb ...
==> default: Unpacking libpcrecpp0:amd64 (1:8.31-2ubuntu2.1) ...
==> default: Selecting previously unselected package libunwind8.
==> default: Preparing to unpack .../libunwind8_1.1-2.2ubuntu3_amd64.deb ...
==> default: Unpacking libunwind8 (1.1-2.2ubuntu3) ...
==> default: Selecting previously unselected package libboost1.54-dev.
==> default: Preparing to unpack .../libboost1.54-dev_1.54.0-4ubuntu3.1_amd64.deb ...
==> default: Unpacking libboost1.54-dev (1.54.0-4ubuntu3.1) ...
==> default: Selecting previously unselected package libboost-dev.
==> default: Preparing to unpack .../libboost-dev_1.54.0.1ubuntu1_amd64.deb ...
==> default: Unpacking libboost-dev (1.54.0.1ubuntu1) ...
==> default: Selecting previously unselected package libtcmalloc-minimal4.
==> default: Preparing to unpack .../libtcmalloc-minimal4_2.1-2ubuntu1.1_amd64.deb ...
==> default: Unpacking libtcmalloc-minimal4 (2.1-2ubuntu1.1) ...
==> default: Selecting previously unselected package libgoogle-perftools4.
==> default: Preparing to unpack .../libgoogle-perftools4_2.1-2ubuntu1.1_amd64.deb ...
==> default: Unpacking libgoogle-perftools4 (2.1-2ubuntu1.1) ...
==> default: Selecting previously unselected package libv8-3.14.5.
==> default: Preparing to unpack .../libv8-3.14.5_3.14.5.8-5ubuntu2_amd64.deb ...
==> default: Unpacking libv8-3.14.5 (3.14.5.8-5ubuntu2) ...
==> default: Selecting previously unselected package mongodb-dev.
==> default: Preparing to unpack .../mongodb-dev_1%3a2.4.9-1ubuntu2_amd64.deb ...
==> default: Unpacking mongodb-dev (1:2.4.9-1ubuntu2) ...
==> default: Selecting previously unselected package libsnappy1.
==> default: Preparing to unpack .../libsnappy1_1.1.0-1ubuntu1_amd64.deb ...
==> default: Unpacking libsnappy1 (1.1.0-1ubuntu1) ...
==> default: Selecting previously unselected package mongodb-clients.
==> default: Preparing to unpack .../mongodb-clients_1%3a2.4.9-1ubuntu2_amd64.deb ...
==> default: Unpacking mongodb-clients (1:2.4.9-1ubuntu2) ...
==> default: Selecting previously unselected package mongodb-server.
==> default: Preparing to unpack .../mongodb-server_1%3a2.4.9-1ubuntu2_amd64.deb ...
==> default: Unpacking mongodb-server (1:2.4.9-1ubuntu2) ...
==> default: Selecting previously unselected package mongodb.
==> default: Preparing to unpack .../mongodb_1%3a2.4.9-1ubuntu2_amd64.deb ...
==> default: Unpacking mongodb (1:2.4.9-1ubuntu2) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Processing triggers for ureadahead (0.100.0-16) ...
==> default: Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ...
==> default: Setting up libpcrecpp0:amd64 (1:8.31-2ubuntu2.1) ...
==> default: Setting up libunwind8 (1.1-2.2ubuntu3) ...
==> default: Setting up libboost1.54-dev (1.54.0-4ubuntu3.1) ...
==> default: Setting up libboost-dev (1.54.0.1ubuntu1) ...
==> default: Setting up libtcmalloc-minimal4 (2.1-2ubuntu1.1) ...
==> default: Setting up libgoogle-perftools4 (2.1-2ubuntu1.1) ...
==> default: Setting up libv8-3.14.5 (3.14.5.8-5ubuntu2) ...
==> default: Setting up mongodb-dev (1:2.4.9-1ubuntu2) ...
==> default: Setting up libsnappy1 (1.1.0-1ubuntu1) ...
==> default: Setting up mongodb-clients (1:2.4.9-1ubuntu2) ...
==> default: Setting up mongodb-server (1:2.4.9-1ubuntu2) ...
==> default: Adding system user `mongodb' (UID 109) ...
==> default: Adding new user `mongodb' (UID 109) with group `nogroup' ...
==> default: Not creating home directory `/home/mongodb'.
==> default: Adding group `mongodb' (GID 115) ...
==> default: Done.
==> default: Adding user `mongodb' to group `mongodb' ...
==> default: Adding user mongodb to group mongodb
==> default: Done.
==> default: mongodb start/running, process 9035
==> default: Processing triggers for ureadahead (0.100.0-16) ...
==> default: Setting up mongodb (1:2.4.9-1ubuntu2) ...
==> default: Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default:   i965-va-driver libass5 libasyncns0 libcaca0 libfdk-aac0 libflac8 libmp3lame0
==> default:   libopencore-amrnb0 libopencore-amrwb0 libopus0 libpulse0 libsdl1.2debian
==> default:   libsndfile1 libsoxr0 libspeex1 libva1 libvdpau1 libvidstab1.0 libvorbis0a
==> default:   libvorbisenc2 libvorbisfile3 libx264-148 libx265-79 libxv1 libxvidcore4
==> default:   va-driver-all vdpau-va-driver
==> default: Suggested packages:
==> default:   opus-tools pulseaudio speex nvidia-vdpau-driver vdpau-driver libx265-79-dbg
==> default: The following NEW packages will be installed:
==> default:   ffmpeg i965-va-driver libass5 libasyncns0 libcaca0 libfdk-aac0 libflac8
==> default:   libmp3lame0 libopencore-amrnb0 libopencore-amrwb0 libopus0 libpulse0
==> default:   libsdl1.2debian libsndfile1 libsoxr0 libspeex1 libva1 libvdpau1
==> default:   libvidstab1.0 libvorbisenc2 libx264-148 libx265-79 libxv1 libxvidcore4
==> default:   va-driver-all vdpau-va-driver
==> default: The following packages will be upgraded:
==> default:   libvorbis0a libvorbisfile3
==> default: 2 upgraded, 26 newly installed, 0 to remove and 30 not upgraded.
==> default: Need to get 35.6 MB of archives.
==> default: After this operation, 128 MB of additional disk space will be used.
==> default: Get:1 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main i965-va-driver amd64 1.4.1~veboxmaster1-3-vebox~trusty [219 kB]
==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]
==> default: Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libcaca0 amd64 0.99.beta18-1ubuntu5 [202 kB]
==> default: Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libcaca0 amd64 0.99.beta18-1ubuntu5 [202 kB]
==> default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]
==> default: Get:6 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libass5 amd64 0.13.0-1~trusty [82.0 kB]
==> default: Get:7 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libfdk-aac0 amd64 0.1.3.1 [332 kB]
==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/universe libopencore-amrnb0 amd64 0.1.3-2ubuntu1 [90.4 kB]
==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty/universe libopencore-amrwb0 amd64 0.1.3-2ubuntu1 [45.3 kB]
==> default: Get:10 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libmp3lame0 amd64 3.99.5+repack1-7~trusty [127 kB]
==> default: Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.1 [136 kB]
==> default: Get:12 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libopus0 amd64 1.1-0ubuntu1.2 [154 kB]
==> default: Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.1 [136 kB]
==> default: Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]
==> default: Get:15 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvorbisfile3 amd64 1.3.4-2~trusty1 [23.4 kB]
==> default: Get:16 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvorbis0a amd64 1.3.4-2~trusty1 [99.0 kB]
==> default: Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsdl1.2debian amd64 1.2.15-8ubuntu1.1 [162 kB]
==> default: Get:18 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvorbisenc2 amd64 1.3.4-2~trusty1 [79.1 kB]
==> default: Get:19 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libva1 amd64 1.4.0~trusty [42.8 kB]
==> default: Get:20 http://archive.ubuntu.com/ubuntu/ trusty/universe libsoxr0 amd64 0.1.1-1 [101 kB]
==> default: Get:21 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libx264-148 amd64 3:0.148.2643+git5c65704-1~trusty [585 kB]
==> default: Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main libspeex1 amd64 1.2~rc1.1-1ubuntu1 [50.7 kB]
==> default: Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libvdpau1 amd64 0.7-1ubuntu0.1 [23.9 kB]
==> default: Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB]
==> default: Get:25 http://archive.ubuntu.com/ubuntu/ trusty/universe libxvidcore4 amd64 2:1.3.2-9ubuntu1 [298 kB]
==> default: Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe vdpau-va-driver amd64 0.7.3-2ubuntu1.2 [40.1 kB]
==> default: Get:27 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvidstab1.0 amd64 2:1.0~trusty1.3 [37.5 kB]
==> default: Get:28 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libx265-79 amd64 1.9-0ppa1~trusty [894 kB]
==> default: Get:29 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main ffmpeg amd64 7:3.0.0+git~trusty [31.4 MB]
==> default: Get:30 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main va-driver-all amd64 1.4.0~trusty [8804 B]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 35.3 MB in 6min 13s (94.5 kB/s)
==> default: Selecting previously unselected package i965-va-driver:amd64.
==> default: (Reading database ... 77456 files and directories currently installed.)
==> default: Preparing to unpack .../i965-va-driver_1.4.1~veboxmaster1-3-vebox~trusty_amd64.deb ...
==> default: Unpacking i965-va-driver:amd64 (1.4.1~veboxmaster1-3-vebox~trusty) ...
==> default: Selecting previously unselected package libass5:amd64.
==> default: Preparing to unpack .../libass5_0.13.0-1~trusty_amd64.deb ...
==> default: Unpacking libass5:amd64 (0.13.0-1~trusty) ...
==> default: Selecting previously unselected package libasyncns0:amd64.
==> default: Preparing to unpack .../libasyncns0_0.8-4ubuntu2_amd64.deb ...
==> default: Unpacking libasyncns0:amd64 (0.8-4ubuntu2) ...
==> default: Selecting previously unselected package libcaca0:amd64.
==> default: Preparing to unpack .../libcaca0_0.99.beta18-1ubuntu5_amd64.deb ...
==> default: Unpacking libcaca0:amd64 (0.99.beta18-1ubuntu5) ...
==> default: Selecting previously unselected package libfdk-aac0:amd64.
==> default: Preparing to unpack .../libfdk-aac0_0.1.3.1_amd64.deb ...
==> default: Unpacking libfdk-aac0:amd64 (0.1.3.1) ...
==> default: Selecting previously unselected package libflac8:amd64.
==> default: Preparing to unpack .../libflac8_1.3.0-2ubuntu0.14.04.1_amd64.deb ...
==> default: Unpacking libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...
==> default: Selecting previously unselected package libmp3lame0:amd64.
==> default: Preparing to unpack .../libmp3lame0_3.99.5+repack1-7~trusty_amd64.deb ...
==> default: Unpacking libmp3lame0:amd64 (3.99.5+repack1-7~trusty) ...
==> default: Selecting previously unselected package libopencore-amrnb0:amd64.
==> default: Preparing to unpack .../libopencore-amrnb0_0.1.3-2ubuntu1_amd64.deb ...
==> default: Unpacking libopencore-amrnb0:amd64 (0.1.3-2ubuntu1) ...
==> default: Selecting previously unselected package libopencore-amrwb0:amd64.
==> default: Preparing to unpack .../libopencore-amrwb0_0.1.3-2ubuntu1_amd64.deb ...
==> default: Unpacking libopencore-amrwb0:amd64 (0.1.3-2ubuntu1) ...
==> default: Selecting previously unselected package libopus0:amd64.
==> default: Preparing to unpack .../libopus0_1.1-0ubuntu1.2_amd64.deb ...
==> default: Unpacking libopus0:amd64 (1.1-0ubuntu1.2) ...
==> default: Preparing to unpack .../libvorbisfile3_1.3.4-2~trusty1_amd64.deb ...
==> default: Unpacking libvorbisfile3:amd64 (1.3.4-2~trusty1) over (1.3.2-1.3ubuntu1) ...
==> default: Preparing to unpack .../libvorbis0a_1.3.4-2~trusty1_amd64.deb ...
==> default: Unpacking libvorbis0a:amd64 (1.3.4-2~trusty1) over (1.3.2-1.3ubuntu1) ...
==> default: Selecting previously unselected package libvorbisenc2:amd64.
==> default: Preparing to unpack .../libvorbisenc2_1.3.4-2~trusty1_amd64.deb ...
==> default: Unpacking libvorbisenc2:amd64 (1.3.4-2~trusty1) ...
==> default: Selecting previously unselected package libsndfile1:amd64.
==> default: Preparing to unpack .../libsndfile1_1.0.25-7ubuntu2.1_amd64.deb ...
==> default: Unpacking libsndfile1:amd64 (1.0.25-7ubuntu2.1) ...
==> default: Selecting previously unselected package libpulse0:amd64.
==> default: Preparing to unpack .../libpulse0_1%3a4.0-0ubuntu11.1_amd64.deb ...
==> default: Unpacking libpulse0:amd64 (1:4.0-0ubuntu11.1) ...
==> default: Selecting previously unselected package libsdl1.2debian:amd64.
==> default: Preparing to unpack .../libsdl1.2debian_1.2.15-8ubuntu1.1_amd64.deb ...
==> default: Unpacking libsdl1.2debian:amd64 (1.2.15-8ubuntu1.1) ...
==> default: Selecting previously unselected package libsoxr0:amd64.
==> default: Preparing to unpack .../libsoxr0_0.1.1-1_amd64.deb ...
==> default: Unpacking libsoxr0:amd64 (0.1.1-1) ...
==> default: Selecting previously unselected package libspeex1:amd64.
==> default: Preparing to unpack .../libspeex1_1.2~rc1.1-1ubuntu1_amd64.deb ...
==> default: Unpacking libspeex1:amd64 (1.2~rc1.1-1ubuntu1) ...
==> default: Selecting previously unselected package libva1:amd64.
==> default: Preparing to unpack .../libva1_1.4.0~trusty_amd64.deb ...
==> default: Unpacking libva1:amd64 (1.4.0~trusty) ...
==> default: Selecting previously unselected package libvdpau1:amd64.
==> default: Preparing to unpack .../libvdpau1_0.7-1ubuntu0.1_amd64.deb ...
==> default: Unpacking libvdpau1:amd64 (0.7-1ubuntu0.1) ...
==> default: Selecting previously unselected package libx264-148:amd64.
==> default: Preparing to unpack .../libx264-148_3%3a0.148.2643+git5c65704-1~trusty_amd64.deb ...
==> default: Unpacking libx264-148:amd64 (3:0.148.2643+git5c65704-1~trusty) ...
==> default: Selecting previously unselected package libxv1:amd64.
==> default: Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ...
==> default: Unpacking libxv1:amd64 (2:1.0.10-1) ...
==> default: Selecting previously unselected package libxvidcore4:amd64.
==> default: Preparing to unpack .../libxvidcore4_2%3a1.3.2-9ubuntu1_amd64.deb ...
==> default: Unpacking libxvidcore4:amd64 (2:1.3.2-9ubuntu1) ...
==> default: Selecting previously unselected package vdpau-va-driver:amd64.
==> default: Preparing to unpack .../vdpau-va-driver_0.7.3-2ubuntu1.2_amd64.deb ...
==> default: Unpacking vdpau-va-driver:amd64 (0.7.3-2ubuntu1.2) ...
==> default: Selecting previously unselected package libvidstab1.0.
==> default: Preparing to unpack .../libvidstab1.0_2%3a1.0~trusty1.3_amd64.deb ...
==> default: Unpacking libvidstab1.0 (2:1.0~trusty1.3) ...
==> default: Selecting previously unselected package libx265-79:amd64.
==> default: Preparing to unpack .../libx265-79_1.9-0ppa1~trusty_amd64.deb ...
==> default: Unpacking libx265-79:amd64 (1.9-0ppa1~trusty) ...
==> default: Selecting previously unselected package ffmpeg.
==> default: Preparing to unpack .../ffmpeg_7%3a3.0.0+git~trusty_amd64.deb ...
==> default: Unpacking ffmpeg (7:3.0.0+git~trusty) ...
==> default: Selecting previously unselected package va-driver-all:amd64.
==> default: Preparing to unpack .../va-driver-all_1.4.0~trusty_amd64.deb ...
==> default: Unpacking va-driver-all:amd64 (1.4.0~trusty) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up i965-va-driver:amd64 (1.4.1~veboxmaster1-3-vebox~trusty) ...
==> default: Setting up libass5:amd64 (0.13.0-1~trusty) ...
==> default: Setting up libasyncns0:amd64 (0.8-4ubuntu2) ...
==> default: Setting up libcaca0:amd64 (0.99.beta18-1ubuntu5) ...
==> default: Setting up libfdk-aac0:amd64 (0.1.3.1) ...
==> default: Setting up libflac8:amd64 (1.3.0-2ubuntu0.14.04.1) ...
==> default: Setting up libmp3lame0:amd64 (3.99.5+repack1-7~trusty) ...
==> default: Setting up libopencore-amrnb0:amd64 (0.1.3-2ubuntu1) ...
==> default: Setting up libopencore-amrwb0:amd64 (0.1.3-2ubuntu1) ...
==> default: Setting up libopus0:amd64 (1.1-0ubuntu1.2) ...
==> default: Setting up libvorbis0a:amd64 (1.3.4-2~trusty1) ...
==> default: Setting up libvorbisfile3:amd64 (1.3.4-2~trusty1) ...
==> default: Setting up libvorbisenc2:amd64 (1.3.4-2~trusty1) ...
==> default: Setting up libsndfile1:amd64 (1.0.25-7ubuntu2.1) ...
==> default: Setting up libpulse0:amd64 (1:4.0-0ubuntu11.1) ...
==> default: Setting up libsdl1.2debian:amd64 (1.2.15-8ubuntu1.1) ...
==> default: Setting up libsoxr0:amd64 (0.1.1-1) ...
==> default: Setting up libspeex1:amd64 (1.2~rc1.1-1ubuntu1) ...
==> default: Setting up libva1:amd64 (1.4.0~trusty) ...
==> default: Setting up libvdpau1:amd64 (0.7-1ubuntu0.1) ...
==> default: Setting up libx264-148:amd64 (3:0.148.2643+git5c65704-1~trusty) ...
==> default: Setting up libxv1:amd64 (2:1.0.10-1) ...
==> default: Setting up libxvidcore4:amd64 (2:1.3.2-9ubuntu1) ...
==> default: Setting up vdpau-va-driver:amd64 (0.7.3-2ubuntu1.2) ...
==> default: Setting up libvidstab1.0 (2:1.0~trusty1.3) ...
==> default: Setting up libx265-79:amd64 (1.9-0ppa1~trusty) ...
==> default: Setting up ffmpeg (7:3.0.0+git~trusty) ...
==> default: Setting up va-driver-all:amd64 (1.4.0~trusty) ...
==> default: Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
==> default: ## Installing the NodeSource Node.js 4.x LTS Argon repo...
==> default: ## Populating apt-get cache...
==> default: + apt-get update
==> default: Hit http://ppa.launchpad.net trusty InRelease
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default: Hit http://security.ubuntu.com trusty-security InRelease
==> default: Hit http://archive.ubuntu.com trusty-updates InRelease
==> default: Hit http://ppa.launchpad.net trusty/main amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default: Hit http://ppa.launchpad.net trusty/main Translation-en
==> default: Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/main Translation-en
==> default: Hit http://security.ubuntu.com trusty-security/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
==> default: Hit http://security.ubuntu.com trusty-security/universe Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
==> default: Hit http://archive.ubuntu.com trusty Release
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
==> default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Reading package lists...
==> default: ## Confirming "trusty" is supported...
==> default: + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_4.x/dists/trusty/Release'
==> default: ## Adding the NodeSource signing key to your keyring...
==> default: + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
==> default: OK
==> default: ## Creating apt sources list file for the NodeSource Node.js 4.x LTS Argon repo...
==> default: + echo 'deb https://deb.nodesource.com/node_4.x trusty main' > /etc/apt/sources.list.d/nodesource.list
==> default: + echo 'deb-src https://deb.nodesource.com/node_4.x trusty main' >> /etc/apt/sources.list.d/nodesource.list
==> default: ## Running `apt-get update` for you...
==> default: + apt-get update
==> default: Hit http://security.ubuntu.com trusty-security InRelease
==> default: Ign http://archive.ubuntu.com trusty InRelease
==> default: Hit http://archive.ubuntu.com trusty-updates InRelease
==> default: Hit http://security.ubuntu.com trusty-security/main amd64 Packages
==> default: Hit http://ppa.launchpad.net trusty InRelease
==> default: Hit http://archive.ubuntu.com trusty Release.gpg
==> default: Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages
==> default: Hit http://ppa.launchpad.net trusty/main amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
==> default: Hit http://security.ubuntu.com trusty-security/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages
==> default: Hit http://ppa.launchpad.net trusty/main Translation-en
==> default: Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/main Translation-en
==> default: Hit http://security.ubuntu.com trusty-security/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en
==> default: Hit http://security.ubuntu.com trusty-security/universe Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
==> default: Hit http://archive.ubuntu.com trusty Release
==> default: Get:1 https://deb.nodesource.com trusty InRelease
==> default: Hit http://archive.ubuntu.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/restricted amd64 Packages
==> default: Get:2 https://deb.nodesource.com trusty/main Sources
==> default: Hit http://archive.ubuntu.com trusty/universe amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages
==> default: Get:3 https://deb.nodesource.com trusty/main amd64 Packages
==> default: Hit http://archive.ubuntu.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/multiverse Translation-en
==> default: Get:4 https://deb.nodesource.com trusty/main Translation-en
==> default: Hit http://archive.ubuntu.com trusty/restricted Translation-en
==> default: Hit http://archive.ubuntu.com trusty/universe Translation-en
==> default: Ign https://deb.nodesource.com trusty/main Translation-en
==> default: Fetched 5633 B in 1s (2905 B/s)
==> default: Reading package lists...
==> default: ## Run `apt-get install nodejs` (as root) to install Node.js 4.x LTS Argon and npm
==> default: Reading package lists...
==> default: Building dependency tree...
==> default: Reading state information...
==> default: The following extra packages will be installed:
==> default:   rlwrap
==> default: The following NEW packages will be installed:
==> default:   nodejs rlwrap
==> default: 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded.
==> default: Need to get 8650 kB of archives.
==> default: After this operation, 41.7 MB of additional disk space will be used.
==> default: Get:1 http://archive.ubuntu.com/ubuntu/ trusty/universe rlwrap amd64 0.37-5 [73.4 kB]
==> default: Get:2 https://deb.nodesource.com/node_4.x/ trusty/main nodejs amd64 4.4.0-1nodesource1~trusty1 [8577 kB]
==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory
==> default: Fetched 8650 kB in 30s (285 kB/s)
==> default: Selecting previously unselected package rlwrap.
==> default: (Reading database ... 77849 files and directories currently installed.)
==> default: Preparing to unpack .../rlwrap_0.37-5_amd64.deb ...
==> default: Unpacking rlwrap (0.37-5) ...
==> default: Selecting previously unselected package nodejs.
==> default: Preparing to unpack .../nodejs_4.4.0-1nodesource1~trusty1_amd64.deb ...
==> default: Unpacking nodejs (4.4.0-1nodesource1~trusty1) ...
==> default: Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
==> default: Setting up rlwrap (0.37-5) ...
==> default: update-alternatives: 
==> default: using /usr/bin/rlwrap to provide /usr/bin/readline-editor (readline-editor) in auto mode
==> default: Setting up nodejs (4.4.0-1nodesource1~trusty1) ...
==> default: Setting up swapspace version 1, size = 1048572 KiB
==> default: no label, UUID=74f0dfdb-8836-4e74-b4a8-b185f48514d6
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: optional dep failed, continuing
==> default:  fsevents@1.0.8
==> default: /usr/bin/pm2 -> /usr/lib/node_modules/pm2/bin/pm2
==> default: /usr/bin/pm2-dev -> /usr/lib/node_modules/pm2/bin/pm2-dev
==> default: pm2@1.0.2 /usr/lib/node_modules/pm2
==> default: ├── ikt@0.0.0
==> default: ├── eventemitter2@0.4.14
==> default: ├── async@1.5.2
==> default: ├── pidusage@1.0.1
==> default: ├── semver@5.1.0
==> default: ├── coffee-script@1.10.0
==> default: ├── commander@2.9.0 (graceful-readlink@1.0.1)
==> default: ├── debug@2.2.0 (ms@0.7.1)
==> default: ├── pmx@0.6.1 (json-stringify-safe@5.0.1)
==> default: ├── shelljs@0.6.0
==> default: ├── pm2-multimeter@0.1.2 (charm@0.1.2)
==> default: ├── mkdirp@0.5.1 (minimist@0.0.8)
==> default: ├── pm2-axon-rpc@0.3.6 (json-stringify-safe@5.0.1, commander@1.0.5)
==> default: ├── cli-table@0.3.1 (colors@1.0.3)
==> default: ├── nssocket@0.6.0 (lazy@1.0.11)
==> default: ├── cron@1.1.0 (moment-timezone@0.3.1)
==> default: ├── pm2-deploy@0.2.1 (async@1.4.2, tv4@1.0.18)
==> default: ├── moment@2.11.2
==> default: ├── source-map-support@0.4.0 (source-map@0.1.32)
==> default: ├── pm2-axon@2.0.9 (amp-message@0.1.2, escape-regexp@0.0.1, amp@0.3.1, configurable@0.0.1)
==> default: ├── chalk@1.1.1 (escape-string-regexp@1.0.5, supports-color@2.0.0, ansi-styles@2.2.0, has-ansi@2.0.0, strip-ansi@3.0.1)
==> default: ├── vizion@0.2.12 (async@0.9.0)
==> default: └── chokidar@1.4.3 (path-is-absolute@1.0.0, inherits@2.0.1, glob-parent@2.0.0, async-each@1.0.0, is-binary-path@1.0.1, is-glob@2.0.1, anymatch@1.3.0, readdirp@2.0.0)
==> default: /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
==> default: grunt-cli@0.1.13 /usr/lib/node_modules/grunt-cli
==> default: ├── resolve@0.3.1
==> default: ├── nopt@1.0.10 (abbrev@1.0.7)
==> default: └── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
==> default: /usr/bin/adapt -> /usr/lib/node_modules/adapt-cli/bin/adapt
==> default: adapt-cli@2.0.2 /usr/lib/node_modules/adapt-cli
==> default: ├── url-join@0.0.1
==> default: ├── q@1.4.1
==> default: ├── bower-endpoint-parser@0.2.2
==> default: ├── uuid@2.0.1
==> default: ├── semver@4.3.6
==> default: ├── speakingurl@1.1.5
==> default: ├── chalk@1.0.0 (escape-string-regexp@1.0.5, supports-color@1.3.1, ansi-styles@2.2.0, has-ansi@1.0.3, strip-ansi@2.0.1)
==> default: ├── debug@2.1.3 (ms@0.7.0)
==> default: ├── prompt@0.2.14 (revalidator@0.1.8, pkginfo@0.4.0, read@1.0.7, winston@0.8.3, utile@0.2.1)
==> default: ├── q-io@1.12.0 (mimeparse@0.1.4, url2@0.0.0, mime@1.3.4, qs@1.2.2, collections@0.2.2)
==> default: ├── grunt@0.4.5 (eventemitter2@0.4.14, dateformat@1.0.2-1.2.3, which@1.0.9, getobject@0.1.0, async@0.1.22, colors@0.6.2, lodash@0.9.2, rimraf@2.2.8, hooker@0.2.3, grunt-legacy-util@0.2.0, exit@0.1.2, nopt@1.0.10, coffee-script@1.3.3, iconv-lite@0.2.11, underscore.string@2.2.1, glob@3.1.21, minimatch@0.2.14, grunt-legacy-log@0.1.3, findup-sync@0.1.3, js-yaml@2.0.5)
==> default: ├── lodash@3.6.0
==> default: ├── download@0.1.18 (get-stdin@0.1.0, each-async@0.1.3, get-urls@0.1.2, mkdirp@0.3.5, nopt@2.2.1, through2@0.4.2, decompress@0.2.4, request@2.69.0)
==> default: ├── npm@2.7.6
==> default: └── bower@1.3.12 (is-root@1.0.0, junk@1.0.2, stringify-object@1.0.1, which@1.0.9, abbrev@1.0.7, chmodr@0.1.0, osenv@0.1.0, opn@1.0.2, bower-logger@0.2.2, archy@0.0.2, lockfile@1.0.1, q@1.0.1, rimraf@2.2.8, nopt@3.0.6, graceful-fs@3.0.8, lru-cache@2.5.2, retry@0.6.0, tmp@0.0.23, semver@2.3.2, request-progress@0.3.0, p-throttler@0.1.0, shell-quote@1.4.3, bower-json@0.4.0, chalk@0.5.0, fstream@1.0.8, promptly@0.2.0, mkdirp@0.5.0, fstream-ignore@1.0.3, bower-config@0.5.2, glob@4.0.6, request@2.42.0, cardinal@0.4.0, bower-registry-client@0.2.4, decompress-zip@0.0.8, update-notifier@0.2.0, tar-fs@0.5.2, mout@0.9.1, handlebars@2.0.0, inquirer@0.7.1, insight@0.4.3)
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  URIjs@1.12.1: package renamed to "urijs" (lower-case), please update accordingly
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  lodash@2.3.0: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated npmconf@2.1.1: this package has been reintegrated into npm and is now out of date with respect to npm
==> default: 
==> default: > phantomjs@1.9.19 install /vagrant/node_modules/grunt-casperjs/node_modules/phantomjs
==> default: > node install.js
==> default: PhantomJS not found on PATH
==> default: Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
==> default: Saving to /vagrant/node_modules/grunt-casperjs/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
==> default: Receiving...
==> default: Received 12854K total.
==> default: Extracting tar contents (via spawned process)
==> default: Removing /vagrant/node_modules/grunt-casperjs/node_modules/phantomjs/lib/phantom
==> default: Copying extracted folder /vagrant/node_modules/grunt-casperjs/node_modules/phantomjs/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2-extract-1458341009489/phantomjs-1.9.8-linux-x86_64 -> /vagrant/node_modules/grunt-casperjs/node_modules/phantomjs/lib/phantom
==> default: Writing location.js file
==> default: Done. Phantomjs binary available at /vagrant/node_modules/grunt-casperjs/node_modules/phantomjs/lib/phantom/bin/phantomjs
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: deprecated
==> default:  graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: peerDependencies
==> default:  The peer dependency kerberos@~0.0 included from mongodb-core will no
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: peerDependencies
==> default:  longer be automatically installed to fulfill the peerDependency 
==> default: npm
==> default:  
==> default: WARN
==> default:  
==> default: peerDependencies
==> default:  in npm 3+. Your application will need to depend on it explicitly.
==> default: 
==> default: > kerberos@0.0.11 install /vagrant/node_modules/connect-mongo/node_modules/mongodb/node_modules/kerberos
==> default: > (node-gyp rebuild 2> builderror.log) || (exit 0)
==> default: make: Entering directory `/vagrant/node_modules/connect-mongo/node_modules/mongodb/node_modules/kerberos/build'
==> default:   CXX(target) Release/obj.target/kerberos/lib/kerberos.o
==> default: make: Leaving directory `/vagrant/node_modules/connect-mongo/node_modules/mongodb/node_modules/kerberos/build'
==> default: 
==> default: > bson@0.2.22 install /vagrant/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson
==> default: > (node-gyp rebuild 2> builderror.log) || (exit 0)
==> default: make: Entering directory `/vagrant/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson/build'
==> default:   CXX(target) Release/obj.target/bson/ext/bson.o
==> default: make: Leaving directory `/vagrant/node_modules/connect-mongo/node_modules/mongodb/node_modules/bson/build'
==> default: 
==> default: > kerberos@0.0.19 install /vagrant/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos
==> default: > (node-gyp rebuild) || (exit 0)
==> default: gyp
==> default:  
==> default: WARN
==> default:  
==> default: EACCES
==> default:  user "root" does not have permission to access the dev dir "/root/.node-gyp/4.4.0"
==> default: gyp
==> default:  
==> default: WARN
==> default:  
==> default: EACCES
==> default:  attempting to reinstall using temporary dev dir "/vagrant/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos/.node-gyp"
==> default: make: Entering directory `/vagrant/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos/build'
==> default:   CXX(target) Release/obj.target/kerberos/lib/kerberos.o
==> default: In file included from ../lib/kerberos.cc:1:0:
==> default: ../lib/kerberos.h:5:27: fatal error: gssapi/gssapi.h: No such file or directory
==> default:  #include <gssapi/gssapi.h>
==> default:                            ^
==> default: compilation terminated.
==> default: make: 
==> default: *** [Release/obj.target/kerberos/lib/kerberos.o] Error 1
==> default: make: Leaving directory `/vagrant/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos/build'
==> default: gyp
==> default:  
==> default: ERR!
==> default:  
==> default: build error
==> default:  
==> default: gyp
==> default:  
==> default: ERR!
==> default:  
==> default: stack Error: `make` failed with exit code: 2
==> default: gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)
==> default: gyp ERR! stack     at emitTwo (events.js:87:13)
==> default: gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
==> default: gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
==> default: gyp ERR! System Linux 3.13.0-79-generic
==> default: gyp ERR! command "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
==> default: gyp ERR! cwd /vagrant/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos
==> default: gyp ERR! node -v v4.4.0
==> default: gyp ERR! node-gyp -v v3.3.0
==> default: gyp ERR! not ok 
==> default: junk@1.0.2 node_modules/junk
==> default: 
==> default: node-ffprobe@1.2.2 node_modules/node-ffprobe
==> default: 
==> default: underscore@1.5.2 node_modules/underscore
==> default: 
==> default: async@0.2.5 node_modules/async
==> default: 
==> default: mime@1.2.11 node_modules/mime
==> default: 
==> default: consolidate@0.10.0 node_modules/consolidate
==> default: 
==> default: bcrypt-nodejs@0.0.3 node_modules/bcrypt-nodejs
==> default: 
==> default: rimraf@2.2.8 node_modules/rimraf
==> default: 
==> default: handlebars-form-helpers@0.1.3 node_modules/handlebars-form-helpers
==> default: 
==> default: formidable@1.0.17 node_modules/formidable
==> default: 
==> default: semver@5.1.0 node_modules/semver
==> default: 
==> default: node-polyglot@0.4.5 node_modules/node-polyglot
==> default: 
==> default: validator@4.2.1 node_modules/validator
==> default: 
==> default: ncp@0.5.1 node_modules/ncp
==> default: 
==> default: mkdirp@0.3.5 node_modules/mkdirp
==> default: 
==> default: grunt-concurrent@0.3.1 node_modules/grunt-concurrent
==> default: └── lpad@0.1.0
==> default: 
==> default: cookie-parser@1.4.1 node_modules/cookie-parser
==> default: ├── cookie-signature@1.0.6
==> default: └── cookie@0.2.3
==> default: 
==> default: serve-favicon@2.3.0 node_modules/serve-favicon
==> default: ├── ms@0.7.1
==> default: ├── etag@1.7.0
==> default: ├── fresh@0.3.0
==> default: └── parseurl@1.3.1
==> default: 
==> default: grunt-contrib-copy@0.4.1 node_modules/grunt-contrib-copy
==> default: 
==> default: chalk@1.1.1 node_modules/chalk
==> default: ├── escape-string-regexp@1.0.5
==> default: ├── supports-color@2.0.0
==> default: ├── strip-ansi@3.0.1 (ansi-regex@2.0.0)
==> default: ├── has-ansi@2.0.0 (ansi-regex@2.0.0)
==> default: └── ansi-styles@2.2.0 (color-convert@1.0.0)
==> default: 
==> default: json-schema-mapper@0.0.2 node_modules/json-schema-mapper
==> default: ├── underscore@1.6.0
==> default: └── URIjs@1.12.1
==> default: 
==> default: grunt-open@0.2.3 node_modules/grunt-open
==> default: └── open@0.0.5
==> default: 
==> default: passport@0.1.18 node_modules/passport
==> default: ├── pause@0.0.1
==> default: └── pkginfo@0.2.3
==> default: 
==> default: grunt-contrib-requirejs@0.4.4 node_modules/grunt-contrib-requirejs
==> default: └── requirejs@2.1.22
==> default: 
==> default: grunt-bower-requirejs@0.7.1 node_modules/grunt-bower-requirejs
==> default: ├── slash@0.1.3
==> default: └── requirejs@2.1.22
==> default: 
==> default: method-override@2.3.5 node_modules/method-override
==> default: ├── vary@1.0.1
==> default: ├── methods@1.1.2
==> default: ├── parseurl@1.3.1
==> default: └── debug@2.2.0 (ms@0.7.1)
==> default: 
==> default: morgan@1.7.0 node_modules/morgan
==> default: ├── on-headers@1.0.1
==> default: ├── basic-auth@1.0.3
==> default: ├── depd@1.1.0
==> default: ├── on-finished@2.3.0 (ee-first@1.1.1)
==> default: └── debug@2.2.0 (ms@0.7.1)
==> default: 
==> default: grunt-merge-json@0.9.5 node_modules/grunt-merge-json
==> default: ├── lodash@2.4.2
==> default: └── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
==> default: 
==> default: fs-extra@0.16.5 node_modules/fs-extra
==> default: ├── jsonfile@2.2.3
==> default: └── graceful-fs@3.0.8
==> default: 
==> default: express-session@1.13.0 node_modules/express-session
==> default: ├── utils-merge@1.0.0
==> default: ├── cookie-signature@1.0.6
==> default: ├── on-headers@1.0.1
==> default: ├── cookie@0.2.3
==> default: ├── parseurl@1.3.1
==> default: ├── depd@1.1.0
==> default: ├── crc@3.4.0
==> default: ├── debug@2.2.0 (ms@0.7.1)
==> default: └── uid-safe@2.0.0 (base64-url@1.2.1)
==> default: 
==> default: optimist@0.6.1 node_modules/optimist
==> default: ├── wordwrap@0.0.3
==> default: └── minimist@0.0.10
==> default: 
==> default: jshint-stylish@2.1.0 node_modules/jshint-stylish
==> default: ├── log-symbols@1.0.2
==> default: ├── text-table@0.2.0
==> default: ├── plur@2.1.2 (irregular-plurals@1.1.0)
==> default: └── string-length@1.0.1 (strip-ansi@3.0.1)
==> default: 
==> default: grunt-requirejs-bundle@0.0.9 node_modules/grunt-requirejs-bundle
==> default: └── lodash@2.3.0
==> default: 
==> default: compression@1.6.1 node_modules/compression
==> default: ├── on-headers@1.0.1
==> default: ├── bytes@2.2.0
==> default: ├── vary@1.1.0
==> default: ├── compressible@2.0.7 (mime-db@1.22.0)
==> default: ├── debug@2.2.0 (ms@0.7.1)
==> default: └── accepts@1.3.2 (negotiator@0.6.0, mime-types@2.1.10)
==> default: 
==> default: errorhandler@1.4.3 node_modules/errorhandler
==> default: ├── escape-html@1.0.3
==> default: └── accepts@1.3.2 (negotiator@0.6.0, mime-types@2.1.10)
==> default: 
==> default: body-parser@1.15.0 node_modules/body-parser
==> default: ├── content-type@1.0.1
==> default: ├── bytes@2.2.0
==> default: ├── depd@1.1.0
==> default: ├── on-finished@2.3.0 (ee-first@1.1.1)
==> default: ├── qs@6.1.0
==> default: ├── debug@2.2.0 (ms@0.7.1)
==> default: ├── raw-body@2.1.6 (unpipe@1.0.0, bytes@2.3.0)
==> default: ├── http-errors@1.4.0 (inherits@2.0.1, statuses@1.2.1)
==> default: ├── iconv-lite@0.4.13
==> default: └── type-is@1.6.12 (media-typer@0.3.0, mime-types@2.1.10)
==> default: 
==> default: express@4.13.4 node_modules/express
==> default: ├── cookie-signature@1.0.6
==> default: ├── utils-merge@1.0.0
==> default: ├── methods@1.1.2
==> default: ├── content-type@1.0.1
==> default: ├── vary@1.0.1
==> default: ├── parseurl@1.3.1
==> default: ├── fresh@0.3.0
==> default: ├── etag@1.7.0
==> default: ├── escape-html@1.0.3
==> default: ├── array-flatten@1.1.1
==> default: ├── merge-descriptors@1.0.1
==> default: ├── serve-static@1.10.2
==> default: ├── cookie@0.1.5
==> default: ├── content-disposition@0.5.1
==> default: ├── path-to-regexp@0.1.7
==> default: ├── range-parser@1.0.3
==> default: ├── depd@1.1.0
==> default: ├── qs@4.0.0
==> default: ├── on-finished@2.3.0 (ee-first@1.1.1)
==> default: ├── finalhandler@0.4.1 (unpipe@1.0.0)
==> default: ├── debug@2.2.0 (ms@0.7.1)
==> default: ├── proxy-addr@1.0.10 (forwarded@0.1.0, ipaddr.js@1.0.5)
==> default: ├── type-is@1.6.12 (media-typer@0.3.0, mime-types@2.1.10)
==> default: ├── accepts@1.2.13 (negotiator@0.5.3, mime-types@2.1.10)
==> default: └── send@0.13.1 (destroy@1.0.4, ms@0.7.1, statuses@1.2.1, mime@1.3.4, http-errors@1.3.1)
==> default: 
==> default: needle@0.10.0 node_modules/needle
==> default: ├── debug@2.2.0 (ms@0.7.1)
==> default: └── iconv-lite@0.4.13
==> default: 
==> default: winston@1.0.2 node_modules/winston
==> default: ├── cycle@1.0.3
==> default: ├── stack-trace@0.0.9
==> default: ├── eyes@0.1.8
==> default: ├── isstream@0.1.2
==> default: ├── async@1.0.0
==> default: ├── pkginfo@0.3.1
==> default: └── colors@1.0.3
==> default: 
==> default: matchdep@0.3.0 node_modules/matchdep
==> default: ├── stack-trace@0.0.7
==> default: ├── resolve@0.5.1
==> default: ├── globule@0.1.0 (lodash@1.0.2, minimatch@0.2.14, glob@3.1.21)
==> default: └── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
==> default: 
==> default: fluent-ffmpeg@2.0.1 node_modules/fluent-ffmpeg
==> default: └── async@1.5.2
==> default: 
==> default: nodemailer@1.3.4 node_modules/nodemailer
==> default: ├── nodemailer-direct-transport@1.1.0 (smtp-connection@1.3.8)
==> default: ├── nodemailer-smtp-transport@1.1.0 (nodemailer-wellknown@0.1.7, clone@1.0.2, smtp-connection@1.3.8)
==> default: ├── buildmail@1.3.0 (libbase64@0.1.0, libqp@1.1.0, addressparser@0.3.2)
==> default: ├── libmime@1.2.0 (libqp@1.1.0, libbase64@0.1.0, iconv-lite@0.4.13)
==> default: └── hyperquest@1.3.0 (through2@0.6.5, duplexer2@0.0.2)
==> default: 
==> default: prompt@0.2.14 node_modules/prompt
==> default: ├── revalidator@0.1.8
==> default: ├── pkginfo@0.4.0
==> default: ├── read@1.0.7 (mute-stream@0.0.6)
==> default: ├── utile@0.2.1 (async@0.2.10, deep-equal@1.0.1, i@0.3.4, ncp@0.4.2)
==> default: └── winston@0.8.3 (cycle@1.0.3, stack-trace@0.0.9, eyes@0.1.8, isstream@0.1.2, colors@0.6.2, pkginfo@0.3.1)
==> default: 
==> default: unzip@0.1.8 node_modules/unzip
==> default: ├── setimmediate@1.0.4
==> default: ├── readable-stream@1.0.33 (string_decoder@0.10.31, isarray@0.0.1, inherits@2.0.1, core-util-is@1.0.2)
==> default: ├── pullstream@0.4.1 (over@0.0.5, slice-stream@1.0.0)
==> default: ├── match-stream@0.0.2 (buffers@0.1.1)
==> default: ├── fstream@0.1.31 (inherits@2.0.1, graceful-fs@3.0.8, mkdirp@0.5.1)
==> default: └── binary@0.3.0 (buffers@0.1.1, chainsaw@0.1.0)
==> default: 
==> default: grunt@0.4.5 node_modules/grunt
==> default: ├── eventemitter2@0.4.14
==> default: ├── dateformat@1.0.2-1.2.3
==> default: ├── which@1.0.9
==> default: ├── async@0.1.22
==> default: ├── colors@0.6.2
==> default: ├── getobject@0.1.0
==> default: ├── lodash@0.9.2
==> default: ├── hooker@0.2.3
==> default: ├── grunt-legacy-util@0.2.0
==> default: ├── exit@0.1.2
==> default: ├── nopt@1.0.10 (abbrev@1.0.7)
==> default: ├── coffee-script@1.3.3
==> default: ├── iconv-lite@0.2.11
==> default: ├── underscore.string@2.2.1
==> default: ├── minimatch@0.2.14 (sigmund@1.0.1, lru-cache@2.7.3)
==> default: ├── glob@3.1.21 (inherits@1.0.2, graceful-fs@1.2.3)
==> default: ├── grunt-legacy-log@0.1.3 (grunt-legacy-log-utils@0.1.1, lodash@2.4.2, underscore.string@2.3.3)
==> default: ├── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
==> default: └── js-yaml@2.0.5 (esprima@1.0.4, argparse@0.1.16)
==> default: 
==> default: multer@1.1.0 node_modules/multer
==> default: ├── object-assign@3.0.0
==> default: ├── xtend@4.0.1
==> default: ├── append-field@0.1.0
==> default: ├── on-finished@2.3.0 (ee-first@1.1.1)
==> default: ├── type-is@1.6.12 (media-typer@0.3.0, mime-types@2.1.10)
==> default: ├── mkdirp@0.5.1 (minimist@0.0.8)
==> default: ├── concat-stream@1.5.1 (inherits@2.0.1, typedarray@0.0.6, readable-stream@2.0.6)
==> default: └── busboy@0.2.12 (readable-stream@1.1.13, dicer@0.2.5)
==> default: 
==> default: request@2.69.0 node_modules/request
==> default: ├── aws-sign2@0.6.0
==> default: ├── forever-agent@0.6.1
==> default: ├── tunnel-agent@0.4.2
==> default: ├── oauth-sign@0.8.1
==> default: ├── caseless@0.11.0
==> default: ├── is-typedarray@1.0.0
==> default: ├── stringstream@0.0.5
==> default: ├── isstream@0.1.2
==> default: ├── json-stringify-safe@5.0.1
==> default: ├── extend@3.0.0
==> default: ├── tough-cookie@2.2.2
==> default: ├── node-uuid@1.4.7
==> default: ├── qs@6.0.2
==> default: ├── combined-stream@1.0.5 (delayed-stream@1.0.0)
==> default: ├── mime-types@2.1.10 (mime-db@1.22.0)
==> default: ├── form-data@1.0.0-rc4 (async@1.5.2)
==> default: ├── aws4@1.3.2 (lru-cache@4.0.0)
==> default: ├── bl@1.0.3 (readable-stream@2.0.6)
==> default: ├── hawk@3.1.3 (cryptiles@2.0.5, boom@2.10.1, sntp@1.0.9, hoek@2.16.3)
==> default: ├── http-signature@1.1.1 (assert-plus@0.2.0, jsprim@1.2.2, sshpk@1.7.4)
==> default: └── har-validator@2.0.6 (pinkie-promise@2.0.0, commander@2.9.0, is-my-json-valid@2.13.1)
==> default: 
==> default: grunt-contrib-connect@0.11.2 node_modules/grunt-contrib-connect
==> default: ├── opn@1.0.2
==> default: ├── connect-livereload@0.5.4
==> default: ├── async@0.9.2
==> default: ├── portscanner@1.0.0 (async@0.1.15)
==> default: ├── connect@3.4.1 (utils-merge@1.0.0, parseurl@1.3.1, debug@2.2.0, finalhandler@0.4.1)
==> default: ├── serve-static@1.10.2 (escape-html@1.0.3, parseurl@1.3.1, send@0.13.1)
==> default: └── serve-index@1.7.3 (escape-html@1.0.3, parseurl@1.3.1, batch@0.5.3, http-errors@1.3.1, mime-types@2.1.10, accepts@1.2.13, debug@2.2.0)
==> default: 
==> default: hbs@2.4.0 node_modules/hbs
==> default: ├── walk@2.2.1 (forEachAsync@2.2.1)
==> default: └── handlebars@1.0.12 (optimist@0.3.7, uglify-js@2.3.6)
==> default: 
==> default: grunt-contrib-handlebars@0.7.0 node_modules/grunt-contrib-handlebars
==> default: ├── chalk@0.4.0 (has-color@0.1.7, ansi-styles@1.0.0, strip-ansi@0.1.1)
==> default: ├── grunt-lib-contrib@0.5.3 (zlib-browserify@0.0.1)
==> default: └── handlebars@1.3.0 (optimist@0.3.7, uglify-js@2.3.6)
==> default: 
==> default: grunt-contrib-watch@0.5.3 node_modules/grunt-contrib-watch
==> default: ├── tiny-lr@0.0.4 (debug@0.7.4, qs@0.5.6, faye-websocket@0.4.4, noptify@0.0.3)
==> default: └── gaze@0.4.3 (globule@0.1.0)
==> default: 
==> default: grunt-mocha-test@0.7.0 node_modules/grunt-mocha-test
==> default: └── mocha@1.13.0 (diff@1.0.7, growl@1.7.0, commander@0.6.1, debug@2.2.0, jade@0.26.3, glob@3.2.3)
==> default: 
==> default: moment@2.12.0 node_modules/moment
==> default: 
==> default: archiver@0.16.0 node_modules/archiver
==> default: ├── async@1.4.2
==> default: ├── buffer-crc32@0.2.5
==> default: ├── lazystream@0.1.0
==> default: ├── readable-stream@1.0.33 (string_decoder@0.10.31, isarray@0.0.1, inherits@2.0.1, core-util-is@1.0.2)
==> default: ├── zip-stream@0.6.0 (compress-commons@0.3.0)
==> default: ├── tar-stream@1.2.2 (xtend@4.0.1, bl@1.1.2, readable-stream@2.0.6, end-of-stream@1.1.0)
==> default: ├── glob@5.0.15 (path-is-absolute@1.0.0, inherits@2.0.1, once@1.3.3, inflight@1.0.4, minimatch@3.0.0)
==> default: └── lodash@3.10.1
==> default: 
==> default: grunt-contrib-jshint@0.11.3 node_modules/grunt-contrib-jshint
==> default: ├── hooker@0.2.3
==> default: └── jshint@2.8.0 (strip-json-comments@1.0.4, exit@0.1.2, console-browserify@1.1.0, shelljs@0.3.0, minimatch@2.0.10, cli@0.6.6, htmlparser2@3.8.3, lodash@3.7.0)
==> default: 
==> default: grunt-contrib-less@0.7.0 node_modules/grunt-contrib-less
==> default: ├── grunt-lib-contrib@0.6.1 (zlib-browserify@0.0.1)
==> default: └── less@1.4.2 (ycssmin@1.0.1)
==> default: 
==> default: node-gyp@3.1.0 node_modules/node-gyp
==> default: ├── graceful-fs@4.1.3
==> default: ├── osenv@0.1.3 (os-tmpdir@1.0.1, os-homedir@1.0.1)
==> default: ├── nopt@3.0.6 (abbrev@1.0.7)
==> default: ├── fstream@1.0.8 (inherits@2.0.1)
==> default: ├── mkdirp@0.5.1 (minimist@0.0.8)
==> default: ├── which@1.2.4 (isexe@1.1.2, is-absolute@0.1.7)
==> default: ├── tar@2.2.1 (inherits@2.0.1, block-stream@0.0.8)
==> default: ├── glob@4.5.3 (inherits@2.0.1, inflight@1.0.4, once@1.3.3, minimatch@2.0.10)
==> default: ├── minimatch@1.0.0 (sigmund@1.0.1, lru-cache@2.7.3)
==> default: ├── npmlog@1.2.1 (ansi@0.3.1, are-we-there-yet@1.0.6, gauge@1.2.7)
==> default: └── path-array@1.0.1 (array-index@1.0.0)
==> default: 
==> default: grunt-casperjs@2.1.0 node_modules/grunt-casperjs
==> default: ├── casperjs@1.1.0-beta3
==> default: └── phantomjs@1.9.19 (which@1.0.9, progress@1.1.8, kew@0.4.0, request-progress@0.3.1, adm-zip@0.4.4, md5@2.0.0, fs-extra@0.23.1, request@2.42.0, npmconf@2.1.1)
==> default: 
==> default: grunt-jscs@2.8.0 node_modules/grunt-jscs
==> default: ├── vow@0.4.12
==> default: ├── hooker@0.2.3
==> default: ├── lodash@4.6.1
==> default: └── jscs@2.11.0 (to-double-quotes@2.0.0, estraverse@4.2.0, to-single-quotes@2.0.0, strip-json-comments@1.0.4, reserved-words@0.1.1, natural-compare@1.2.2, pathval@0.1.1, esprima@2.7.2, jscs-preset-wikimedia@1.0.0, exit@0.1.2, xmlbuilder@3.1.0, commander@2.9.0, strip-bom@2.0.0, cli-table@0.3.1, glob@5.0.15, minimatch@3.0.0, resolve@1.1.7, vow-fs@0.3.4, js-yaml@3.4.6, jscs-jsdoc@1.3.1, htmlparser2@3.8.3, lodash@3.10.1, jsonlint@1.6.2, escope@3.6.0, babel-jscs@2.0.5)
==> default: 
==> default: connect-mongo@0.4.2 node_modules/connect-mongo
==> default: └── mongodb@1.4.40 (readable-stream@2.0.6, kerberos@0.0.11, bson@0.2.22)
==> default: 
==> default: bower@1.6.5 node_modules/bower
==> default: 
==> default: mongoose@4.2.6 node_modules/mongoose
==> default: ├── ms@0.7.1
==> default: ├── async@0.9.0
==> default: ├── regexp-clone@0.0.1
==> default: ├── hooks-fixed@1.1.0
==> default: ├── mpromise@0.5.4
==> default: ├── mpath@0.1.1
==> default: ├── muri@1.0.0
==> default: ├── sliced@0.0.5
==> default: ├── kareem@1.0.1
==> default: ├── bson@0.4.22
==> default: ├── mquery@1.6.3 (debug@2.2.0, bluebird@2.9.26)
==> default: └── mongodb@2.0.48 (es6-promise@2.1.1, readable-stream@1.0.31, kerberos@0.0.19, mongodb-core@1.2.21)
==> default: { [Error: Cannot find module '../build/Release/bson'] code: 'MODULE_NOT_FOUND' }
==> default: js-bson: Failed to load c++ bson extension, using pure JS version
==> default: This script will install the application. Please wait ...
==> default: The Adapt Framework was not found. It will now be installed...
==> default:  Cloning into 'adapt_framework'...
==> default: Clone from GitHub was successful.
==> default: Running 'npm install' for the Adapt Framework...
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  package.json
==> default:   adapt_framework@2.0.0 license should be a valid SPDX license expression
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   lodash@2.3.0: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   graceful-fs@1.2.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   graceful-fs@3.0.8: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   graceful-fs@2.0.3: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon as possible.
==> default:  npm
==> default:   
==> default:  WARN
==> default:   
==> default:  deprecated
==> default:   npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
==> default:  underscore@1.6.0 node_modules/underscore
==> default: 
==> default: underscore-deep-extend@0.0.5 node_modules/underscore-deep-extend
==> default: 
==> default: adapt-grunt-tracking-ids@0.1.2 node_modules/adapt-grunt-tracking-ids
==> default: 
==> default: lodash@2.4.2 node_modules/lodash
==> default: 
==> default: grunt-contrib-clean@0.6.0 node_modules/grunt-contrib-clean
==> default: └── rimraf@2.2.8
==> default: 
==> default: grunt-contrib-requirejs@0.4.4 node_modules/grunt-contrib-requirejs
==> default: └── requirejs@2.1.22
==> default: 
==> default: grunt-open@0.2.3 node_modules/grunt-open
==> default: └── open@0.0.5
==> default: 
==> default: chalk@1.1.1 node_modules/chalk
==> default: ├── escape-string-regexp@1.0.5
==> default: ├── supports-color@2.0.0
==> default: ├── strip-ansi@3.0.1 (ansi-regex@2.0.0)
==> default: ├── has-ansi@2.0.0 (ansi-regex@2.0.0)
==> default: └── ansi-styles@2.2.0 (color-convert@1.0.0)
==> default: 
==> default: grunt-contrib-copy@0.6.0 node_modules/grunt-contrib-copy
==> default: └── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
==> default: 
==> default: grunt-requirejs-bundle@0.0.9 node_modules/grunt-requirejs-bundle
==> default: └── lodash@2.3.0
==> default: 
==> default: grunt-concurrent@1.0.1 node_modules/grunt-concurrent
==> default: ├── async@0.9.2
==> default: └── pad-stdio@1.0.0 (lpad@1.0.0)
==> default: 
==> default: columnify@1.5.4 node_modules/columnify
==> default: ├── strip-ansi@3.0.1 (ansi-regex@2.0.0)
==> default: └── wcwidth@1.0.0 (defaults@1.0.3)
==> default: 
==> default: grunt-contrib-concat@0.5.1 node_modules/grunt-contrib-concat
==> default: ├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
==> default: └── source-map@0.3.0 (amdefine@1.0.0)
==> default: 
==> default: matchdep@0.3.0 node_modules/matchdep
==> default: ├── stack-trace@0.0.7
==> default: ├── resolve@0.5.1
==> default: ├── globule@0.1.0 (lodash@1.0.2, minimatch@0.2.14, glob@3.1.21)
==> default: └── findup-sync@0.1.3 (glob@3.2.11)
==> default: 
==> default: grunt-contrib-watch@0.6.1 node_modules/grunt-contrib-watch
==> default: ├── async@0.2.10
==> default: ├── gaze@0.5.2 (globule@0.1.0)
==> default: └── tiny-lr-fork@0.0.5 (debug@0.7.4, qs@0.5.6, faye-websocket@0.4.4, noptify@0.0.3)
==> default: 
==> default: grunt@0.4.5 node_modules/grunt
==> default: ├── eventemitter2@0.4.14
==> default: ├── dateformat@1.0.2-1.2.3
==> default: ├── which@1.0.9
==> default: ├── async@0.1.22
==> default: ├── colors@0.6.2
==> default: ├── getobject@0.1.0
==> default: ├── lodash@0.9.2
==> default: ├── rimraf@2.2.8
==> default: ├── hooker@0.2.3
==> default: ├── grunt-legacy-util@0.2.0
==> default: ├── exit@0.1.2
==> default: ├── coffee-script@1.3.3
==> default: ├── nopt@1.0.10 (abbrev@1.0.7)
==> default: ├── iconv-lite@0.2.11
==> default: ├── underscore.string@2.2.1
==> default: ├── minimatch@0.2.14 (sigmund@1.0.1, lru-cache@2.7.3)
==> default: ├── glob@3.1.21 (inherits@1.0.2, graceful-fs@1.2.3)
==> default: ├── grunt-legacy-log@0.1.3 (grunt-legacy-log-utils@0.1.1, lodash@2.4.2, underscore.string@2.3.3)
==> default: ├── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
==> default: └── js-yaml@2.0.5 (esprima@1.0.4, argparse@0.1.16)
==> default: 
==> default: grunt-contrib-handlebars@0.9.3 node_modules/grunt-contrib-handlebars
==> default: ├── nsdeclare@0.1.0
==> default: ├── chalk@0.4.0 (ansi-styles@1.0.0, has-color@0.1.7, strip-ansi@0.1.1)
==> default: └── handlebars@2.0.0 (optimist@0.3.7, uglify-js@2.3.6)
==> default: 
==> default: grunt-contrib-connect@0.8.0 node_modules/grunt-contrib-connect
==> default: ├── connect-livereload@0.4.1
==> default: ├── open@0.0.5
==> default: ├── async@0.9.2
==> default: ├── portscanner@0.2.3 (async@0.1.15)
==> default: └── connect@2.19.6 (parseurl@1.0.1, pause@0.0.1, cookie@0.1.2, qs@0.6.6, morgan@1.1.1, response-time@2.0.0, escape-html@1.0.1, fresh@0.2.2, cookie-signature@1.0.3, vhost@1.0.0, basic-auth-connect@1.0.0, on-headers@0.0.0, serve-favicon@2.0.1, bytes@1.0.0, errorhandler@1.0.2, cookie-parser@1.1.0, connect-timeout@1.1.0, body-parser@1.3.1, method-override@2.0.2, debug@1.0.2, express-session@1.2.1, type-is@1.2.1, compression@1.0.7, multiparty@3.2.8, csurf@1.2.1, serve-static@1.2.3, serve-index@1.1.1)
==> default: 
==> default: grunt-jsonlint@1.0.7 node_modules/grunt-jsonlint
==> default: ├── strip-json-comments@2.0.1
==> default: └── jsonlint@1.6.2 (nomnom@1.8.1, JSV@4.0.2)
==> default: 
==> default: grunt-bower-requirejs@1.1.1 node_modules/grunt-bower-requirejs
==> default: └── bower-requirejs@1.2.0 (slash@1.0.0, object-assign@2.1.1, requirejs@2.2.0, sudo-block@1.2.0, nopt@3.0.6, file-utils@0.2.2, update-notifier@0.3.2, lodash@3.10.1)
==> default: 
==> default: assemble-less@0.7.0 node_modules/assemble-less
==> default: ├── async@0.2.10
==> default: ├── grunt-lib-contrib@0.6.1 (zlib-browserify@0.0.1)
==> default: └── less@1.6.3 (mime@1.2.11, mkdirp@0.3.5, clean-css@2.0.8, source-map@0.1.43, request@2.69.0)
==> default: 
==> default: grunt-contrib-less@0.11.4 node_modules/grunt-contrib-less
==> default: ├── async@0.2.10
==> default: ├── chalk@0.5.1 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
==> default: ├── maxmin@0.1.0 (pretty-bytes@0.1.2, chalk@0.4.0, gzip-size@0.1.1)
==> default: └── less@1.7.5 (mime@1.2.11, graceful-fs@3.0.8, mkdirp@0.5.1, clean-css@2.2.23, source-map@0.1.43, request@2.40.0)
==> default: 
==> default: bower@1.3.12 node_modules/bower
==> default: ├── is-root@1.0.0
==> default: ├── junk@1.0.2
==> default: ├── stringify-object@1.0.1
==> default: ├── which@1.0.9
==> default: ├── chmodr@0.1.0
==> default: ├── osenv@0.1.0
==> default: ├── abbrev@1.0.7
==> default: ├── opn@1.0.2
==> default: ├── archy@0.0.2
==> default: ├── bower-endpoint-parser@0.2.2
==> default: ├── lockfile@1.0.1
==> default: ├── q@1.0.1
==> default: ├── bower-logger@0.2.2
==> default: ├── nopt@3.0.6
==> default: ├── graceful-fs@3.0.8
==> default: ├── rimraf@2.2.8
==> default: ├── lru-cache@2.5.2
==> default: ├── retry@0.6.0
==> default: ├── tmp@0.0.23
==> default: ├── semver@2.3.2
==> default: ├── request-progress@0.3.0 (throttleit@0.0.2)
==> default: ├── p-throttler@0.1.0 (q@0.9.7)
==> default: ├── chalk@0.5.0 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, has-ansi@0.1.0, strip-ansi@0.3.0)
==> default: ├── shell-quote@1.4.3 (array-filter@0.0.1, array-map@0.0.0, jsonify@0.0.0, array-reduce@0.0.0)
==> default: ├── bower-json@0.4.0 (intersect@0.0.3, deep-extend@0.2.11, graceful-fs@2.0.3)
==> default: ├── fstream@1.0.8 (inherits@2.0.1, graceful-fs@4.1.3)
==> default: ├── promptly@0.2.0 (read@1.0.7)
==> default: ├── mkdirp@0.5.0 (minimist@0.0.8)
==> default: ├── fstream-ignore@1.0.3 (inherits@2.0.1, minimatch@3.0.0)
==> default: ├── glob@4.0.6 (inherits@2.0.1, once@1.3.3, minimatch@1.0.0)
==> default: ├── bower-config@0.5.2 (osenv@0.0.3, graceful-fs@2.0.3, optimist@0.6.1)
==> default: ├── request@2.42.0 (forever-agent@0.5.2, aws-sign2@0.5.0, caseless@0.6.0, tunnel-agent@0.4.2, oauth-sign@0.4.0, stringstream@0.0.5, json-stringify-safe@5.0.1, tough-cookie@2.2.2, mime-types@1.0.2, qs@1.2.2, node-uuid@1.4.7, http-signature@0.10.1, bl@0.9.5, form-data@0.1.4, hawk@1.1.1)
==> default: ├── cardinal@0.4.0 (redeyed@0.4.4)
==> default: ├── tar-fs@0.5.2 (pump@0.3.5, tar-stream@0.4.7)
==> default: ├── decompress-zip@0.0.8 (nopt@2.2.1, mkpath@0.1.0, touch@0.0.2, readable-stream@1.1.13, binary@0.3.0)
==> default: ├── bower-registry-client@0.2.4 (async@0.2.10, graceful-fs@2.0.3, request-replay@0.2.0, lru-cache@2.3.1, mkdirp@0.3.5, request@2.51.0)
==> default: ├── update-notifier@0.2.0 (semver-diff@0.1.0, string-length@0.1.2, configstore@0.3.2, latest-version@0.2.0)
==> default: ├── handlebars@2.0.0 (optimist@0.3.7, uglify-js@2.3.6)
==> default: ├── mout@0.9.1
==> default: ├── inquirer@0.7.1 (figures@1.4.0, mute-stream@0.0.4, through@2.3.8, readline2@0.1.1, rx@2.5.3, cli-color@0.3.3)
==> default: └── insight@0.4.3 (object-assign@1.0.0, async@0.9.2, chalk@0.5.1, tough-cookie@0.12.1, lodash.debounce@2.4.1, os-name@1.0.3, configstore@0.3.2, inquirer@0.6.0)
==> default: Completed installing NodeJS modules.
==> default: Now setting configuration items.
==> default: Checking configuration, please wait a moment ... 
==> default: Creating your tenant. Please wait ...
==> default: Creating file system for tenant: master, please wait ...
==> default: Tenant master was created. Now saving configuration, please wait ...
==> default: Unable to install adapt-contrib-trickle as it is not supported in the current version of of the Adapt framework
==> default: ERROR:  Unable to install adapt-contrib-trickle as it is not supported in the current version of of the Adapt framework
==> default: Install was unsuccessful. Please check the console output.
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.
Picture of Joseph Friedman
Re: Trouble Installing Adapt Authoring Tool on Mac
by Joseph Friedman - Sunday, 20 March 2016, 9:49 PM
 

I'm having the same issue.

Picture of Ash Flinn
Re: Trouble Installing Adapt Authoring Tool on Mac
by Ash Flinn - Tuesday, 22 March 2016, 8:38 PM
 

I'm having the same error, but on Windows 7.