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

azure_rm_resourcegroup_info fails with segfault #1784

Open
mila-rodriguez-netapp opened this issue Dec 11, 2024 · 11 comments
Open

azure_rm_resourcegroup_info fails with segfault #1784

mila-rodriguez-netapp opened this issue Dec 11, 2024 · 11 comments
Labels
medium_priority Medium priority question Further information is requested work in In trying to solve, or in working with contributors

Comments

@mila-rodriguez-netapp
Copy link

SUMMARY

Simple azure_rm_resourcegroup_info task to identify if a resource group exists fails with a segfault.

ISSUE TYPE
  • Bug Report
COMPONENT NAME

azure_rm_resourcegroup_info

ANSIBLE VERSION
/ # ansible --version
ansible [core 2.18.1]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.13/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/local/bin/ansible
  python version = 3.13.1 (main, Dec  9 2024, 20:39:36) [GCC 14.2.0] (/usr/local/bin/python)
  jinja version = 3.1.4
  libyaml = True
COLLECTION VERSION
# /usr/local/lib/python3.13/site-packages/ansible_collections
Collection                               Version
---------------------------------------- -------
amazon.aws                               9.0.0
ansible.netcommon                        7.1.0
ansible.posix                            1.6.2
ansible.utils                            5.1.2
ansible.windows                          2.5.0
arista.eos                               10.0.1
awx.awx                                  24.6.1
azure.azcollection                       3.1.0
check_point.mgmt                         6.2.1
chocolatey.chocolatey                    1.5.3
cisco.aci                                2.10.1
cisco.asa                                6.0.0
cisco.dnac                               6.25.0
cisco.intersight                         2.0.20
cisco.ios                                9.0.3
cisco.iosxr                              10.2.2
cisco.ise                                2.9.6
cisco.meraki                             2.18.3
cisco.mso                                2.9.0
cisco.nxos                               9.2.1
cisco.ucs                                1.14.0
cloud.common                             4.0.0
cloudscale_ch.cloud                      2.4.0
community.aws                            9.0.0
community.ciscosmb                       1.0.9
community.crypto                         2.22.3
community.digitalocean                   1.27.0
community.dns                            3.1.0
community.docker                         4.1.0
community.general                        10.1.0
community.grafana                        2.1.0
community.hashi_vault                    6.2.0
community.hrobot                         2.0.2
community.library_inventory_filtering_v1 1.0.2
community.libvirt                        1.3.0
community.mongodb                        1.7.8
community.mysql                          3.11.0
community.network                        5.1.0
community.okd                            4.0.0
community.postgresql                     3.9.0
community.proxysql                       1.6.0
community.rabbitmq                       1.3.0
community.routeros                       3.1.0
community.sap_libs                       1.4.2
community.sops                           2.0.0
community.vmware                         5.2.0
community.windows                        2.3.0
community.zabbix                         3.2.0
containers.podman                        1.16.2
cyberark.conjur                          1.3.1
cyberark.pas                             1.0.30
dellemc.enterprise_sonic                 2.5.1
dellemc.openmanage                       9.9.0
dellemc.powerflex                        2.5.0
dellemc.unity                            2.0.0
f5networks.f5_modules                    1.32.1
fortinet.fortimanager                    2.8.2
fortinet.fortios                         2.3.8
google.cloud                             1.4.1
grafana.grafana                          5.6.0
hetzner.hcloud                           4.2.2
ibm.qradar                               4.0.0
ibm.spectrum_virtualize                  2.0.0
ibm.storage_virtualize                   2.5.0
ieisystem.inmanage                       3.0.0
infinidat.infinibox                      1.4.5
infoblox.nios_modules                    1.7.1
inspur.ispim                             2.2.3
junipernetworks.junos                    9.1.0
kaytus.ksmanage                          2.0.0
kubernetes.core                          5.0.0
kubevirt.core                            2.1.0
lowlydba.sqlserver                       2.3.4
microsoft.ad                             1.7.1
netapp.cloudmanager                      21.24.0
netapp.ontap                             22.13.0
netapp.storagegrid                       21.13.0
netapp_eseries.santricity                1.4.1
netbox.netbox                            3.20.0
ngine_io.cloudstack                      2.5.0
openstack.cloud                          2.3.0
ovirt.ovirt                              3.2.0
purestorage.flasharray                   1.32.0
purestorage.flashblade                   1.19.1
sensu.sensu_go                           1.14.0
splunk.es                                4.0.0
telekom_mms.icinga_director              2.2.1
theforeman.foreman                       4.2.0
vmware.vmware                            1.7.1
vmware.vmware_rest                       4.3.0
vultr.cloud                              1.13.0
vyos.vyos                                5.0.0
wti.remote                               1.0.10
CONFIGURATION
CONFIG_FILE() = None

