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

ImportError: No module named 'tap13' on ubuntu1604_sharedlibs_debug_x64 #1832

Closed
richardlau opened this issue Jun 11, 2019 · 1 comment
Closed

Comments

@richardlau
Copy link
Member

richardlau commented Jun 11, 2019

Recent ubuntu1604_sharedlibs_debug_x64 jobs are failing with the following error:
e.g. https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1604_sharedlibs_debug_x64/13339/console

20:33:15 + mkdir out/junit
20:33:15 + tap2junit -i test.tap -o out/junit/test.xml
20:33:15 Traceback (most recent call last):
20:33:15   File "/usr/local/bin/tap2junit", line 7, in <module>
20:33:15     from tap2junit.__main__ import main
20:33:15   File "/usr/local/lib/python3.5/dist-packages/tap2junit/__main__.py", line 5, in <module>
20:33:15     from tap13 import TAP13 as tap13
20:33:15 ImportError: No module named 'tap13'
20:33:15 POST BUILD TASK : FAILURE
@rvagg
Copy link
Member

rvagg commented Jun 11, 2019

dupe of #1830 I believe, it looks like we have python 3.5 compatibility problems here, but why is this new?

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

2 participants