rultor.com logo This build log was produced by rultor.com for opencharles/charles-search-box#30
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 27941
+ echo '1.64.1 632dcef33'
1.64.1 632dcef33
+ date
Tue Jul 11 08:36:37 CEST 2017
+ uptime
 08:36:37 up 13 days,  9:36,  0 users,  load average: 0.00, 0.07, 0.12
+ head=git@github.com:opencharles/charles-search-box.git
+ head_branch=master
+ scripts=('export '\''head=git@github.com:opencharles/charles-search-box.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'sudo apt-get update' ';' 'whereis npm' ';' 'curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -' ';' 'sudo apt-get install -y nodejs' ';' 'sudo apt-get install jq' ';' 'npm install' ';' './node_modules/.bin/webpack --version' ';' 'NODE_ENV=production ./node_modules/.bin/webpack' ';' 'chmod +x ./deploy.sh' ';' './deploy.sh' ';')
+ vars=('--env=head=git@github.com:opencharles/charles-search-box.git' '--env=head_branch=master' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:opencharles/charles-search-box.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''whereis npm'\'' '\'';'\'' '\''curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -'\'' '\'';'\'' '\''sudo apt-get install -y nodejs'\'' '\'';'\'' '\''sudo apt-get install jq'\'' '\'';'\'' '\''npm install'\'' '\'';'\'' '\''./node_modules/.bin/webpack --version'\'' '\'';'\'' '\''NODE_ENV=production ./node_modules/.bin/webpack'\'' '\'';'\'' '\''chmod +x ./deploy.sh'\'' '\'';'\'' '\''./deploy.sh'\'' '\'';'\'' )')
+ image=yegor256/rultor
+ directory=
+ squash=false
+ ff=default
+ rebase=false
+ container=opencharles_charles-search-box_30
+ as_root=true
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:opencharles/charles-search-box.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'export '\''head=git@github.com:opencharles/charles-search-box.git'\''' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'export '\''head=git@github.com:opencharles/charles-search-box.git'\''' ';' 'export '\''head_branch=master'\''' ';' 'sudo apt-get update' ';' 'whereis npm' ';' 'curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -' ';' 'sudo apt-get install -y nodejs' ';' 'sudo apt-get install jq' ';' 'npm install' ';' './node_modules/.bin/webpack --version' ';' 'NODE_ENV=production ./node_modules/.bin/webpack' ';' 'chmod +x ./deploy.sh' ';' ./deploy.sh ';'
+ gpgconf --reload gpg-agent
+ gpg --keyserver hkp://pool.sks-keyservers.net --verbose --recv-keys 9AF0FA4C
gpg: requesting key 9AF0FA4C from hkp server pool.sks-keyservers.net
gpg: armor header: Version: SKS 1.1.5
gpg: armor header: Comment: Hostname: keyserver.paulfurley.com
gpg: pub  2048R/9AF0FA4C 2014-08-17  Rultor.com <gpg@rultor.com>
gpg: key 9AF0FA4C: "Rultor.com <gpg@rultor.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
+ gpg --version
gpg (GnuPG) 1.4.20
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA
Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
        CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
++ pwd
++ pwd
+ gpg --verbose --keyring=/tmp/rultor-K5zZ/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-K5zZ/.gpg/secring.gpg --decrypt repo/dcfg/deployment.txt.asc
gpg: armor header: Version: GnuPG v2
gpg: public key is 9A839C3A
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: using subkey 9A839C3A instead of primary key 9AF0FA4C
gpg: encrypted with 2048-bit RSA key, ID 9A839C3A, created 2014-08-17
      "Rultor.com <gpg@rultor.com>"