GALAXY_SERVERS:

OS / ENVIRONMENT
  • Docker container based on python:3.13.1-alpine3.21

Dockerfile:

FROM python:3.13.1-alpine3.21

RUN apk add --update \
    cargo \
    build-base \
    linux-headers \
    openssl-dev \
    openssh-keygen

RUN python -m pip install ansible==11.1.0
RUN ansible-galaxy collection install azure.azcollection

# CFLAGS with documented workaround here: https://github.com/Azure/azure-uamqp-python/issues/386#issuecomment-2138288404
RUN CFLAGS="-Wno-error=incompatible-pointer-types" python -m pip install -r /usr/local/lib/python3.13/site-packages/ansible_collections/azure/azcollection/requirements.txt
STEPS TO REPRODUCE

This task is intended to check for the existence of a resource group:

- name: Example
  hosts: localhost
  tasks:
    - name: Query for existing resource group
      azure.azcollection.azure_rm_resourcegroup_info:
        auth_source: env
        name: hello_world_example_rg
        list_resources: false
EXPECTED RESULTS

Expect a response with either information about the RG if it exists, or empty-ish if it doesn't. In either case it should resolve a response successfully.

ACTUAL RESULTS

Segfault, fatal error.

/ # AZURE_CLIENT_ID=*** AZURE_SECRET=*** AZURE_TENANT=*** ansible-playbook -vvv test.yml
ansible-playbook [core 2.18.1]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.13/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.13.1 (main, Dec  9 2024, 20:39:36) [GCC 14.2.0] (/usr/local/bin/python)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
host_list declined parsing /etc/ansible/hosts as it did not pass its verify_file() method
Skipping due to inventory source not existing or not being readable by the current user
script declined parsing /etc/ansible/hosts as it did not pass its verify_file() method
auto declined parsing /etc/ansible/hosts as it did not pass its verify_file() method
Skipping due to inventory source not existing or not being readable by the current user
yaml declined parsing /etc/ansible/hosts as it did not pass its verify_file() method
Skipping due to inventory source not existing or not being readable by the current user
ini declined parsing /etc/ansible/hosts as it did not pass its verify_file() method
Skipping due to inventory source not existing or not being readable by the current user
toml declined parsing /etc/ansible/hosts as it did not pass its verify_file() method
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: test.yml **********************************************************************************************************************************************************************************************************************************************************************
1 plays in test.yml

PLAY [Example] *************************************************************************************************************************************************************************************************************************************************************************

TASK [Gathering Facts] *****************************************************************************************************************************************************************************************************************************************************************
task path: /test.yml:1
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129 `" && echo ansible-tmp-1733934352.3048978-333-154882236383129="` echo /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129 `" ) && sleep 0'
Using module file /usr/local/lib/python3.13/site-packages/ansible/modules/setup.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-326nl4les1y/tmptiej4v9w TO /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129/AnsiballZ_setup.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129/ /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129/AnsiballZ_setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129/AnsiballZ_setup.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1733934352.3048978-333-154882236383129/ > /dev/null 2>&1 && sleep 0'
ok: [localhost]

TASK [Query for existing resource group] ***********************************************************************************************************************************************************************************************************************************************
task path: /test.yml:4
<127.0.0.1> ESTABLISH LOCAL CONNECTION FOR USER: root
<127.0.0.1> EXEC /bin/sh -c 'echo ~root && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379 `" && echo ansible-tmp-1733934353.5832493-363-130550396386379="` echo /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379 `" ) && sleep 0'
Using module file /usr/local/lib/python3.13/site-packages/ansible_collections/azure/azcollection/plugins/modules/azure_rm_resourcegroup_info.py
<127.0.0.1> PUT /root/.ansible/tmp/ansible-local-326nl4les1y/tmpv58z1zsq TO /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379/AnsiballZ_azure_rm_resourcegroup_info.py
<127.0.0.1> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379/ /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379/AnsiballZ_azure_rm_resourcegroup_info.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c '/usr/local/bin/python /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379/AnsiballZ_azure_rm_resourcegroup_info.py && sleep 0'
<127.0.0.1> EXEC /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1733934353.5832493-363-130550396386379/ > /dev/null 2>&1 && sleep 0'
fatal: [localhost]: FAILED! => {
    "changed": false,
    "module_stderr": "Segmentation fault (core dumped)\n",
    "module_stdout": "",
    "msg": "MODULE FAILURE: No start of json char found\nSee stdout/stderr for the exact error",
    "rc": 139
}

PLAY RECAP *****************************************************************************************************************************************************************************************************************************************************************************
localhost                  : ok=1    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0

(Not sure where, if anywhere, See stdout/stderr for the exact error might be captured.)

@Fred-sun
Copy link
Collaborator

@mila-rodriguez-netapp I have tested in my local machine. However, the resource group information can be successfully returned. Can you provide more information to help solve this problem? Thank you!

@Fred-sun Fred-sun added question Further information is requested medium_priority Medium priority work in In trying to solve, or in working with contributors labels Dec 24, 2024
@mila-rodriguez-netapp
Copy link
Author

@mila-rodriguez-netapp I have tested in my local machine. However, the resource group information can be successfully returned. Can you provide more information to help solve this problem? Thank you!

What more information do you need? I see the same behavior whether I'm running the docker container locally in my WSL2-hosted docker desktop instance, or in my Rancher-hosted CI.

@Fred-sun
Copy link
Collaborator

Fred-sun commented Jan 2, 2025

@mila-rodriguez-netapp Ok, thank you very much for your feedback. In addition, I see that you specified I(auth_source=env), could you please provide the information displayed by 'export', thank you!

@Fred-sun
Copy link
Collaborator

Fred-sun commented Jan 2, 2025

@mila-rodriguez-netapp Can you get the resource group information in another way (for example, az group list --query "[?name=='RG_name']")? From your error, it appears that the error occurred when serializing the return value. Thank you!

@mila-rodriguez-netapp
Copy link
Author

mila-rodriguez-netapp commented Jan 2, 2025

@mila-rodriguez-netapp Can you get the resource group information in another way (for example, az group list --query "[?name=='RG_name']")? From your error, it appears that the error occurred when serializing the return value. Thank you!

My ansible playbooks are currently all using raw AWS CLI queries. My assignment is to look into the possibility of transitioning to using the azure collections so that we can stop using az login and rely on using environment variable-based authentication.

Right now, we're currently doing the existence check like this:

    - name: Query for existing resource group
      ansible.builtin.command: >
        az group show --name {{ az_rg_name }}
      register: azure_existing_rg_query
      failed_when: 'azure_existing_rg_query.rc != 0 and "ResourceGroupNotFound" not in azure_existing_rg_query.stderr'

This is the original query which I'm trying to convert with the task that is now failing.

@mila-rodriguez-netapp Ok, thank you very much for your feedback. In addition, I see that you specified I(auth_source=env), could you please provide the information displayed by 'export', thank you!

