Skip to content

Instantly share code, notes, and snippets.

@codeithuman
Created January 26, 2016 15:11
Show Gist options
  • Save codeithuman/8fb3fddcff8e5e8a03bb to your computer and use it in GitHub Desktop.
Save codeithuman/8fb3fddcff8e5e8a03bb to your computer and use it in GitHub Desktop.
Warning: Permanently added 'heroku.com' (RSA) to the list of known hosts.
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 33% (1/3)
Compressing objects: 66% (2/3)
Compressing objects: 100% (3/3)
Compressing objects: 100% (3/3), done.
Writing objects: 33% (1/3)
Writing objects: 66% (2/3)
Writing objects: 100% (3/3)
Writing objects: 100% (3/3), 391 bytes | 0 bytes/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching set buildpack https://github.com/gjaldon/heroku-buildpack-phoenix-static.git... done
remote: -----> Phoenix app detected
remote:
remote: -----> Loading configuration and environment
remote: Loading config...
remote: WARNING: phoenix_static_buildpack.config wasn't found in the app
remote: Using default config from Phoenix static buildpack
remote: Will use the following versions:
remote: * Node 5.3.0
remote: Will export the following config vars:
remote: * Config vars DATABASE_URL
remote: * MIX_ENV=prod
remote:
remote: -----> Installing binaries
remote: Downloading node 5.3.0...
remote: Installing node 5.3.0...
remote: Using default npm version
remote:
remote: -----> Building dependencies
remote: Installing and caching node modules
remote: npm WARN install Couldn't install optional dependency: Unsupported
remote: npm WARN prefer global coffee-script@1.9.3 should be installed with -g
remote: 
remote: > brunch@1.8.5 postinstall /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch
remote: > node -e "require('fs').readdir('lib',function(e){e&&require('child_process').exec('npm run prepublish')})"
remote: 
remote: /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082
remote: ├─┬ babel-brunch@5.1.2 
remote: │ ├─┬ anymatch@1.3.0 
remote: │ │ ├── arrify@1.0.1 
remote: │ │ └─┬ micromatch@2.3.7 
remote: │ │ ├─┬ arr-diff@2.0.0 
remote: │ │ │ └── arr-flatten@1.0.1 
remote: │ │ ├── array-unique@0.2.1 
remote: │ │ ├─┬ braces@1.8.3 
remote: │ │ │ ├─┬ expand-range@1.8.1 
remote: │ │ │ │ └─┬ fill-range@2.2.3 
remote: │ │ │ │ ├── is-number@2.1.0 
remote: │ │ │ │ ├── isobject@2.0.0 
remote: │ │ │ │ ├── randomatic@1.1.5 
remote: │ │ │ │ └── repeat-string@1.5.2 
remote: │ │ │ ├── preserve@0.2.0 
remote: │ │ │ └── repeat-element@1.1.2 
remote: │ │ ├── expand-brackets@0.1.4 
remote: │ │ ├── extglob@0.3.2 
remote: │ │ ├── filename-regex@2.0.0 
remote: │ │ ├── is-extglob@1.0.0 
remote: │ │ ├── is-glob@2.0.1 
remote: │ │ ├─┬ kind-of@3.0.2 
remote: │ │ │ └── is-buffer@1.1.1 
remote: │ │ ├── normalize-path@2.0.1 
remote: │ │ ├─┬ object.omit@2.0.0 
remote: │ │ │ ├─┬ for-own@0.1.3 
remote: │ │ │ │ └── for-in@0.1.4 
remote: │ │ │ └── is-extendable@0.1.1 
remote: │ │ ├─┬ parse-glob@3.0.4 
remote: │ │ │ ├─┬ glob-base@0.3.0 
remote: │ │ │ │ └── glob-parent@2.0.0 
remote: │ │ │ └── is-dotfile@1.0.2 
remote: │ │ └─┬ regex-cache@0.4.2 
remote: │ │ ├── is-equal-shallow@0.1.3 
remote: │ │ └── is-primitive@2.0.0 
remote: │ └─┬ babel-core@5.8.35 
remote: │ ├── babel-plugin-constant-folding@1.0.1 
remote: │ ├── babel-plugin-dead-code-elimination@1.0.2 
remote: │ ├── babel-plugin-eval@1.0.1 
remote: │ ├── babel-plugin-inline-environment-variables@1.0.1 
remote: │ ├── babel-plugin-jscript@1.0.4 
remote: │ ├── babel-plugin-member-expression-literals@1.0.1 
remote: │ ├── babel-plugin-property-literals@1.0.1 
remote: │ ├── babel-plugin-proto-to-assign@1.0.4 
remote: │ ├── babel-plugin-react-constant-elements@1.0.3 
remote: │ ├── babel-plugin-react-display-name@1.0.3 
remote: │ ├── babel-plugin-remove-console@1.0.1 
remote: │ ├── babel-plugin-remove-debugger@1.0.1 
remote: │ ├── babel-plugin-runtime@1.0.7 
remote: │ ├─┬ babel-plugin-undeclared-variables-check@1.0.2 
remote: │ │ └── leven@1.0.2 
remote: │ ├── babel-plugin-undefined-to-void@1.1.6 
remote: │ ├── babylon@5.8.35 
remote: │ ├── bluebird@2.10.2 
remote: │ ├─┬ chalk@1.1.1 
remote: │ │ ├── ansi-styles@2.1.0 
remote: │ │ ├── escape-string-regexp@1.0.4 
remote: │ │ ├─┬ has-ansi@2.0.0 
remote: │ │ │ └── ansi-regex@2.0.0 
remote: │ │ ├── strip-ansi@3.0.0 
remote: │ │ └── supports-color@2.0.0 
remote: │ ├── convert-source-map@1.1.3 
remote: │ ├── core-js@1.2.6 
remote: │ ├─┬ debug@2.2.0 
remote: │ │ └── ms@0.7.1 
remote: │ ├─┬ detect-indent@3.0.1 
remote: │ │ ├── get-stdin@4.0.1 
remote: │ │ └── minimist@1.2.0 
remote: │ ├── esutils@2.0.2 
remote: │ ├── fs-readdir-recursive@0.1.2 
remote: │ ├── globals@6.4.1 
remote: │ ├─┬ home-or-tmp@1.0.0 
remote: │ │ ├── os-tmpdir@1.0.1 
remote: │ │ └── user-home@1.1.1 
remote: │ ├─┬ is-integer@1.0.6 
remote: │ │ └─┬ is-finite@1.0.1 
remote: │ │ └── number-is-nan@1.0.0 
remote: │ ├── js-tokens@1.0.1 
remote: │ ├── json5@0.4.0 
remote: │ ├─┬ line-numbers@0.2.0 
remote: │ │ └── left-pad@0.0.3 
remote: │ ├── lodash@3.10.1 
remote: │ ├─┬ minimatch@2.0.10 
remote: │ │ └─┬ brace-expansion@1.1.2 
remote: │ │ ├── balanced-match@0.3.0 
remote: │ │ └── concat-map@0.0.1 
remote: │ ├─┬ output-file-sync@1.1.1 
remote: │ │ └── xtend@4.0.1 
remote: │ ├── path-exists@1.0.0 
remote: │ ├── path-is-absolute@1.0.0 
remote: │ ├── private@0.1.6 
remote: │ ├─┬ regenerator@0.8.40 
remote: │ │ ├─┬ commoner@0.10.4 
remote: │ │ │ ├── commander@2.9.0 
remote: │ │ │ ├── glob@5.0.15 
remote: │ │ │ ├── iconv-lite@0.4.13 
remote: │ │ │ └── q@1.4.1 
remote: │ │ ├─┬ defs@1.1.1 
remote: │ │ │ ├─┬ alter@0.2.0 
remote: │ │ │ │ └── stable@0.1.5 
remote: │ │ │ ├── ast-traverse@0.1.1 
remote: │ │ │ ├── breakable@1.0.0 
remote: │ │ │ ├── simple-fmt@0.1.0 
remote: │ │ │ ├── simple-is@0.2.0 
remote: │ │ │ ├── stringmap@0.2.2 
remote: │ │ │ ├── stringset@0.2.1 
remote: │ │ │ ├── tryor@0.1.2 
remote: │ │ │ └─┬ yargs@3.27.0 
remote: │ │ │ ├─┬ cliui@2.1.0 
remote: │ │ │ │ ├─┬ center-align@0.1.2 
remote: │ │ │ │ │ ├─┬ align-text@0.1.3 
remote: │ │ │ │ │ │ ├── kind-of@2.0.1 
remote: │ │ │ │ │ │ └── longest@1.0.1 
remote: │ │ │ │ │ └── lazy-cache@0.2.7 
remote: │ │ │ │ └── right-align@0.1.3 
remote: │ │ │ ├─┬ os-locale@1.4.0 
remote: │ │ │ │ └─┬ lcid@1.0.0 
remote: │ │ │ │ └── invert-kv@1.0.0 
remote: │ │ │ ├── window-size@0.1.4 
remote: │ │ │ └── y18n@3.2.0 
remote: │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb 
remote: │ │ ├─┬ recast@0.10.33 
remote: │ │ │ └── ast-types@0.8.12 
remote: │ │ └── through@2.3.8 
remote: │ ├─┬ regexpu@1.3.0 
remote: │ │ ├── esprima@2.7.1 
remote: │ │ ├── regenerate@1.2.1 
remote: │ │ ├── regjsgen@0.2.0 
remote: │ │ └─┬ regjsparser@0.1.5 
remote: │ │ └── jsesc@0.5.0 
remote: │ ├── repeating@1.1.3 
remote: │ ├── resolve@1.1.7 
remote: │ ├── shebang-regex@1.0.0 
remote: │ ├── slash@1.0.0 
remote: │ ├── source-map@0.5.3 
remote: │ ├─┬ source-map-support@0.2.10 
remote: │ │ └── source-map@0.1.32 
remote: │ ├── to-fast-properties@1.0.1 
remote: │ ├── trim-right@1.0.1 
remote: │ └── try-resolve@1.0.1 
remote: ├─┬ brunch@1.8.5 
remote: │ ├── anysort@1.0.1 
remote: │ ├── async-each@0.1.6 
remote: │ ├── async-waterfall@0.1.5 
remote: │ ├─┬ chokidar@1.0.6 
remote: │ │ ├─┬ glob-parent@1.3.0 
remote: │ │ │ └── is-glob@2.0.1 
remote: │ │ ├─┬ is-binary-path@1.0.1 
remote: │ │ │ └── binary-extensions@1.4.0 
remote: │ │ ├── is-glob@1.1.3 
remote: │ │ └─┬ readdirp@1.4.0 
remote: │ │ ├── graceful-fs@4.1.2 
remote: │ │ ├─┬ minimatch@0.2.14 
remote: │ │ │ ├── lru-cache@2.7.3 
remote: │ │ │ └── sigmund@1.0.1 
remote: │ │ └─┬ readable-stream@1.0.33 
remote: │ │ ├── core-util-is@1.0.2 
remote: │ │ ├── inherits@2.0.1 
remote: │ │ ├── isarray@0.0.1 
remote: │ │ └── string_decoder@0.10.31 
remote: │ ├── coffee-script@1.9.3 
remote: │ ├─┬ commander@2.7.1 
remote: │ │ └── graceful-readlink@1.0.1 
remote: │ ├── commonjs-require-definition@0.2.2 
remote: │ ├─┬ debug@2.1.3 
remote: │ │ └── ms@0.7.0 
remote: │ ├─┬ deppack@0.1.5 
remote: │ │ ├─┬ browser-resolve@1.7.2 
remote: │ │ │ └── resolve@1.1.5 
remote: │ │ └─┬ detective@4.3.1 
remote: │ │ ├── acorn@1.2.2 
remote: │ │ └── defined@1.0.0 
remote: │ ├── fcache@0.1.1 
remote: │ ├─┬ init-skeleton@0.4.4 
remote: │ │ ├── ncp@2.0.0 
remote: │ │ └─┬ rimraf@2.3.4 
remote: │ │ └─┬ glob@4.5.3 
remote: │ │ ├─┬ inflight@1.0.4 
remote: │ │ │ └── wrappy@1.0.1 
remote: │ │ └── once@1.3.3 
remote: │ ├─┬ loggy@0.2.2 
remote: │ │ ├── ansi-color@0.2.1 
remote: │ │ ├── date-utils@1.2.18 
remote: │ │ └── growl@1.8.1 
remote: │ ├─┬ mkdirp@0.5.1 
remote: │ │ └── minimist@0.0.8 
remote: │ ├─┬ pushserve@0.1.6 
remote: │ │ ├── commander@2.0.0 
remote: │ │ ├── connect-slashes@0.0.11 
remote: │ │ └─┬ express@3.3.8 
remote: │ │ ├── buffer-crc32@0.2.1 
remote: │ │ ├─┬ commander@1.2.0 
remote: │ │ │ └── keypress@0.1.0 
remote: │ │ ├─┬ connect@2.8.8 
remote: │ │ │ ├── bytes@0.2.0 
remote: │ │ │ ├── formidable@1.0.14 
remote: │ │ │ ├── pause@0.0.1 
remote: │ │ │ ├── qs@0.6.5 
remote: │ │ │ └── uid2@0.0.2 
remote: │ │ ├── cookie@0.1.0 
remote: │ │ ├── cookie-signature@1.0.1 
remote: │ │ ├── fresh@0.2.0 
remote: │ │ ├── methods@0.0.1 
remote: │ │ ├── mkdirp@0.3.5 
remote: │ │ ├── range-parser@0.0.4 
remote: │ │ └─┬ send@0.1.4 
remote: │ │ └── mime@1.2.11 
remote: │ ├── quickly-copy-file@0.1.0 
remote: │ ├─┬ read-components@0.6.1 
remote: │ │ └─┬ component-builder@0.10.1 
remote: │ │ ├── batch@0.2.1 
remote: │ │ ├── component-require@0.3.1 
remote: │ │ ├── cp@0.1.1 
remote: │ │ ├── mkdirp@0.3.4 
remote: │ │ └── string-to-js@0.0.1 
remote: │ └─┬ source-map@0.3.0 
remote: │ └── amdefine@1.0.0 
remote: ├─┬ clean-css-brunch@1.7.2 
remote: │ └─┬ clean-css@3.1.9 
remote: │ ├── commander@2.6.0 
remote: │ └── source-map@0.1.43 
remote: ├── css-brunch@1.7.0 
remote: ├─┬ javascript-brunch@1.7.1 
remote: │ └── esprima@1.0.4 
remote: └─┬ uglify-js-brunch@1.7.8 
remote: └─┬ uglify-js@2.4.24 
remote: ├── async@0.2.10 
remote: ├── source-map@0.1.34 
remote: ├── uglify-to-browserify@1.0.2 
remote: └─┬ yargs@3.5.4 
remote: ├── camelcase@1.2.1 
remote: ├── decamelize@1.1.2 
remote: ├── window-size@0.1.0 
remote: └── wordwrap@0.0.2 
remote: 
remote: npm WARN EPACKAGEJSON build_5c15ad7a975c91a1a7dbcaef7f4d2082 No license field.
remote: 
remote: > brunch@1.8.5 postinstall /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch
remote: > node -e "require('fs').readdir('lib',function(e){e&&require('child_process').exec('npm run prepublish')})"
remote: 
remote: npm WARN prefer global coffee-script@1.9.3 should be installed with -g
remote: brunch@1.8.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch
remote: anymatch@1.3.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/anymatch
remote: arrify@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/arrify
remote: micromatch@2.3.7 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/micromatch
remote: arr-diff@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/arr-diff
remote: arr-flatten@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/arr-flatten
remote: array-unique@0.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/array-unique
remote: braces@1.8.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/braces
remote: expand-range@1.8.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/expand-range
remote: fill-range@2.2.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/fill-range
remote: is-number@2.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-number
remote: kind-of@3.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/kind-of
remote: is-buffer@1.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-buffer
remote: isobject@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/isobject
remote: isarray@0.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/isarray
remote: randomatic@1.1.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/randomatic
remote: repeat-element@1.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/repeat-element
remote: repeat-string@1.5.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/repeat-string
remote: preserve@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/preserve
remote: expand-brackets@0.1.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/expand-brackets
remote: extglob@0.3.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/extglob
remote: is-extglob@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-extglob
remote: filename-regex@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/filename-regex
remote: is-glob@2.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-glob
remote: normalize-path@2.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/normalize-path
remote: object.omit@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/object.omit
remote: for-own@0.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/for-own
remote: for-in@0.1.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/for-in
remote: is-extendable@0.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-extendable
remote: parse-glob@3.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/parse-glob
remote: glob-base@0.3.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/glob-base
remote: glob-parent@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/glob-parent
remote: is-dotfile@1.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-dotfile
remote: regex-cache@0.4.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regex-cache
remote: is-equal-shallow@0.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-equal-shallow
remote: is-primitive@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-primitive
remote: anysort@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/anysort
remote: async-each@0.1.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/async-each
remote: async-waterfall@0.1.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/async-waterfall
remote: chokidar@1.0.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/chokidar
remote: glob-parent@1.3.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/chokidar/node_modules/glob-parent
remote: is-glob@2.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/chokidar/node_modules/glob-parent/node_modules/is-glob
remote: is-binary-path@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-binary-path
remote: binary-extensions@1.4.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/binary-extensions
remote: is-glob@1.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/chokidar/node_modules/is-glob
remote: path-is-absolute@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/path-is-absolute
remote: readdirp@1.4.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/readdirp
remote: graceful-fs@4.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/graceful-fs
remote: minimatch@0.2.14 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/readdirp/node_modules/minimatch
remote: lru-cache@2.7.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/lru-cache
remote: sigmund@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/sigmund
remote: readable-stream@1.0.33 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/readable-stream
remote: core-util-is@1.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/core-util-is
remote: inherits@2.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/inherits
remote: string_decoder@0.10.31 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/string_decoder
remote: coffee-script@1.9.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/coffee-script
remote: commander@2.7.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch/node_modules/commander
remote: graceful-readlink@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/graceful-readlink
remote: commonjs-require-definition@0.2.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/commonjs-require-definition
remote: debug@2.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch/node_modules/debug
remote: ms@0.7.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch/node_modules/ms
remote: deppack@0.1.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/deppack
remote: browser-resolve@1.7.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/browser-resolve
remote: resolve@1.1.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/browser-resolve/node_modules/resolve
remote: detective@4.3.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/detective
remote: acorn@1.2.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/acorn
remote: defined@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/defined
remote: fcache@0.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/fcache
remote: init-skeleton@0.4.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/init-skeleton
remote: mkdirp@0.5.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/mkdirp
remote: minimist@0.0.8 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/mkdirp/node_modules/minimist
remote: ncp@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ncp
remote: rimraf@2.3.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/rimraf
remote: glob@4.5.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/rimraf/node_modules/glob
remote: inflight@1.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/inflight
remote: once@1.3.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/once
remote: wrappy@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/wrappy
remote: minimatch@2.0.10 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/minimatch
remote: brace-expansion@1.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brace-expansion
remote: balanced-match@0.3.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/balanced-match
remote: concat-map@0.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/concat-map
remote: loggy@0.2.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/loggy
remote: ansi-color@0.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ansi-color
remote: date-utils@1.2.18 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/date-utils
remote: growl@1.8.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/growl
remote: pushserve@0.1.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/pushserve
remote: commander@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/pushserve/node_modules/commander
remote: connect-slashes@0.0.11 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/connect-slashes
remote: express@3.3.8 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/express
remote: buffer-crc32@0.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/buffer-crc32
remote: commander@1.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/express/node_modules/commander
remote: keypress@0.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/keypress
remote: connect@2.8.8 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/connect
remote: bytes@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/bytes
remote: cookie@0.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/cookie
remote: cookie-signature@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/cookie-signature
remote: debug@2.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/debug
remote: ms@0.7.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ms
remote: formidable@1.0.14 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/formidable
remote: fresh@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/fresh
remote: methods@0.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/methods
remote: pause@0.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/pause
remote: qs@0.6.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/qs
remote: send@0.1.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/send
remote: mime@1.2.11 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/mime
remote: range-parser@0.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/range-parser
remote: uid2@0.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uid2
remote: mkdirp@0.3.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/express/node_modules/mkdirp
remote: quickly-copy-file@0.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/quickly-copy-file
remote: read-components@0.6.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/read-components
remote: component-builder@0.10.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/component-builder
remote: batch@0.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/batch
remote: component-require@0.3.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/component-require
remote: cp@0.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/cp
remote: mkdirp@0.3.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/component-builder/node_modules/mkdirp
remote: string-to-js@0.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/string-to-js
remote: source-map@0.3.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/brunch/node_modules/source-map
remote: amdefine@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/amdefine
remote: babel-brunch@5.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-brunch
remote: babel-core@5.8.35 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-core
remote: babel-plugin-constant-folding@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-constant-folding
remote: babel-plugin-dead-code-elimination@1.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-dead-code-elimination
remote: babel-plugin-eval@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-eval
remote: babel-plugin-inline-environment-variables@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-inline-environment-variables
remote: babel-plugin-jscript@1.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-jscript
remote: babel-plugin-member-expression-literals@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-member-expression-literals
remote: babel-plugin-property-literals@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-property-literals
remote: babel-plugin-proto-to-assign@1.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-proto-to-assign
remote: lodash@3.10.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/lodash
remote: babel-plugin-react-constant-elements@1.0.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-react-constant-elements
remote: babel-plugin-react-display-name@1.0.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-react-display-name
remote: babel-plugin-remove-console@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-remove-console
remote: babel-plugin-remove-debugger@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-remove-debugger
remote: babel-plugin-runtime@1.0.7 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-runtime
remote: babel-plugin-undeclared-variables-check@1.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-undeclared-variables-check
remote: leven@1.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/leven
remote: babel-plugin-undefined-to-void@1.1.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babel-plugin-undefined-to-void
remote: babylon@5.8.35 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/babylon
remote: bluebird@2.10.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/bluebird
remote: chalk@1.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/chalk
remote: ansi-styles@2.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ansi-styles
remote: escape-string-regexp@1.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/escape-string-regexp
remote: has-ansi@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/has-ansi
remote: ansi-regex@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ansi-regex
remote: strip-ansi@3.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/strip-ansi
remote: supports-color@2.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/supports-color
remote: convert-source-map@1.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/convert-source-map
remote: core-js@1.2.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/core-js
remote: detect-indent@3.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/detect-indent
remote: get-stdin@4.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/get-stdin
remote: minimist@1.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/minimist
remote: repeating@1.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/repeating
remote: is-finite@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-finite
remote: number-is-nan@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/number-is-nan
remote: esutils@2.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/esutils
remote: fs-readdir-recursive@0.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/fs-readdir-recursive
remote: globals@6.4.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/globals
remote: home-or-tmp@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/home-or-tmp
remote: os-tmpdir@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/os-tmpdir
remote: user-home@1.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/user-home
remote: is-integer@1.0.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/is-integer
remote: js-tokens@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/js-tokens
remote: json5@0.4.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/json5
remote: line-numbers@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/line-numbers
remote: left-pad@0.0.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/left-pad
remote: output-file-sync@1.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/output-file-sync
remote: xtend@4.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/xtend
remote: path-exists@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/path-exists
remote: private@0.1.6 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/private
remote: regenerator@0.8.40 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regenerator
remote: commoner@0.10.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/commoner
remote: commander@2.9.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/commander
remote: glob@5.0.15 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/glob
remote: iconv-lite@0.4.13 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/iconv-lite
remote: q@1.4.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/q
remote: recast@0.10.33 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/recast
remote: ast-types@0.8.12 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ast-types
remote: esprima-fb@15001.1001.0-dev-harmony-fb /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/esprima-fb
remote: source-map@0.5.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/source-map
remote: defs@1.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/defs
remote: alter@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/alter
remote: stable@0.1.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/stable
remote: ast-traverse@0.1.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/ast-traverse
remote: breakable@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/breakable
remote: simple-fmt@0.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/simple-fmt
remote: simple-is@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/simple-is
remote: stringmap@0.2.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/stringmap
remote: stringset@0.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/stringset
remote: tryor@0.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/tryor
remote: yargs@3.27.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/yargs
remote: camelcase@1.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/camelcase
remote: cliui@2.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/cliui
remote: center-align@0.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/center-align
remote: align-text@0.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/align-text
remote: kind-of@2.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/align-text/node_modules/kind-of
remote: longest@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/longest
remote: lazy-cache@0.2.7 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/lazy-cache
remote: right-align@0.1.3 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/right-align
remote: wordwrap@0.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/wordwrap
remote: decamelize@1.1.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/decamelize
remote: os-locale@1.4.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/os-locale
remote: lcid@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/lcid
remote: invert-kv@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/invert-kv
remote: window-size@0.1.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/window-size
remote: y18n@3.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/y18n
remote: through@2.3.8 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/through
remote: regexpu@1.3.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regexpu
remote: esprima@2.7.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regexpu/node_modules/esprima
remote: regenerate@1.2.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regenerate
remote: regjsgen@0.2.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regjsgen
remote: regjsparser@0.1.5 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/regjsparser
remote: jsesc@0.5.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/jsesc
remote: resolve@1.1.7 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/resolve
remote: shebang-regex@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/shebang-regex
remote: slash@1.0.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/slash
remote: source-map-support@0.2.10 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/source-map-support
remote: source-map@0.1.32 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/source-map-support/node_modules/source-map
remote: to-fast-properties@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/to-fast-properties
remote: trim-right@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/trim-right
remote: try-resolve@1.0.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/try-resolve
remote: clean-css-brunch@1.7.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/clean-css-brunch
remote: clean-css@3.1.9 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/clean-css
remote: commander@2.6.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/clean-css/node_modules/commander
remote: source-map@0.1.43 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/clean-css/node_modules/source-map
remote: css-brunch@1.7.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/css-brunch
remote: javascript-brunch@1.7.1 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/javascript-brunch
remote: esprima@1.0.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/javascript-brunch/node_modules/esprima
remote: uglify-js-brunch@1.7.8 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uglify-js-brunch
remote: uglify-js@2.4.24 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uglify-js
remote: async@0.2.10 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/async
remote: source-map@0.1.34 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uglify-js/node_modules/source-map
remote: uglify-to-browserify@1.0.2 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uglify-to-browserify
remote: yargs@3.5.4 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uglify-js/node_modules/yargs
remote: window-size@0.1.0 /tmp/build_5c15ad7a975c91a1a7dbcaef7f4d2082/node_modules/uglify-js/node_modules/window-size
remote: npm WARN package.json @ No license field.
remote: Running default compile
remote: 26 Jan 15:06:04 - info: compiled 3 files into 2 files, copied 3 in 1253ms
remote: /tmp/buildpack20160126-163-9n4lk/compile: line 2: mix: command not found
remote:
remote: -----> Finalizing build
remote: Creating runtime environment
remote: -----> Fetching set buildpack https://github.com/HashNuke/heroku-buildpack-elixir.git... done
remote: -----> elixir app detected
remote: -----> Checking Erlang and Elixir versions
remote: Will use the following versions:
remote: * Stack cedar-14
remote: * Erlang 18.1
remote: * Elixir 1.2.0 
remote: Will export the following config vars:
remote: * Config vars DATABASE_URL
remote: * MIX_ENV=prod
remote: -----> Cleaning all cache to force rebuilds
remote: -----> Fetching Erlang 18.1
remote: -----> Installing Erlang 18.1 (changed)
remote:
remote: -----> Fetching Elixir v1.2.0
remote: -----> Installing Elixir v1.2.0 (changed)
remote: -----> Installing Hex
remote: * creating /app/.mix/archives/hex-0.10.3.ez
remote: -----> Installing rebar
remote: * creating /app/.mix/rebar
remote: * creating /app/.mix/rebar3
remote: -----> Fetching app dependencies with mix
remote: Running dependency resolution
remote: * Getting phoenix (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/phoenix-1.1.3.tar)
remote: Using locally cached package
remote: * Getting phoenix_ecto (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/phoenix_ecto-2.0.1.tar)
remote: Using locally cached package
remote: * Getting postgrex (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/postgrex-0.11.0.tar)
remote: Using locally cached package
remote: * Getting phoenix_html (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/phoenix_html-2.4.0.tar)
remote: Using locally cached package
remote: * Getting cowboy (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/cowboy-1.0.4.tar)
remote: Using locally cached package
remote: * Getting cowlib (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/cowlib-1.0.2.tar)
remote: Using locally cached package
remote: * Getting ranch (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/ranch-1.2.1.tar)
remote: Using locally cached package
remote: * Getting plug (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/plug-1.1.0.tar)
remote: Using locally cached package
remote: * Getting decimal (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/decimal-1.1.1.tar)
remote: Using locally cached package
remote: * Getting db_connection (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/db_connection-0.2.1.tar)
remote: Using locally cached package
remote: * Getting connection (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/connection-1.0.2.tar)
remote: Using locally cached package
remote: * Getting ecto (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/ecto-1.1.3.tar)
remote: Using locally cached package
remote: * Getting poolboy (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/poolboy-1.5.1.tar)
remote: Using locally cached package
remote: * Getting poison (Hex package)
remote: Checking package (https://s3.amazonaws.com/s3.hex.pm/tarballs/poison-1.5.2.tar)
remote: Using locally cached package
remote: -----> Copying hex from /app/.mix/archives/hex-0.10.3.ez
remote: -----> Compiling
remote: ==> connection
remote: Compiled lib/connection.ex
remote: Generated connection app
remote: ==> ranch (compile)
remote: Compiled src/ranch_transport.erl
remote: Compiled src/ranch_acceptor.erl
remote: Compiled src/ranch_listener_sup.erl
remote: Compiled src/ranch_acceptors_sup.erl
remote: Compiled src/ranch_protocol.erl
remote: Compiled src/ranch_app.erl
remote: Compiled src/ranch_sup.erl
remote: Compiled src/ranch_conns_sup.erl
remote: Compiled src/ranch_tcp.erl
remote: Compiled src/ranch_ssl.erl
remote: Compiled src/ranch.erl
remote: Compiled src/ranch_server.erl
remote: ==> poolboy (compile)
remote: Compiled src/poolboy_worker.erl
remote: Compiled src/poolboy_sup.erl
remote: Compiled src/poolboy.erl
remote: ==> decimal
remote: Compiled lib/decimal.ex
remote: Generated decimal app
remote: ==> poison
remote: Compiled lib/poison.ex
remote: Compiled lib/poison/decoder.ex
remote: Compiled lib/poison/parser.ex
remote: Compiled lib/poison/encoder.ex
remote: Generated poison app
remote: ==> db_connection
remote: Compiled lib/db_connection/app.ex
remote: Compiled lib/db_connection/backoff.ex
remote: Compiled lib/db_connection/error.ex
remote: Compiled lib/db_connection/log_entry.ex
remote: Compiled lib/db_connection.ex
remote: Compiled lib/db_connection/ownership/manager.ex
remote: Compiled lib/db_connection/ownership/owner_supervisor.ex
remote: Compiled lib/db_connection/ownership/pool.ex
remote: Compiled lib/db_connection/ownership/owner.ex
remote: Compiled lib/db_connection/ownership/pool_supervisor.ex
remote: Compiled lib/db_connection/pool.ex
remote: Compiled lib/db_connection/ownership.ex
remote: Compiled lib/db_connection/poolboy.ex
remote: Compiled lib/db_connection/poolboy/worker.ex
remote: Compiled lib/db_connection/connection.ex
remote: Compiled lib/db_connection/query.ex
remote: Compiled lib/db_connection/sojourn/broker.ex
remote: Compiled lib/db_connection/sojourn.ex
remote: Compiled lib/db_connection/sojourn/pool.ex
remote: Compiled lib/db_connection/sojourn/supervisor.ex
remote: Compiled lib/db_connection/sojourn/starter.ex
remote: Compiled lib/db_connection/sojourn/timeout.ex
remote: Compiled lib/db_connection/watcher.ex
remote: Compiled lib/db_connection/task.ex
remote: Generated db_connection app
remote: ==> cowlib (compile)
remote: Compiled src/cow_date.erl
remote: Compiled src/cow_spdy.erl
remote: Compiled src/cow_mimetypes.erl
remote: Compiled src/cow_http_hd.erl
remote: Compiled src/cow_http.erl
remote: Compiled src/cow_cookie.erl
remote: Compiled src/cow_http_te.erl
remote: Compiled src/cow_multipart.erl
remote: Compiled src/cow_qs.erl
remote: ==> cowboy (compile)
remote: Compiled src/cowboy_sub_protocol.erl
remote: Compiled src/cowboy_middleware.erl
remote: Compiled src/cowboy.erl
remote: Compiled src/cowboy_clock.erl
remote: Compiled src/cowboy_websocket.erl
remote: Compiled src/cowboy_http.erl
remote: Compiled src/cowboy_rest.erl
remote: Compiled src/cowboy_sup.erl
remote: Compiled src/cowboy_loop_handler.erl
remote: Compiled src/cowboy_handler.erl
remote: Compiled src/cowboy_spdy.erl
remote: Compiled src/cowboy_app.erl
remote: Compiled src/cowboy_http_handler.erl
remote: Compiled src/cowboy_static.erl
remote: Compiled src/cowboy_bstr.erl
remote: Compiled src/cowboy_websocket_handler.erl
remote: Compiled src/cowboy_router.erl
remote: Compiled src/cowboy_protocol.erl
remote: Compiled src/cowboy_req.erl
remote: ==> plug
remote: Compiled lib/plug.ex
remote: Compiled lib/plug/adapters/cowboy.ex
remote: Compiled lib/plug/builder.ex
remote: Compiled lib/plug/conn/adapter.ex
remote: Compiled lib/plug/conn/cookies.ex
remote: Compiled lib/plug/conn/query.ex
remote: Compiled lib/plug/conn/status.ex
remote: Compiled lib/plug/conn/unfetched.ex
remote: Compiled lib/plug/conn/utils.ex
remote: Compiled lib/plug/conn/wrapper_error.ex
remote: Compiled lib/plug/crypto.ex
remote: Compiled lib/plug/crypto/key_generator.ex
remote: Compiled lib/plug/crypto/message_encryptor.ex
remote: Compiled lib/plug/adapters/test/conn.ex
remote: Compiled lib/plug/adapters/translator.ex
remote: Compiled lib/plug/adapters/cowboy/handler.ex
remote: Compiled lib/plug/crypto/message_verifier.ex
remote: Compiled lib/plug/error_handler.ex
remote: Compiled lib/plug/exceptions.ex
remote: Compiled lib/plug/conn.ex
remote: Compiled lib/plug/csrf_protection.ex
remote: Compiled lib/plug/head.ex
remote: Compiled lib/plug/html.ex
remote: Compiled lib/plug/logger.ex
remote: Compiled lib/plug/method_override.ex
remote: Compiled lib/plug/debugger.ex
remote: Compiled lib/plug/parsers.ex
remote: Compiled lib/plug/parsers/json.ex
remote: Compiled lib/plug/parsers/urlencoded.ex
remote: Compiled lib/plug/request_id.ex
remote: Compiled lib/plug/router.ex
remote: Compiled lib/plug/router/utils.ex
remote: Compiled lib/plug/session.ex
remote: Compiled lib/plug/session/store.ex
remote: Compiled lib/plug/session/ets.ex
remote: Compiled lib/plug/session/cookie.ex
remote: Compiled lib/plug/ssl.ex
remote: Compiled lib/plug/static.ex
remote: Compiled lib/plug/supervisor.ex
remote: Compiled lib/plug/test.ex
remote: Compiled lib/plug/upload.ex
remote: Compiled lib/plug/parsers/multipart.ex
remote: Compiled lib/plug/adapters/cowboy/conn.ex
remote: Compiled lib/plug/mime.ex
remote: Generated plug app
remote: ==> phoenix_html
remote: Compiled lib/phoenix_html/engine.ex
remote: Compiled lib/phoenix_html.ex
remote: Compiled lib/phoenix_html/format.ex
remote: Compiled lib/phoenix_html/tag.ex
remote: Compiled lib/phoenix_html/link.ex
remote: Compiled lib/phoenix_html/safe.ex
remote: Compiled lib/phoenix_html/form_data.ex
remote: Compiled lib/phoenix_html/form.ex
remote: Generated phoenix_html app
remote: ==> phoenix
remote: Compiled lib/mix/tasks/compile.phoenix.ex
remote: Compiled lib/mix/tasks/phoenix.digest.ex
remote: Compiled lib/mix/phoenix.ex
remote: Compiled lib/mix/tasks/phoenix.gen.channel.ex
remote: Compiled lib/mix/tasks/phoenix.gen.json.ex
remote: Compiled lib/mix/tasks/phoenix.gen.html.ex
remote: Compiled lib/mix/tasks/phoenix.gen.secret.ex
remote: Compiled lib/mix/tasks/phoenix.routes.ex
remote: Compiled lib/mix/tasks/phoenix.gen.model.ex
remote: Compiled lib/mix/tasks/phoenix.server.ex
remote: Compiled lib/phoenix.ex
remote: Compiled lib/phoenix/code_reloader/proxy.ex
remote: Compiled lib/phoenix/code_reloader.ex
remote: Compiled lib/phoenix/code_reloader/server.ex
remote: Compiled lib/phoenix/config.ex
remote: Compiled lib/phoenix/controller/pipeline.ex
remote: Compiled lib/phoenix/digester.ex
remote: Compiled lib/phoenix/endpoint/adapter.ex
remote: Compiled lib/phoenix/endpoint.ex
remote: Compiled lib/phoenix/endpoint/cowboy_websocket.ex
remote: Compiled lib/phoenix/endpoint/handler.ex
remote: Compiled lib/phoenix/endpoint/cowboy_handler.ex
remote: Compiled lib/phoenix/endpoint/server.ex
remote: Compiled lib/phoenix/endpoint/watcher.ex
remote: Compiled lib/phoenix/exceptions.ex
remote: Compiled lib/phoenix/naming.ex
remote: Compiled lib/phoenix/pubsub.ex
remote: Compiled lib/phoenix/pubsub/gc.ex
remote: Compiled lib/phoenix/pubsub/local_supervisor.ex
remote: Compiled lib/phoenix/param.ex
remote: Compiled lib/phoenix/pubsub/pg2.ex
remote: Compiled lib/phoenix/pubsub/pg2_server.ex
remote: Compiled lib/phoenix/router/resource.ex
remote: Compiled lib/phoenix/router.ex
remote: Compiled lib/phoenix/router/scope.ex
remote: Compiled lib/phoenix/router/route.ex
remote: Compiled lib/phoenix/router/console_formatter.ex
remote: Compiled lib/phoenix/socket/message.ex
remote: Compiled lib/phoenix/pubsub/local.ex
remote: Compiled lib/phoenix/socket.ex
remote: Compiled lib/phoenix/endpoint/instrument.ex
remote: Compiled lib/phoenix/router/helpers.ex
remote: Compiled lib/phoenix/channel.ex
remote: Compiled lib/phoenix/controller.ex
remote: Compiled lib/phoenix/channel/server.ex
remote: Compiled lib/phoenix/controller/logger.ex
remote: Compiled lib/phoenix/endpoint/render_errors.ex
remote: Compiled lib/phoenix/supervisor.ex
remote: Compiled lib/phoenix/template.ex
remote: Compiled lib/phoenix/socket/transport.ex
remote: Compiled lib/phoenix/template/engine.ex
remote: Compiled lib/phoenix/template/exs_engine.ex
remote: Compiled lib/phoenix/template/eex_engine.ex
remote: Compiled lib/phoenix/template/html.ex
remote: Compiled lib/phoenix/token.ex
remote: Compiled lib/phoenix/test/conn_test.ex
remote: Compiled lib/phoenix/transports/long_poll.ex
remote: Compiled lib/phoenix/transports/serializer.ex
remote: Compiled lib/phoenix/transports/long_poll_serializer.ex
remote: Compiled lib/phoenix/transports/long_poll_server.ex
remote: Compiled lib/phoenix/test/channel_test.ex
remote: Compiled lib/phoenix/transports/websocket_serializer.ex
remote: Compiled lib/phoenix/transports/websocket.ex
remote: Compiled lib/phoenix/view.ex
remote: Generated phoenix app
remote: ==> postgrex
remote: Compiled lib/postgrex/app.ex
remote: Compiled lib/postgrex/binary_extension.ex
remote: Compiled lib/postgrex/binary_utils.ex
remote: Compiled lib/postgrex/builtins.ex
remote: Compiled lib/postgrex/error.ex
remote: Compiled lib/postgrex/extension.ex
remote: Compiled lib/postgrex/extensions/bool.ex
remote: Compiled lib/postgrex/error_code.ex
remote: Compiled lib/postgrex/extensions/date.ex
remote: Compiled lib/postgrex/extensions/float4.ex
remote: Compiled lib/postgrex/extensions/float8.ex
remote: Compiled lib/postgrex/extensions/hstore.ex
remote: Compiled lib/postgrex/extensions/int2.ex
remote: Compiled lib/postgrex/extensions/int4.ex
remote: Compiled lib/postgrex/extensions/int8.ex
remote: Compiled lib/postgrex/extensions/interval.ex
remote: Compiled lib/postgrex/extensions/macaddr.ex
remote: Compiled lib/postgrex/extensions/numeric.ex
remote: Compiled lib/postgrex/extensions/raw.ex
remote: Compiled lib/postgrex/extensions/tid.ex
remote: Compiled lib/postgrex/extensions/time.ex
remote: Compiled lib/postgrex/extensions/timestamp.ex
remote: Compiled lib/postgrex/extensions/uuid.ex
remote: Compiled lib/postgrex/extensions/void.ex
remote: Compiled lib/postgrex/messages.ex
remote: Compiled lib/postgrex/parameters.ex
remote: Compiled lib/postgrex.ex
remote: Compiled lib/postgrex/result.ex
remote: Compiled lib/postgrex/query.ex
remote: Compiled lib/postgrex/notifications.ex
remote: Compiled lib/postgrex/type_info.ex
remote: Compiled lib/postgrex/extensions/record.ex
remote: Compiled lib/postgrex/extensions/range.ex
remote: Compiled lib/postgrex/extensions/oid.ex
remote: Compiled lib/postgrex/extensions/network.ex
remote: Compiled lib/postgrex/extensions/json.ex
remote: Compiled lib/postgrex/extensions/array.ex
remote: Compiled lib/postgrex/type_server.ex
remote: Compiled lib/postgrex/types.ex
remote: Compiled lib/postgrex/protocol.ex
remote: Compiled lib/postgrex/utils.ex
remote: Generated postgrex app
remote: ==> ecto
remote: Compiled lib/ecto/adapter.ex
remote: Compiled lib/ecto/adapter/storage.ex
remote: Compiled lib/ecto/adapter/migration.ex
remote: Compiled lib/ecto/adapter/transaction.ex
remote: Compiled lib/ecto/adapters/connection.ex
remote: Compiled lib/ecto/adapters/mysql/connection.ex
remote: Compiled lib/ecto/adapters/postgres/datetime.ex
remote: Compiled lib/ecto/adapters/sql/query.ex
remote: Compiled lib/ecto/application.ex
remote: Compiled lib/ecto/data_type.ex
remote: Compiled lib/ecto/migration.ex
remote: Compiled lib/ecto/migration/runner.ex
remote: Compiled lib/ecto/exceptions.ex
remote: Compiled lib/ecto/migration/supervisor.ex
remote: Compiled lib/ecto/model.ex
remote: Compiled lib/ecto/migrator.ex
remote: Compiled lib/ecto/model/callbacks.ex
remote: Compiled lib/ecto/model/optimistic_lock.ex
remote: Compiled lib/ecto/poison.ex
remote: Compiled lib/ecto/pool.ex
remote: Compiled lib/ecto/pools/poolboy.ex
remote: Compiled lib/ecto/pools/sojourn_broker.ex
remote: Compiled lib/ecto/pools/poolboy/worker.ex
remote: Compiled lib/ecto/pools/sojourn_broker/codel.ex
remote: Compiled lib/ecto/pools/sojourn_broker/timeout.ex
remote: Compiled lib/ecto/pools/sojourn_broker/worker.ex
remote: Compiled lib/ecto/query/api.ex
remote: Compiled lib/ecto/query.ex
remote: Compiled lib/ecto/query/builder.ex
remote: Compiled lib/ecto.ex
remote: Compiled lib/ecto/changeset/relation.ex
remote: Compiled lib/ecto/adapters/sql.ex
remote: Compiled lib/ecto/embedded.ex
remote: Compiled lib/ecto/adapters/postgres.ex
remote: Compiled lib/ecto/adapters/mysql.ex
remote: Compiled lib/ecto/log_entry.ex
remote: Compiled lib/ecto/adapters/sql/sandbox.ex
remote: Compiled lib/ecto/query/builder/distinct.ex
remote: Compiled lib/ecto/query/builder/filter.ex
remote: Compiled lib/ecto/query/builder/from.ex
remote: Compiled lib/ecto/adapters/postgres/connection.ex
remote: Compiled lib/ecto/query/builder/group_by.ex
remote: Compiled lib/ecto/query/builder/limit_offset.ex
remote: Compiled lib/ecto/query/builder/join.ex
remote: Compiled lib/ecto/query/builder/lock.ex
remote: Compiled lib/ecto/query/builder/order_by.ex
remote: Compiled lib/ecto/query/builder/preload.ex
remote: Compiled lib/ecto/query/builder/select.ex
remote: Compiled lib/ecto/query/builder/update.ex
remote: Compiled lib/ecto/query/inspect.ex
remote: Compiled lib/ecto/queryable.ex
remote: Compiled lib/ecto/query/planner.ex
remote: Compiled lib/ecto/repo/assoc.ex
remote: Compiled lib/ecto/repo.ex
remote: Compiled lib/ecto/repo/preloader.ex
remote: Compiled lib/ecto/repo/supervisor.ex
remote: Compiled lib/ecto/repo/schema.ex
remote: Compiled lib/ecto/storage.ex
remote: Compiled lib/ecto/schema.ex
remote: Compiled lib/ecto/type.ex
remote: Compiled lib/ecto/repo/queryable.ex
remote: Compiled lib/ecto/association.ex
remote: Compiled lib/ecto/uuid.ex
remote: Compiled lib/ecto/changeset.ex
remote: Compiled lib/mix/ecto.ex
remote: Compiled lib/mix/tasks/ecto.create.ex
remote: Compiled lib/mix/tasks/ecto.drop.ex
remote: Compiled lib/ecto/migration/schema_migration.ex
remote: Compiled lib/mix/tasks/ecto.gen.migration.ex
remote: Compiled lib/ecto/date_time.ex
remote: Compiled lib/mix/tasks/ecto.migrate.ex
remote: Compiled lib/mix/tasks/ecto.gen.repo.ex
remote: Compiled lib/mix/tasks/ecto.rollback.ex
remote: Generated ecto app
remote: ==> phoenix_ecto
remote: Compiled lib/phoenix_ecto.ex
remote: Compiled lib/phoenix_ecto/json.ex
remote: Compiled lib/phoenix_ecto/plug.ex
remote: Compiled lib/phoenix_ecto/html.ex
remote: Generated phoenix_ecto app
remote: ==> mm
remote: Compiled lib/mm.ex
remote: Compiled lib/mm/repo.ex
remote: Compiled web/channels/user_socket.ex
remote: Compiled web/web.ex
remote: Compiled web/router.ex
remote: Compiled web/controllers/page_controller.ex
remote: Compiled web/views/layout_view.ex
remote: Compiled lib/mm/endpoint.ex
remote: Compiled web/views/error_view.ex
remote: Compiled web/views/page_view.ex
remote: Generated mm app
remote: Consolidated Poison.Decoder
remote: Consolidated Phoenix.HTML.Safe
remote: Consolidated DBConnection.Query
remote: Consolidated Poison.Encoder
remote: Consolidated Ecto.DataType
remote: Consolidated Ecto.Queryable
remote: Consolidated Phoenix.Param
remote: Consolidated Phoenix.HTML.FormData
remote: Consolidated Plug.Exception
remote: Consolidated List.Chars
remote: Consolidated String.Chars
remote: Consolidated Collectable
remote: Consolidated Enumerable
remote: Consolidated IEx.Info
remote: Consolidated Inspect
remote: -----> Creating .profile.d with env vars
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for buildpack -> web
remote:
remote: -----> Compressing... done, 82.2MB
remote: -----> Launching...
remote: Released v6
remote: https://mm-marketing-prod.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy.... done.
To git@heroku.com:mm-marketing-prod.git
66f331c..d171fab master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment