LambCI v0.9.13 triggered on stack "lambci-public"
Looking up keys in lambci-public-config: global, gh/lambci/lambci
Your LambCI version is out of date. Latest is: v0.9.14
$ rm -rf /tmp/lambci/build
$ git clone --depth 5 https://github.com/lambci/lambci.git -b master /tmp/lambci/build/lambci/lambci
Cloning into '/tmp/lambci/build/lambci/lambci'...
$ cd /tmp/lambci/build/lambci/lambci && git checkout -qf 1d3021e1ab253af023f5ac121adabf14e5c6f0e6
Build #73 started...
Branch log: https://lambci-public-buildresults-e3xwlufrwb3i.s3.amazonaws.com/gh/lambci/lambci/branches/master/8f82e6f4df48d23dead65035f625f5c0.html
Branch status img: https://lambci-public-buildresults-e3xwlufrwb3i.s3.amazonaws.com/gh/lambci/lambci/branches/master/2c03c00899d9b188a928a910320eacdc.svg
Build log: https://lambci-public-buildresults-e3xwlufrwb3i.s3.amazonaws.com/gh/lambci/lambci/builds/73/0cb29f7151e71313da528276c6067e6a.html
$ npm install && npm test
nave@1.0.1 node_modules/nave
docker-lambda@0.10.1 node_modules/docker-lambda
async@1.5.2 node_modules/async
ansi_up@1.3.0 node_modules/ansi_up
chai@3.5.0 node_modules/chai
├── assertion-error@1.1.0
├── type-detect@1.0.0
└── deep-eql@0.1.3 (type-detect@0.1.1)
mocha@3.5.3 node_modules/mocha
├── escape-string-regexp@1.0.5
├── browser-stdout@1.3.0
├── growl@1.9.2
├── json3@3.3.2
├── he@1.1.1
├── supports-color@3.1.2 (has-flag@1.0.0)
├── diff@3.2.0
├── debug@2.6.8 (ms@2.0.0)
├── commander@2.9.0 (graceful-readlink@1.0.1)
├── mkdirp@0.5.1 (minimist@0.0.8)
├── lodash.create@3.1.1 (lodash._isiterateecall@3.0.9, lodash._basecreate@3.0.3, lodash._baseassign@3.2.0)
└── glob@7.1.1 (path-is-absolute@1.0.1, inherits@2.0.3, fs.realpath@1.0.0, once@1.4.0, inflight@1.0.6, minimatch@3.0.4)
aws-sdk@2.7.27 node_modules/aws-sdk
├── sax@1.1.5
├── xml2js@0.4.15
├── uuid@3.0.0
├── querystring@0.2.0
├── url@0.10.3 (punycode@1.3.2)
├── jmespath@0.15.0
├── buffer@4.9.1 (ieee754@1.1.12, isarray@1.0.0, base64-js@1.3.0)
├── crypto-browserify@1.0.9
└── xmlbuilder@2.6.2 (lodash@3.5.0)
npm@2.15.11 node_modules/npm
> lambci@0.9.14 test /tmp/lambci/build/lambci/lambci
> mocha
config
default
✓ should build master
✓ should not build other branches
✓ should build pull requests from self if private
✓ should build pull requests from self if public
✓ should not build pull requests from fork if private
✓ should build pull requests from fork if public with restrictions
branch regexes
✓ should match simple regex
✓ should match exact match before regex
✓ should match negative regex
✓ should match regexes in order
✓ should match mixed regexes
files
✓ should load from .lambci.js if overrides and secrets are allowed
✓ should load from .lambci.json if overrides but not secrets are allowed
✓ should not load anything if no overrides are allowed
✓ should load from package.json if no .lambci.json and no inherits
✓ should load from package.json if no .lambci.json with inherits
✓ should load normally if non-existing allowed overrides and no inherits
✓ should load normally if non-existing allowed overrides and inherits
✓ should load normally if existing allowed overrides and no inherits
✓ should load normally if existing allowed overrides and inherits
✓ should ensure require cache is clean before loading from .lambci.js
✓ should ensure require cache is clean before loading from .lambci.json
secret env
✓ should inherit env vars if allowed
✓ should override env vars if allowed
✓ should not inherit env vars if not allowed
✓ should be ok with missing secretEnv if not allowed
✓ should be ok with missing secretEnv if allowed
✓ should be ok with empty secretEnv if not allowed
✓ should be ok with empty secretEnv if allowed
parsers
sns
✓ should parse pull request opened events
✓ should parse pull request synchronize events
✓ should parse push events
✓ should parse delete events
✓ should parse tag events
✓ should parse events if committers have no username
utils
semverCmp
✓ should sort semvers correctly
✓ should ignore build metadata
37 passing (93ms)
Build #73 successful!