/ansible # export
export AZURE_CLIENT_ID='*** REDACTED ***'
export AZURE_SECRET='*** REDACTED ***'
export AZURE_SUBSCRIPTION_ID='*** REDACTED ***'
export AZURE_TENANT='*** REDACTED ***'
export GPG_KEY='*** REDACTED ***'
export HOME='/root'
export HOSTNAME='be3610574f34'
export OLDPWD='/root'
export PATH='/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
export PWD='/ansible'
export PYTHON_SHA256='9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9'
export PYTHON_VERSION='3.13.1'
export SHLVL='1'
export TERM='xterm'

The values in the AZURE_* env vars are for a service principal -- not sure if that makes a difference. In the CLI-based workflows I do a az login --service-principal ... with these same values.

@Fred-sun
Copy link
Collaborator

Fred-sun commented Jan 3, 2025

@mila-rodriguez-netapp Could you please provide some information about az group show --name rg_name? Thank you!

@mila-rodriguez-netapp
Copy link
Author

@mila-rodriguez-netapp Could you please provide some information about az group show --name rg_name? Thank you!

For a non-existent group:

/ansible # az group show --name test
(ResourceGroupNotFound) Resource group 'test' could not be found.
Code: ResourceGroupNotFound
Message: Resource group 'test' could not be found.

For an existent group:

/ansible # az group show --name cloud-shell-storage-eastus
{
  "id": "/subscriptions/*** REDACTED ***/resourceGroups/cloud-shell-storage-eastus",
  "location": "eastus",
  "managedBy": null,
  "name": "cloud-shell-storage-eastus",
  "properties": {
    "provisioningState": "Succeeded"
  },
  "tags": null,
  "type": "Microsoft.Resources/resourceGroups"
}

@Fred-sun
Copy link
Collaborator

Fred-sun commented Jan 6, 2025

@mila-rodriguez-netapp Thank you for your feedback. There is no problem with the information you feedback. This error is very strange. Could you please provide the information of pip3 list? I would like to confirm the version of your installation package, thank you!

@Fred-sun
Copy link
Collaborator

Fred-sun commented Jan 6, 2025

@mila-rodriguez-netapp In addition, I want to confirm whether the SPN you logged in has the permission to access the resource group, thank you!

@mila-rodriguez-netapp
Copy link
Author

@mila-rodriguez-netapp Thank you for your feedback. There is no problem with the information you feedback. This error is very strange. Could you please provide the information of pip3 list? I would like to confirm the version of your installation package, thank you!

