Project

General

Profile

Actions

Bug #52070

closed

kmip and barbican tests failing on 'pip install pytz'

Added by Casey Bodley over 2 years ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Urgent
Assignee:
-
Target version:
-
% Done:

100%

Source:
Tags:
crypt kmip barbican
Backport:
octopus pacific
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

barbican: http://qa-proxy.ceph.com/teuthology/cbodley-2021-08-05_16:59:53-rgw-wip-cbodley-testing-distro-basic-smithi/6313323/teuthology.log

2021-08-05T17:21:31.803 DEBUG:teuthology.orchestra.run.smithi007:> cd /home/ubuntu/cephtest/barbican && python3 -m venv .barbicanenv
2021-08-05T17:21:33.320 DEBUG:teuthology.orchestra.run.smithi007:> cd /home/ubuntu/cephtest/barbican && . .barbicanenv/bin/activate && pip install pytz -e /home/ubuntu/cephtest/barbican
2021-08-05T17:21:33.568 INFO:teuthology.orchestra.run.smithi007.stdout:Obtaining file:///home/ubuntu/cephtest/barbican
2021-08-05T17:21:34.529 INFO:teuthology.orchestra.run.smithi007.stdout:Collecting pytz
2021-08-05T17:21:34.581 INFO:teuthology.orchestra.run.smithi007.stderr:  Cache entry deserialization failed, entry ignored
2021-08-05T17:21:34.787 INFO:teuthology.orchestra.run.smithi007.stdout:  Downloading https://files.pythonhosted.org/packages/70/94/784178ca5dd892a98f113cdd923372024dc04b8d40abe77ca76b5fb90ca6/pytz-2021.1-py2.py3-none-any.whl (510kB)
2021-08-05T17:21:34.935 INFO:teuthology.orchestra.run.smithi007.stdout:Collecting alembic>=0.8.10 (from barbican==5.0.1)
2021-08-05T17:21:34.983 INFO:teuthology.orchestra.run.smithi007.stderr:  Cache entry deserialization failed, entry ignored
2021-08-05T17:21:35.039 INFO:teuthology.orchestra.run.smithi007.stdout:  Downloading https://files.pythonhosted.org/packages/d5/80/ef186e599a57d0e4cb78fc76e0bfc2e6953fa9716b2a5cf2de0117ed8eb5/alembic-1.6.5-py2.py3-none-any.whl (164kB)
2021-08-05T17:21:35.080 INFO:teuthology.orchestra.run.smithi007.stdout:Collecting Babel!=2.4.0,>=2.3.4 (from barbican==5.0.1)
2021-08-05T17:21:35.121 INFO:teuthology.orchestra.run.smithi007.stderr:  Cache entry deserialization failed, entry ignored
2021-08-05T17:21:35.158 INFO:teuthology.orchestra.run.smithi007.stdout:  Downloading https://files.pythonhosted.org/packages/aa/96/4ba93c5f40459dc850d25f9ba93f869a623e77aaecc7a9344e19c01942cf/Babel-2.9.1-py2.py3-none-any.whl (8.8MB)
2021-08-05T17:21:36.034 INFO:teuthology.orchestra.run.smithi007.stdout:Collecting cffi (from barbican==5.0.1)
2021-08-05T17:21:36.080 INFO:teuthology.orchestra.run.smithi007.stderr:  Cache entry deserialization failed, entry ignored
2021-08-05T17:21:36.281 INFO:teuthology.orchestra.run.smithi007.stdout:  Downloading https://files.pythonhosted.org/packages/f2/cd/3f5f059fed635d71047fa9ce507635088f982ab280fc24cde91d9afb9c1c/cffi-1.14.6-cp36-cp36m-manylinux1_x86_64.whl (401kB)
2021-08-05T17:21:36.340 INFO:teuthology.orchestra.run.smithi007.stdout:Collecting cryptography!=2.0,>=1.6 (from barbican==5.0.1)
2021-08-05T17:21:36.386 INFO:teuthology.orchestra.run.smithi007.stderr:  Cache entry deserialization failed, entry ignored
2021-08-05T17:21:36.691 INFO:teuthology.orchestra.run.smithi007.stdout:  Downloading https://files.pythonhosted.org/packages/9b/77/461087a514d2e8ece1c975d8216bc03f7048e6090c5166bc34115afdaa53/cryptography-3.4.7.tar.gz (546kB)
2021-08-05T17:21:36.959 INFO:teuthology.orchestra.run.smithi007.stdout:    Complete output from command python setup.py egg_info:
2021-08-05T17:21:36.959 INFO:teuthology.orchestra.run.smithi007.stdout:
2021-08-05T17:21:36.959 INFO:teuthology.orchestra.run.smithi007.stdout:            =============================DEBUG ASSISTANCE==========================
2021-08-05T17:21:36.960 INFO:teuthology.orchestra.run.smithi007.stdout:            If you are seeing an error here please try the following to
2021-08-05T17:21:36.960 INFO:teuthology.orchestra.run.smithi007.stdout:            successfully install cryptography:
2021-08-05T17:21:36.960 INFO:teuthology.orchestra.run.smithi007.stdout:
2021-08-05T17:21:36.961 INFO:teuthology.orchestra.run.smithi007.stdout:            Upgrade to the latest pip and try again. This will fix errors for most
2021-08-05T17:21:36.961 INFO:teuthology.orchestra.run.smithi007.stdout:            users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2021-08-05T17:21:36.961 INFO:teuthology.orchestra.run.smithi007.stdout:            =============================DEBUG ASSISTANCE==========================
2021-08-05T17:21:36.961 INFO:teuthology.orchestra.run.smithi007.stdout:
2021-08-05T17:21:36.962 INFO:teuthology.orchestra.run.smithi007.stdout:    Traceback (most recent call last):
2021-08-05T17:21:36.962 INFO:teuthology.orchestra.run.smithi007.stdout:      File "<string>", line 1, in <module>
2021-08-05T17:21:36.962 INFO:teuthology.orchestra.run.smithi007.stdout:      File "/tmp/pip-build-7fhnk5us/cryptography/setup.py", line 14, in <module>
2021-08-05T17:21:36.962 INFO:teuthology.orchestra.run.smithi007.stdout:        from setuptools_rust import RustExtension
2021-08-05T17:21:36.963 INFO:teuthology.orchestra.run.smithi007.stdout:    ModuleNotFoundError: No module named 'setuptools_rust'
2021-08-05T17:21:36.963 INFO:teuthology.orchestra.run.smithi007.stdout:
2021-08-05T17:21:36.963 INFO:teuthology.orchestra.run.smithi007.stdout:    ----------------------------------------
2021-08-05T17:21:36.996 INFO:teuthology.orchestra.run.smithi007.stderr:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7fhnk5us/cryptography/
2021-08-05T17:21:37.012 INFO:teuthology.orchestra.run.smithi007.stderr:You are using pip version 9.0.3, however version 21.2.2 is available.
2021-08-05T17:21:37.012 INFO:teuthology.orchestra.run.smithi007.stderr:You should consider upgrading via the 'pip install --upgrade pip' command.

