Skip to content

Instantly share code, notes, and snippets.

@maabed
Last active April 8, 2018 02:48
Show Gist options
  • Select an option

  • Save maabed/d5fffb82a004ab92f926 to your computer and use it in GitHub Desktop.

Select an option

Save maabed/d5fffb82a004ab92f926 to your computer and use it in GitHub Desktop.

Revisions

  1. maabed revised this gist Oct 19, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ INFO: Node version not specified in package.json, using latest stable version.
    INFO: Initializing Node v0.10.32
    INFO: Running npm install.
    INFO: Registry: http://registry.npmjs.org
    npm WARN package.json UX-List@0.0.1 No repository field.
    npm WARN package.json user@0.0.1 No repository field.
    npm WARN engine [email protected]: wanted: {"node":"~0.8.0"} (current: {"node":"0.10.32","npm":"1.4.28"})

    > [email protected] install /mnt/data/1/node_modules/bcrypt
  2. maabed created this gist Oct 19, 2014.
    454 changes: 454 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,454 @@
    INFO: Attaching persistent storage.
    INFO: Extracting source code to application environment.
    INFO: Found package.json file: /package.json
    INFO: Node version not specified in package.json, using latest stable version.
    INFO: Initializing Node v0.10.32
    INFO: Running npm install.
    INFO: Registry: http://registry.npmjs.org
    npm WARN package.json [email protected] No repository field.
    npm WARN engine [email protected]: wanted: {"node":"~0.8.0"} (current: {"node":"0.10.32","npm":"1.4.28"})

    > [email protected] install /mnt/data/1/node_modules/bcrypt
    > node-gyp rebuild

    make: Entering directory `/mnt/data/1/node_modules/bcrypt/build'
    CXX(target) Release/obj.target/bcrypt_lib/src/blowfish.o
    CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt.o
    CXX(target) Release/obj.target/bcrypt_lib/src/bcrypt_node.o
    SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node
    SOLINK_MODULE(target) Release/obj.target/bcrypt_lib.node: Finished
    COPY Release/bcrypt_lib.node
    make: Leaving directory `/mnt/data/1/node_modules/bcrypt/build'

    > [email protected] install /mnt/data/1/node_modules/contextify
    > node-gyp rebuild

    make: Entering directory `/mnt/data/1/node_modules/contextify/build'
    CXX(target) Release/obj.target/contextify/src/contextify.o
    SOLINK_MODULE(target) Release/obj.target/contextify.node
    SOLINK_MODULE(target) Release/obj.target/contextify.node: Finished
    COPY Release/contextify.node
    make: Leaving directory `/mnt/data/1/node_modules/contextify/build'

    > [email protected] install /mnt/data/1/node_modules/usage
    > node-gyp rebuild

    make: Entering directory `/mnt/data/1/node_modules/usage/build'
    CXX(target) Release/obj.target/sysinfo/src/binding.o
    SOLINK_MODULE(target) Release/obj.target/sysinfo.node
    SOLINK_MODULE(target) Release/obj.target/sysinfo.node: Finished
    COPY Release/sysinfo.node
    make: Leaving directory `/mnt/data/1/node_modules/usage/build'

    > [email protected] install /mnt/data/1/node_modules/fibers
    > node ./build.js

    `linux-x64-v8-3.14` exists; testing
    Binary is fine; exiting
    [email protected] node_modules/methods

    [email protected] node_modules/uid2

    [email protected] node_modules/domelementtype

    [email protected] node_modules/ms

    [email protected] node_modules/assert-plus

    [email protected] node_modules/bindings

    [email protected] node_modules/json-stringify-safe

    [email protected] node_modules/cookiejar

    [email protected] node_modules/stream-counter

    [email protected] node_modules/combined-stream

    [email protected] node_modules/cookie-signature

    [email protected] node_modules/pause

    [email protected] node_modules/range-parser

    [email protected] node_modules/isarray

    [email protected] node_modules/inherits

    [email protected] node_modules/fresh

    [email protected] node_modules/xoauth2

    [email protected] node_modules/aws-sign2

    [email protected] node_modules/forever-agent

    [email protected] node_modules/keypress

    [email protected] node_modules/string_decoder

    [email protected] node_modules/qs

    [email protected] node_modules/bytes

    [email protected] node_modules/oauth-sign

    [email protected] node_modules/form-data

    [email protected] node_modules/buffer-crc32

    [email protected] node_modules/uglify-to-browserify

    [email protected] node_modules/batch

    [email protected] node_modules/stringstream

    [email protected] node_modules/tunnel-agent

    [email protected] node_modules/punycode

    [email protected] node_modules/next-tick

    [email protected] node_modules/amdefine

    [email protected] node_modules/emitter-component

    [email protected] node_modules/core-util-is

    [email protected] node_modules/cryptiles

    [email protected] node_modules/cookie

    [email protected] node_modules/stream-buffers

    [email protected] node_modules/send

    [email protected] node_modules/mimelib-noiconv

    [email protected] node_modules/compressible

    [email protected] node_modules/lru-cache

    [email protected] node_modules/debug

    [email protected] node_modules/commander

    [email protected] node_modules/xml

    [email protected] node_modules/formatio

    [email protected] node_modules/sntp

    [email protected] node_modules/rai

    [email protected] node_modules/wordwrap

    [email protected] node_modules/juice

    [email protected] node_modules/domutils

    [email protected] node_modules/delayed-stream

    [email protected] node_modules/http-signature

    [email protected] node_modules/samsam

    [email protected] node_modules/underscore

    [email protected] node_modules/html-to-text

    [email protected] node_modules/boom

    [email protected] node_modules/minimist

    [email protected] node_modules/asn1

    [email protected] node_modules/node-uuid

    [email protected] node_modules/negotiator

    [email protected] node_modules/faye-websocket

    [email protected] node_modules/mime

    [email protected] node_modules/cssom

    [email protected] node_modules/readable-stream

    [email protected] node_modules/util

    [email protected] node_modules/raw-body
    └── [email protected]

    [email protected] node_modules/entities

    [email protected] node_modules/async

    [email protected] node_modules/event-emitter

    [email protected] node_modules/slick

    [email protected] node_modules/mime-types

    [email protected] node_modules/he

    [email protected] node_modules/nan

    [email protected] node_modules/domhandler

    [email protected] node_modules/cli-color

    [email protected] node_modules/string

    [email protected] node_modules/optimist

    [email protected] node_modules/hoek

    [email protected] node_modules/rss

    [email protected] node_modules/nwmatcher

    [email protected] node_modules/semver

    [email protected] node_modules/simplesmtp

    [email protected] node_modules/websocket-driver

    [email protected] node_modules/mailcomposer

    [email protected] node_modules/css-stringify

    [email protected] node_modules/htmlparser

    [email protected] node_modules/memoizee

    [email protected] node_modules/tough-cookie

    [email protected] node_modules/source-map

    [email protected] node_modules/superagent
    ├── [email protected]
    └── [email protected]

    [email protected] node_modules/hawk

    [email protected] node_modules/ctype

    [email protected] node_modules/sockjs
    └── [email protected]

    [email protected] node_modules/jsdom

    [email protected] node_modules/request
    ├── [email protected]
    ├── [email protected]
    ├── [email protected]
    └── [email protected]

    [email protected] node_modules/spin.js

    [email protected] node_modules/source-map-support
    └── [email protected]

    [email protected] node_modules/css-parse

    [email protected] node_modules/htmlparser2
    └── [email protected]

    [email protected] node_modules/connect

    [email protected] node_modules/underscore.string

    [email protected] node_modules/sanitize-html
    └── [email protected] ([email protected], [email protected])

    [email protected] node_modules/formidable

    [email protected] node_modules/uglify-js
    ├── [email protected]
    └── [email protected]

    [email protected] node_modules/mailchimp
    └── [email protected]

    [email protected] node_modules/lodash

    [email protected] node_modules/bson
    └── [email protected]

    [email protected] node_modules/es5-ext

    [email protected] node_modules/later

    [email protected] node_modules/handlebars
    ├── [email protected]
    └── [email protected]

    [email protected] node_modules/sinon

    [email protected] node_modules/cssstyle
    └── [email protected]

    [email protected] node_modules/useragent

    [email protected] node_modules/multiparty

    [email protected] node_modules/mongodb

    [email protected] node_modules/bcrypt
    └── [email protected]

    [email protected] node_modules/contextify
    └── [email protected]

    [email protected] node_modules/usage
    └── [email protected]

    [email protected] node_modules/fibers
    INFO: Main file specified in package.json: main.js
    INFO: Starting application.
    [MailChimp] Error: MailChimp Options have not been set in your settings.json file.
    1
    SyncedCron: scheduled "Schedule newsletter" next run @Sun Oct 19 2014 11:25:48 GMT+0000 (UTC)
    [2014-10-19T11:25:48.656Z] Application started with pid 829
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined
    Exception in queued task: MongoError: Can't canonicalize query: BadValue bad sort specification
    at Object.Future.wait (/mnt/data/1/node_modules/fibers/future.js:326:15)
    at _.extend._nextObject (packages/mongo/mongo_driver.js:858)
    at _.extend.forEach (packages/mongo/mongo_driver.js:892)
    at _.extend.getRawObjects (packages/mongo/mongo_driver.js:941)
    at _.extend._pollMongo (packages/mongo/polling_observe_driver.js:144)
    at Object.task (packages/mongo/polling_observe_driver.js:85)
    at _.extend._run (packages/meteor/fiber_helpers.js:145)
    at packages/meteor/fiber_helpers.js:123
    - - - - -
    at Object.toError (/mnt/data/1/node_modules/mongodb/lib/mongodb/utils.js:110:11)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:54
    at Cursor.close (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:969:5)
    at commandHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/cursor.js:686:21)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/db.js:1843:9
    at Server.Base._callHandler (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)
    at /mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:468:18
    at MongoReply.parseBody (/mnt/data/1/node_modules/mongodb/lib/mongodb/responses/mongo_reply.js:68:5)
    at null.<anonymous> (/mnt/data/1/node_modules/mongodb/lib/mongodb/connection/server.js:426:20)
    at emit (events.js:95:17) undefined