Bug#891539: marked as done (python-murano-pkg-check FTBFS: test failures)

2018-03-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Mar 2018 09:56:10 +
with message-id 
and subject line Bug#891539: fixed in openstack-pkg-tools 72
has caused the Debian Bug report #891539,
regarding python-murano-pkg-check FTBFS: test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-murano-pkg-check
Version: 0.3.0-2
Severity: serious

Some recent change in unstable makes python-murano-pkg-check FTBFS:

https://tests.reproducible-builds.org/debian/history/python-murano-pkg-check.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-murano-pkg-check.html

...
==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_code_structure_checker.py", line 72, in 
test_bad_assigment_case2
self.assertIn('"res" is not valid variable name', p.message)
  File "/usr/lib/python2.7/unittest/case.py", line 804, in assertIn
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
AssertionError: '"res" is not valid variable name' not found in '"$.deploy()" 
is not valid yaql expression'


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_validator_helpers.py", line 27, in tearDown
self.assertEqual(len(problems), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: 2 != 0


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_multiline
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_multiline
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_validator_helpers.py", line 27, in tearDown
self.assertEqual(len(problems), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: 2 != 0


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_simple
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_simple
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_validator_helpers.py", line 27, in tearDown
self.assertEqual(len(problems), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: 1 != 0


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_not_empty
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_not_empty
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_code_structure_checker.py", line 173, in 
test_not_empty
next(self.g).message)
  File "/usr/lib/python2.7/unittest/case.py", line 804, in assertIn
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
AssertionError: 

Bug#891539: marked as done (python-murano-pkg-check FTBFS: test failures)

2018-03-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Mar 2018 21:39:24 +0100
with message-id <93f84993-9ecd-ff0e-fc0e-bfc22dfa7...@debian.org>
and subject line Could not reproduce
has caused the Debian Bug report #891539,
regarding python-murano-pkg-check FTBFS: test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
891539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-murano-pkg-check
Version: 0.3.0-2
Severity: serious

Some recent change in unstable makes python-murano-pkg-check FTBFS:

https://tests.reproducible-builds.org/debian/history/python-murano-pkg-check.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-murano-pkg-check.html

...
==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_code_structure_checker.py", line 72, in 
test_bad_assigment_case2
self.assertIn('"res" is not valid variable name', p.message)
  File "/usr/lib/python2.7/unittest/case.py", line 804, in assertIn
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
AssertionError: '"res" is not valid variable name' not found in '"$.deploy()" 
is not valid yaql expression'


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_bad_assigment_case2
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_validator_helpers.py", line 27, in tearDown
self.assertEqual(len(problems), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: 2 != 0


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_multiline
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_multiline
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_validator_helpers.py", line 27, in tearDown
self.assertEqual(len(problems), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: 2 != 0


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_simple
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_simple
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_validator_helpers.py", line 27, in tearDown
self.assertEqual(len(problems), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: 1 != 0


==
FAIL: 
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_not_empty
muranopkgcheck.tests.test_code_structure_checker.CodeStructureTest.test_not_empty
--
_StringException: Traceback (most recent call last):
  File "muranopkgcheck/tests/test_code_structure_checker.py", line 173, in 
test_not_empty
next(self.g).message)
  File "/usr/lib/python2.7/unittest/case.py", line 804, in assertIn
self.fail(self._formatMessage(msg, standardMsg))
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
raise self.failureException(msg)
AssertionError: 'Statement