kmip: http://qa-proxy.ceph.com/teuthology/cbodley-2021-08-05_16:59:53-rgw-wip-cbodley-testing-distro-basic-smithi/6313339/teuthology.log

21-08-05T17:23:23.828 DEBUG:teuthology.orchestra.run.smithi164:> cd /home/ubuntu/cephtest/pykmip && python3 -m venv .pykmipenv
2021-08-05T17:23:25.312 DEBUG:teuthology.orchestra.run.smithi164:> cd /home/ubuntu/cephtest/pykmip && . .pykmipenv/bin/activate && pip install pytz -e /home/ubuntu/cephtest/pykmip
2021-08-05T17:23:25.544 INFO:teuthology.orchestra.run.smithi164.stdout:Obtaining file:///home/ubuntu/cephtest/pykmip
2021-08-05T17:23:25.805 INFO:teuthology.orchestra.run.smithi164.stdout:Collecting pytz
2021-08-05T17:23:26.079 INFO:teuthology.orchestra.run.smithi164.stdout:  Downloading https://files.pythonhosted.org/packages/70/94/784178ca5dd892a98f113cdd923372024dc04b8d40abe77ca76b5fb90ca6/pytz-2021.1-py2.py3-none-any.whl (510kB)
2021-08-05T17:23:26.216 INFO:teuthology.orchestra.run.smithi164.stdout:Collecting cryptography (from PyKMIP==0.11.0.dev1)
2021-08-05T17:23:26.527 INFO:teuthology.orchestra.run.smithi164.stdout:  Downloading https://files.pythonhosted.org/packages/9b/77/461087a514d2e8ece1c975d8216bc03f7048e6090c5166bc34115afdaa53/cryptography-3.4.7.tar.gz (546kB)
2021-08-05T17:23:26.773 INFO:teuthology.orchestra.run.smithi164.stdout:    Complete output from command python setup.py egg_info:
2021-08-05T17:23:26.774 INFO:teuthology.orchestra.run.smithi164.stdout:
2021-08-05T17:23:26.774 INFO:teuthology.orchestra.run.smithi164.stdout:            =============================DEBUG ASSISTANCE==========================
2021-08-05T17:23:26.775 INFO:teuthology.orchestra.run.smithi164.stdout:            If you are seeing an error here please try the following to
2021-08-05T17:23:26.775 INFO:teuthology.orchestra.run.smithi164.stdout:            successfully install cryptography:
2021-08-05T17:23:26.775 INFO:teuthology.orchestra.run.smithi164.stdout:
2021-08-05T17:23:26.776 INFO:teuthology.orchestra.run.smithi164.stdout:            Upgrade to the latest pip and try again. This will fix errors for most
2021-08-05T17:23:26.776 INFO:teuthology.orchestra.run.smithi164.stdout:            users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2021-08-05T17:23:26.776 INFO:teuthology.orchestra.run.smithi164.stdout:            =============================DEBUG ASSISTANCE==========================
2021-08-05T17:23:26.777 INFO:teuthology.orchestra.run.smithi164.stdout:
2021-08-05T17:23:26.777 INFO:teuthology.orchestra.run.smithi164.stdout:    Traceback (most recent call last):
2021-08-05T17:23:26.778 INFO:teuthology.orchestra.run.smithi164.stdout:      File "<string>", line 1, in <module>
2021-08-05T17:23:26.779 INFO:teuthology.orchestra.run.smithi164.stdout:      File "/tmp/pip-build-onja9gvz/cryptography/setup.py", line 14, in <module>
2021-08-05T17:23:26.779 INFO:teuthology.orchestra.run.smithi164.stdout:        from setuptools_rust import RustExtension
2021-08-05T17:23:26.780 INFO:teuthology.orchestra.run.smithi164.stdout:    ModuleNotFoundError: No module named 'setuptools_rust'
2021-08-05T17:23:26.780 INFO:teuthology.orchestra.run.smithi164.stdout:
2021-08-05T17:23:26.781 INFO:teuthology.orchestra.run.smithi164.stdout:    ----------------------------------------
2021-08-05T17:23:26.792 INFO:teuthology.orchestra.run.smithi164.stderr:Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-onja9gvz/cryptography/
2021-08-05T17:23:26.884 INFO:teuthology.orchestra.run.smithi164.stderr:You are using pip version 9.0.3, however version 21.2.2 is available.
2021-08-05T17:23:26.884 INFO:teuthology.orchestra.run.smithi164.stderr:You should consider upgrading via the 'pip install --upgrade pip' command.


Related issues 2 (0 open2 closed)

Copied to rgw - Backport #52112: octopus: kmip and barbican tests failing on 'pip install pytz'RejectedActions
Copied to rgw - Backport #52113: pacific: kmip and barbican tests failing on 'pip install pytz'ResolvedCory SnyderActions
Actions #1

Updated by Casey Bodley over 2 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 42689
Actions #2

Updated by Casey Bodley over 2 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #3

Updated by Backport Bot over 2 years ago

  • Copied to Backport #52112: octopus: kmip and barbican tests failing on 'pip install pytz' added
Actions #4

Updated by Backport Bot over 2 years ago

  • Copied to Backport #52113: pacific: kmip and barbican tests failing on 'pip install pytz' added
Actions #5

Updated by Backport Bot over 1 year ago

  • Tags changed from crypt kmip barbican to crypt kmip barbican backport_processed
Actions #6

Updated by Konstantin Shalygin over 1 year ago

  • Status changed from Pending Backport to Resolved
  • % Done changed from 0 to 100
  • Tags changed from crypt kmip barbican backport_processed to crypt kmip barbican
Actions

Also available in: Atom PDF