Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cryptography CRL code: support InvalidityDate.invalidity_date_utc #730

Merged
merged 1 commit into from
Jul 21, 2024

Support InvalidityDate.invalidity_date_utc.

cee5812
Select commit
Loading
Failed to load commit list.
Merged

cryptography CRL code: support InvalidityDate.invalidity_date_utc #730

Support InvalidityDate.invalidity_date_utc.
cee5812
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI failed Jul 20, 2024 in 2m 42s

Build #20240720.2 had test failures

Details

Tests

  • Failed: 8 (0.06%)
  • Passed: 11,681 (84.46%)
  • Other: 2,141 (15.48%)
  • Total: 13,830

Annotations

Check failure on line 1816 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

Build log #L1816

Bash exited with code '1'.

Check failure on line 1 in [testhost] testhost: setup_openssl : Install cryptography (PyPi) name=cryptography{% if ansible_os_family == "Darwin" %}>=3.3{% endif %}, state={{ 'latest' if not target_system_python_cannot_upgrade_cryptography else omit }}, extra_args=-c {{ remote_constraints }}

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: setup_openssl : Install cryptography (PyPi) name=cryptography{% if ansible_os_family == "Darwin" %}>=3.3{% endif %}, state={{ 'latest' if not target_system_python_cannot_upgrade_cryptography else omit }}, extra_args=-c {{ remote_constraints }}

stdout: Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (41.0.7) Collecting cryptography   Downloading cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) Collecting cffi>=1.12 (from cryptography)   Downloading cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) Collecting pycparser (from cffi>=1.12->cryptography)   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) Downloading cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl (4.0 MB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 25.1 MB/s eta 0:00:00 Downloading cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444 kB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 444.7/444.7 kB 45.3 MB/s eta 0:00:00 Downloading pycparser-2.22-py3-none-any.whl (117 kB)    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 47.6 MB/s eta 0:00:00 Installing collected packages: pycparser, cffi, cryptography   Attempting uninstall: cryptography     Found existing installation: cryptography 41.0.7  :stderr: ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian.  [notice] A new release of pip is available: 24.0 -> 24.1.2 [notice] To update, run: python3.8 -m pip install --upgrade pip 
Raw output
{
"changed": false,
"cmd": [
"/usr/bin/python3.8",
"-m",
"pip.__main__",
"install",
"-U",
"-c",
"/root/tmp/ansible.d9682vrk.test/constraints.txt",
"cryptography"
],
"msg": "stdout: Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (41.0.7)\nCollecting cryptography\n  Downloading cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)\nCollecting cffi>=1.12 (from cryptography)\n  Downloading cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)\nCollecting pycparser (from cffi>=1.12->cryptography)\n  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)\nDownloading cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl (4.0 MB)\n   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 25.1 MB/s eta 0:00:00\nDownloading cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444 kB)\n   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 444.7/444.7 kB 45.3 MB/s eta 0:00:00\nDownloading pycparser-2.22-py3-none-any.whl (117 kB)\n   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 47.6 MB/s eta 0:00:00\nInstalling collected packages: pycparser, cffi, cryptography\n  Attempting uninstall: cryptography\n    Found existing installation: cryptography 41.0.7\n\n:stderr: ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian.\n\n[notice] A new release of pip is available: 24.0 -> 24.1.2\n[notice] To update, run: python3.8 -m pip install --upgrade pip\n"
}

Check failure on line 1 in [testhost] testhost: setup_openssl : Install cryptography (PyPi) name=cryptography{% if ansible_os_family == "Darwin" %}>=3.3{% endif %}, state={{ 'latest' if not target_system_python_cannot_upgrade_cryptography else omit }}, extra_args=-c {{ remote_constraints }}

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: setup_openssl : Install cryptography (PyPi) name=cryptography{% if ansible_os_family == "Darwin" %}>=3.3{% endif %}, state={{ 'latest' if not target_system_python_cannot_upgrade_cryptography else omit }}, extra_args=-c {{ remote_constraints }}

stdout: Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (41.0.7) Collecting cryptography   Using cached cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography) (1.16.0) Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography) (2.22) Using cached cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl (4.0 MB) Installing collected packages: cryptography   Attempting uninstall: cryptography     Found existing installation: cryptography 41.0.7  :stderr: ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian.  [notice] A new release of pip is available: 24.0 -> 24.1.2 [notice] To update, run: python3.8 -m pip install --upgrade pip 
Raw output
{
    "changed": false,
    "cmd": [
        "/usr/bin/python3.8",
        "-m",
        "pip.__main__",
        "install",
        "-U",
        "-c",
        "/root/tmp/ansible.knlbk78v.test/constraints.txt",
        "cryptography"
    ],
    "invocation": {
        "module_args": {
            "break_system_packages": false,
            "chdir": null,
            "editable": false,
            "executable": null,
            "extra_args": "-c /root/tmp/ansible.knlbk78v.test/constraints.txt",
            "name": [
                "cryptography"
            ],
            "requirements": null,
            "state": "latest",
            "umask": null,
            "version": null,
            "virtualenv": null,
            "virtualenv_command": "virtualenv",
            "virtualenv_python": null,
            "virtualenv_site_packages": false
        }
    },
    "msg": "stdout: Requirement already satisfied: cryptography in /usr/lib/python3/dist-packages (41.0.7)\nCollecting cryptography\n  Using cached cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)\nRequirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography) (1.16.0)\nRequirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography) (2.22)\nUsing cached cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl (4.0 MB)\nInstalling collected packages: cryptography\n  Attempting uninstall: cryptography\n    Found existing installation: cryptography 41.0.7\n\n:stderr: ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian.\n\n[notice] A new release of pip is available: 24.0 -> 24.1.2\n[notice] To update, run: python3.8 -m pip install --upgrade pip\n"
}

Check failure on line 1 in [testhost] testhost: filter_x509_crl_info : Retrieve CRL 3 infos crl_3_info={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true) }}, crl_3_info_idna={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='idna') }}, crl_3_info_unicode={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='unicode') }}

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: filter_x509_crl_info : Retrieve CRL 3 infos crl_3_info={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true) }}, crl_3_info_idna={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='idna') }}, crl_3_info_unicode={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='unicode') }}

Failed to import the required Python library (idna) on 13ed163d734b's Python /usr/bin/python3.11. This is required to transform IDNA DNS name "ca.example.org" to Unicode. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter
Raw output
{
"msg": "Failed to import the required Python library (idna) on 13ed163d734b's Python /usr/bin/python3.11. This is required to transform IDNA DNS name \"ca.example.org\" to Unicode. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"
}

Check failure on line 1 in [testhost] testhost: filter_x509_crl_info : Retrieve CRL 3 infos crl_3_info={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true) }}, crl_3_info_idna={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='idna') }}, crl_3_info_unicode={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='unicode') }}

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI

[testhost] testhost: filter_x509_crl_info : Retrieve CRL 3 infos crl_3_info={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true) }}, crl_3_info_idna={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='idna') }}, crl_3_info_unicode={{ lookup('file', remote_tmp_dir ~ '/ca-crl3.crl') | community.crypto.x509_crl_info(list_revoked_certificates=true, name_encoding='unicode') }}

Failed to import the required Python library (idna) on d637d981c0cb's Python /usr/bin/python3.12. This is required to transform IDNA DNS name "ca.example.org" to Unicode. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter
Raw output
{
"msg": "Failed to import the required Python library (idna) on d637d981c0cb's Python /usr/bin/python3.12. This is required to transform IDNA DNS name \"ca.example.org\" to Unicode. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"
}