rultor.com logo This build log was produced by rultor.com for opencharles/charles-search-box#15
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 30061
+ echo '1.62.2 ce7ad22'
1.62.2 ce7ad22
+ date
Mon Feb 13 11:32:40 UTC 2017
+ uptime
 11:32:40 up 86 days, 17:47,  0 users,  load average: 6.29, 8.01, 6.62
+ head=git@github.com:opencharles/charles-search-box.git
+ head_branch=master
+ vars=('--env=head=git@github.com:opencharles/charles-search-box.git' '--env=head_branch=master')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo apt-get update' ';' 'sudo apt-get install nodejs' ';' 'sudo apt-get install npm' ';' 'sudo apt-get install jq' ';' 'sudo npm install' ';' './node_modules/.bin/webpack --version' ';' 'NODE_ENV=production ./node_modules/.bin/webpack' ';' 'chmod +x ./deploy.sh' ';' './deploy.sh' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=opencharles_charles-search-box_15
+ 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 'sudo apt-get update' ']'
+ cd ..
+ cat
+ '[' true = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo apt-get update' ';' 'sudo apt-get install nodejs' ';' 'sudo apt-get install npm' ';' 'sudo apt-get install jq' ';' 'sudo 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
Version: SKS 1.1.5
gpg: armor header:
Comment: Hostname: keyserver.blupill.com
gpg: armor header:
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) 2.0.22
libgcrypt 1.5.3
Copyright (C) 2013 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, ELG, 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-dmpG/.gpg/pubring.gpg --secret-keyring=/tmp/rultor-dmpG/.gpg/secring.gpg --decrypt repo/dcfg/deployment.txt.asc
Version: GnuPG v2
gpg: armor header:
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
Version: GnuPG v2
gpg: armor header:
gpg: CAST5 encrypted data
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=6.62
++ echo 6.62 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 6.62, low enough to run a new Docker container'
load average is 6.62, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
Trying to pull repository docker.io/yegor256/rultor ... latest: Pulling from yegor256/rultor
Digest: sha256:07ccd421a966092e9b5058f98eb10f4a6a58bfdef61b4d3f2f8b3258ba24b3dd
Status: Image is up to date for docker.io/yegor256/rultor:latest

