The rsyslog Makefile test target has errors
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
rsyslog (Juju Charms Collection) | Status tracked in Precise | |||||
Precise |
Triaged
|
Medium
|
Jorge Niedbalski | |||
Trusty |
Triaged
|
Medium
|
Jorge Niedbalski |
Bug Description
The "test" target of the rsyslog Makefile fails in the automated tests. This causes rsyslog to fail in the report section, we should change the test target to work.
Here is the debug log from the automated tests.
DEBUG:runner:call ['/usr/bin/make', '-s', 'test']
DEBUG:runner:
Downloading/
Running setup.py (path:/
warning: no files found matching '*' under directory 'custom_fixers'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Downloading/
Running setup.py (path:/
Downloading/
Running setup.py (path:/
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/
Running setup.py (path:/
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
Downloading/
Running setup.py (path:/
no previously-included directories found matching 'doc/.build'
Downloading/
Could not find any downloads that satisfy the requirement python-apt (from -r test_requiremen
Some externally hosted files were ignored (use --allow-external python-apt to allow).
Cleaning up...
No distributions at all found for python-apt (from -r test_requiremen
Storing debug log for failure in /tmp/tmpuSymbz
make: *** [test] Error 1
DEBUG:runner:Exit Code: 2
make test
Changed in rsyslog (Charms Trusty): | |
importance: | Undecided → Medium |
assignee: | nobody → Jorge Niedbalski (niedbalski) |
According to the latest test results by charm http:// reports. vapour. ws/charm- tests-by- charm this charm is failing automated testing.
http:// reports. vapour. ws/charm- tests/charm- bundle- test-727- results
We are trying to get all the charms with tests passing. Please take some time to look at the `make lint` and the `make test`targets in the Makefile to get this charm passing the automated tests.