Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI currently broken #679

Closed
richardlau opened this issue Feb 15, 2019 · 5 comments
Closed

Travis CI currently broken #679

richardlau opened this issue Feb 15, 2019 · 5 comments

Comments

@richardlau
Copy link
Member

Travis CI runs on master and recent PRs have test failures.

e.g. https://travis-ci.com/nodejs/citgm/branches
image

Build #253:
https://travis-ci.com/nodejs/citgm/jobs/174170189#L462-L496

> citgm@3.4.8 tap /home/travis/build/nodejs/citgm
> tap -J --timeout 240 "test/**/test-*.js" "--coverage" "--coverage-report=lcov"
/home/travis/build/nodejs/citgm/lib/package-manager/test.js:1
ReferenceError: _ad4‍ is not defined
    at Function.__get__ (/home/travis/build/nodejs/citgm/lib/package-manager/test.js:8:21)
    at Object.<anonymous> (/home/travis/build/nodejs/citgm/test/npm/test-npm-author-name.js:8:28)
    at Generator.next (<anonymous>)
/home/travis/build/nodejs/citgm/lib/lookup.js:31
// Pull the repository url either from the lookup table
                    ^
/home/travis/build/nodejs/citgm/lib/lookup.js:1
ReferenceError: _ad4‍ is not defined
    at Function.__get__ (/home/travis/build/nodejs/citgm/lib/lookup.js:31:21)
    at Object.<anonymous> (/home/travis/build/nodejs/citgm/test/test-lookup.js:8:24)
    at Generator.next (<anonymous>)
test/bin/test-citgm-all.js .......................... 18/18 2m
test/bin/test-citgm.js ................................ 8/8 44s
test/npm/test-npm-author-name.js ...................... 0/1
  not ok test/npm/test-npm-author-name.js
    timeout: 240000
    file: test/npm/test-npm-author-name.js
    childId: 2
    command: /home/travis/.nvm/versions/node/v11.8.0/bin/node
    args:
      - '-r'
      - /home/travis/build/nodejs/citgm/node_modules/esm/esm.js
      - test/npm/test-npm-author-name.js
    stdio:
      - 0
      - pipe
      - 2
    cwd: /home/travis/build/nodejs/citgm
    exitCode: 1
@richardlau
Copy link
Member Author

@richardlau
Copy link
Member Author

Okay it looks like it's tap. If I manually rollback to tap@12.4.1 then our tests run cleanly (but fail just like the CI with tap@12.5.2).

@richardlau
Copy link
Member Author

New version of esm has been released to fix the problem: tapjs/tapjs#509 (comment)

Requested a CI run on master: https://travis-ci.com/nodejs/citgm/builds/101177628

@richardlau
Copy link
Member Author

richardlau commented Feb 16, 2019

Well the good news is the original failures appear fixed.

Bad news is we have a test failure (test-npm-install.js) on Node.js 11.10.0 (which comes with a new npm): https://travis-ci.com/nodejs/citgm/jobs/178283173#L468-L869

@richardlau
Copy link
Member Author

Moved the failure with Node.js 11.10.0 over to #680.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant