Skip to content

freebsd couldn't convert tap to xml #1830

Description

@sam-github

python not setup correctly, or something: No module named 'tap13'

Haven't had time to see how consistent it is.

20:01:24 Performing Post build task...
20:01:24 Match found for : : True
20:01:24 Logical operation result is TRUE
20:01:24 Running script  : #/bin/bash -x +e
20:01:24 
20:01:24 mkdir out/junit || true
20:01:24 tap2junit -i test.tap -o out/junit/test.xml
20:01:24 tap2junit -i cctest.tap -o out/junit/cctest.xml || true
20:01:24 [freebsd11-x64] $ /bin/sh -xe /tmp/jenkins28096504523017284.sh
20:01:24 + mkdir out/junit
20:01:24 mkdir: out/junit: File exists
20:01:24 + true
20:01:24 + tap2junit -i test.tap -o out/junit/test.xml
20:01:25 Traceback (most recent call last):
20:01:25   File "/usr/local/bin/tap2junit", line 11, in <module>
20:01:25     load_entry_point('tap2junit==0.1.4', 'console_scripts', 'tap2junit')()
20:01:25   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
20:01:25     return get_distribution(dist).load_entry_point(group, name)
20:01:25   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2843, in load_entry_point
20:01:25     return ep.load()
20:01:25   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2434, in load
20:01:25     return self.resolve()
20:01:25   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2440, in resolve
20:01:25     module = __import__(self.module_name, fromlist=['__name__'], level=0)
20:01:25   File "/usr/local/lib/python3.6/site-packages/tap2junit/__main__.py", line 5, in <module>
20:01:25     from tap13 import TAP13 as tap13
20:01:25 ModuleNotFoundError: No module named 'tap13'

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions