Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mlainez
Created December 18, 2012 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlainez/4329252 to your computer and use it in GitHub Desktop.
Save mlainez/4329252 to your computer and use it in GitHub Desktop.
info: Welcome to Nodejitsu xxxxx
info: jitsu v0.11.4, node v0.8.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in scripts/server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /var/lib/jenkins/jobs/xxxxx/workspace/package.json
data:
data: {
data: scripts: { start: 'scripts/server.js', test: 'cucumber.js -f pretty -t ~@todo,@done-domain -t ~@wip && WORLD_TYPE=api cucumber.js -f pretty -t ~@todo,@done-api -t ~@wip && jasmine-node .' },
data: dependencies: {
data: request: '~2.12.0',
data: Faker: '~0.1.3',
data: devnull: '0.0.9',
data: async: '~0.1.22',
data: q: '~0.8.11',
data: express: '~3.0.4',
data: coffee-script: '~1.4.0',
data: nano: '~3.3.4',
data: node-uuid: '~1.4.0'
data: },
data: name: 'xxxxx',
data: license: 'TBD',
data: main: 'index.js',
data: description: 'xxxxx ==============',
data: version: '0.0.0-12',
data: subdomain: 'xxxxx',
data: devDependencies: { jasmine-node: '~1.0.26', cucumber: '~0.3.0' },
data: private: true,
data: repository: { url: 'git://github.com/xxxxx/xxxxx.git', type: 'git' },
data: author: 'xxxxx <info@xxxxx.net>',
data: engines: { node: '0.8.x' }
data: }
data:
info: Creating snapshot 0.0.0-12
string_decoder.js:117
var i = (buffer.length >= 3) ? 3 : buffer.length;
^
TypeError: Cannot read property 'length' of null
at StringDecoder.detectIncompleteChar (string_decoder.js:117:18)
at StringDecoder.write (string_decoder.js:87:28)
at Interface._normalWrite (readline.js:297:30)
at Interface.write (readline.js:290:49)
at ProgressBar.tick (/usr/local/nvm/v0.8.15/lib/node_modules/jitsu/node_modules/progress/lib/node-progress.js:114:11)
at EventEmitter.package.updateTarball.old (/usr/local/nvm/v0.8.15/lib/node_modules/jitsu/lib/jitsu/package.js:443:25)
at EventEmitter.emit (events.js:96:17)
at Timer.<anonymous> (/usr/local/nvm/v0.8.15/lib/node_modules/jitsu/node_modules/nodejitsu-api/lib/client/client.js:185:19)
at Timer.exports.setInterval.timer.ontimeout (timers.js:234:14)
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment