openshift-eng / elliott

Apache License 2.0
15 stars 28 forks source link

Support showing go version for releases/nightlies #543

Closed thegreyd closed 11 months ago

thegreyd commented 1 year ago

Since we're supporting different go versions in a payload with canonical_builders_from_upstream config option, it's useful to get builder info for all images in a payload to compare.

I extracted out code from verify-payload to get nvrs from payload, so it could be used here as well.

Test:

openshift-bot commented 1 year ago

Build #1

.package create: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package
.package installdeps: setuptools>=65.5.1, setuptools_scm[toml]>=6.2
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 create: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38
py38 installdeps: .[tests]
py38 inst: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev48+ged24b34.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev48%2Bged24b34.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3789288376'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.....................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.................................................Bug(s) ['OCPBUGS-4', 'OCPBUGS-6', 'OCPBUGS-5'] have CVE in description but do not have TrackerBug labels. Please investigate.
...........F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7fadfcd54760>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fadfcd54760>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 174 tests in 0.977s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #2

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev49+gc4796fa.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev49%2Bgc4796fa.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='541545565'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.....................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.................................................Bug(s) ['OCPBUGS-4', 'OCPBUGS-5', 'OCPBUGS-6'] have CVE in description but do not have TrackerBug labels. Please investigate.
...........F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f9dc16bd910>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f9dc16bd910>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 174 tests in 1.076s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
joepvd commented 1 year ago

Very nice! Looks mergable to me as soon as the tests succeed.

Two ideas that crossed my mind while reading this:

openshift-bot commented 1 year ago

Build #3

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev52+gee2d714.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev52%2Bgee2d714.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='2708700286'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.....................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.................................................Bug(s) ['OCPBUGS-5', 'OCPBUGS-6', 'OCPBUGS-4'] have CVE in description but do not have TrackerBug labels. Please investigate.
...........F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f0b6a00f7c0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f0b6a00f7c0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 174 tests in 1.074s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #4

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev53+gce3c8fc.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev53%2Bgce3c8fc.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='576787388'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f43be63bcd0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f43be63bcd0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.042s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #5

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev54+g2a8ccc9.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev54%2Bg2a8ccc9.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3016417057'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7ff161bab4c0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7ff161bab4c0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.051s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #6

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev57+ge751437.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev57%2Bge751437.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='2352176207'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7efbea32f4c0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7efbea32f4c0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.096s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #7

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev58+g72b180d.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev58%2Bg72b180d.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='878475491'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f4b4702e4c0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f4b4702e4c0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.084s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #8

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev59+gfe857f9.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev59%2Bgfe857f9.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='4186883514'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f9cbe5efa60>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f9cbe5efa60>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.990s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #9

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev61+g505bf70.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev61%2Bg505bf70.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='967003985'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f4e7f025be0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f4e7f025be0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.902s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #10

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev63+g39c0c27.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev63%2Bg39c0c27.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3297639440'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f356cd19550>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f356cd19550>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.958s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #11

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev65+g1af83a7.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev65%2Bg1af83a7.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='1132258596'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f998a9a0430>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f998a9a0430>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.939s

FAILED (failures=2)
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #12

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev76+g92e403b.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev76%2Bg92e403b.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='4272284669'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f5ab02d2ca0>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f5ab02d2ca0>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.926s