gpg: CAST5 encrypted data
gpg: original file name='rultor-Mnr3'
+ gpg --no-tty --batch --verbose --decrypt --passphrase rultor-key:opencharles/charles-search-box deployment.txt.enc
gpg: armor header: Version: GnuPG v2
gpg: CAST5 encrypted data
gpg: gpg-agent is not available in this session
gpg: encrypted with 1 passphrase
gpg: original file name='deployment.txt'
gpg: WARNING: message was not integrity protected
+ rm -rf deployment.txt.enc
+ rm -rf .gpg
+ cd repo
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=0.11
++ echo 0.11 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.11, low enough to run a new Docker container'
load average is 0.11, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
latest: Pulling from yegor256/rultor
cb56c90f0b30: Already exists
0acc551e5716: Already exists
8956dcd35143: Already exists
908242721214: Already exists
b44ff14dd3bb: Already exists
5db0f587b822: Pulling fs layer
4b1cb15395de: Pulling fs layer
a287fcf5cc85: Pulling fs layer
bd4e879b6212: Pulling fs layer
207f14b98798: Pulling fs layer
f803989e0074: Pulling fs layer
b8fb877b78d1: Pulling fs layer
34fe765ac987: Pulling fs layer
207f14b98798: Waiting
bd4e879b6212: Waiting
b8fb877b78d1: Waiting
03650f75e03d: Pulling fs layer
b562f5d14450: Pulling fs layer
e3d6814d74c7: Pulling fs layer
836b01c538a7: Pulling fs layer
2fc0cac11e6f: Pulling fs layer
274c83b26caf: Pulling fs layer
e402acfa7996: Pulling fs layer
e3d6814d74c7: Waiting
fb1fc792e191: Pulling fs layer
34fe765ac987: Waiting
03650f75e03d: Waiting
b562f5d14450: Waiting
274c83b26caf: Waiting
3be9b940c5a3: Pulling fs layer
836b01c538a7: Waiting
e402acfa7996: Waiting
fb1fc792e191: Waiting
99c903deb2d0: Pulling fs layer
c0a838013c0b: Pulling fs layer
99c903deb2d0: Waiting
02aaa9242151: Pulling fs layer
928a73216174: Pulling fs layer
8f632c23f027: Pulling fs layer
02aaa9242151: Waiting
3d1a880d24af: Pulling fs layer
6a3901e15502: Pulling fs layer
3d1a880d24af: Waiting
8f632c23f027: Waiting
9264c72acef0: Pulling fs layer
4e9346045e7f: Pulling fs layer
f0ce8f894dcb: Pulling fs layer
3fb78fc6c706: Pulling fs layer
9264c72acef0: Waiting
f0ce8f894dcb: Waiting
c0f84dd7b208: Pulling fs layer
3fb78fc6c706: Waiting
f3529a5fa9e4: Pulling fs layer
0868c5339850: Pulling fs layer
d28071bc554b: Pulling fs layer
c0f84dd7b208: Waiting
768673541ce2: Pulling fs layer
4421f1950736: Pulling fs layer
c1c85905adc5: Pulling fs layer
768673541ce2: Waiting
2273b7a95caa: Pulling fs layer
19a0d2d55b43: Pulling fs layer
4421f1950736: Waiting
b834276d4f7e: Pulling fs layer
0868c5339850: Waiting
c1c85905adc5: Waiting
91f05da411dc: Pulling fs layer
19a0d2d55b43: Waiting
2bd0dd866e2e: Pulling fs layer
b834276d4f7e: Waiting
2273b7a95caa: Waiting
91f05da411dc: Waiting
b1d7f591a70e: Pulling fs layer
863c6114b521: Pulling fs layer
2bd0dd866e2e: Waiting
b1d7f591a70e: Waiting
5db0f587b822: Verifying Checksum
5db0f587b822: Download complete
4b1cb15395de: Verifying Checksum
4b1cb15395de: Download complete
5db0f587b822: Pull complete
4b1cb15395de: Pull complete
207f14b98798: Verifying Checksum
207f14b98798: Download complete
a287fcf5cc85: Verifying Checksum
a287fcf5cc85: Download complete
bd4e879b6212: Verifying Checksum
bd4e879b6212: Download complete
a287fcf5cc85: Pull complete
bd4e879b6212: Pull complete
207f14b98798: Pull complete
b8fb877b78d1: Verifying Checksum
34fe765ac987: Verifying Checksum
34fe765ac987: Download complete
03650f75e03d: Verifying Checksum
03650f75e03d: Download complete
f803989e0074: Download complete
f803989e0074: Pull complete
b8fb877b78d1: Pull complete
34fe765ac987: Pull complete
03650f75e03d: Pull complete
e3d6814d74c7: Verifying Checksum
e3d6814d74c7: Download complete
2fc0cac11e6f: Download complete
836b01c538a7: Verifying Checksum
836b01c538a7: Download complete
e402acfa7996: Verifying Checksum
e402acfa7996: Download complete
fb1fc792e191: Verifying Checksum
fb1fc792e191: Download complete
b562f5d14450: Download complete
99c903deb2d0: Verifying Checksum
99c903deb2d0: Download complete
b562f5d14450: Pull complete
e3d6814d74c7: Pull complete
c0a838013c0b: Verifying Checksum
c0a838013c0b: Download complete
3be9b940c5a3: Verifying Checksum
3be9b940c5a3: Download complete
836b01c538a7: Pull complete
2fc0cac11e6f: Pull complete
928a73216174: Verifying Checksum
928a73216174: Download complete
02aaa9242151: Verifying Checksum
02aaa9242151: Download complete
3d1a880d24af: Verifying Checksum
3d1a880d24af: Download complete
6a3901e15502: Verifying Checksum
6a3901e15502: Download complete
274c83b26caf: Retrying in 5 seconds
9264c72acef0: Verifying Checksum
9264c72acef0: Download complete
274c83b26caf: Retrying in 4 seconds
274c83b26caf: Retrying in 3 seconds
4e9346045e7f: Verifying Checksum
4e9346045e7f: Download complete
274c83b26caf: Retrying in 2 seconds
274c83b26caf: Retrying in 1 second
274c83b26caf: Download complete
274c83b26caf: Pull complete
e402acfa7996: Pull complete
fb1fc792e191: Pull complete
3be9b940c5a3: Pull complete
99c903deb2d0: Pull complete
c0a838013c0b: Pull complete
02aaa9242151: Pull complete
928a73216174: Pull complete
f0ce8f894dcb: Verifying Checksum
f0ce8f894dcb: Download complete
c0f84dd7b208: Verifying Checksum
3fb78fc6c706: Download complete
0868c5339850: Verifying Checksum
0868c5339850: Download complete
d28071bc554b: Download complete
768673541ce2: Verifying Checksum
768673541ce2: Download complete
4421f1950736: Verifying Checksum
4421f1950736: Download complete
8f632c23f027: Retrying in 5 seconds
8f632c23f027: Retrying in 4 seconds
8f632c23f027: Retrying in 3 seconds
8f632c23f027: Retrying in 2 seconds
8f632c23f027: Retrying in 1 second
c1c85905adc5: Verifying Checksum
c1c85905adc5: Download complete
2273b7a95caa: Verifying Checksum
2273b7a95caa: Download complete
8f632c23f027: Verifying Checksum
8f632c23f027: Download complete
8f632c23f027: Pull complete
3d1a880d24af: Pull complete
6a3901e15502: Pull complete
9264c72acef0: Pull complete
19a0d2d55b43: Verifying Checksum
19a0d2d55b43: Download complete
4e9346045e7f: Pull complete
b834276d4f7e: Verifying Checksum
b834276d4f7e: Download complete
91f05da411dc: Download complete
2bd0dd866e2e: Verifying Checksum
2bd0dd866e2e: Download complete
863c6114b521: Download complete
f0ce8f894dcb: Pull complete
3fb78fc6c706: Pull complete
c0f84dd7b208: Pull complete
b1d7f591a70e: Verifying Checksum
b1d7f591a70e: Download complete
f3529a5fa9e4: Verifying Checksum
f3529a5fa9e4: Download complete
f3529a5fa9e4: Pull complete
0868c5339850: Pull complete
d28071bc554b: Pull complete
768673541ce2: Pull complete
4421f1950736: Pull complete
c1c85905adc5: Pull complete
2273b7a95caa: Pull complete
19a0d2d55b43: Pull complete
b834276d4f7e: Pull complete
91f05da411dc: Pull complete
2bd0dd866e2e: Pull complete
b1d7f591a70e: Pull complete
863c6114b521: Pull complete
Digest: sha256:f7025bd4740bd0cbd987d66c455d516f1deb991407c6976693bc3949d8f90644
Status: Downloaded newer image for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sopencharles_charles-search-box_30\s*$'
+ ls -al .
total 52
drwx--x--x 3 rultor rultor  4096 Jul 11 08:36 .
drwxrwxrwt 9 root   root    4096 Jul 11 08:36 ..
-rw-rw-r-- 1 rultor rultor    41 Jul 11 08:36 deployment.txt
-rw-rw-r-- 1 rultor rultor   444 Jul 11 08:39 end.sh
-rwxrwxr-x 1 rultor rultor   162 Jul 11 08:36 entry.sh
-rw-rw-r-- 1 rultor rultor     6 Jul 11 08:36 pid
drwxrwxr-x 5 rultor rultor  4096 Jul 11 08:36 repo
-rwxrwxr-x 1 rultor rultor  4847 Jul 11 08:36 run.sh
-rw-rw-r-- 1 rultor rultor   518 Jul 11 08:36 script.sh
-rw-rw-r-- 1 rultor rultor 11219 Jul 11 08:40 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-K5zZ:/main --env=head=git@github.com:opencharles/charles-search-box.git --env=head_branch=master '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:opencharles/charles-search-box.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''sudo apt-get update'\'' '\'';'\'' '\''whereis npm'\'' '\'';'\'' '\''curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -'\'' '\'';'\'' '\''sudo apt-get install -y nodejs'\'' '\'';'\'' '\''sudo apt-get install jq'\'' '\'';'\'' '\''npm install'\'' '\'';'\'' '\''./node_modules/.bin/webpack --version'\'' '\'';'\'' '\''NODE_ENV=production ./node_modules/.bin/webpack'\'' '\'';'\'' '\''chmod +x ./deploy.sh'\'' '\'';'\'' '\''./deploy.sh'\'' '\'';'\'' )' --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-K5zZ/cid -w=/main --name=opencharles_charles-search-box_30 yegor256/rultor /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./deployment.txt ./end.sh ./entry.sh ./pid ./repo ./run.sh ./script.sh ./stdout /home/r
+ rm -rf repo
+ chmod a+x /home/r/script.sh
+ /home/r/script.sh
+ set -e
+ set -o pipefail
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export head=git@github.com:opencharles/charles-search-box.git
+ head=git@github.com:opencharles/charles-search-box.git
+ export head_branch=master
+ head_branch=master
+ sudo -i apt-get update
Ign[http://archive.ubuntu.com trusty InRelease
Hit[http://ppa.launchpad.net trusty InRelease
Get:1Whttp://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Hit http://archive.ubuntu.com trusty-security InRelease
Hit https://deb.nodesource.com trusty InRelease
Hit%http://archive.ubuntu.com trustynRelease.gpgrs]
Hit%http://archive.ubuntu.com trusty Release
Hit%http://ppa.launchpad.netktrusty/main amd64 Packages
Get:2[http://archive.ubuntu.com trusty-updates/main Sources [495 kB]
Get:3[http://archive.ubuntu.comatrusty-updates/restricted]Sourcesd[6,470 B]
Get:4[http://archive.ubuntu.comatrusty-updates/universerSources6[2346kB]0 B 84%
Get:5[http://archive.ubuntu.comatrusty-updates/mainaamd64]Packagese[1,245 kB]]
Hit https://deb.nodesource.comBtrusty/main1Sources52kBk48%]%],116 B/1,245 kB 0%
Hit https://deb.nodesource.comBtrusty/main amd64%Packages
Get:6[http://archive.ubuntu.comttrusty-updates/restricted amd64 Packages [21.2 kB]
Get:7[http://archive.ubuntu.comctrusty-updates/universe3amd64 Packages [540 kB]
Hit%http://archive.ubuntu.comPtrusty-security/mainkSources
Hit%http://archive.ubuntu.comatrusty-security/restricted Sources
Hit%http://archive.ubuntu.comttrusty-security/universe Sources
Hit%http://archive.ubuntu.comttrusty-security/main amd64 Packages
Hit%http://archive.ubuntu.comttrusty-security/restricted amd64 Packages
Hit%http://archive.ubuntu.comotrusty-security/universe amd64 Packages
Hit%http://archive.ubuntu.comotrusty/mainsSources
Hit%http://archive.ubuntu.comftrusty/restricted Sources
Hit%http://archive.ubuntu.comftrusty/universe Sources
Hit%http://archive.ubuntu.comftrusty/main amd64 Packages
Hit%http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comotrusty/universe amd64 Packages
Fetchedo2,607]kB,in95sB(514 kB/s)
Reading package lists... Done
+ whereis npm
npm: /usr/bin/npm /usr/bin/X11/npm
+ curl -sL https://deb.nodesource.com/setup_7.x
+ sudo -i -E bash -
stdin: is not a tty

## Installing the NodeSource Node.js v7.x repo...


## Populating apt-get cache...

+ apt-get update
Hit[http://ppa.launchpad.net trusty InRelease
Ign[http://archive.ubuntu.com trusty InRelease
Hit http://archive.ubuntu.com trusty-updates InRelease
Hit http://archive.ubuntu.com trusty-security InRelease
Hit https://deb.nodesource.com trusty InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty Release
Hit http://ppa.launchpad.net trusty/mainramd64ePackages
Hit%http://archive.ubuntu.com trusty-updates/main Sources
Hit%http://archive.ubuntu.com trusty-updates/restricted Sources
Hit%http://archive.ubuntu.comatrusty-updates/universe Sources
Hit%http://archive.ubuntu.comatrusty-updates/mainiamd64rPackages]
Hit%http://archive.ubuntu.cometrusty-updates/restrictedoamd64dPackages
Hit%http://archive.ubuntu.cometrusty-updates/universe amd64 Packages
Hit%http://archive.ubuntu.cometrusty-security/main Sources
Hit%http://archive.ubuntu.cometrusty-security/restricted Sources
Hit%http://archive.ubuntu.cometrusty-security/universe Sources
Hit%http://archive.ubuntu.cometrusty-security/main amd64 Packages
Hit%http://archive.ubuntu.cometrusty-security/restrictedramd64ePackages
Hit%http://archive.ubuntu.cometrusty-security/universe amd64 Packages
Hit%https://deb.nodesource.cometrusty/mainkSources
Hit%http://archive.ubuntu.comotrusty/mainrSources
Hit%https://deb.nodesource.com trusty/main amd64 Packages
Hit%http://archive.ubuntu.comftrusty/restricted Sources
Hit%http://archive.ubuntu.comntrusty/universe Sources
Hit%http://archive.ubuntu.comftrusty/mainramd64 Packages
Hit%http://archive.ubuntu.comntrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comotrusty/universe amd64 Packages
Readingopackage7lists... Done

## Confirming "trusty" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_7.x/dists/trusty/Release'

## Adding the NodeSource signing key to your keyring...

+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
OK

## Creating apt sources list file for the NodeSource Node.js v7.x repo...

+ echo 'deb https://deb.nodesource.com/node_7.x trusty main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_7.x trusty main' >> /etc/apt/sources.list.d/nodesource.list

## Running `apt-get update` for you...

+ apt-get update
Hit[http://ppa.launchpad.net trusty InRelease
Ign[http://archive.ubuntu.com trusty InRelease
Hit http://archive.ubuntu.com trusty-updates InRelease
Hit http://archive.ubuntu.com trusty-security InRelease
Get:1 https://deb.nodesource.com trusty InRelease
Hit%http://archive.ubuntu.com trusty Release.gpg
Hit%http://archive.ubuntu.com trusty Release
Hit%http://ppa.launchpad.net]trusty/main amd64 Packages
Hit%http://archive.ubuntu.com trusty-updates/main Sources
Hit%http://archive.ubuntu.com trusty-updates/restricted Sources
Hit%http://archive.ubuntu.comatrusty-updates/universe Sources
Hit%http://archive.ubuntu.comatrusty-updates/mainiamd64rPackages]
Hit%http://archive.ubuntu.cometrusty-updates/restrictedoamd64dPackages
Hit%http://archive.ubuntu.cometrusty-updates/universe amd64 Packages
Hit%http://archive.ubuntu.comntrusty-security/main]Sourcesng for headers]
Hit%http://archive.ubuntu.comntrusty-security/restricted Sources
Hit%http://archive.ubuntu.comntrusty-security/universeaSourcesor headers]
Hit%http://archive.ubuntu.comntrusty-security/main]amd64tPackagesheaders]
Hit%http://archive.ubuntu.comatrusty-security/restrictedfamd64aPackages
Hit%http://archive.ubuntu.comatrusty-security/universegamd64hPackages
Get:2[https://deb.nodesource.comhtrusty/main]Sources
Get:3[https://deb.nodesource.comotrusty/main[amd64rPackagesB]
Hit%http://archive.ubuntu.comgtrusty/mainsSourcesckages 975 B]
Hit%http://archive.ubuntu.comftrusty/restricted Sources
Hit%http://archive.ubuntu.comntrusty/universe Sources
Hit%http://archive.ubuntu.comftrusty/mainramd64 Packages
Hit%http://archive.ubuntu.comotrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comitrusty/universe amd64 Packages
Fetchedo6,369]B7in82sk(2,408 B/s)
Reading package lists... Done

## Run `apt-get install nodejs` (as root) to install Node.js v7.x and npm

+ sudo -i apt-get install -y nodejs
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
The following packages will be upgraded:
  nodejs
1 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 11.3 MB of archives.
After this operation, 4,734 kB of additional disk space will be used.
Fetchedo11.3gMB in 1s (7,103 kB/s)
(Reading database ... 65446 files and directories currently installed.)
Preparing to unpack .../nodejs_7.10.0-1nodesource1~trusty1_amd64.deb ...
Detected old npm client, removing...
Unpacking nodejs (7.10.0-1nodesource1~trusty1) over (6.11.0-1nodesource1~trusty1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up nodejs (7.10.0-1nodesource1~trusty1) ...
Installing new version of config file /etc/profile.d/nodejs.sh ...
+ sudo -i apt-get install jq
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
jq is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
+ npm install
K?25hcharles-search-box@1.0.0]/home/r/repoharles-search-box:334;40mverb0mm35mlinkMans0mocharles-searchK
├─┬ 40m33mbabel-core@6.25.039m49m
│ ├─┬ 40m33mbabel-code-frame@6.22.039m49m
│ │ ├─┬ 40m33mchalk@1.1.339m49m
│ │ │ ├── 40m33mansi-styles@2.2.139m49m
│ │ │ ├── 40m33mescape-string-regexp@1.0.539m49m
│ │ │ ├── 40m33mhas-ansi@2.0.039m49m
│ │ │ └── 40m33msupports-color@2.0.039m49m
│ │ ├── 40m33mesutils@2.0.239m49m
│ │ └── 40m33mjs-tokens@3.0.239m49m
│ ├─┬ 40m33mbabel-generator@6.25.039m49m
│ │ ├─┬ 40m33mdetect-indent@4.0.039m49m
│ │ │ └─┬ 40m33mrepeating@2.0.139m49m
│ │ │   └─┬ 40m33mis-finite@1.0.239m49m
│ │ │     └── 40m33mnumber-is-nan@1.0.139m49m
│ │ ├── 40m33mjsesc@1.3.039m49m
│ │ └── 40m33mtrim-right@1.0.139m49m
│ ├── 40m33mbabel-helpers@6.24.139m49m
│ ├── 40m33mbabel-messages@6.23.039m49m
│ ├─┬ 40m33mbabel-register@6.24.139m49m
│ │ ├── 40m33mcore-js@2.4.139m49m
│ │ ├─┬ 40m33mhome-or-tmp@2.0.039m49m
│ │ │ ├── 40m33mos-homedir@1.0.239m49m
│ │ │ └── 40m33mos-tmpdir@1.0.239m49m
│ │ └── 40m33msource-map-support@0.4.1539m49m
│ ├─┬ 40m33mbabel-runtime@6.23.039m49m
│ │ └── 40m33mregenerator-runtime@0.10.539m49m
│ ├── 40m33mbabel-template@6.25.039m49m
│ ├─┬ 40m33mbabel-traverse@6.25.039m49m
│ │ ├── 40m33mglobals@9.18.039m49m
│ │ └── 40m33minvariant@2.2.239m49m
│ ├─┬ 40m33mbabel-types@6.25.039m49m
│ │ └── 40m33mto-fast-properties@1.0.339m49m
│ ├── 40m33mbabylon@6.17.439m49m
│ ├── 40m33mconvert-source-map@1.5.039m49m
│ ├─┬ 40m33mdebug@2.6.839m49m
│ │ └── 40m33mms@2.0.039m49m
│ ├── 40m33mjson5@0.5.139m49m
│ ├── 40m33mlodash@4.17.439m49m
│ ├─┬ 40m33mminimatch@3.0.439m49m
│ │ └─┬ 40m33mbrace-expansion@1.1.839m49m
│ │   ├── 40m33mbalanced-match@1.0.039m49m
│ │   └── 40m33mconcat-map@0.0.139m49m
│ ├── 40m33mpath-is-absolute@1.0.139m49m
│ ├── 40m33mprivate@0.1.739m49m
│ ├── 40m33mslash@1.0.039m49m
│ └── 40m33msource-map@0.5.639m49m
├─┬ 40m33mbabel-loader@6.4.139m49m
│ ├─┬ 40m33mfind-cache-dir@0.1.139m49m
│ │ ├── 40m33mcommondir@1.0.139m49m
│ │ └─┬ 40m33mpkg-dir@1.0.039m49m
│ │   └─┬ 40m33mfind-up@1.1.239m49m
│ │     ├── 40m33mpath-exists@2.1.039m49m
│ │     └─┬ 40m33mpinkie-promise@2.0.139m49m
│ │       └── 40m33mpinkie@2.0.439m49m
│ ├─┬ 40m33mloader-utils@0.2.1739m49m
│ │ ├── 40m33mbig.js@3.1.339m49m
│ │ └── 40m33memojis-list@2.1.039m49m
│ ├─┬ 40m33mmkdirp@0.5.139m49m
│ │ └── 40m33mminimist@0.0.839m49m
│ └── 40m33mobject-assign@4.1.139m49m
├── 40m33mbabel-plugin-add-module-exports@0.1.439m49m
├── 40m33mbabel-plugin-react-html-attrs@2.0.039m49m
├─┬ 40m33mbabel-plugin-transform-class-properties@6.24.139m49m
│ ├─┬ 40m33mbabel-helper-function-name@6.24.139m49m
│ │ └── 40m33mbabel-helper-get-function-arity@6.24.139m49m
│ └── 40m33mbabel-plugin-syntax-class-properties@6.13.039m49m
├─┬ 40m33mbabel-plugin-transform-decorators-legacy@1.3.439m49m
│ └── 40m33mbabel-plugin-syntax-decorators@6.13.039m49m
├─┬ 40m33mbabel-preset-es2015@6.24.139m49m
│ ├── 40m33mbabel-plugin-check-es2015-constants@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-arrow-functions@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-block-scoped-functions@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-block-scoping@6.24.139m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-classes@6.24.139m49m
│ │ ├── 40m33mbabel-helper-define-map@6.24.139m49m
│ │ ├── 40m33mbabel-helper-optimise-call-expression@6.24.139m49m
│ │ └── 40m33mbabel-helper-replace-supers@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-computed-properties@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-destructuring@6.23.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-duplicate-keys@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-for-of@6.23.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-function-name@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-literals@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-modules-amd@6.24.139m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-modules-commonjs@6.24.139m49m
│ │ └── 40m33mbabel-plugin-transform-strict-mode@6.24.139m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-modules-systemjs@6.24.139m49m
│ │ └── 40m33mbabel-helper-hoist-variables@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-modules-umd@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-object-super@6.24.139m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-parameters@6.24.139m49m
│ │ └── 40m33mbabel-helper-call-delegate@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-shorthand-properties@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-spread@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-sticky-regex@6.24.139m49m
│ │ └── 40m33mbabel-helper-regex@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-es2015-template-literals@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-typeof-symbol@6.23.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-unicode-regex@6.24.139m49m
│ │ └─┬ 40m33mregexpu-core@2.0.039m49m
│ │   ├── 40m33mregenerate@1.3.239m49m
│ │   ├── 40m33mregjsgen@0.2.039m49m
│ │   └─┬ 40m33mregjsparser@0.1.539m49m
│ │     └── 40m33mjsesc@0.5.039m49m
│ └─┬ 40m33mbabel-plugin-transform-regenerator@6.24.139m49m
│   └── 40m33mregenerator-transform@0.9.1139m49m
├─┬ 40m33mbabel-preset-react@6.24.139m49m
│ ├── 40m33mbabel-plugin-syntax-jsx@6.18.039m49m
│ ├── 40m33mbabel-plugin-transform-react-display-name@6.25.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-react-jsx@6.24.139m49m
│ │ └── 40m33mbabel-helper-builder-react-jsx@6.24.139m49m
│ ├── 40m33mbabel-plugin-transform-react-jsx-self@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-react-jsx-source@6.22.039m49m
│ └─┬ 40m33mbabel-preset-flow@6.23.039m49m
│   └─┬ 40m33mbabel-plugin-transform-flow-strip-types@6.22.039m49m
│     └── 40m33mbabel-plugin-syntax-flow@6.18.039m49m
├─┬ 40m33mbabel-preset-stage-0@6.24.139m49m
│ ├─┬ 40m33mbabel-plugin-transform-do-expressions@6.22.039m49m
│ │ └── 40m33mbabel-plugin-syntax-do-expressions@6.13.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-function-bind@6.22.039m49m
│ │ └── 40m33mbabel-plugin-syntax-function-bind@6.13.039m49m
│ └─┬ 40m33mbabel-preset-stage-1@6.24.139m49m
│   ├─┬ 40m33mbabel-plugin-transform-class-constructor-call@6.24.139m49m
│   │ └── 40m33mbabel-plugin-syntax-class-constructor-call@6.18.039m49m
│   ├─┬ 40m33mbabel-plugin-transform-export-extensions@6.22.039m49m
│   │ └── 40m33mbabel-plugin-syntax-export-extensions@6.13.039m49m
│   └─┬ 40m33mbabel-preset-stage-2@6.24.139m49m
│     ├── 40m33mbabel-plugin-syntax-dynamic-import@6.18.039m49m
│     ├─┬ 40m33mbabel-plugin-transform-decorators@6.24.139m49m
│     │ └─┬ 40m33mbabel-helper-explode-class@6.24.139m49m
│     │   └── 40m33mbabel-helper-bindify-decorators@6.24.139m49m
│     └─┬ 40m33mbabel-preset-stage-3@6.24.139m49m
│       ├── 40m33mbabel-plugin-syntax-trailing-function-commas@6.22.039m49m
│       ├─┬ 40m33mbabel-plugin-transform-async-generator-functions@6.24.139m49m
│       │ ├── 40m33mbabel-helper-remap-async-to-generator@6.24.139m49m
│       │ └── 40m33mbabel-plugin-syntax-async-generators@6.13.039m49m
│       ├─┬ 40m33mbabel-plugin-transform-async-to-generator@6.24.139m49m
│       │ └── 40m33mbabel-plugin-syntax-async-functions@6.13.039m49m
│       ├─┬ 40m33mbabel-plugin-transform-exponentiation-operator@6.24.139m49m
│       │ ├─┬ 40m33mbabel-helper-builder-binary-assignment-operator-visitor@6.24.139m49m
│       │ │ └── 40m33mbabel-helper-explode-assignable-expression@6.24.139m49m
│       │ └── 40m33mbabel-plugin-syntax-exponentiation-operator@6.13.039m49m
│       └─┬ 40m33mbabel-plugin-transform-object-rest-spread@6.23.039m49m
│         └── 40m33mbabel-plugin-syntax-object-rest-spread@6.13.039m49m
├── 40m33mjquery@3.2.139m49m
├─┬ 40m33mreact@0.14.939m49m
│ ├─┬ 40m33menvify@3.4.139m49m
│ │ ├─┬ 40m33mjstransform@11.0.339m49m
│ │ │ ├── 40m33mbase62@1.2.039m49m
│ │ │ ├─┬ 40m33mcommoner@0.10.839m49m
│ │ │ │ ├── 40m33mcommander@2.11.039m49m
│ │ │ │ ├─┬ 40m33mdetective@4.5.039m49m
│ │ │ │ │ ├── 40m33macorn@4.0.1339m49m
│ │ │ │ │ └── 40m33mdefined@1.0.039m49m
│ │ │ │ ├─┬ 40m33mglob@5.0.1539m49m
│ │ │ │ │ ├─┬ 40m33minflight@1.0.639m49m
│ │ │ │ │ │ └── 40m33mwrappy@1.0.239m49m
│ │ │ │ │ └── 40m33monce@1.4.039m49m
│ │ │ │ ├── 40m33miconv-lite@0.4.1839m49m
│ │ │ │ ├── 40m33mq@1.5.039m49m
│ │ │ │ └─┬ 40m33mrecast@0.11.2339m49m
│ │ │ │   ├── 40m33mast-types@0.9.639m49m
│ │ │ │   └── 40m33mesprima@3.1.339m49m
│ │ │ ├── 40m33mesprima-fb@15001.1.0-dev-harmony-fb39m49m
│ │ │ ├── 40m33mobject-assign@2.1.139m49m
│ │ │ └── 40m33msource-map@0.4.439m49m
│ │ └── 40m33mthrough@2.3.839m49m
│ └─┬ 40m33mfbjs@0.6.139m49m
│   ├── 40m33mcore-js@1.2.739m49m
│   ├── 40m33mloose-envify@1.3.139m49m
│   ├─┬ 40m33mpromise@7.3.139m49m
│   │ └── 40m33masap@2.0.639m49m
│   ├── 40m33mua-parser-js@0.7.1339m49m
│   └── 40m33mwhatwg-fetch@0.9.039m49m
├── 40m33mreact-dom@0.14.939m49m
├─┬ 40m33mreact-icons@2.2.539m49m
│ └─┬ 40m33mreact-icon-base@2.0.739m49m
│   └─┬ 40m33mprop-types@15.5.839m49m
│     └─┬ 40m33mfbjs@0.8.1239m49m
│       ├── 40m33mcore-js@1.2.739m49m
│       └─┬ 40m33misomorphic-fetch@2.2.139m49m
│         ├─┬ 40m33mnode-fetch@1.7.139m49m
│         │ ├── 40m33mencoding@0.1.1239m49m
│         │ └── 40m33mis-stream@1.1.039m49m
│         └── 40m33mwhatwg-fetch@2.0.339m49m
├── 40m33mreact-outside-event@1.2.539m49m
├─┬ 40m33mwebpack@1.15.039m49m
│ ├── 40m33macorn@3.3.039m49m
│ ├── 40m33masync@1.5.239m49m
│ ├── 40m33mclone@1.0.239m49m
│ ├─┬ 40m33menhanced-resolve@0.9.139m49m
│ │ ├── 40m33mgraceful-fs@4.1.1139m49m
│ │ └── 40m33mmemory-fs@0.2.039m49m
│ ├── 40m33minterpret@0.6.639m49m
│ ├─┬ 40m33mmemory-fs@0.3.039m49m
│ │ ├─┬ 40m33merrno@0.1.439m49m
│ │ │ └── 40m33mprr@0.0.039m49m
│ │ └─┬ 40m33mreadable-stream@2.3.339m49m
│ │   ├── 40m33mcore-util-is@1.0.239m49m
│ │   ├── 40m33misarray@1.0.039m49m
│ │   ├── 40m33mprocess-nextick-args@1.0.739m49m
│ │   ├── 40m33mstring_decoder@1.0.339m49m
│ │   └── 40m33mutil-deprecate@1.0.239m49m
│ ├─┬ 40m33mnode-libs-browser@0.7.039m49m
│ │ ├── 40m33massert@1.4.139m49m
│ │ ├─┬ 40m33mbrowserify-zlib@0.1.439m49m
│ │ │ └── 40m33mpako@0.2.939m49m
│ │ ├─┬ 40m33mbuffer@4.9.139m49m
│ │ │ ├── 40m33mbase64-js@1.2.139m49m
│ │ │ └── 40m33mieee754@1.1.839m49m
│ │ ├─┬ 40m33mconsole-browserify@1.1.039m49m
│ │ │ └── 40m33mdate-now@0.1.439m49m
│ │ ├── 40m33mconstants-browserify@1.0.039m49m
│ │ ├─┬ 40m33mcrypto-browserify@3.3.039m49m
│ │ │ ├── 40m33mbrowserify-aes@0.4.039m49m
│ │ │ ├── 40m33mpbkdf2-compat@2.0.139m49m
│ │ │ ├── 40m33mripemd160@0.2.039m49m
│ │ │ └── 40m33msha.js@2.2.639m49m
│ │ ├── 40m33mdomain-browser@1.1.739m49m
│ │ ├── 40m33mevents@1.1.139m49m
│ │ ├── 40m33mhttps-browserify@0.0.139m49m
│ │ ├── 40m33mos-browserify@0.2.139m49m
│ │ ├── 40m33mpath-browserify@0.0.039m49m
│ │ ├── 40m33mprocess@0.11.1039m49m
│ │ ├── 40m33mpunycode@1.4.139m49m
│ │ ├── 40m33mquerystring-es3@0.2.139m49m
│ │ ├── 40m33mstream-browserify@2.0.139m49m
│ │ ├─┬ 40m33mstream-http@2.7.239m49m
│ │ │ ├── 40m33mbuiltin-status-codes@3.0.039m49m
│ │ │ ├── 40m33mto-arraybuffer@1.0.139m49m
│ │ │ └── 40m33mxtend@4.0.139m49m
│ │ ├── 40m33mstring_decoder@0.10.3139m49m
│ │ ├─┬ 40m33mtimers-browserify@2.0.239m49m
│ │ │ └── 40m33msetimmediate@1.0.539m49m
│ │ ├── 40m33mtty-browserify@0.0.039m49m
│ │ ├─┬ 40m33murl@0.11.039m49m
│ │ │ ├── 40m33mpunycode@1.3.239m49m
│ │ │ └── 40m33mquerystring@0.2.039m49m
│ │ ├─┬ 40m33mutil@0.10.339m49m
│ │ │ └── 40m33minherits@2.0.139m49m
│ │ └─┬ 40m33mvm-browserify@0.0.439m49m
│ │   └── 40m33mindexof@0.0.139m49m
│ ├─┬ 40m33moptimist@0.6.139m49m
│ │ └── 40m33mwordwrap@0.0.339m49m
│ ├─┬ 40m33msupports-color@3.2.339m49m
│ │ └── 40m33mhas-flag@1.0.039m49m
│ ├── 40m33mtapable@0.1.1039m49m
│ ├─┬ 40m33muglify-js@2.7.539m49m
│ │ ├── 40m33masync@0.2.1039m49m
│ │ ├── 40m33muglify-to-browserify@1.0.239m49m
│ │ └─┬ 40m33myargs@3.10.039m49m
│ │   ├── 40m33mcamelcase@1.2.139m49m
│ │   ├─┬ 40m33mcliui@2.1.039m49m
│ │   │ ├─┬ 40m33mcenter-align@0.1.339m49m
│ │   │ │ ├─┬ 40m33malign-text@0.1.439m49m
│ │   │ │ │ ├── 40m33mlongest@1.0.139m49m
│ │   │ │ │ └── 40m33mrepeat-string@1.6.139m49m
│ │   │ │ └── 40m33mlazy-cache@1.0.439m49m
│ │   │ ├── 40m33mright-align@0.1.339m49m
│ │   │ └── 40m33mwordwrap@0.0.239m49m
│ │   ├── 40m33mdecamelize@1.2.039m49m
│ │   └── 40m33mwindow-size@0.1.039m49m
│ ├─┬ 40m33mwatchpack@0.2.939m49m
│ │ ├── 40m33masync@0.9.239m49m
│ │ └─┬ 40m33mchokidar@1.7.039m49m
│ │   ├─┬ 40m33manymatch@1.3.039m49m
│ │   │ └── 40m33marrify@1.0.139m49m
│ │   ├── 40m33masync-each@1.0.139m49m
│ │   ├── 40m33mglob-parent@2.0.039m49m
│ │   ├─┬ 40m33mis-binary-path@1.0.139m49m
│ │   │ └── 40m33mbinary-extensions@1.8.039m49m
│ │   ├── 40m33mis-glob@2.0.139m49m
│ │   └─┬ 40m33mreaddirp@2.1.039m49m
│ │     └── 40m33mset-immediate-shim@1.0.139m49m
│ └─┬ 40m33mwebpack-core@0.6.939m49m
│   ├── 40m33msource-list-map@0.1.839m49m
│   └─┬ 40m33msource-map@0.4.439m49m
│     └── 40m33mamdefine@1.0.139m49m
└─┬ 40m33mwebpack-dev-server@1.16.539m49m
  ├─┬ 40m33mcompression@1.7.039m49m
  │ ├─┬ 40m33maccepts@1.3.339m49m
  │ │ └── 40m33mnegotiator@0.6.139m49m
  │ ├── 40m33mbytes@2.5.039m49m
  │ ├─┬ 40m33mcompressible@2.0.1039m49m
  │ │ └── 40m33mmime-db@1.27.039m49m
  │ ├── 40m33mon-headers@1.0.139m49m
  │ ├── 40m33msafe-buffer@5.1.139m49m
  │ └── 40m33mvary@1.1.139m49m
  ├── 40m33mconnect-history-api-fallback@1.3.039m49m
  ├─┬ 40m33mexpress@4.15.339m49m
  │ ├── 40m33marray-flatten@1.1.139m49m
  │ ├── 40m33mcontent-disposition@0.5.239m49m
  │ ├── 40m33mcontent-type@1.0.239m49m
  │ ├── 40m33mcookie@0.3.139m49m
  │ ├── 40m33mcookie-signature@1.0.639m49m
  │ ├── 40m33mdebug@2.6.739m49m
  │ ├── 40m33mdepd@1.1.039m49m
  │ ├── 40m33mencodeurl@1.0.139m49m
  │ ├── 40m33mescape-html@1.0.339m49m
  │ ├── 40m33metag@1.8.039m49m
  │ ├─┬ 40m33mfinalhandler@1.0.339m49m
  │ │ ├── 40m33mdebug@2.6.739m49m
  │ │ └── 40m33munpipe@1.0.039m49m
  │ ├── 40m33mfresh@0.5.039m49m
  │ ├── 40m33mmerge-descriptors@1.0.139m49m
  │ ├── 40m33mmethods@1.1.239m49m
  │ ├─┬ 40m33mon-finished@2.3.039m49m
  │ │ └── 40m33mee-first@1.1.139m49m
  │ ├── 40m33mparseurl@1.3.139m49m
  │ ├── 40m33mpath-to-regexp@0.1.739m49m
  │ ├─┬ 40m33mproxy-addr@1.1.439m49m
  │ │ ├── 40m33mforwarded@0.1.039m49m
  │ │ └── 40m33mipaddr.js@1.3.039m49m
  │ ├── 40m33mqs@6.4.039m49m
  │ ├── 40m33mrange-parser@1.2.039m49m
  │ ├─┬ 40m33msend@0.15.339m49m
  │ │ ├── 40m33mdebug@2.6.739m49m
  │ │ └── 40m33mdestroy@1.0.439m49m
  │ ├── 40m33mserve-static@1.12.339m49m
  │ ├── 40m33msetprototypeof@1.0.339m49m
  │ ├── 40m33mstatuses@1.3.139m49m
  │ ├─┬ 40m33mtype-is@1.6.1539m49m
  │ │ └── 40m33mmedia-typer@0.3.039m49m
  │ └── 40m33mutils-merge@1.0.039m49m
  ├─┬ 40m33mhttp-proxy-middleware@0.17.439m49m
  │ ├─┬ 40m33mhttp-proxy@1.16.239m49m
  │ │ ├── 40m33meventemitter3@1.2.039m49m
  │ │ └── 40m33mrequires-port@1.0.039m49m
  │ ├─┬ 40m33mis-glob@3.1.039m49m
  │ │ └── 40m33mis-extglob@2.1.139m49m
  │ └─┬ 40m33mmicromatch@2.3.1139m49m
  │   ├─┬ 40m33marr-diff@2.0.039m49m
  │   │ └── 40m33marr-flatten@1.1.039m49m
  │   ├── 40m33marray-unique@0.2.139m49m
  │   ├─┬ 40m33mbraces@1.8.539m49m
  │   │ ├─┬ 40m33mexpand-range@1.8.239m49m
  │   │ │ └─┬ 40m33mfill-range@2.2.339m49m
  │   │ │   ├── 40m33mis-number@2.1.039m49m
  │   │ │   ├── 40m33misobject@2.1.039m49m
  │   │ │   └─┬ 40m33mrandomatic@1.1.739m49m
  │   │ │     ├─┬ 40m33mis-number@3.0.039m49m
  │   │ │     │ └── 40m33mkind-of@3.2.239m49m
  │   │ │     └── 40m33mkind-of@4.0.039m49m
  │   │ ├── 40m33mpreserve@0.2.039m49m
  │   │ └── 40m33mrepeat-element@1.1.239m49m
  │   ├─┬ 40m33mexpand-brackets@0.1.539m49m
  │   │ └── 40m33mis-posix-bracket@0.1.139m49m
  │   ├── 40m33mextglob@0.3.239m49m
  │   ├── 40m33mfilename-regex@2.0.139m49m
  │   ├── 40m33mis-extglob@1.0.039m49m
  │   ├─┬ 40m33mkind-of@3.2.239m49m
  │   │ └── 40m33mis-buffer@1.1.539m49m
  │   ├─┬ 40m33mnormalize-path@2.1.139m49m
  │   │ └── 40m33mremove-trailing-separator@1.0.239m49m
  │   ├─┬ 40m33mobject.omit@2.0.139m49m
  │   │ ├─┬ 40m33mfor-own@0.1.539m49m
  │   │ │ └── 40m33mfor-in@1.0.239m49m
  │   │ └── 40m33mis-extendable@0.1.139m49m
  │   ├─┬ 40m33mparse-glob@3.0.439m49m
  │   │ ├── 40m33mglob-base@0.3.039m49m
  │   │ └── 40m33mis-dotfile@1.0.339m49m
  │   └─┬ 40m33mregex-cache@0.4.339m49m
  │     ├── 40m33mis-equal-shallow@0.1.339m49m
  │     └── 40m33mis-primitive@2.0.039m49m
  ├── 40m33mopen@0.0.539m49m
  ├─┬ 40m33mserve-index@1.9.039m49m
  │ ├── 40m33mbatch@0.6.139m49m
  │ ├── 40m33mhttp-errors@1.6.139m49m
  │ └── 40m33mmime-types@2.1.1539m49m
  ├─┬ 40m33msockjs@0.3.1839m49m
  │ ├─┬ 40m33mfaye-websocket@0.10.039m49m
  │ │ └─┬ 40m33mwebsocket-driver@0.6.539m49m
  │ │   └── 40m33mwebsocket-extensions@0.1.139m49m
  │ └── 40m33muuid@2.0.339m49m
  ├─┬ 40m33msockjs-client@1.1.439m49m
  │ ├─┬ 40m33meventsource@0.1.639m49m
  │ │ └─┬ 40m33moriginal@1.0.039m49m
  │ │   └─┬ 40m33murl-parse@1.0.539m49m
  │ │     └── 40m33mquerystringify@0.0.439m49m
  │ ├── 40m33mfaye-websocket@0.11.139m49m
  │ ├── 40m33minherits@2.0.339m49m
  │ ├── 40m33mjson3@3.3.239m49m
  │ └─┬ 40m33murl-parse@1.1.939m49m
  │   └── 40m33mquerystringify@1.0.039m49m
  ├── 40m33mstream-cache@0.0.239m49m
  ├─┬ 40m33mstrip-ansi@3.0.139m49m
  │ └── 40m33mansi-regex@2.1.139m49m
  ├── 40m33msupports-color@3.2.339m49m
  └─┬ 40m33mwebpack-dev-middleware@1.11.039m49m
    ├── 40m33mmemory-fs@0.4.139m49m
    └── 40m33mmime@1.3.439m49m

37;40mnpm0m 0m30;43mWARN0m 0m35moptional0m SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
0m37;40mnpm0m 0m30;43mWARN0m 0m35mnotsup0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
0m+ ./node_modules/.bin/webpack --version
Hash: 1mef3c86cf7ae4e8dd85da22m
Version: webpack 1m1.15.022m
Time: 1m256622mms
         1mAsset22m     1mSize22m  1mChunks22m  1m22m           1mChunk Names22m
1m32mcharles.min.js39m22m  2.65 MB       1m022m  1m32m[emitted]39m22m  main
    + 177 hidden modules
+ NODE_ENV=production
+ ./node_modules/.bin/webpack
Hash: 1m25a474d1cdc00bcfc35422m
Version: webpack 1m1.15.022m
Time: 1m610522mms
         1mAsset22m    1mSize22m  1mChunks22m  1m22m           1mChunk Names22m
1m32mcharles.min.js39m22m  494 kB       1m022m  1m32m[emitted]39m22m  main
    + 177 hidden modules

1m33mWARNING in charles.min.js from UglifyJs
Condition always true [../~/react/lib/ReactMount.js:764,0]
Condition always true [../~/jquery/dist/jquery.js:10213,0]
Condition always true [../~/react/lib/findDOMNode.js:46,0]
Condition always true [../~/react/lib/instantiateReactComponent.js:80,0]
Dropping unreachable code [../~/react/lib/shouldUpdateReactComponent.js:40,0]
Condition always true [../~/react/lib/traverseAllChildren.js:158,0]
Side effects in initialization of unused variable FaSearch [./js/components/Input.js:2,4]
Side effects in initialization of unused variable $ [./js/components/Results.js:7,4]
Condition always true [../~/react/lib/ReactDOMComponent.js:907,0]
Dropping side-effect-free statement [../~/react/lib/ReactEventListener.js:72,0]
Dropping unused function handleTopLevelWithPath [../~/react/lib/ReactEventListener.js:98,0]
Dropping unused variable DOCUMENT_FRAGMENT_NODE_TYPE [../~/react/lib/ReactEventListener.js:26,0]39m22m
+ chmod +x ./deploy.sh
+ ./deploy.sh
./deploy.sh: line 1: #!/bin/bash: No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  665k  100  665k    0     0   590k      0 -0:00:01 -0:00:01 --:--:--  590k
{
  "content": {
    "name": "charles.min.js",
    "path": "js/charles/charles.min.js",
    "sha": "37dae191ea1596ed7864827e41b796b2b7b59e67",
    "size": 493498,
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/contents/js/charles/charles.min.js?ref=master",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/js/charles/charles.min.js",
    "git_url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/blobs/37dae191ea1596ed7864827e41b796b2b7b59e67",
    "download_url": "https://raw.githubusercontent.com/amihaiemil/amihaiemil.github.io/master/js/charles/charles.min.js",
    &quot;type&quot;: &quot;file&quot;,
    &quot;_links&quot;: {
      &quot;self&quot;: &quot;https://api.github.com/repos/amihaiemil/amihaiemil.github.io/contents/js/charles/charles.min.js?ref=master&quot;,
      &quot;git&quot;: &quot;https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/blobs/37dae191ea1596ed7864827e41b796b2b7b59e67",
      "html": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/js/charles/charles.min.js"
    }
  },
  "commit": {
    "sha": "5970aa9be62b80baca18754558e4ded9a9b4f6e9",
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/5970aa9be62b80baca18754558e4ded9a9b4f6e9",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/5970aa9be62b80baca18754558e4ded9a9b4f6e9",
    "author": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-07-11T06:41:14Z"
    },
    "committer": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-07-11T06:41:14Z"
    },
    "tree": {
      "sha": "60b692f9230092210e8e5e089b6d37e269252da7",
      "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/trees/60b692f9230092210e8e5e089b6d37e269252da7"
    },
    "message": "deploy new build",
    "parents": [
      {
        "sha": "350f6be9c2a10209456521c6b97267bf092e5f2d",
        "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/350f6be9c2a10209456521c6b97267bf092e5f2d",
        "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/350f6be9c2a10209456521c6b97267bf092e5f2d"
      }
    ]
  }
}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  5086  100  5086    0     0  11661      0 --:--:-- --:--:-- --:--:-- 11665
{
  "content": {
    "name": "charles_light.css",
    "path": "css/charles/charles_light.css",
    "sha": "acaf4f50e78a1cad2972b23f52da0564424baf1d",
    "size": 2916,
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/contents/css/charles/charles_light.css?ref=master",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/css/charles/charles_light.css",
    "git_url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/blobs/acaf4f50e78a1cad2972b23f52da0564424baf1d",
    "download_url": "https://raw.githubusercontent.com/amihaiemil/amihaiemil.github.io/master/css/charles/charles_light.css",
    "type": "file",
    "_links": {
      "self": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/contents/css/charles/charles_light.css?ref=master",
      "git": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/blobs/acaf4f50e78a1cad2972b23f52da0564424baf1d",
      "html": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/css/charles/charles_light.css"
    }
  },
  "commit": {
    "sha": "b47a8317d89363121396ea517771e2f021b50846",
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/b47a8317d89363121396ea517771e2f021b50846",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/b47a8317d89363121396ea517771e2f021b50846",
    "author": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-07-11T06:41:16Z"
    },
    "committer": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-07-11T06:41:16Z"
    },
    "tree": {
      "sha": "0942836a641608a5b5ab7fea9cf249045e5d9f6f",
      "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/trees/0942836a641608a5b5ab7fea9cf249045e5d9f6f"
    },
    "message": "deploy css light",
    "parents": [
      {
        "sha": "5970aa9be62b80baca18754558e4ded9a9b4f6e9",
        "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/5970aa9be62b80baca18754558e4ded9a9b4f6e9",
        "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/5970aa9be62b80baca18754558e4ded9a9b4f6e9"
      }
    ]
  }
}
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
container a143930ac6d3ad0e5e2109136dd479244c4b27d41b34c559aa3625730d001806 is dead
Tue Jul 11 08:41:42 CEST 2017