/ansible # pip3 list
Package                                    Version
------------------------------------------ -----------
adal                                       1.2.7
ansible                                    11.1.0
ansible-core                               2.18.1
antlr4-python3-runtime                     4.13.2
applicationinsights                        0.11.10
argcomplete                                3.3.0
attrs                                      24.3.0
azure-appconfiguration                     1.7.1
azure-batch                                14.2.0
azure-cli                                  2.67.0
azure-cli-core                             2.67.0
azure-cli-telemetry                        1.1.0
azure-common                               1.1.28
azure-core                                 1.32.0
azure-cosmos                               3.2.0
azure-data-tables                          12.4.0
azure-datalake-store                       0.0.53
azure-keyvault-administration              4.4.0b2
azure-keyvault-certificates                4.7.0
azure-keyvault-keys                        4.9.0b3
azure-keyvault-secrets                     4.7.0
azure-mgmt-advisor                         9.0.0
azure-mgmt-apimanagement                   4.0.0
azure-mgmt-appconfiguration                3.1.0
azure-mgmt-appcontainers                   2.0.0
azure-mgmt-applicationinsights             1.0.0
azure-mgmt-authorization                   4.0.0
azure-mgmt-batch                           17.3.0
azure-mgmt-batchai                         7.0.0b1
azure-mgmt-billing                         6.0.0
azure-mgmt-botservice                      2.0.0
azure-mgmt-cdn                             12.0.0
azure-mgmt-cognitiveservices               13.5.0
azure-mgmt-compute                         33.0.0
azure-mgmt-containerinstance               10.2.0b1
azure-mgmt-containerregistry               10.3.0
azure-mgmt-containerservice                33.0.0
azure-mgmt-core                            1.5.0
azure-mgmt-cosmosdb                        9.6.0
azure-mgmt-databoxedge                     1.0.0
azure-mgmt-datalake-store                  1.1.0b1
azure-mgmt-datamigration                   10.0.0
azure-mgmt-devtestlabs                     4.0.0
azure-mgmt-dns                             8.0.0
azure-mgmt-eventgrid                       10.2.0b2
azure-mgmt-eventhub                        10.1.0
azure-mgmt-extendedlocation                1.0.0b2
azure-mgmt-hdinsight                       9.0.0b3
azure-mgmt-imagebuilder                    1.3.0
azure-mgmt-iotcentral                      10.0.0b2
azure-mgmt-iothub                          3.0.0
azure-mgmt-iothubprovisioningservices      1.1.0
azure-mgmt-keyvault                        10.3.0
azure-mgmt-loganalytics                    13.0.0b4
azure-mgmt-managementgroups                1.0.0
azure-mgmt-maps                            2.0.0
azure-mgmt-marketplaceordering             1.1.0
azure-mgmt-media                           9.0.0
azure-mgmt-monitor                         5.0.1
azure-mgmt-msi                             7.0.0
azure-mgmt-mysqlflexibleservers            1.0.0b2
azure-mgmt-netapp                          10.1.0
azure-mgmt-policyinsights                  1.1.0b4
azure-mgmt-postgresqlflexibleservers       1.1.0b1
azure-mgmt-privatedns                      1.0.0
azure-mgmt-rdbms                           10.2.0b17
azure-mgmt-recoveryservices                3.0.0
azure-mgmt-recoveryservicesbackup          9.1.0
azure-mgmt-redhatopenshift                 1.5.0
azure-mgmt-redis                           14.4.0
azure-mgmt-resource                        23.1.1
azure-mgmt-search                          9.1.0
azure-mgmt-security                        6.0.0
azure-mgmt-servicebus                      8.2.1
azure-mgmt-servicefabric                   2.1.0
azure-mgmt-servicefabricmanagedclusters    2.0.0b6
azure-mgmt-servicelinker                   1.2.0b3
azure-mgmt-signalr                         2.0.0b2
azure-mgmt-sql                             4.0.0b20
azure-mgmt-sqlvirtualmachine               1.0.0b5
azure-mgmt-storage                         21.2.0
azure-mgmt-synapse                         2.1.0b5
azure-mgmt-trafficmanager                  1.0.0
azure-mgmt-web                             7.2.0
azure-monitor-query                        1.2.0
azure-multiapi-storage                     1.3.0
azure-storage-common                       1.4.2
azure-synapse-accesscontrol                0.5.0
azure-synapse-artifacts                    0.19.0
azure-synapse-managedprivateendpoints      0.4.0
azure-synapse-spark                        0.2.0
bcrypt                                     4.2.1
cachetools                                 5.5.0
certifi                                    2024.12.14
cffi                                       1.17.1
chardet                                    5.2.0
charset-normalizer                         3.4.0
colorama                                   0.4.6
cryptography                               44.0.0
decorator                                  5.1.1
Deprecated                                 1.2.15
distro                                     1.9.0
durationpy                                 0.9
fabric                                     3.2.2
future                                     1.0.0
google-auth                                2.37.0
humanfriendly                              10.0
hvac                                       2.3.0
idna                                       3.10
invoke                                     2.2.0
isodate                                    0.7.2
javaproperties                             0.5.2
Jinja2                                     3.1.4
jmespath                                   1.0.1
jsondiff                                   2.0.0
jsonpatch                                  1.33
jsonpointer                                3.0.0
jsonschema                                 4.23.0
jsonschema-specifications                  2024.10.1
knack                                      0.11.0
kubernetes                                 31.0.0
MarkupSafe                                 3.0.2
microsoft-security-utilities-secret-masker 1.0.0b3
msal                                       1.31.0
msal-extensions                            1.2.0
msrest                                     0.7.1
msrestazure                                0.6.4.post1
netaddr                                    1.3.0
oauthlib                                   3.2.2
packaging                                  24.2
paramiko                                   3.5.0
pip                                        24.3.1
pip-system-certs                           4.0
pkginfo                                    1.12.0
portalocker                                2.10.1
psutil                                     6.1.0
pyasn1                                     0.6.1
pyasn1_modules                             0.4.1
pycomposefile                              0.0.32
pycparser                                  2.22
PyGithub                                   1.59.1
Pygments                                   2.18.0
PyJWT                                      2.10.1
PyNaCl                                     1.5.0
pyOpenSSL                                  24.3.0
PySocks                                    1.7.1
python-dateutil                            2.9.0.post0
PyYAML                                     6.0.2
referencing                                0.35.1
requests                                   2.32.3
requests-oauthlib                          2.0.0
resolvelib                                 1.0.1
rpds-py                                    0.22.3
rsa                                        4.9
scp                                        0.13.6
semver                                     2.13.0
setuptools                                 75.6.0
six                                        1.17.0
sshtunnel                                  0.1.5
tabulate                                   0.9.0
textfsm                                    1.1.3
ttp                                        0.9.5
typing_extensions                          4.12.2
urllib3                                    2.2.3
websocket-client                           1.3.3
wrapt                                      1.17.0
xmltodict                                  0.14.2

