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

FreeBSD infra failure #2563

Closed
jayaddison opened this issue Mar 10, 2021 · 3 comments
Closed

FreeBSD infra failure #2563

jayaddison opened this issue Mar 10, 2021 · 3 comments

Comments

@jayaddison
Copy link

This issue appears similar in symptom to #1895.

During the FreeBSD build of nodejs/node#37688, there was a build failure in the node-test-commit-freebsd job:

10:43:09 tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'
@jayaddison
Copy link
Author

Ah. A potential underlying cause appears to be an unrelated unit test failure in the same build.

10:36:14 not ok 2833 wpt/test-timers

There is another pull request in the nodejs project that should address that.

@richardlau
Copy link
Member

The tap2junit error can be ignored. It's run with || true so will not fail the build when it fails.

tap2junit -i cctest.tap -o out/junit/cctest.xml || true

Older Node.js releases wrote test results out to cctest.tap and this bit of code converted them to JUnit format for uploading to Jenkins. The more current major versions of Node.js output the cctest.xml file directly.

@jayaddison
Copy link
Author

Thanks @richardlau; I'll go ahead and close this issue.

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

No branches or pull requests

2 participants