Search results: 259

Page: ()  1 ...  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  ()
 

https://github.com/cgkineo/adapt-iOSScrollFix

This repository might be worth a look. I've been meaning to give it a go but never had a chance. Would be glad to know if itworks and how to implement.

 

Just discovered this thread.

We have discovered some major problems testing Adapt content within an iFrame on IOS devices.

This is a big problem as the LMS systems we use display all our courses within an iFrame.

We have chosen to use Adapt to produce responsive content that will run on phones and tablets so it is not going to be great if there are issues running Adapt content within an iFrame on IOS devices.

I was under the impression a lot of LMS systems use an iFrame to display courses but I may be wrong?

What is the latest take on this issue? 

 

 

From an Adapt perspective, the main thing is to make sure the LMS can cope with responsive content & HTML5. Some Learning Management Systems display the course content using either a frameset (which is not valid HTML5 and therefore can trigger Internet Explorer to drop into compatibility view) or an iframe (which can have problems with responsive content, particularly on iOS).

Assuming you want your content to be available on iOS/Android, you also need to check that the LMS doesn't use Java as that doesn't work on either of those platforms.

SCORM Cloud certainly works fine and I'm pretty sure that any recent versions of Moodle or Totara do too. We have a lot of clients using Cornerstone onDemand and that seems to work very well.

 

Thanks for the information and the pointer to the Github project. (I did stumble on that this morning and wondered whether it was still current?)

My project is workplace training within a VLE/LMS, so the core devices will probably be a pretty standard range of PC and Apple desktop or laptop devices, with recent IE, Safari or Chrome as the standard . But I can't rule out that a section of the audience will be using various tablets, including iOS - so I'd need to make sure that if things fail they do so reasonably gracefully.

For this reason, to begin with my ambitions are pretty modest. I'd like to be able to fade in an image and/or slide in a bit of a text when a learner arrives at a given component - but it wouldn't be a big issue if this didn't happen and the content just displayed.

To achieve this, I'd thought about using animate.css for the styles and trying to incorporate something like wow.js (http://mynameismatthieu.com/WOW/) to link that to the scroll - then just adding some custom classes within adapt.

I was wondering whether this would be likely to play nicely with the framework, or if I'd find myself needing to get deeper into its javascript for this to work - where I'd be very quickly out of me depth! And I guess the existence of plugins like the Kineo background switcher were nudging me to think this could be a bit more complex than it might seem!

 

 

which devices and browsers are you targeting? 

ios is notorious for disabling javascript events whilst a scroll is occuring, and css isn't scroll aware (yet). we always have issues doing anything scroll related on any ios device.

 

Hi Paul

Sorry for the slow response.

xAPI could certainly be part of a solution for this - but not the whole solution. xAPI really just makes it easier to develop an application that can cope with the user only having occasional Internet connectivity.

We have been working on an xAPI plugin for Adapt, an 'early preview' is available here: https://github.com/LearningPool/adapt-xapi

You can also join in the chat about this over at https://gitter.im/adaptlearning/xAPI

xAPI tracks data to a Learning Record Store. Some learning management systems (e.g. SCORM Cloud) incorporate an LRS, but you can also run them completely separately.

Note that some SCORM LMSes (e.g. Saba, Cornerstone onDemand, Intuition) do already have apps that allow the user to do e-learning offline - but these are all custom to those particular LMSes... and additionally are not always easy to work with e.g. you build a course that works perfectly in Safari for iOS but when run in the vendor's app suddenly develops all sorts of problems (and they normally give you no way to debug like you can with Safari).

 

eLearning Course Navigation Best Practices

As a seasoned eLearning professional, I firmly believe that a module should be designed in a way that the learners do not encounter any challenge while moving from one slide to another. It should never be designed in a way that keeps the learners guessing about the next move; else they will end up losing their focus very soon. Now the question is whether there should be a set of best practices for eLearning course navigation. If yes, here are 7 of them:

  1. Provide a single way to navigate forward.
    Learners often get confused when they see multiple ways on a slide to navigate forward in the course. For instance, if there is a “Next” and a “Continue” button on the same slide. In this case, it should be either of the buttons and not both. You may consider removing one of the buttons so that the learners are not confused as which of the paths they should follow next. In some scenarios, where it is a tricky situation, you may want to add a call-out to provide clear guidance to the learner.
  2. Provide a tour on how to navigate through the course.
    For the benefit of your learners, it is always a good idea to provide them with brief explanation of how they should navigate through the course. It need not be something elaborate. It can be as simple as a few text boxes that have instructions in them and a couple of arrows that point towards the different buttons on the slide. The various things that you may want to highlight include a way to exit, a help feature, and other navigational information that you feel is important for your learners.
  3. Always use short and crisp titles.
    As an eLearning professional, your success will always be measured by how easily your content is digested by your learners. Hence, it is a good idea to label your links or icons clearly. For instance, you want your learners to click a button to exit the course. Start with an action verb and label it as, “Exit Course”, which is more direct, rather than “Click Here To Exit The Course”.
  4. Use icons that are relevant to the context of your course.
    It is always better to use icons that your learners are already familiar with. For instance, a forward arrow is more relevant when you use it to direct your learners to navigate to the next page or screen. An image of a star or a flower will confuse them regarding the action they would need to perform. Also, while localizing your eLearning course, it is good to use images that are accepted globally.
  5. Be consistent with the placement of navigational links.
    You must be absolutely clear and consistent with the placement of your eLearning course navigational links. They should be inserted in the same place on every slide. It helps the learners decide where they want to go next in the course. To be consistent with the position of the links, you can use the navigational controls that are already built in the template. It helps to avoid the slide jumps that most frequently occur when you place the links manually.
  6. Allow learners to view their progress.
    When your learners are navigating through a course, and do not know how much they have covered so far or when the course is going to end, at times they may feel discouraged and disoriented. Therefore, it is a good idea to let your learners view their progress through different ways, for instance, by encouraging communication, providing them with immediate feedback, etc.
  7. Perform a thorough testing of the eLearning course navigational links before deployment.
    Prior to publishing the course and sharing it with your learners, you must perform a thorough testing of the navigational links. You may also like to seek the feedback from few of your peers who have never seen the course before to check if they are facing any kind of difficulty while navigating through the eLearning course. In some cases, it happens that the course links work fine in the first instance, however, when it resumes to its initial state, it may throw up some linking errors. Hence, it is important to check every navigation link in every page.
 

Thanks for testing this Neil!

From my testing on both Android and iOS tablets of the current AT I found that both double taps and drag and drop don't work at all. To be fair they are only used on a few screens so if we could find a quick way around this then it shouldn't be too hard to implement.

I can appreciate what you mean about buttons getting in the workflow. I feel like before design is started on the design refresh (we are currently doing a quicker UI update). We should research how to UX that allow tablets use without creating a slower interface on other platforms.If we come to the conclusion that double taps are indeed better then maybe we could enable 'long-presses' instead of double clicks.

 

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.
 

Hi:

I've been having trouble installing the Adapt tool after following the instructions--I've tried uninstalling/reinstalling both Vagrant and VirtualBox multiple times, and have tried previous versions of Adapt. Could someone please give me some guidance? See the humongous log file below.

Thanks,

Joseph

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: Setting the name of the VM: adapt_authoring_default_1458323195870_47919

==> 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: 

    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/Joseph/Downloads/adapt_authoring

==> default: Running provisioner: shell...

    default: Running: /var/folders/l6/kwk_2_hn1b94yps_qsbxsh5w0000gn/T/vagrant-shell20160318-81130-1ltzz2d.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/tmpx2tm6t_q/secring.gpg' created