The service principal whose credentials I am using has full permissions for resource groups.

@Fred-sun
Copy link
Collaborator

Fred-sun commented Jan 7, 2025

@mila-rodriguez-netapp I see that you are working in a docker container, but the required package azure-identity is missing from the pip3 list information provided, so this error caused by your current working environment. And you installed the specified
ansible==11.1.0, but ansible currently supports the following versions, thank you!

1.0, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.4, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5, 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.6.9, 1.6.10, 1.7, 1.7.1, 1.7.2, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.9.0.1, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 2.0.0.0, 2.0.0.1, 2.0.0.2, 2.0.1.0, 2.0.2.0, 2.1.0.0, 2.1.1.0, 2.1.2.0, 2.1.3.0, 2.1.4.0, 2.1.5.0, 2.1.6.0, 2.2.0.0, 2.2.1.0, 2.2.2.0, 2.2.3.0, 2.3.0.0, 2.3.1.0, 2.3.2.0, 2.3.3.0, 2.4.0.0, 2.4.1.0, 2.4.2.0, 2.4.3.0, 2.4.4.0, 2.4.5.0, 2.4.6.0, 2.5.0a1, 2.5.0b1, 2.5.0b2, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.5.5, 2.5.6, 2.5.7, 2.5.8, 2.5.9, 2.5.10, 2.5.11, 2.5.12, 2.5.13, 2.5.14, 2.5.15, 2.6.0a1, 2.6.0a2, 2.6.0rc1, 2.6.0rc2, 2.6.0rc3, 2.6.0rc4, 2.6.0rc5, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.6.6, 2.6.7, 2.6.8, 2.6.9, 2.6.10, 2.6.11, 2.6.12, 2.6.13, 2.6.14, 2.6.15, 2.6.16, 2.6.17, 2.6.18, 2.6.19, 2.6.20, 2.7.0.dev0, 2.7.0a1, 2.7.0b1, 2.7.0rc1, 2.7.0rc2, 2.7.0rc3, 2.7.0rc4, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.7.5, 2.7.6, 2.7.7, 2.7.8, 2.7.9, 2.7.10, 2.7.11, 2.7.12, 2.7.13, 2.7.14, 2.7.15, 2.7.16, 2.7.17, 2.7.18, 2.8.0a1, 2.8.0b1, 2.8.0rc1, 2.8.0rc2, 2.8.0rc3, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.8.7, 2.8.8, 2.8.9, 2.8.10, 2.8.11, 2.8.12, 2.8.13, 2.8.14, 2.8.15, 2.8.16rc1, 2.8.16, 2.8.17rc1, 2.8.17, 2.8.18rc1, 2.8.18, 2.8.19rc1, 2.8.19, 2.8.20rc1, 2.8.20, 2.9.0b1, 2.9.0rc1, 2.9.0rc2, 2.9.0rc3, 2.9.0rc4, 2.9.0rc5, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 2.9.5, 2.9.6, 2.9.7, 2.9.8, 2.9.9, 2.9.10, 2.9.11, 2.9.12, 2.9.13, 2.9.14rc1, 2.9.14, 2.9.15rc1, 2.9.15, 2.9.16rc1, 2.9.16, 2.9.17rc1, 2.9.17, 2.9.18rc1, 2.9.18, 2.9.19rc1, 2.9.19, 2.9.20rc1, 2.9.20, 2.9.21rc1, 2.9.21, 2.9.22rc1, 2.9.22, 2.9.23rc1, 2.9.23, 2.9.24rc1, 2.9.24, 2.9.25rc1, 2.9.25, 2.9.26rc1, 2.9.26, 2.9.27rc1, 2.9.27, 2.10.0a1, 2.10.0a2, 2.10.0a3, 2.10.0a4, 2.10.0a5, 2.10.0a6, 2.10.0a7, 2.10.0a8, 2.10.0a9, 2.10.0b1, 2.10.0b2, 2.10.0rc1, 2.10.0, 2.10.1, 2.10.2, 2.10.3, 2.10.4, 2.10.5, 2.10.6, 2.10.7, 3.0.0b1, 3.0.0rc1, 3.0.0, 3.1.0, 3.2.0, 3.3.0, 3.4.0, 4.0.0a1, 4.0.0a2, 4.0.0a3, 4.0.0a4, 4.0.0b1, 4.0.0b2, 4.0.0rc1, 4.0.0, 4.1.0, 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.0, 4.10.0, 5.0.0a1, 5.0.0a2, 5.0.0a3, 5.0.0b1, 5.0.0b2, 5.0.0rc1, 5.0.1, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.5.0, 5.6.0, 5.7.0, 5.7.1, 5.8.0, 5.9.0, 5.10.0, 6.0.0a1, 6.0.0a2, 6.0.0a3, 6.0.0b1, 6.0.0b2, 6.0.0rc1, 6.0.0, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0, 6.6.0, 6.7.0, 7.0.0a1, 7.0.0a2, 7.0.0b1, 7.0.0rc1, 7.0.0, 7.1.0, 7.2.0, 7.3.0, 7.4.0, 7.5.0, 7.6.0, 7.7.0, 8.0.0a1, 8.0.0a2, 8.0.0a3, 8.0.0b1, 8.0.0rc1, 8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0, 8.5.0, 8.6.0, 8.6.1, 8.7.0, 9.0.0a1, 9.0.0a2, 9.0.0a3, 9.0.0b1, 9.0.0rc1, 9.0.1, 9.1.0, 9.2.0, 9.3.0, 9.4.0, 9.5.1, 9.6.1, 9.7.0, 9.8.0, 9.9.0, 9.10.0, 9.11.0, 9.12.0, 9.13.0, 10.0.0a1, 10.0.0a2, 10.0.0a3, 10.0.0b1, 10.0.0rc1, 10.0.1, 10.1.0, 10.2.0, 10.3.0, 10.4.0, 10.5.0, 10.6.0, 10.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority question Further information is requested work in In trying to solve, or in working with contributors
Projects
None yet
Development

No branches or pull requests

2 participants