FAILED (failures=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #13

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev79+g29bee77.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev79%2Bg29bee77.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='1722374558'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7f9d12a0b430>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f9d12a0b430>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.934s

FAILED (failures=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #14

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev78+g2603bd2.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev78%2Bg2603bd2.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='631077611'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.............................../mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/lib64/python3.8/site-packages/aiohttp/client.py:342: ResourceWarning: Unclosed client session <aiohttp.client.ClientSession object at 0x7fc4fc168d00>
  _warnings.warn(
ResourceWarning: Enable tracemalloc to get the object allocation traceback
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fc4fc168d00>
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 0.924s

FAILED (failures=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #15

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev80+g4805fdf.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev80%2Bg4805fdf.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='130441340'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.116s

FAILED (failures=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #16

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev82+g993b280.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev82%2Bg993b280.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='253279052'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.397s

FAILED (failures=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #17

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev85+gd871ccf.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev85%2Bgd871ccf.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='1229746883'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
.............................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 177 tests in 1.367s

FAILED (failures=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #18

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev87+gc8e41ea.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev87%2Bgc8e41ea.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3110275872'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 12, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.125s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #19

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev88+g87ce126.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.0.15.dev88%2Bg87ce126.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3920538920'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 12, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.134s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #20

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev5+g500e996.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev5%2Bg500e996.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='1494035807'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.127s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #21

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev7+g5b02c2f.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev7%2Bg5b02c2f.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='871141664'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.106s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #22

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev8+g5531779.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev8%2Bg5531779.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='1167635578'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.205s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #23

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev11+g1608bd9.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev11%2Bg1608bd9.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='547838329'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.080s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #24

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev12+gad456f2.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev12%2Bgad456f2.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3806516575'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.044s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #25

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev14+gf420dfb.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev14%2Bgf420dfb.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='4202615773'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.142s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #26

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev16+g7bc3568.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev16%2Bg7bc3568.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='2751689386'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.174s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
Remove builds: find-builds -k image -a 42 -b operand-nvr-1-0 --remove
Add builds: Same command but without --remove and -a `<target_advisory>`
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #27

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev17+g67ea079.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev17%2Bg67ea079.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='3421446760'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 14, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.060s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #28

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev20+g1af518f.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev20%2Bg1af518f.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='4105722021'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 15, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.124s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #29

/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.package/lib/python3.8/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
  config = read_configuration(filepath, True, ignore_option_errors, dist)
py38 inst-nodeps: /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev22+g682bc3e.tar.gz
py38 installed: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool==1.30.0,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject-api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev22%2Bg682bc3e.tar.gz,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing-extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wrapt==1.15.0,yarl==1.9.1
py38 run-test-pre: PYTHONHASHSEED='374326498'
py38 run-test: commands[0] | coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
.......................changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..changed 123 from status1 to status2
.123 is already on status1
.changed 123 from status1 to status2
..........................................E.E....................F.F.....................................
======================================================================
ERROR: tests.test_find_bugs_kernel_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_cli.py", line 11, in <module>
    from elliottlib.cli.find_bugs_kernel_cli import FindBugsKernelCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_cli.py", line 15, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
ERROR: tests.test_find_bugs_kernel_clones_cli (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_find_bugs_kernel_clones_cli
Traceback (most recent call last):
  File "/usr/lib64/python3.8/unittest/loader.py", line 436, in _find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib64/python3.8/unittest/loader.py", line 377, in _get_module_from_name
    __import__(name)
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_find_bugs_kernel_clones_cli.py", line 9, in <module>
    from elliottlib.cli.find_bugs_kernel_clones_cli import FindBugsKernelClonesCli
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/cli/find_bugs_kernel_clones_cli.py", line 13, in <module>
    from elliottlib.config_model import KernelBugSweepConfig
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/elliottlib/config_model.py", line 3, in <module>
    from pydantic import BaseModel, Field
ModuleNotFoundError: No module named 'pydantic'

======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 179 tests in 1.286s

FAILED (failures=2, errors=2)
To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
ERROR: InvocationError for command /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38/bin/coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ (exited with code 1)
___________________________________ summary ____________________________________
ERROR:   py38: commands failed
openshift-bot commented 1 year ago

Build #30

py38: install_deps> python -I -m pip install '.[tests]'
.pkg: install_requires> python -I -m pip install 'setuptools>=65.5.1' 'setuptools_scm[toml]>=6.2'
.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: freeze> python -m pip freeze --all
.pkg: packaging==23.1,pip==23.1.2,setuptools==68.0.0,setuptools-scm==7.1.0,tomli==2.0.1,typing_extensions==4.7.1,wheel==0.40.0
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
py38: install_package_deps> python -I -m pip install 'aiohttp[speedups]>=3.6' 'click>=8.1.3' 'errata-tool@ git+https://github.com/red-hat-storage/errata-tool@v1.31.0' future 'jira>=3.4.1' 'koji>=1.18' 'pydantic~=1.10.7' pygit2==1.10.1 'python-bugzilla>=3.2' pyyaml requests 'requests-gssapi~=1.2.3' ruamel.yaml semver tenacity
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev24+g3e4dcee.tar.gz
py38: freeze> python -m pip freeze --all
py38: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool @ git+https://github.com/red-hat-storage/errata-tool@2fd4c8b5e26d13eae73557e1621f922a57b2acf6,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,pip==23.1.2,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pydantic==1.10.11,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject_api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/1/rh-elliott-2.1.1.dev24%2Bg3e4dcee.tar.gz#sha256=07d4a39ad039267fdbba923d7ed541accf5e588dacd8f594cdb3485476b48fca,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,setuptools==68.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing_extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wheel==0.40.0,wrapt==1.15.0,yarl==1.9.1
py38: commands[0]> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
...........................................................................................................F.F...............................To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
......
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 194 tests in 1.217s

FAILED (failures=2)
py38: exit 1 (2.54 seconds) /mnt/workspace/jenkins/working/art-tools_elliott_PR-543> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ pid=264
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  py38: FAIL code 1 (22.10=setup[19.56]+cmd[2.54] seconds)
  evaluation failed :( (22.43 seconds)
openshift-bot commented 1 year ago

Build #31

.pkg: recreate env because dependencies removed: setuptools_scm[toml]>=6.2
.pkg: remove tox env folder /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.pkg
.pkg: install_requires> python -I -m pip install 'setuptools>=65.5.1'
.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/2/rh-elliott-0.0.0.tar.gz
py38: freeze> python -m pip freeze --all
py38: aiodns==3.0.0,aiohttp==3.8.4,aiosignal==1.3.1,astroid==2.15.4,async-timeout==4.0.2,asynctest==0.13.0,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.0,cchardet==2.1.7,certifi==2022.12.7,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.1.0,click==8.1.3,colorama==0.4.6,coverage==7.2.3,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.6,distlib==0.3.6,errata-tool @ git+https://github.com/red-hat-storage/errata-tool@2fd4c8b5e26d13eae73557e1621f922a57b2acf6,exceptiongroup==1.1.1,filelock==3.12.0,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.3.3,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.0,jsonpath-rw==1.4.0,koji==1.32.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,mock==5.0.2,multidict==6.0.4,mypy==1.2.0,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,pip==23.1.2,platformdirs==3.2.0,pluggy==1.0.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pydantic==1.10.11,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.2,pyproject_api==1.5.1,pytest==7.3.1,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0,requests==2.28.2,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==0.10.1,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/2/rh-elliott-0.0.0.tar.gz#sha256=970faa21ebc9cacb4d4e705a721d075e551571f8f12b9ce6aeb651ccc880a3d2,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.7,semver==3.0.0,setuptools==68.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.11.7,tox==4.4.12,typing_extensions==4.5.0,urllib3==1.26.15,virtualenv==20.22.0,wheel==0.40.0,wrapt==1.15.0,yarl==1.9.1
py38: commands[0]> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
...........................................................................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
----------------------------------------------------------------------
Ran 194 tests in 1.264s

FAILED (failures=2)
py38: exit 1 (2.85 seconds) /mnt/workspace/jenkins/working/art-tools_elliott_PR-543> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ pid=75
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  py38: FAIL code 1 (10.22=setup[7.37]+cmd[2.85] seconds)
  evaluation failed :( (10.59 seconds)
openshift-bot commented 1 year ago

Build #32

py38: recreate env because python changed virtualenv version='20.24.0'->'20.24.2'
py38: remove tox env folder /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38
py38: install_deps> python -I -m pip install '.[tests]'
.pkg: recreate env because python changed virtualenv version='20.24.0'->'20.24.2'
.pkg: remove tox env folder /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.pkg
.pkg: install_requires> python -I -m pip install 'setuptools>=65.5.1'
.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
py38: install_package_deps> python -I -m pip install 'aiohttp[speedups]>=3.6' 'click>=8.1.3' 'errata-tool@ git+https://github.com/red-hat-storage/errata-tool@v1.31.0' future 'jira>=3.4.1' 'koji>=1.18' 'pydantic~=1.10.7' pygit2==1.10.1 'python-bugzilla>=3.2' pyyaml requests 'requests-gssapi~=1.2.3' ruamel.yaml semver tenacity
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/3/rh-elliott-0.0.0.tar.gz
py38: commands[0]> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
...........................................................................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
----------------------------------------------------------------------
Ran 194 tests in 1.365s

FAILED (failures=2)
py38: exit 1 (2.45 seconds) /mnt/workspace/jenkins/working/art-tools_elliott_PR-543> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ pid=225
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  py38: FAIL code 1 (35.96=setup[33.51]+cmd[2.45] seconds)
  evaluation failed :( (36.23 seconds)
openshift-bot commented 1 year ago

Build #33

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.2.1,setuptools==68.0.0,wheel==0.41.0
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/4/rh-elliott-0.0.0.tar.gz
py38: freeze> python -m pip freeze --all
py38: aiodns==3.0.0,aiohttp==3.8.5,aiosignal==1.3.1,astroid==2.15.6,async-timeout==4.0.2,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.1,cchardet==2.1.7,certifi==2023.7.22,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.2.0,click==8.1.6,colorama==0.4.6,coverage==7.2.7,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.7,distlib==0.3.7,errata-tool @ git+https://github.com/red-hat-storage/errata-tool@2fd4c8b5e26d13eae73557e1621f922a57b2acf6,exceptiongroup==1.1.2,filelock==3.12.2,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.4.0,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.2,jsonpath-rw==1.4.0,koji==1.33.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,multidict==6.0.4,mypy==1.4.1,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,pip==23.2.1,platformdirs==3.9.1,pluggy==1.2.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pydantic==1.10.12,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.5,pyproject-api==1.5.3,pytest==7.4.0,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0.1,requests==2.31.0,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==1.0.0,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/4/rh-elliott-0.0.0.tar.gz#sha256=c7262b28767d787dc28a7d049f08f5821352ffc1ef62529c46159a8c14629623,ruamel.yaml==0.17.32,ruamel.yaml.clib==0.2.7,semver==3.0.1,setuptools==68.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.12.0,tox==4.6.4,typing_extensions==4.7.1,urllib3==2.0.4,virtualenv==20.24.2,wheel==0.41.0,wrapt==1.15.0,yarl==1.9.2
py38: commands[0]> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
...........................................................................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
----------------------------------------------------------------------
Ran 194 tests in 1.343s

FAILED (failures=2)
py38: exit 1 (2.85 seconds) /mnt/workspace/jenkins/working/art-tools_elliott_PR-543> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ pid=68
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  py38: FAIL code 1 (10.12=setup[7.26]+cmd[2.85] seconds)
  evaluation failed :( (10.43 seconds)
openshift-bot commented 1 year ago

Build #34

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.2.1,setuptools==68.0.0,wheel==0.41.0
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/5/rh-elliott-0.0.0.tar.gz
py38: freeze> python -m pip freeze --all
py38: aiodns==3.0.0,aiohttp==3.8.5,aiosignal==1.3.1,astroid==2.15.6,async-timeout==4.0.2,attrs==23.1.0,Brotli==1.0.9,cachetools==5.3.1,cchardet==2.1.7,certifi==2023.7.22,cffi==1.15.1,chardet==5.1.0,charset-normalizer==3.2.0,click==8.1.6,colorama==0.4.6,coverage==7.2.7,decorator==5.1.1,defusedxml==0.7.1,dill==0.3.7,distlib==0.3.7,errata-tool @ git+https://github.com/red-hat-storage/errata-tool@2fd4c8b5e26d13eae73557e1621f922a57b2acf6,exceptiongroup==1.1.2,filelock==3.12.2,flake8==6.0.0,flexmock==0.11.3,frozenlist==1.4.0,future==0.18.3,gssapi==1.8.2,idna==3.4,iniconfig==2.0.0,isort==5.12.0,jira==3.5.2,jsonpath-rw==1.4.0,koji==1.33.1,lazy-object-proxy==1.9.0,mccabe==0.7.0,multidict==6.0.4,mypy==1.4.1,mypy-extensions==1.0.0,oauthlib==3.2.2,packaging==23.1,pip==23.2.1,platformdirs==3.9.1,pluggy==1.2.0,ply==3.11,pycares==4.3.0,pycodestyle==2.10.0,pycparser==2.21,pydantic==1.10.12,pyflakes==3.0.1,pygit2==1.10.1,pylint==2.17.5,pyproject-api==1.5.3,pytest==7.4.0,python-bugzilla==3.2.0,python-dateutil==2.8.2,PyYAML==6.0.1,requests==2.31.0,requests-gssapi==1.2.3,requests-oauthlib==1.3.1,requests-toolbelt==1.0.0,rh-elliott @ file:///mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/5/rh-elliott-0.0.0.tar.gz#sha256=f8b1cc8eb14da6f568c3e3b369800997208e6d1dd51a700bdf00cfb621fdd4cc,ruamel.yaml==0.17.32,ruamel.yaml.clib==0.2.7,semver==3.0.1,setuptools==68.0.0,six==1.16.0,tenacity==8.2.2,tomli==2.0.1,tomlkit==0.12.0,tox==4.6.4,typing_extensions==4.7.1,urllib3==2.0.4,virtualenv==20.24.2,wheel==0.41.0,wrapt==1.15.0,yarl==1.9.2
py38: commands[0]> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
...........................................................................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 194 tests in 1.258s

FAILED (failures=2)
To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
py38: exit 1 (2.63 seconds) /mnt/workspace/jenkins/working/art-tools_elliott_PR-543> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ pid=67
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  py38: FAIL code 1 (9.02=setup[6.39]+cmd[2.63] seconds)
  evaluation failed :( (9.34 seconds)
openshift-bot commented 1 year ago

Build #35

.pkg: _optional_hooks> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: get_requires_for_build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
.pkg: freeze> python -m pip freeze --all
.pkg: pip==23.2.1,setuptools==68.0.0,wheel==0.41.0
.pkg: build_sdist> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
py38: recreate env because dependencies removed: errata-tool@ git+https://github.com/red-hat-storage/errata-tool@v1.31.0
py38: remove tox env folder /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/py38
py38: install_deps> python -I -m pip install '.[tests]'
py38: install_package_deps> python -I -m pip install 'aiohttp[speedups]>=3.6' 'click>=8.1.3' 'errata-tool~=1.31.0' future 'jira>=3.4.1' 'koji>=1.18' 'pydantic~=1.10.7' pygit2==1.10.1 'python-bugzilla>=3.2' pyyaml requests 'requests-gssapi~=1.2.3' ruamel.yaml semver tenacity
py38: install_package> python -I -m pip install --force-reinstall --no-deps /mnt/workspace/jenkins/working/art-tools_elliott_PR-543/.tox/.tmp/package/7/rh-elliott-0.0.0.tar.gz
py38: commands[0]> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/
..............................................Cannot find any corresponding flaw bugs for these trackers: [13]. These trackers do not have a valid whiteboard component value: [12].
..BZ 9 is ignored because its status was MODIFIED at the moment of sweep cutoff (2021-06-30 12:30:00), however its status changed back to ['ASSIGNED'] afterwards
...........................................................................................................F.F.....................................
======================================================================
FAIL: test_get_golang_versions_advisory (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 34, in test_get_golang_versions_advisory
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_get_golang_versions_nvrs (tests.test_get_golang_versions_cli.TestGetGolangVersionsCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/workspace/jenkins/working/art-tools_elliott_PR-543/tests/test_get_golang_versions_cli.py", line 51, in test_get_golang_versions_nvrs
    self.assertEqual(result.exit_code, 0)
AssertionError: 1 != 0

To fix missing builds in other advisories:
elliott move-builds -k image --from 42 --to <target_advisory> --only operand-nvr-1-0
----------------------------------------------------------------------
Ran 194 tests in 1.258s

FAILED (failures=2)
py38: exit 1 (2.29 seconds) /mnt/workspace/jenkins/working/art-tools_elliott_PR-543> coverage run --branch --source elliottlib -m unittest discover -t . -s tests/ pid=131
.pkg: _exit> python /home/art/.local/lib/python3.8/site-packages/pyproject_api/_backend.py True setuptools.build_meta
  py38: FAIL code 1 (32.00=setup[29.71]+cmd[2.29] seconds)
  evaluation failed :( (32.41 seconds)