==> default: gpg: keyring `/tmp/tmpx2tm6t_q/pubring.gpg' created

==> default: gpg: requesting key ED8E640A from hkp server keyserver.ubuntu.com

==> default: gpg: 

==> default: /tmp/tmpx2tm6t_q/trustdb.gpg: trustdb created

==> default: gpg: 

==> default: key ED8E640A: public key "Launchpad PPA for Doug McMahon" imported

==> default: gpg: 

==> default: no ultimately trusted keys found

==> default: gpg: 

==> default: Total number processed: 1

==> default: gpg: 

==> default:               imported: 1

==> default:   (RSA: 1)

==> default: OK

==> default: Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]

==> default: Ign http://archive.ubuntu.com trusty InRelease

==> default: Get:2 http://ppa.launchpad.net trusty InRelease [15.5 kB]

==> default: Get:3 http://security.ubuntu.com trusty-security/main Sources [109 kB]

==> default: Get:4 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]

==> default: Get:5 http://ppa.launchpad.net trusty/main amd64 Packages [44.1 kB]

==> default: Get:6 http://security.ubuntu.com trusty-security/universe Sources [34.0 kB]

==> default: Get:7 http://security.ubuntu.com trusty-security/main amd64 Packages [444 kB]

==> default: Get:8 http://ppa.launchpad.net trusty/main Translation-en [25.4 kB]

==> default: Get:9 http://archive.ubuntu.com trusty-backports InRelease [65.9 kB]

==> default: Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [125 kB]

==> default: Hit http://security.ubuntu.com trusty-security/main Translation-en

==> default: Hit http://security.ubuntu.com trusty-security/universe Translation-en

==> default: Hit http://archive.ubuntu.com trusty Release.gpg

==> default: Get:11 http://archive.ubuntu.com trusty-updates/main Sources [264 kB]

==> default: Get:12 http://archive.ubuntu.com trusty-updates/restricted Sources [5,352 B]

==> default: Get:13 http://archive.ubuntu.com trusty-updates/universe Sources [151 kB]

==> default: Get:14 http://archive.ubuntu.com trusty-updates/multiverse Sources [5,946 B]

==> default: Get:15 http://archive.ubuntu.com trusty-updates/main amd64 Packages [730 kB]

==> default: Get:16 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]

==> default: Get:17 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [339 kB]

==> default: Get:18 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]

==> default: Get:19 http://archive.ubuntu.com trusty-updates/main Translation-en [367 kB]

==> default: Get:20 http://archive.ubuntu.com trusty-updates/multiverse Translation-en [7,227 B]

==> default: Get:21 http://archive.ubuntu.com trusty-updates/restricted Translation-en [3,699 B]

==> default: Get:22 http://archive.ubuntu.com trusty-updates/universe Translation-en [182 kB]

==> default: Get:23 http://archive.ubuntu.com trusty-backports/main Sources [8,696 B]

==> default: Get:24 http://archive.ubuntu.com trusty-backports/restricted Sources [28 B]

==> default: Get:25 http://archive.ubuntu.com trusty-backports/universe Sources [34.0 kB]

==> default: Get:26 http://archive.ubuntu.com trusty-backports/multiverse Sources [1,898 B]

==> default: Get:27 http://archive.ubuntu.com trusty-backports/main amd64 Packages [9,782 B]

==> default: Get:28 http://archive.ubuntu.com trusty-backports/restricted amd64 Packages [28 B]

==> default: Get:29 http://archive.ubuntu.com trusty-backports/universe amd64 Packages [41.0 kB]

==> default: Get:30 http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages [1,571 B]

==> default: Get:31 http://archive.ubuntu.com trusty-backports/main Translation-en [5,843 B]

==> default: Get:32 http://archive.ubuntu.com trusty-backports/multiverse Translation-en [1,215 B]

==> default: Get:33 http://archive.ubuntu.com trusty-backports/restricted Translation-en [28 B]

==> default: Get:34 http://archive.ubuntu.com trusty-backports/universe Translation-en [35.5 kB]

==> default: Hit http://archive.ubuntu.com trusty Release

==> default: Get:35 http://archive.ubuntu.com trusty/main Sources [1,064 kB]

==> default: Get:36 http://archive.ubuntu.com trusty/restricted Sources [5,433 B]

==> default: Get:37 http://archive.ubuntu.com trusty/universe Sources [6,399 kB]

==> default: Get:38 http://archive.ubuntu.com trusty/multiverse Sources [174 kB]

==> 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: Ign http://archive.ubuntu.com trusty/main Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/restricted Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US

==> default: Fetched 10.9 MB in 12s (851 kB/s)

==> default: Reading package lists...

==> default: Reading package lists...

==> default: Building dependency tree...

==> default: Reading state information...

==> default: The following packages will be upgraded:

==> default:   cloud-guest-utils liblcms2-2 libvorbis0a libvorbisfile3 libvpx1

==> default: 5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

==> default: Need to get 836 kB of archives.

==> default: After this operation, 17.4 kB 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 5 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 [1,051 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 [1,490 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 [4,838 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 [1,071 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 55s (402 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 5 not upgraded.

==> default: Need to get 3,421 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 [2,701 kB]

==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory

==> default: Fetched 3,421 kB in 3s (1,054 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 5 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 [5,682 kB]

==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libboost-dev amd64 1.54.0.1ubuntu1 [3,076 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 [1,189 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 [9,595 kB]

==> default: Get:15 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-server amd64 1:2.4.9-1ubuntu2 [3,312 kB]

==> default: Get:16 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb amd64 1:2.4.9-1ubuntu2 [5,124 B]

==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory

==> default: Fetched 21.3 MB in 15s (1,361 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 9034

==> 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 3 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://archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]

==> default: Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libcaca0 amd64 0.99.beta18-1ubuntu5 [202 kB]

==> default: Get:3 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:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]

==> default: Get:5 http://archive.ubuntu.com/ubuntu/ trusty/universe libopencore-amrnb0 amd64 0.1.3-2ubuntu1 [90.4 kB]

==> default: Get:6 http://archive.ubuntu.com/ubuntu/ trusty/universe libopencore-amrwb0 amd64 0.1.3-2ubuntu1 [45.3 kB]

==> default: Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.1 [136 kB]

==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]

==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsdl1.2debian amd64 1.2.15-8ubuntu1.1 [162 kB]

==> default: Get:10 http://archive.ubuntu.com/ubuntu/ trusty/universe libsoxr0 amd64 0.1.1-1 [101 kB]

==> default: Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libspeex1 amd64 1.2~rc1.1-1ubuntu1 [50.7 kB]

==> default: Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libvdpau1 amd64 0.7-1ubuntu0.1 [23.9 kB]

==> default: Get:13 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libass5 amd64 0.13.0-1~trusty [82.0 kB]

==> default: Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libxv1 amd64 2:1.0.10-1 [10.3 kB]

==> default: Get:15 http://archive.ubuntu.com/ubuntu/ trusty/universe libxvidcore4 amd64 2:1.3.2-9ubuntu1 [298 kB]

==> default: Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe vdpau-va-driver amd64 0.7.3-2ubuntu1.2 [40.1 kB]

==> default: Get:17 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libfdk-aac0 amd64 0.1.3.1 [332 kB]

==> default: Get:18 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libmp3lame0 amd64 3.99.5+repack1-7~trusty [127 kB]

==> default: Get:19 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libopus0 amd64 1.1-0ubuntu1.2 [154 kB]

==> default: Get:20 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvorbisfile3 amd64 1.3.4-2~trusty1 [23.4 kB]

==> default: Get:21 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvorbis0a amd64 1.3.4-2~trusty1 [99.0 kB]

==> default: Get:22 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvorbisenc2 amd64 1.3.4-2~trusty1 [79.1 kB]

==> default: Get:23 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libva1 amd64 1.4.0~trusty [42.8 kB]

==> default: Get:24 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libx264-148 amd64 3:0.148.2643+git5c65704-1~trusty [585 kB]

==> default: Get:25 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libvidstab1.0 amd64 2:1.0~trusty1.3 [37.5 kB]

==> default: Get:26 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main libx265-79 amd64 1.9-0ppa1~trusty [894 kB]

==> default: Get:27 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main ffmpeg amd64 7:3.0.0+git~trusty [31.4 MB]

==> default: Get:28 http://ppa.launchpad.net/mc3man/trusty-media/ubuntu/ trusty/main va-driver-all amd64 1.4.0~trusty [8,804 B]

==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory

==> default: Fetched 35.6 MB in 22s (1,569 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: Hit http://ppa.launchpad.net trusty/main amd64 Packages

==> default: Hit http://security.ubuntu.com trusty-security InRelease

==> default: Ign http://archive.ubuntu.com trusty InRelease

==> default: Hit http://ppa.launchpad.net trusty/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-updates InRelease

==> default: Hit http://security.ubuntu.com trusty-security/main Sources

==> default: Hit http://archive.ubuntu.com trusty-backports InRelease

==> default: Hit http://security.ubuntu.com trusty-security/universe Sources

==> default: Hit http://security.ubuntu.com trusty-security/main amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty Release.gpg

==> default: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/main Sources

==> default: Hit http://security.ubuntu.com trusty-security/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-updates/restricted Sources

==> default: Hit http://security.ubuntu.com trusty-security/universe Translation-en

==> default: Hit http://archive.ubuntu.com trusty-updates/universe Sources

==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse Sources

==> default: Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse 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-backports/main Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/universe Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/universe Translation-en

==> default: Hit http://archive.ubuntu.com trusty Release

==> default: Hit http://archive.ubuntu.com trusty/main Sources

==> default: Hit http://archive.ubuntu.com trusty/restricted Sources

==> default: Hit http://archive.ubuntu.com trusty/universe Sources

==> default: Hit http://archive.ubuntu.com trusty/multiverse Sources

==> 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: Ign http://archive.ubuntu.com trusty/main Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/restricted Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US

==> 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: Hit http://security.ubuntu.com trusty-security/main Sources

==> default: Hit http://security.ubuntu.com trusty-security/universe Sources

==> default: Hit http://security.ubuntu.com trusty-security/main amd64 Packages

==> default: Ign http://archive.ubuntu.com trusty InRelease

==> default: Hit http://ppa.launchpad.net trusty InRelease

==> default: Hit http://security.ubuntu.com trusty-security/universe amd64 Packages

==> default: Hit http://security.ubuntu.com trusty-security/main Translation-en

==> default: Hit http://security.ubuntu.com trusty-security/universe Translation-en

==> default: Hit http://archive.ubuntu.com trusty-updates InRelease

==> default: Hit http://ppa.launchpad.net trusty/main amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports InRelease

==> default: Hit http://ppa.launchpad.net trusty/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty Release.gpg

==> default: Hit http://archive.ubuntu.com trusty-updates/main Sources

==> default: Hit http://archive.ubuntu.com trusty-updates/restricted Sources

==> default: Hit http://archive.ubuntu.com trusty-updates/universe Sources

==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse Sources

==> default: Get:1 https://deb.nodesource.com trusty InRelease

==> default: Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages

==> default: Get:2 https://deb.nodesource.com trusty/main Sources

==> default: Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages

==> default: Get:3 https://deb.nodesource.com trusty/main amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages

==> default: Get:4 https://deb.nodesource.com trusty/main Translation-en_US

==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-updates/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-updates/multiverse 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-backports/main Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Sources

==> default: Ign https://deb.nodesource.com trusty/main Translation-en_US

==> default: Ign https://deb.nodesource.com trusty/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/universe Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Sources

==> default: Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages

==> default: Hit http://archive.ubuntu.com trusty-backports/main Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en

==> default: Hit http://archive.ubuntu.com trusty-backports/universe Translation-en

==> default: Hit http://archive.ubuntu.com trusty Release

==> default: Hit http://archive.ubuntu.com trusty/main Sources

==> default: Hit http://archive.ubuntu.com trusty/restricted Sources

==> default: Hit http://archive.ubuntu.com trusty/universe Sources

==> default: Hit http://archive.ubuntu.com trusty/multiverse Sources

==> 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: Ign http://archive.ubuntu.com trusty/main Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/restricted Translation-en_US

==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US

==> default: Fetched 5,633 B in 6s (907 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 3 not upgraded.

==> default: Need to get 8,650 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 [8,577 kB]

==> default: dpkg-preconfigure: unable to re-open stdin: No such file or directory

==> default: Fetched 8,650 kB in 3s (2,747 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=13c85955-2d66-4d2b-8a7e-c071e6823db5

==> 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: ├── commander@2.9.0 (graceful-readlink@1.0.1)

==> default: ├── coffee-script@1.10.0

==> default: ├── debug@2.2.0 (ms@0.7.1)

==> default: ├── pm2-deploy@0.2.1 (async@1.4.2, tv4@1.0.18)

==> default: ├── vizion@0.2.12 (async@0.9.0)

==> default: ├── cli-table@0.3.1 (colors@1.0.3)

==> default: ├── pm2-multimeter@0.1.2 (charm@0.1.2)

==> default: ├── pmx@0.6.1 (json-stringify-safe@5.0.1)

==> default: ├── shelljs@0.6.0

==> 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, has-ansi@2.0.0, strip-ansi@3.0.1, ansi-styles@2.2.0)

==> default: ├── mkdirp@0.5.1 (minimist@0.0.8)

==> default: ├── nssocket@0.6.0 (lazy@1.0.11)

==> default: ├── cron@1.1.0 (moment-timezone@0.3.1)

==> default: ├── pm2-axon-rpc@0.3.6 (json-stringify-safe@5.0.1, commander@1.0.5)

==> default: ├── source-map-support@0.4.0 (source-map@0.1.32)

==> default: ├── moment@2.11.2

==> 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-glob@2.0.1, is-binary-path@1.0.1, readdirp@2.0.0, anymatch@1.3.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: ├── debug@2.1.3 (ms@0.7.0)

==> 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: ├── 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: ├── 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: ├── 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, minimatch@0.2.14, glob@3.1.21, grunt-legacy-log@0.1.3, findup-sync@0.1.3, js-yaml@2.0.5)

==> 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: ├── lodash@3.6.0

==> 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, archy@0.0.2, bower-logger@0.2.2, q@1.0.1, lockfile@1.0.1, rimraf@2.2.8, graceful-fs@3.0.8, nopt@3.0.6, lru-cache@2.5.2, retry@0.6.0, tmp@0.0.23, semver@2.3.2, p-throttler@0.1.0, request-progress@0.3.0, shell-quote@1.4.3, chalk@0.5.0, promptly@0.2.0, fstream@1.0.8, bower-json@0.4.0, mkdirp@0.5.0, fstream-ignore@1.0.3, glob@4.0.6, bower-config@0.5.2, request@2.42.0, cardinal@0.4.0, tar-fs@0.5.2, bower-registry-client@0.2.4, decompress-zip@0.0.8, update-notifier@0.2.0, handlebars@2.0.0, mout@0.9.1, inquirer@0.7.1, insight@0.4.3)

==> default: └── npm@2.7.6

==> 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:  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@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:  npmconf@2.1.1: this package has been reintegrated into npm and is now out of date with respect to npm

==> 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: 

==> 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-1458323565852/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 WARN peerDependencies The peer dependency kerberos@~0.0 included from mongodb-core will no

==> default: npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 

==> default: npm WARN peerDependencies 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:  WARN EACCES 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

==> default:  Error: `make` failed with exit code: 2

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: stack

==> default:      at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:276:23)

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: stack

==> default:      at emitTwo (events.js:87:13)

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: stack

==> default:      at ChildProcess.emit (events.js:172:7)

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: stack

==> default:      at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: System

==> default:  Linux 3.13.0-83-generic

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: command

==> default:  "/usr/bin/nodejs" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: cwd

==> default:  /vagrant/node_modules/mongoose/node_modules/mongodb/node_modules/kerberos

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: node -v

==> default:  v4.4.0

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: node-gyp -v

==> default:  v3.3.0

==> default: gyp

==> default:  

==> default: ERR!

==> default:  

==> default: not ok

==> default:  

==> default: npm

==> default:  

==> default: WARN

==> default:  

==> default: installMany

==> default:  bower-registry-client was bundled with bower@1.6.5, but bundled package wasn't found in unpacked tree

==> default: npm

==> default:  

==> default: ERR!

==> default:  Linux 3.13.0-83-generic

==> default: npm

==> default:  

==> default: ERR!

==> default:  

==> default: argv

==> default:  "/usr/bin/nodejs" "/usr/bin/npm" "install" "--production"

==> default: npm

==> default:  

==> default: ERR!

==> default:  

==> default: node

==> default:  v4.4.0

==> default: npm

==> default:  

==> default: ERR!

==> default:  

==> default: npm 

==> default:  v2.14.20

==> default: npm

==> default:  

==> default: ERR!

==> default:  

==> default: file

==> default:  /vagrant/node_modules/bower/node_modules/bower-registry-client/package.json

==> default: npm

==> default:  

==> default: ERR!

==> default:  

==> default: code

==> default:  EJSONPARSE

==> default: npm

==> default:  

==> default: ERR!

==> default:  Failed to parse json

==> default: npm

==> default:  

==> default: ERR! Unexpected control character at 44:124

==> default: npm ERR! https://travis-ci.org/bower/registry-client.png?branch=master)](https

==> default: npm ERR!                                                                      ^

==> default: npm ERR! File: /vagrant/node_modules/bower/node_modules/bower-registry-client/package.json

==> default: npm

==> default:  

==> default: ERR! Failed to parse package.json data.

==> default: npm ERR! package.json must be actual JSON, not just JavaScript.

==> default: npm ERR! 

==> default: npm

==> default:  

==> default: ERR!

==> default:  This is not a bug in npm.

==> default: npm

==> default:  

==> default: ERR!

==> default:  Tell the package author to fix their package.json file. JSON.parse

==> default: npm

==> default:  

==> default: ERR!

==> default:  Please include the following file with any support request:

==> default: npm

==> default:  

==> default: ERR!

==> default:      /vagrant/npm-debug.log

==> 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-open@0.2.3 node_modules/grunt-open

==> default: └── open@0.0.5

==> default: 

==> default: grunt-contrib-requirejs@0.4.4 node_modules/grunt-contrib-requirejs

==> default: └── requirejs@2.1.22

==> 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-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: 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, strip-ansi@0.3.0, has-ansi@0.1.0)

==> default: 

==> default: grunt-requirejs-bundle@0.0.9 node_modules/grunt-requirejs-bundle

==> default: └── lodash@2.3.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, strip-ansi@0.3.0, has-ansi@0.1.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: ├── 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: 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, qs@0.6.6, cookie@0.1.2, response-time@2.0.0, morgan@1.1.1, escape-html@1.0.1, cookie-signature@1.0.3, on-headers@0.0.0, basic-auth-connect@1.0.0, vhost@1.0.0, fresh@0.2.2, 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, csurf@1.2.1, multiparty@3.2.8, serve-static@1.2.3, serve-index@1.1.1)

==> 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-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, source-map@0.1.43, clean-css@2.2.23, 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: ├── chmodr@0.1.0

==> default: ├── which@1.0.9

==> default: ├── osenv@0.1.0

==> default: ├── abbrev@1.0.7

==> default: ├── opn@1.0.2

==> default: ├── bower-endpoint-parser@0.2.2

==> default: ├── bower-logger@0.2.2

==> default: ├── archy@0.0.2

==> default: ├── lockfile@1.0.1

==> default: ├── q@1.0.1

==> default: ├── nopt@3.0.6

==> default: ├── lru-cache@2.5.2

==> default: ├── graceful-fs@3.0.8

==> default: ├── rimraf@2.2.8

==> 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: ├── shell-quote@1.4.3 (array-filter@0.0.1, array-reduce@0.0.0, jsonify@0.0.0, array-map@0.0.0)

==> default: ├── chalk@0.5.0 (ansi-styles@1.1.0, escape-string-regexp@1.0.5, supports-color@0.2.0, strip-ansi@0.3.0, has-ansi@0.1.0)

==> default: ├── bower-json@0.4.0 (intersect@0.0.3, deep-extend@0.2.11, graceful-fs@2.0.3)

==> default: ├── promptly@0.2.0 (read@1.0.7)

==> default: ├── fstream@1.0.8 (inherits@2.0.1, graceful-fs@4.1.3)

==> 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 (aws-sign2@0.5.0, forever-agent@0.5.2, 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, form-data@0.1.4, bl@0.9.5, hawk@1.1.1)

==> default: ├── tar-fs@0.5.2 (pump@0.3.5, tar-stream@0.4.7)

==> default: ├── cardinal@0.4.0 (redeyed@0.4.4)

==> 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, latest-version@0.2.0, configstore@0.3.2)

==> 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: module.js:327

==> default:     throw err;

==> default:     ^

==> default: Error: Cannot find module 'bower'

==> default:     at Function.Module._resolveFilename (module.js:325:15)

==> default:     at Function.Module._load (module.js:276:25)

==> default:     at Module.require (module.js:353:17)

==> default:     at require (internal/module.js:12:17)

==> default:     at Object.<anonymous> (/vagrant/lib/bowermanager.js:1:75)

==> default:     at Module._compile (module.js:409:26)

==> default:     at Object.Module._extensions..js (module.js:416:10)

==> default:     at Module.load (module.js:343:32)

==> default:     at Function.Module._load (module.js:300:12)

==> default:     at Module.require (module.js:353:17)

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.

Page: ()  1 ...  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  ()