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 12146
+ echo '1.64.1 632dcef33'
1.64.1 632dcef33
+ date
Fri Jun 16 09:44:55 CEST 2017
+ uptime
 09:44:55 up 27 days, 22:29,  0 users,  load average: 0.00, 0.06, 0.05
+ 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.6
gpg: armor header: Comment: Hostname: keyserver.metalgamer.eu
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-pdDD/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-pdDD/.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.05
++ echo 0.05 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 0.05, low enough to run a new Docker container'
load average is 0.05, 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
Digest: sha256:ce9e7cfa135dd00d5f5c07ee740fdc6c97a8037bfbd0ff2d021a9d67a7a45b1f
Status: Image is up to date for yegor256/rultor:latest
+ docker ps --filter=status=exited
+ grep --quiet '\sopencharles_charles-search-box_30\s*$'
+ ls -al .
total 48
drwx--x--x  3 rultor rultor 4096 Jun 16 09:44 .
drwxrwxrwt 11 root   root   4096 Jun 16 09:44 ..
-rw-rw-r--  1 rultor rultor   41 Jun 16 09:44 deployment.txt
-rw-rw-r--  1 rultor rultor  444 Jun 16 09:44 end.sh
-rwxrwxr-x  1 rultor rultor  162 Jun 16 09:44 entry.sh
-rw-rw-r--  1 rultor rultor    6 Jun 16 09:44 pid
drwxrwxr-x  5 rultor rultor 4096 Jun 16 09:44 repo
-rwxrwxr-x  1 rultor rultor 4847 Jun 16 09:44 run.sh
-rw-rw-r--  1 rultor rultor  518 Jun 16 09:44 script.sh
-rw-rw-r--  1 rultor rultor 5194 Jun 16 09:44 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-pdDD:/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-pdDD/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
Hit[http://ppa.launchpad.net trusty InRelease
Ign[http://archive.ubuntu.com trusty InRelease
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB]
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.netktrusty/main amd64 Packages
Get:3[http://archive.ubuntu.com trusty-updates/main Sources [494 kB]
Get:4[http://archive.ubuntu.comltrusty-updates/restricted1Sources [6,470 B]
Get:5[http://archive.ubuntu.comltrusty-updates/universeoSources,[233BkB]470 B 1
Get:6[http://archive.ubuntu.comatrusty-updates/mainaamd64]Packagese[1,237kkB]9%
Hit https://deb.nodesource.comBtrusty/main5Sources72kBk52%]%],356 B/1,237 kB 1%
Hit https://deb.nodesource.comBtrusty/main amd64%Packages
Get:7[http://archive.ubuntu.comttrusty-updates/restricted amd64 Packages [21.2 kB]
Get:8[http://archive.ubuntu.comttrusty-updates/universe6amd64 Packages [539 kB]
Get:9[http://archive.ubuntu.comttrusty-security/main Sources [169 kB]
Get:108http://archive.ubuntu.comgtrusty-security/restricted Sources [5,068 B]
Get:118http://archive.ubuntu.comgtrusty-security/universe]Sources [71.2 kB]
Get:129http://archive.ubuntu.comctrusty-security/main%amd64 Packages [772 kB]
Get:131http://archive.ubuntu.comntrusty-security/restricted amd64 Packages [17.9 kB]
Get:141http://archive.ubuntu.comntrusty-security/universe%amd64 Packages [221 kB]
Hit%http://archive.ubuntu.comitrusty/mainaSources kB 3%]
Hit%http://archive.ubuntu.comotrusty/restricted]Sources
Hit%http://archive.ubuntu.comitrusty/universe Sources
Hit%http://archive.ubuntu.com trusty/main amd64 Packages
Hit%http://archive.ubuntu.com trusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comitrusty/universe amd64 Packages
Fetchedo3,920]kB,in93sB(1,300 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
Ign[http://archive.ubuntu.com trusty InRelease
Hit[http://ppa.launchpad.net 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[trustygRelease.gpgs]
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.cometrusty-security/main[Sources for headers]
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.comrtrusty/mainkSources
Hit%http://archive.ubuntu.comgtrusty/mainsSources
Hit%https://deb.nodesource.comrtrusty/main amd64 Packages
Hit%http://archive.ubuntu.comftrusty/restricted Sources
Hit%http://archive.ubuntu.com trusty/universe Sources
Hit%http://archive.ubuntu.comftrusty/main amd64 Packages
Hit%http://archive.ubuntu.comotrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.com trusty/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
Ign[http://archive.ubuntu.com trusty InRelease
Hit[http://ppa.launchpad.net 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/universenSourceseaders]
Hit%http://archive.ubuntu.comatrusty-updates/mainiamd64rPackages]rs]
Hit%http://archive.ubuntu.cometrusty-updates/restrictedoamd64dPackages
Hit%http://archive.ubuntu.cometrusty-updates/universe amd64 Packages
Hit%http://archive.ubuntu.comntrusty-security/main]Sources
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.comBtrusty-security/restrictedtamd64oPackagess]
Hit%http://archive.ubuntu.comatrusty-security/universegamd64hPackages
Get:2[https://deb.nodesource.comhtrusty/main]Sources
Hit%http://archive.ubuntu.comgtrusty/mainsSourcesurces 760 B]
Get:3[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/main amd64 Packages
Hit%http://archive.ubuntu.comntrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comotrusty/universe amd64 Packages
Fetchedo6,369]B7in82sk(2,411 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,105 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/repoll:glob:d7msill0m:35mlifecycle0miglob@5.0.15~postinstallKbelK
├─┬ 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.139m49m
│ ├─┬ 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.339m49m
│ ├── 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.9.039m49m
│ │ │ │ │ └── 40m33mgraceful-readlink@1.0.139m49m
│ │ │ │ ├─┬ 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.2.039m49m
│   │ └── 40m33masap@2.0.539m49m
│   ├── 40m33mua-parser-js@0.7.1239m49m
│   └── 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.2.1139m49m
│ │   ├── 40m33mcore-util-is@1.0.239m49m
│ │   ├── 40m33misarray@1.0.039m49m
│ │   ├── 40m33mprocess-nextick-args@1.0.739m49m
│ │   ├── 40m33msafe-buffer@5.0.139m49m
│ │   ├── 40m33mstring_decoder@1.0.239m49m
│ │   └── 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.039m49m
│ │ │ └── 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.6.239m49m
  │ ├─┬ 40m33maccepts@1.3.339m49m
  │ │ └── 40m33mnegotiator@0.6.139m49m
  │ ├── 40m33mbytes@2.3.039m49m
  │ ├─┬ 40m33mcompressible@2.0.1039m49m
  │ │ └── 40m33mmime-db@1.27.039m49m
  │ ├─┬ 40m33mdebug@2.2.039m49m
  │ │ └── 40m33mms@0.7.139m49m
  │ ├── 40m33mon-headers@1.0.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.0.339m49m
  │   ├── 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.10.239m49m
    ├── 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: 1m3330e5fadc079ca23ba622m
Version: webpack 1m1.15.022m
Time: 1m249122mms
         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: 1m508c71f7d53255a2160f22m
Version: webpack 1m1.15.022m
Time: 1m600822mms
         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  664k  100 4664k    0     0  6601k      0 -0:00:01 -0:00:01 --:--:-- 6602k
{
  "content": {
    "name": "charles.min.js",
    "path": "js/charles/charles.min.js",
    "sha": "f2e7964eae87ca33858f4f540f2d1531e03081ed",
    "size": 493509,
    "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/f2e7964eae87ca33858f4f540f2d1531e03081ed",
    "download_url": "https://raw.githubusercontent.com/amihaiemil/amihaiemil.github.io/master/js/charles/charles.min.js",
    "type": "file",
    "_links": {
      "self": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/contents/js/charles/charles.min.js?ref=master",
      "git": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/blobs/f2e7964eae87ca33858f4f540f2d1531e03081ed",
      "html": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/js/charles/charles.min.js"
    }
  },
  "commit": {
    "sha": "213216ba67bf9b88924da752e976916f91d723d0",
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/213216ba67bf9b88924da752e976916f91d723d0",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/213216ba67bf9b88924da752e976916f91d723d0",
    "author": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-06-16T07:46:01Z"
    },
    "committer": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-06-16T07:46:01Z"
    },
    "tree": {
      "sha": "2b8bd8565744aed7e95eb8ce1c25b9779db961a6",
      "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/trees/2b8bd8565744aed7e95eb8ce1c25b9779db961a6"
    },
    "message": "deploy new build",
    "parents": [
      {
        "sha": "5e98f032b94c0d9fa16db789a22402ae34cb8ad8",
        "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/5e98f032b94c0d9fa16db789a22402ae34cb8ad8",
        "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/5e98f032b94c0d9fa16db789a22402ae34cb8ad8"
      }
    ]
  }
}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  5140  100  5140    0     0   7751      0 --:--:-- --:--:-- --:--:--  7740
{
  "content": {
    "name": "charles_light.css",
    "path": "css/charles/charles_light.css",
    "sha": "4387ae6208cf64757f68255aa0046cd5eac533c7",
    "size": 2955,
    "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/4387ae6208cf64757f68255aa0046cd5eac533c7",
    "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/4387ae6208cf64757f68255aa0046cd5eac533c7",
      "html": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/css/charles/charles_light.css"
    }
  },
  "commit": {
    "sha": "5b38eec2336c91f175b7b67b08481da8e27dbd1f",
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/5b38eec2336c91f175b7b67b08481da8e27dbd1f",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/5b38eec2336c91f175b7b67b08481da8e27dbd1f",
    "author": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-06-16T07:46:03Z"
    },
    "committer": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-06-16T07:46:03Z"
    },
    "tree": {
      "sha": "2b8bd8565744aed7e95eb8ce1c25b9779db961a6",
      "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/trees/2b8bd8565744aed7e95eb8ce1c25b9779db961a6"
    },
    "message": "deploy css light",
    "parents": [
      {
        "sha": "213216ba67bf9b88924da752e976916f91d723d0",
        "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/213216ba67bf9b88924da752e976916f91d723d0",
        "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/213216ba67bf9b88924da752e976916f91d723d0"
      }
    ]
  }
}
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
container 56835e82aa55f650b0da5cb72716bc161d50af066a646d739867d5be7fb7b46d is dead
Fri Jun 16 09:46:15 CEST 2017