+ docker ps --filter=status=exited
+ grep --quiet '\sopencharles_charles-search-box_15\s*$'
+ ls -al .
total 36
drwx------  3 rultor rultor  105 Feb 13 11:32 .
drwxrwxrwt. 9 root   root   4096 Feb 13 11:32 ..
-rw-rw-r--  1 rultor rultor   41 Feb 13 11:32 deployment.txt
-rwxrwxr-x  1 rultor rultor  162 Feb 13 11:32 entry.sh
-rw-rw-r--  1 rultor rultor    6 Feb 13 11:32 pid
drwxrwxr-x  5 rultor rultor 4096 Feb 13 11:32 repo
-rwxrwxr-x  1 rultor rultor 3962 Feb 13 11:32 run.sh
-rw-rw-r--  1 rultor rultor  329 Feb 13 11:32 script.sh
-rw-rw-r--  1 rultor rultor 4163 Feb 13 11:32 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-dmpG:/main --env=head=git@github.com:opencharles/charles-search-box.git --env=head_branch=master --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-dmpG/cid -w=/main --name=opencharles_charles-search-box_15 yegor256/rultor /main/entry.sh
Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning.
+ set -e
+ set -o pipefail
+ mkdir /home/r
+ cp -R ./cid ./deployment.txt ./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
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo apt-get update
Hit[http://ppa.launchpad.net trusty InRelease
Ign[http://archive.ubuntu.comttrustyrInRelease
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 http://ppa.launchpad.net 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:3[http://archive.ubuntu.com trusty-updates/main Sources [484 kB]
Get:4[http://archive.ubuntu.comatrusty-updates/restricted]Sourcesd[5,957 B]
Get:5[http://archive.ubuntu.comWtrusty-updates/universe Sources [219 kB]
Get:6[http://archive.ubuntu.comttrusty-updates/mainaamd64%Packagese[1,185 kB]
Hit http://ppa.launchpad.net5trusty/mainiamd64fPackagesrs]
Get:7[http://archive.ubuntu.comttrusty-updates/restricted amd64 Packages [20.4 kB]
Get:8[http://archive.ubuntu.comttrusty-updates/universe amd64 Packages [515 kB]
Get:9[http://archive.ubuntu.comntrusty-security/main Sources [158 kB]
Get:10Whttp://archive.ubuntu.com]trusty-security/restricted Sources [4,667 B]
Get:11Whttp://archive.ubuntu.comntrusty-security/universe Sources [58.9 kB]
Get:12Whttp://archive.ubuntu.comntrusty-security/main amd64 Packages [718 kB]
Get:131http://archive.ubuntu.comntrusty-security/restricted amd64 Packages [17.0 kB]
Get:14Whttp://archive.ubuntu.comitrusty-security/universe amd64 Packages [198 kB]
Hit%http://archive.ubuntu.comitrusty/mainaSources
Hit%http://archive.ubuntu.comotrusty/restricted Sources
Hit%http://archive.ubuntu.comotrusty/universe Sources
Hit%http://archive.ubuntu.comotrusty/main amd64 Packages
Hit%http://archive.ubuntu.comitrusty/restricted amd64 Packages
Hit%http://archive.ubuntu.comitrusty/universe amd64 Packages
Fetchedo3,716]kB,in95sB(683 kB/s)
Reading package lists... Done
+ sudo apt-get install nodejs
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
nodejs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
+ sudo apt-get install npm
Reading package lists... Done
Building dependency tree... 50%
Reading state information... Done
npm is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 26 not upgraded.
+ sudo 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 26 not upgraded.
+ sudo npm install
37;40mnpm0m 0m30;43mWARN0m 0m35mnpm0m npm does not support Node.js v0.10.25
0m37;40mnpm0m 0m30;43mWARN0m 0m35mnpm0m You should probably upgrade to a newer version of node as we
0m37;40mnpm0m 0m30;43mWARN0m 0m35mnpm0m can't make any promises that npm will work with this version.
0m37;40mnpm0m 0m30;43mWARN0m 0m35mnpm0m You can find the latest version at https://nodejs.org/
K?25hcharles-search-box@1.0.0]/home/r/repoll:react-icons::7msill0mm35mlifecycle0mmreact-icons@2.2.K-esK
├─┬ 40m33mbabel-core@6.22.139m49m
│ ├─┬ 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.22.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
│ ├── 40m33mbabel-helpers@6.22.039m49m
│ ├── 40m33mbabel-messages@6.22.039m49m
│ ├─┬ 40m33mbabel-register@6.22.039m49m
│ │ ├── 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.1139m49m
│ ├─┬ 40m33mbabel-runtime@6.22.039m49m
│ │ └── 40m33mregenerator-runtime@0.10.139m49m
│ ├── 40m33mbabel-template@6.22.039m49m
│ ├─┬ 40m33mbabel-traverse@6.22.139m49m
│ │ ├── 40m33mglobals@9.14.039m49m
│ │ └── 40m33minvariant@2.2.239m49m
│ ├─┬ 40m33mbabel-types@6.22.039m49m
│ │ └── 40m33mto-fast-properties@1.0.239m49m
│ ├── 40m33mbabylon@6.15.039m49m
│ ├── 40m33mconvert-source-map@1.3.039m49m
│ ├─┬ 40m33mdebug@2.6.139m49m
│ │ └── 40m33mms@0.7.239m49m
│ ├── 40m33mjson5@0.5.139m49m
│ ├── 40m33mlodash@4.17.439m49m
│ ├─┬ 40m33mminimatch@3.0.339m49m
│ │ └─┬ 40m33mbrace-expansion@1.1.639m49m
│ │   ├── 40m33mbalanced-match@0.4.239m49m
│ │   └── 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.2.1039m49m
│ ├─┬ 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.1639m49m
│ │ ├── 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.22.039m49m
│ ├─┬ 40m33mbabel-helper-function-name@6.22.039m49m
│ │ └── 40m33mbabel-helper-get-function-arity@6.22.039m49m
│ └── 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.22.039m49m
│ ├── 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.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-classes@6.22.039m49m
│ │ ├── 40m33mbabel-helper-define-map@6.22.039m49m
│ │ ├── 40m33mbabel-helper-optimise-call-expression@6.22.039m49m
│ │ └── 40m33mbabel-helper-replace-supers@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-computed-properties@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-destructuring@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-duplicate-keys@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-for-of@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-function-name@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-literals@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-modules-amd@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-modules-commonjs@6.22.039m49m
│ │ └── 40m33mbabel-plugin-transform-strict-mode@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-modules-systemjs@6.22.039m49m
│ │ └── 40m33mbabel-helper-hoist-variables@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-modules-umd@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-object-super@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-parameters@6.22.039m49m
│ │ └── 40m33mbabel-helper-call-delegate@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-shorthand-properties@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-spread@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-sticky-regex@6.22.039m49m
│ │ └── 40m33mbabel-helper-regex@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-template-literals@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-es2015-typeof-symbol@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-es2015-unicode-regex@6.22.039m49m
│ │ └─┬ 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.22.039m49m
│   └── 40m33mregenerator-transform@0.9.839m49m
├─┬ 40m33mbabel-preset-react@6.22.039m49m
│ ├── 40m33mbabel-plugin-syntax-flow@6.18.039m49m
│ ├── 40m33mbabel-plugin-syntax-jsx@6.18.039m49m
│ ├── 40m33mbabel-plugin-transform-flow-strip-types@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-react-display-name@6.22.039m49m
│ ├─┬ 40m33mbabel-plugin-transform-react-jsx@6.22.039m49m
│ │ └── 40m33mbabel-helper-builder-react-jsx@6.22.039m49m
│ ├── 40m33mbabel-plugin-transform-react-jsx-self@6.22.039m49m
│ └── 40m33mbabel-plugin-transform-react-jsx-source@6.22.039m49m
├─┬ 40m33mbabel-preset-stage-0@6.22.039m49m
│ ├─┬ 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.22.039m49m
│   ├─┬ 40m33mbabel-plugin-transform-class-constructor-call@6.22.039m49m
│   │ └── 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.22.039m49m
│     ├── 40m33mbabel-plugin-syntax-dynamic-import@6.18.039m49m
│     ├─┬ 40m33mbabel-plugin-transform-decorators@6.22.039m49m
│     │ └─┬ 40m33mbabel-helper-explode-class@6.22.039m49m
│     │   └── 40m33mbabel-helper-bindify-decorators@6.22.039m49m
│     └─┬ 40m33mbabel-preset-stage-3@6.22.039m49m
│       ├── 40m33mbabel-plugin-syntax-trailing-function-commas@6.22.039m49m
│       ├─┬ 40m33mbabel-plugin-transform-async-generator-functions@6.22.039m49m
│       │ ├── 40m33mbabel-helper-remap-async-to-generator@6.22.039m49m
│       │ └── 40m33mbabel-plugin-syntax-async-generators@6.13.039m49m
│       ├─┬ 40m33mbabel-plugin-transform-async-to-generator@6.22.039m49m
│       │ └── 40m33mbabel-plugin-syntax-async-functions@6.13.039m49m
│       ├─┬ 40m33mbabel-plugin-transform-exponentiation-operator@6.22.039m49m
│       │ ├─┬ 40m33mbabel-helper-builder-binary-assignment-operator-visitor@6.22.039m49m
│       │ │ └── 40m33mbabel-helper-explode-assignable-expression@6.22.039m49m
│       │ └── 40m33mbabel-plugin-syntax-exponentiation-operator@6.13.039m49m
│       └─┬ 40m33mbabel-plugin-transform-object-rest-spread@6.22.039m49m
│         └── 40m33mbabel-plugin-syntax-object-rest-spread@6.13.039m49m
├── 40m33mjquery@3.1.139m49m
├─┬ 40m33mreact@0.14.839m49m
│ ├─┬ 40m33menvify@3.4.139m49m
│ │ ├─┬ 40m33mjstransform@11.0.339m49m
│ │ │ ├── 40m33mbase62@1.1.239m49m
│ │ │ ├─┬ 40m33mcommoner@0.10.839m49m
│ │ │ │ ├─┬ 40m33mcommander@2.9.039m49m
│ │ │ │ │ └── 40m33mgraceful-readlink@1.0.139m49m
│ │ │ │ ├─┬ 40m33mdetective@4.3.239m49m
│ │ │ │ │ └── 40m33mdefined@1.0.039m49m
│ │ │ │ ├─┬ 40m33mglob@5.0.1539m49m
│ │ │ │ │ ├─┬ 40m33minflight@1.0.639m49m
│ │ │ │ │ │ └── 40m33mwrappy@1.0.239m49m
│ │ │ │ │ └── 40m33monce@1.4.039m49m
│ │ │ │ ├── 40m33miconv-lite@0.4.1539m49m
│ │ │ │ ├── 40m33mq@1.4.139m49m
│ │ │ │ └─┬ 40m33mrecast@0.11.2139m49m
│ │ │ │   ├── 40m33mast-types@0.9.539m49m
│ │ │ │   └── 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.1.139m49m
│   │ └── 40m33masap@2.0.539m49m
│   ├── 40m33mua-parser-js@0.7.1239m49m
│   └── 40m33mwhatwg-fetch@0.9.039m49m
├── 40m33mreact-dom@0.14.839m49m
├─┬ 40m33mreact-icons@2.2.339m49m
│ └── 40m33mreact-icon-base@2.0.439m49m
├─┬ 40m33mwebpack@1.14.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.239m49m
│ │   ├── 40m33mbuffer-shims@1.0.039m49m
│ │   ├── 40m33mcore-util-is@1.0.239m49m
│ │   ├── 40m33misarray@1.0.039m49m
│ │   ├── 40m33mprocess-nextick-args@1.0.739m49m
│ │   └── 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.939m49m
│ │ ├── 40m33mpunycode@1.4.139m49m
│ │ ├── 40m33mquerystring-es3@0.2.139m49m
│ │ ├── 40m33mstream-browserify@2.0.139m49m
│ │ ├─┬ 40m33mstream-http@2.6.339m49m
│ │ │ ├── 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.6.139m49m
│ │   ├─┬ 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.339m49m
  ├─┬ 40m33mcompression@1.6.239m49m
  │ ├─┬ 40m33maccepts@1.3.339m49m
  │ │ └── 40m33mnegotiator@0.6.139m49m
  │ ├── 40m33mbytes@2.3.039m49m
  │ ├─┬ 40m33mcompressible@2.0.939m49m
  │ │ └── 40m33mmime-db@1.26.039m49m
  │ ├─┬ 40m33mdebug@2.2.039m49m
  │ │ └── 40m33mms@0.7.139m49m
  │ ├── 40m33mon-headers@1.0.139m49m
  │ └── 40m33mvary@1.1.039m49m
  ├── 40m33mconnect-history-api-fallback@1.3.039m49m
  ├─┬ 40m33mexpress@4.14.139m49m
  │ ├── 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.2.039m49m
  │ │ └── 40m33mms@0.7.139m49m
  │ ├── 40m33mdepd@1.1.039m49m
  │ ├── 40m33mencodeurl@1.0.139m49m
  │ ├── 40m33mescape-html@1.0.339m49m
  │ ├── 40m33metag@1.7.039m49m
  │ ├─┬ 40m33mfinalhandler@0.5.139m49m
  │ │ ├─┬ 40m33mdebug@2.2.039m49m
  │ │ │ └── 40m33mms@0.7.139m49m
  │ │ ├── 40m33mstatuses@1.3.139m49m
  │ │ └── 40m33munpipe@1.0.039m49m
  │ ├── 40m33mfresh@0.3.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.339m49m
  │ │ ├── 40m33mforwarded@0.1.039m49m
  │ │ └── 40m33mipaddr.js@1.2.039m49m
  │ ├── 40m33mqs@6.2.039m49m
  │ ├── 40m33mrange-parser@1.2.039m49m
  │ ├─┬ 40m33msend@0.14.239m49m
  │ │ ├─┬ 40m33mdebug@2.2.039m49m
  │ │ │ └── 40m33mms@0.7.139m49m
  │ │ └── 40m33mdestroy@1.0.439m49m
  │ ├── 40m33mserve-static@1.11.239m49m
  │ ├─┬ 40m33mtype-is@1.6.1439m49m
  │ │ └── 40m33mmedia-typer@0.3.039m49m
  │ └── 40m33mutils-merge@1.0.039m49m
  ├─┬ 40m33mhttp-proxy-middleware@0.17.339m49m
  │ ├─┬ 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.139m49m
  │   ├── 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.639m49m
  │   │ ├── 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.039m49m
  │   ├── 40m33mis-extglob@1.0.039m49m
  │   ├─┬ 40m33mkind-of@3.1.039m49m
  │   │ └── 40m33mis-buffer@1.1.439m49m
  │   ├── 40m33mnormalize-path@2.0.139m49m
  │   ├─┬ 40m33mobject.omit@2.0.139m49m
  │   │ ├─┬ 40m33mfor-own@0.1.439m49m
  │   │ │ └── 40m33mfor-in@0.1.639m49m
  │   │ └── 40m33mis-extendable@0.1.139m49m
  │   ├─┬ 40m33mparse-glob@3.0.439m49m
  │   │ ├── 40m33mglob-base@0.3.039m49m
  │   │ └── 40m33mis-dotfile@1.0.239m49m
  │   └─┬ 40m33mregex-cache@0.4.339m49m
  │     ├── 40m33mis-equal-shallow@0.1.339m49m
  │     └── 40m33mis-primitive@2.0.039m49m
  ├── 40m33mopen@0.0.539m49m
  ├─┬ 40m33mserve-index@1.8.039m49m
  │ ├── 40m33mbatch@0.5.339m49m
  │ ├─┬ 40m33mdebug@2.2.039m49m
  │ │ └── 40m33mms@0.7.139m49m
  │ ├─┬ 40m33mhttp-errors@1.5.139m49m
  │ │ └── 40m33msetprototypeof@1.0.239m49m
  │ └── 40m33mmime-types@2.1.1439m49m
  ├─┬ 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.239m49m
  │ ├─┬ 40m33meventsource@0.1.639m49m
  │ │ └─┬ 40m33moriginal@1.0.039m49m
  │ │   └── 40m33murl-parse@1.0.539m49m
  │ ├── 40m33mfaye-websocket@0.11.139m49m
  │ ├── 40m33minherits@2.0.339m49m
  │ ├── 40m33mjson3@3.3.239m49m
  │ └─┬ 40m33murl-parse@1.1.739m49m
  │   └── 40m33mquerystringify@0.0.439m49m
  ├── 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.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.0.17: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
0m+ ./node_modules/.bin/webpack --version
Hash: 1md6052e98f10d95c2292b22m
Version: webpack 1m1.14.022m
Time: 1m470722mms
         1mAsset22m     1mSize22m  1mChunks22m  1m22m           1mChunk Names22m
1m32mcharles.min.js39m22m  2.56 MB       1m022m  1m32m[emitted]39m22m  main
    + 168 hidden modules
+ NODE_ENV=production
+ ./node_modules/.bin/webpack
Hash: 1ma764cb221ab9043c399e22m
Version: webpack 1m1.14.022m
Time: 1m731422mms
         1mAsset22m    1mSize22m  1mChunks22m  1m22m           1mChunk Names22m
1m32mcharles.min.js39m22m  475 kB       1m022m  1m32m[emitted]39m22m  main
    + 168 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:10179,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]
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  641k  100  641k    0     0  5297k      0 --:--:-- --:--:-- --:--:-- 5302k
{
  "content": {
    "name": "charles.min.js",
    "path": "js/charles/charles.min.js",
    "sha": "a22173f645a9f7704ae25338160554f6de9d5ba8",
    "size": 474706,
    "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/a22173f645a9f7704ae25338160554f6de9d5ba8",
    "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/a22173f645a9f7704ae25338160554f6de9d5ba8",
      "html": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/js/charles/charles.min.js"
    }
  },
  "commit": {
    "sha": "105e7adefbf2aafa0b03e0311905644cdc169232",
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/105e7adefbf2aafa0b03e0311905644cdc169232",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/105e7adefbf2aafa0b03e0311905644cdc169232",
    "author": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-02-13T11:33:45Z"
    },
    "committer": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-02-13T11:33:45Z"
    },
    "tree": {
      "sha": "afe6cf0a1f03de3a374866739dfa439c9e242aa6",
      "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/trees/afe6cf0a1f03de3a374866739dfa439c9e242aa6"
    },
    "message": "deploy new build",
    "parents": [
      {
        "sha": "9f71c0f99f21b56f3c6fdefb761039fe6e72bed7",
        "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/9f71c0f99f21b56f3c6fdefb761039fe6e72bed7",
        "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/9f71c0f99f21b56f3c6fdefb761039fe6e72bed7"
      }
    ]
  }
}
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4834  100  4834    0     0   106k      0 --:--:-- --:--:-- --:--:--  107k
{
  "content": {
    "name": "charles_light.css",
    "path": "css/charles/charles_light.css",
    "sha": "1c98998ed444769f891a8d62c9c764897b6c04bc",
    "size": 2731,
    "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/1c98998ed444769f891a8d62c9c764897b6c04bc",
    "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/1c98998ed444769f891a8d62c9c764897b6c04bc",
      "html": "https://github.com/amihaiemil/amihaiemil.github.io/blob/master/css/charles/charles_light.css"
    }
  },
  "commit": {
    "sha": "03912a17d0c4d5074a98c82421a5367287bc9d8f",
    "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/03912a17d0c4d5074a98c82421a5367287bc9d8f",
    "html_url": "https://github.com/amihaiemil/amihaiemil.github.io/commit/03912a17d0c4d5074a98c82421a5367287bc9d8f",
    "author": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-02-13T11:33:46Z"
    },
    "committer": {
      "name": "Mihai Emil Andronache",
      "email": "amihaiemil@gmail.com",
      "date": "2017-02-13T11:33:46Z"
    },
    "tree": {
      "sha": "afe6cf0a1f03de3a374866739dfa439c9e242aa6",
      "url": "https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/trees/afe6cf0a1f03de3a374866739dfa439c9e242aa6"
    },
    "message": "deploy css light&quot;,
    &quot;parents&quot;: [
      {
        &quot;sha&quot;: &quot;105e7adefbf2aafa0b03e0311905644cdc169232&quot;,
        &quot;url&quot;: &quot;https://api.github.com/repos/amihaiemil/amihaiemil.github.io/git/commits/105e7adefbf2aafa0b03e0311905644cdc169232&quot;,
        &quot;html_url&quot;: &quot;https://github.com/amihaiemil/amihaiemil.github.io/commit/105e7adefbf2aafa0b03e0311905644cdc169232&quot;
      }
    ]
  }
}
+ mv /home/r/repo .
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
container 2be5e645d233e9747bff8699c3648536d94ab38568b391735aee091a50dd5e42 is dead
Mon Feb 13 11:33:55 UTC 2017