electrocucaracha / krd

Kubernetes Reference Deployment
Apache License 2.0
39 stars 10 forks source link

chore: update versions #37

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Base PullRequest

default branch (https://github.com/electrocucaracha/krd/tree/master)

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.2.0-py3-none-any.whl (46 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=20.3 Downloading pip-21.2.4-py3-none-any.whl (1.6 MB) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.11.0 pip-21.2.4 pip-tools-6.2.0 tomli-1.2.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.4.0 # via -r test-requirements.in ansible-core==2.11.3 # via ansible ansible-lint==5.1.2 # via # -r test-requirements.in # molecule arrow==1.1.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.5.30 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.4 # via requests click==8.0.1 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==3.4.7 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.1 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.4.0 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.7.2 # via molecule pathspec==0.9.0 # via yamllint pluggy==0.13.1 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.9.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.4 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.7.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.10 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.2 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.6 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.2 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - playbooks/krd-vars.yml - playbooks/roles/pmem/defaults/main.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.2.0-py3-none-any.whl (46 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=20.3 Downloading pip-21.2.4-py3-none-any.whl (1.6 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.11.0 pip-21.2.4 pip-tools-6.2.0 tomli-1.2.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.4.0 # via -r test-requirements.in ansible-core==2.11.3 # via ansible ansible-lint==5.1.2 # via # -r test-requirements.in # molecule arrow==1.1.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.5.30 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.4 # via requests click==8.0.1 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==3.4.7 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.1 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.4.0 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.7.2 # via molecule pathspec==0.9.0 # via yamllint pluggy==0.13.1 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.4 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.7.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.10 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.2 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.6 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.2 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.2.0-py3-none-any.whl (46 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=20.3 Downloading pip-21.2.4-py3-none-any.whl (1.6 MB) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.11.0 pip-21.2.4 pip-tools-6.2.0 tomli-1.2.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.4.0 # via -r test-requirements.in ansible-core==2.11.4 # via ansible ansible-lint==5.1.2 # via # -r test-requirements.in # molecule arrow==1.1.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.5.30 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.4 # via requests click==8.0.1 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==3.4.7 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.1 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.4.0 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.7.2 # via molecule pathspec==0.9.0 # via yamllint pluggy==0.13.1 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.4 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.7.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.10 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.2 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.6 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.2 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 5 files: - playbooks/roles/nfd/molecule/default/prepare.yml - playbooks/roles/pmem/molecule/default/prepare.yml - playbooks/roles/sriov_cni/molecule/default/prepare.yml - playbooks/roles/sriov_plugin/molecule/default/prepare.yml - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.2.0-py3-none-any.whl (46 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=20.3 Downloading pip-21.2.4-py3-none-any.whl (1.6 MB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.11.0 pip-21.2.4 pip-tools-6.2.0 tomli-1.2.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.4.0 # via -r test-requirements.in ansible-core==2.11.4 # via ansible ansible-lint==5.1.2 # via # -r test-requirements.in # molecule arrow==1.1.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.5.30 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.4 # via requests click==8.0.1 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==3.4.7 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.1 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.4.0 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.7.2 # via molecule pathspec==0.9.0 # via yamllint pluggy==0.13.1 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.4 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.7.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.10 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.2 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.6 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.2 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - playbooks/krd-vars.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.2.0-py3-none-any.whl (46 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pip>=20.3 Downloading pip-21.2.4-py3-none-any.whl (1.6 MB) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.11.0 pip-21.2.4 pip-tools-6.2.0 tomli-1.2.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.4.0 # via -r test-requirements.in ansible-core==2.11.4 # via ansible ansible-lint==5.1.2 # via # -r test-requirements.in # molecule arrow==1.1.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.5.30 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.4 # via requests click==8.0.1 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==3.4.7 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.1 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.4.0 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.7.2 # via molecule pathspec==0.9.0 # via yamllint pluggy==0.13.1 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.4 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.7.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.10 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.2 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.6 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.2 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - galaxy-requirements.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /Users/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_distros.sh ```Shell Free memory(kb): 5280544 Free memory(kb): 5315800 ==> box: Loading metadata for box 'generic/centos7' box: URL: https://vagrantcloud.com/generic/centos7 ==> box: Adding box 'generic/centos7' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos7/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 398/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 390/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 592k/s, Estimated time remaining: 0:18:41) Progress: 9% (Rate: 61.7M/s, Estimated time remaining: 0:00:27) Progress: 18% (Rate: 61.2M/s, Estimated time remaining: 0:00:17) Progress: 29% (Rate: 64.0M/s, Estimated time remaining: 0:00:12) Progress: 40% (Rate: 65.4M/s, Estimated time remaining: 0:00:09) Progress: 50% (Rate: 66.0M/s, Estimated time remaining: 0:00:07) Progress: 60% (Rate: 66.7M/s, Estimated time remaining: 0:00:05) Progress: 70% (Rate: 67.2M/s, Estimated time remaining: 0:00:04) Progress: 81% (Rate: 67.6M/s, Estimated time remaining: 0:00:03) Progress: 92% (Rate: 67.7M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos7' (v3.3.4) for 'virtualbox'! Free memory(kb): 4661840 Removing box 'generic/centos8' (v3.2.20) with provider 'virtualbox'... Free memory(kb): 5676108 ==> box: Loading metadata for box 'generic/centos8' box: URL: https://vagrantcloud.com/generic/centos8 ==> box: Adding box 'generic/centos8' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos8/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 455/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 1% (Rate: 14.7M/s, Estimated time remaining: 0:02:11) Progress: 8% (Rate: 41.7M/s, Estimated time remaining: 0:00:33) Progress: 15% (Rate: 51.9M/s, Estimated time remaining: 0:00:22) Progress: 21% (Rate: 54.9M/s, Estimated time remaining: 0:00:18) Progress: 28% (Rate: 57.4M/s, Estimated time remaining: 0:00:15) Progress: 35% (Rate: 68.9M/s, Estimated time remaining: 0:00:13) Progress: 42% (Rate: 69.4M/s, Estimated time remaining: 0:00:11) Progress: 49% (Rate: 69.5M/s, Estimated time remaining: 0:00:09) Progress: 56% (Rate: 69.5M/s, Estimated time remaining: 0:00:08) Progress: 63% (Rate: 70.7M/s, Estimated time remaining: 0:00:07) Progress: 71% (Rate: 71.1M/s, Estimated time remaining: 0:00:05) Progress: 78% (Rate: 71.1M/s, Estimated time remaining: 0:00:04) Progress: 84% (Rate: 70.2M/s, Estimated time remaining: 0:00:03) Progress: 89% (Rate: 66.4M/s, Estimated time remaining: 0:00:02) Progress: 91% (Rate: 55.9M/s, Estimated time remaining: 0:00:02) Progress: 93% (Rate: 45.2M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 35.4M/s, Estimated time remaining: 0:00:01) Progress: 97% (Rate: 26.2M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos8' (v3.3.4) for 'virtualbox'! Free memory(kb): 4629792 Free memory(kb): 4629516 ==> box: Loading metadata for box 'generic/ubuntu1604' box: URL: https://vagrantcloud.com/generic/ubuntu1604 ==> box: Adding box 'generic/ubuntu1604' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1604/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 390/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 371/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 84585/s, Estimated time remaining: 3:23:17) Progress: 4% (Rate: 49.2M/s, Estimated time remaining: 0:00:46) Progress: 12% (Rate: 61.3M/s, Estimated time remaining: 0:00:24) Progress: 19% (Rate: 64.6M/s, Estimated time remaining: 0:00:18) Progress: 27% (Rate: 67.4M/s, Estimated time remaining: 0:00:14) Progress: 34% (Rate: 69.0M/s, Estimated time remaining: 0:00:12) Progress: 41% (Rate: 72.4M/s, Estimated time remaining: 0:00:10) Progress: 48% (Rate: 70.5M/s, Estimated time remaining: 0:00:09) Progress: 54% (Rate: 69.0M/s, Estimated time remaining: 0:00:08) Progress: 60% (Rate: 66.1M/s, Estimated time remaining: 0:00:07) Progress: 66% (Rate: 62.3M/s, Estimated time remaining: 0:00:06) Progress: 71% (Rate: 58.5M/s, Estimated time remaining: 0:00:05) Progress: 76% (Rate: 55.5M/s, Estimated time remaining: 0:00:04) Progress: 82% (Rate: 55.6M/s, Estimated time remaining: 0:00:03) Progress: 89% (Rate: 56.1M/s, Estimated time remaining: 0:00:02) Progress: 96% (Rate: 59.9M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1604' (v3.3.4) for 'virtualbox'! Free memory(kb): 3605040 Removing box 'generic/ubuntu1804' (v3.2.22) with provider 'virtualbox'... Free memory(kb): 4913356 ==> box: Loading metadata for box 'generic/ubuntu1804' box: URL: https://vagrantcloud.com/generic/ubuntu1804 ==> box: Adding box 'generic/ubuntu1804' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1804/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 792/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 508/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 10.6M/s, Estimated time remaining: 0:04:43) Progress: 2% (Rate: 17.8M/s, Estimated time remaining: 0:01:53) Progress: 4% (Rate: 21.1M/s, Estimated time remaining: 0:01:20) Progress: 7% (Rate: 23.4M/s, Estimated time remaining: 0:01:05) Progress: 9% (Rate: 24.9M/s, Estimated time remaining: 0:00:57) Progress: 12% (Rate: 28.8M/s, Estimated time remaining: 0:00:51) Progress: 14% (Rate: 30.8M/s, Estimated time remaining: 0:00:46) Progress: 17% (Rate: 31.9M/s, Estimated time remaining: 0:00:43) Progress: 19% (Rate: 32.6M/s, Estimated time remaining: 0:00:40) Progress: 22% (Rate: 33.0M/s, Estimated time remaining: 0:00:37) Progress: 25% (Rate: 33.1M/s, Estimated time remaining: 0:00:35) Progress: 27% (Rate: 33.2M/s, Estimated time remaining: 0:00:33) Progress: 30% (Rate: 33.2M/s, Estimated time remaining: 0:00:32) Progress: 32% (Rate: 31.7M/s, Estimated time remaining: 0:00:31) Progress: 35% (Rate: 32.3M/s, Estimated time remaining: 0:00:29) Progress: 37% (Rate: 32.6M/s, Estimated time remaining: 0:00:27) Progress: 40% (Rate: 32.7M/s, Estimated time remaining: 0:00:26) Progress: 43% (Rate: 33.2M/s, Estimated time remaining: 0:00:24) Progress: 46% (Rate: 35.3M/s, Estimated time remaining: 0:00:23) Progress: 49% (Rate: 35.2M/s, Estimated time remaining: 0:00:21) Progress: 52% (Rate: 36.3M/s, Estimated time remaining: 0:00:20) Progress: 55% (Rate: 37.9M/s, Estimated time remaining: 0:00:18) Progress: 59% (Rate: 39.6M/s, Estimated time remaining: 0:00:16) Progress: 62% (Rate: 41.4M/s, Estimated time remaining: 0:00:14) Progress: 66% (Rate: 44.3M/s, Estimated time remaining: 0:00:13) Progress: 69% (Rate: 45.0M/s, Estimated time remaining: 0:00:11) Progress: 73% (Rate: 44.8M/s, Estimated time remaining: 0:00:10) Progress: 76% (Rate: 45.1M/s, Estimated time remaining: 0:00:08) Progress: 80% (Rate: 45.8M/s, Estimated time remaining: 0:00:07) Progress: 83% (Rate: 43.2M/s, Estimated time remaining: 0:00:06) Progress: 86% (Rate: 41.4M/s, Estimated time remaining: 0:00:05) Progress: 89% (Rate: 41.0M/s, Estimated time remaining: 0:00:03) Progress: 92% (Rate: 39.4M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 37.2M/s, Estimated time remaining: 0:00:01) Progress: 98% (Rate: 37.9M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1804' (v3.3.4) for 'virtualbox'! Free memory(kb): 3593576 Free memory(kb): 3589860 ==> box: Loading metadata for box 'generic/ubuntu2004' box: URL: https://vagrantcloud.com/generic/ubuntu2004 ==> box: Adding box 'generic/ubuntu2004' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu2004/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 836/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 847/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1424/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 2% (Rate: 40.5M/s, Estimated time remaining: 0:01:05) Progress: 7% (Rate: 56.3M/s, Estimated time remaining: 0:00:35) Progress: 12% (Rate: 60.9M/s, Estimated time remaining: 0:00:28) Progress: 16% (Rate: 62.3M/s, Estimated time remaining: 0:00:24) Progress: 21% (Rate: 64.7M/s, Estimated time remaining: 0:00:21) Progress: 26% (Rate: 70.6M/s, Estimated time remaining: 0:00:19) Progress: 31% (Rate: 71.1M/s, Estimated time remaining: 0:00:17) Progress: 36% (Rate: 71.6M/s, Estimated time remaining: 0:00:16) Progress: 41% (Rate: 72.8M/s, Estimated time remaining: 0:00:14) Progress: 46% (Rate: 72.7M/s, Estimated time remaining: 0:00:13) Progress: 50% (Rate: 70.5M/s, Estimated time remaining: 0:00:12) Progress: 54% (Rate: 68.3M/s, Estimated time remaining: 0:00:11) Progress: 59% (Rate: 68.1M/s, Estimated time remaining: 0:00:10) Progress: 64% (Rate: 68.5M/s, Estimated time remaining: 0:00:09) Progress: 69% (Rate: 68.7M/s, Estimated time remaining: 0:00:07) Progress: 74% (Rate: 71.0M/s, Estimated time remaining: 0:00:06) Progress: 78% (Rate: 70.8M/s, Estimated time remaining: 0:00:05) Progress: 82% (Rate: 69.3M/s, Estimated time remaining: 0:00:04) Progress: 87% (Rate: 68.8M/s, Estimated time remaining: 0:00:03) Progress: 91% (Rate: 65.6M/s, Estimated time remaining: 0:00:02) Progress: 96% (Rate: 66.4M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu2004' (v3.3.4) for 'virtualbox'! Free memory(kb): 2040288 Free memory(kb): 2041148 ==> box: Loading metadata for box 'generic/opensuse42' box: URL: https://vagrantcloud.com/generic/opensuse42 ==> box: Adding box 'generic/opensuse42' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse42/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 10815/s, Estimated time remaining: 40:03:14) Progress: 2% (Rate: 33.6M/s, Estimated time remaining: 0:01:52) Progress: 6% (Rate: 47.1M/s, Estimated time remaining: 0:00:52) Progress: 10% (Rate: 53.5M/s, Estimated time remaining: 0:00:37) Progress: 15% (Rate: 58.1M/s, Estimated time remaining: 0:00:30) Progress: 19% (Rate: 59.2M/s, Estimated time remaining: 0:00:26) Progress: 23% (Rate: 63.1M/s, Estimated time remaining: 0:00:24) Progress: 27% (Rate: 64.9M/s, Estimated time remaining: 0:00:22) Progress: 32% (Rate: 65.0M/s, Estimated time remaining: 0:00:19) Progress: 37% (Rate: 64.7M/s, Estimated time remaining: 0:00:17) Progress: 41% (Rate: 64.4M/s, Estimated time remaining: 0:00:16) Progress: 45% (Rate: 64.8M/s, Estimated time remaining: 0:00:15) Progress: 49% (Rate: 65.1M/s, Estimated time remaining: 0:00:13) Progress: 54% (Rate: 65.8M/s, Estimated time remaining: 0:00:12) Progress: 59% (Rate: 65.4M/s, Estimated time remaining: 0:00:11) Progress: 63% (Rate: 67.1M/s, Estimated time remaining: 0:00:09) Progress: 68% (Rate: 69.1M/s, Estimated time remaining: 0:00:08) Progress: 71% (Rate: 65.7M/s, Estimated time remaining: 0:00:07) Progress: 75% (Rate: 62.5M/s, Estimated time remaining: 0:00:06) Progress: 79% (Rate: 59.6M/s, Estimated time remaining: 0:00:05) Progress: 82% (Rate: 56.9M/s, Estimated time remaining: 0:00:04) Progress: 86% (Rate: 55.2M/s, Estimated time remaining: 0:00:03) Progress: 90% (Rate: 55.2M/s, Estimated time remaining: 0:00:02) Progress: 94% (Rate: 56.3M/s, Estimated time remaining: 0:00:01) Progress: 98% (Rate: 57.4M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse42' (v3.3.4) for 'virtualbox'! Free memory(kb): 1553292 Free memory(kb): 1547112 ==> box: Loading metadata for box 'generic/opensuse15' box: URL: https://vagrantcloud.com/generic/opensuse15 ==> box: Adding box 'generic/opensuse15' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse15/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 12346/s, Estimated time remaining: 19:23:57) Progress: 5% (Rate: 48.4M/s, Estimated time remaining: 0:00:37) Progress: 13% (Rate: 54.2M/s, Estimated time remaining: 0:00:21) Progress: 21% (Rate: 59.9M/s, Estimated time remaining: 0:00:15) Progress: 28% (Rate: 59.2M/s, Estimated time remaining: 0:00:13) Progress: 35% (Rate: 58.9M/s, Estimated time remaining: 0:00:11) Progress: 41% (Rate: 59.3M/s, Estimated time remaining: 0:00:10) Progress: 48% (Rate: 58.2M/s, Estimated time remaining: 0:00:09) Progress: 56% (Rate: 57.3M/s, Estimated time remaining: 0:00:07) Progress: 65% (Rate: 60.4M/s, Estimated time remaining: 0:00:05) Progress: 73% (Rate: 62.2M/s, Estimated time remaining: 0:00:04) Progress: 80% (Rate: 63.2M/s, Estimated time remaining: 0:00:03) Progress: 86% (Rate: 63.3M/s, Estimated time remaining: 0:00:02) Progress: 93% (Rate: 61.3M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse15' (v3.3.4) for 'virtualbox'! fedora/32-cloud-base(32.20200422.0, virtualbox) box is already present in the host Free memory(kb): 871948 Free memory(kb): 871212 ==> box: Loading metadata for box 'generic/fedora33' box: URL: https://vagrantcloud.com/generic/fedora33 ==> box: Adding box 'generic/fedora33' (v3.3.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/fedora33/versions/3.3.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 349/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 349/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 820/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 2% (Rate: 30.5M/s, Estimated time remaining: 0:01:41) Progress: 6% (Rate: 44.1M/s, Estimated time remaining: 0:00:46) Progress: 12% (Rate: 51.6M/s, Estimated time remaining: 0:00:32) Progress: 16% (Rate: 51.5M/s, Estimated time remaining: 0:00:28) Progress: 19% (Rate: 50.6M/s, Estimated time remaining: 0:00:26) Progress: 22% (Rate: 50.8M/s, Estimated time remaining: 0:00:25) Progress: 24% (Rate: 45.1M/s, Estimated time remaining: 0:00:26) Progress: 29% (Rate: 44.6M/s, Estimated time remaining: 0:00:22) Progress: 34% (Rate: 45.7M/s, Estimated time remaining: 0:00:20) Progress: 38% (Rate: 47.6M/s, Estimated time remaining: 0:00:18) Progress: 43% (Rate: 52.5M/s, Estimated time remaining: 0:00:16) Progress: 47% (Rate: 59.1M/s, Estimated time remaining: 0:00:14) Progress: 53% (Rate: 61.1M/s, Estimated time remaining: 0:00:12) Progress: 59% (Rate: 63.3M/s, Estimated time remaining: 0:00:11) Progress: 64% (Rate: 65.1M/s, Estimated time remaining: 0:00:09) Progress: 69% (Rate: 67.6M/s, Estimated time remaining: 0:00:07) Progress: 75% (Rate: 69.6M/s, Estimated time remaining: 0:00:06) Progress: 80% (Rate: 67.6M/s, Estimated time remaining: 0:00:05) Progress: 85% (Rate: 68.1M/s, Estimated time remaining: 0:00:03) Progress: 91% (Rate: 69.3M/s, Estimated time remaining: 0:00:02) Progress: 96% (Rate: 66.9M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/fedora33' (v3.3.4) for 'virtualbox'! ``` ### stderr: ```Shell % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4096k 100 4096k 0 0 8175k 0 --:--:-- --:--:-- --:--:-- 8175k The box you requested to be removed could not be found. No boxes named 'generic/centos7' could be found. The box you requested to be removed could not be found. No boxes named 'generic/ubuntu1604' could be found. The box you requested to be removed could not be found. No boxes named 'generic/ubuntu2004' could be found. The box you requested to be removed could not be found. No boxes named 'generic/opensuse42' could be found. The box you requested to be removed could not be found. No boxes named 'generic/opensuse15' could be found. The box you requested to be removed could not be found. No boxes named 'generic/fedora33' could be found. sed: illegal option -- - usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] ```

Changed files

Changed 7 files: - distros_supported.yml - playbooks/roles/criproxy/molecule/default/molecule.yml - playbooks/roles/nfd/molecule/default/molecule.yml - playbooks/roles/pmem/molecule/default/molecule.yml - playbooks/roles/qat_driver/molecule/default/molecule.yml - playbooks/roles/sriov_cni/molecule/default/molecule.yml - playbooks/roles/sriov_plugin/molecule/default/molecule.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.2.0-py3-none-any.whl (46 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pep517 Downloading pep517-0.11.0-py2.py3-none-any.whl (19 kB) Collecting pip>=20.3 Downloading pip-21.2.4-py3-none-any.whl (1.6 MB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting tomli; python_version >= "3.6" Downloading tomli-1.2.1-py3-none-any.whl (11 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.11.0 pip-21.2.4 pip-tools-6.2.0 tomli-1.2.1 ```
pip-compile test-requirements.in --output-file test-requirements.txt --upgrade ### stderr: ```Shell # # This file is autogenerated by pip-compile with python 3.8 # To update, run: # # pip-compile --output-file=test-requirements.txt test-requirements.in # ansible==4.4.0 # via -r test-requirements.in ansible-core==2.11.4 # via ansible ansible-lint==5.1.2 # via # -r test-requirements.in # molecule arrow==1.1.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.1.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.5.30 # via requests cffi==1.14.6 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.4 # via requests click==8.0.1 # via # click-help-colors # cookiecutter # molecule click-help-colors==0.9.1 # via molecule colorama==0.4.4 # via rich commonmark==0.9.1 # via rich cookiecutter==1.7.3 # via molecule cryptography==3.4.7 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.2 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.1 # via # ansible-core # cookiecutter # jinja2-time # molecule jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.4.0 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==0.6.3 # via -r test-requirements.in packaging==21.0 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.7.2 # via molecule pathspec==0.9.0 # via yamllint pluggy==0.13.1 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.10.0 # via pytest pycparser==2.20 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==2.4.7 # via packaging pytest==6.2.4 # via pytest-testinfra pytest-testinfra==6.4.0 # via -r test-requirements.in python-dateutil==2.8.2 # via arrow python-slugify==5.0.2 # via cookiecutter python-vagrant==0.5.15 # via -r test-requirements.in pyyaml==5.4.1 # via # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.7.0 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.11 # via ansible-lint ruamel.yaml.clib==0.2.6 # via ruamel.yaml selinux==0.2.1 # via # molecule # molecule-vagrant six==1.16.0 # via # bcrypt # cookiecutter # pynacl # python-dateutil subprocess-tee==0.3.2 # via molecule tenacity==8.0.1 # via ansible-lint text-unidecode==1.3 # via python-slugify toml==0.10.2 # via pytest urllib3==1.26.6 # via requests wcmatch==8.2 # via ansible-lint yamllint==1.26.2 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed file: - test-requirements.txt

:octocat: Repo | :memo: Issues | :department_store: Marketplace

electrocucaracha commented 3 years ago

/rebase

github-actions[bot] commented 3 years ago

Command results

Details:
add path ```Shell /Users/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/bin ```
./ci/update_distros.sh ```Shell Free memory(kb): 3414536 Free memory(kb): 3405004 ==> box: Loading metadata for box 'generic/centos7' box: URL: https://vagrantcloud.com/generic/centos7 ==> box: Adding box 'generic/centos7' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos7/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 408/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 395/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0}/s, Estimated time remaining: --:--:--) Progress: 5% (Rate: 18.0M/s, Estimated time remaining: 0:00:34) Progress: 16% (Rate: 68.8M/s, Estimated time remaining: 0:00:15) Progress: 27% (Rate: 71.7M/s, Estimated time remaining: 0:00:10) Progress: 38% (Rate: 72.3M/s, Estimated time remaining: 0:00:07) Progress: 50% (Rate: 72.9M/s, Estimated time remaining: 0:00:05) Progress: 61% (Rate: 73.2M/s, Estimated time remaining: 0:00:04) Progress: 73% (Rate: 74.3M/s, Estimated time remaining: 0:00:02) Progress: 81% (Rate: 70.4M/s, Estimated time remaining: 0:00:02) Progress: 89% (Rate: 65.8M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos7' (v3.3.6) for 'virtualbox'! Free memory(kb): 2780240 Free memory(kb): 2805648 ==> box: Loading metadata for box 'generic/centos8' box: URL: https://vagrantcloud.com/generic/centos8 ==> box: Adding box 'generic/centos8' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos8/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 6% (Rate: 76.4M/s, Estimated time remaining: 0:00:27) Progress: 14% (Rate: 77.4M/s, Estimated time remaining: 0:00:18) Progress: 22% (Rate: 77.5M/s, Estimated time remaining: 0:00:14) Progress: 30% (Rate: 77.5M/s, Estimated time remaining: 0:00:12) Progress: 37% (Rate: 77.5M/s, Estimated time remaining: 0:00:10) Progress: 45% (Rate: 77.5M/s, Estimated time remaining: 0:00:09) Progress: 52% (Rate: 77.1M/s, Estimated time remaining: 0:00:08) Progress: 59% (Rate: 75.3M/s, Estimated time remaining: 0:00:07) Progress: 66% (Rate: 74.3M/s, Estimated time remaining: 0:00:05) Progress: 74% (Rate: 73.9M/s, Estimated time remaining: 0:00:04) Progress: 82% (Rate: 73.8M/s, Estimated time remaining: 0:00:03) Progress: 89% (Rate: 73.9M/s, Estimated time remaining: 0:00:02) Progress: 97% (Rate: 75.4M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos8' (v3.3.6) for 'virtualbox'! Free memory(kb): 1704656 Removing box 'generic/ubuntu1604' (v3.3.4) with provider 'virtualbox'... Free memory(kb): 2728396 ==> box: Loading metadata for box 'generic/ubuntu1604' box: URL: https://vagrantcloud.com/generic/ubuntu1604 ==> box: Adding box 'generic/ubuntu1604' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1604/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 370/s, Estimated time remaining: --:--:--) Progress: 3% (Rate: 16.6M/s, Estimated time remaining: 0:00:56) Progress: 10% (Rate: 72.4M/s, Estimated time remaining: 0:00:24) Progress: 18% (Rate: 74.3M/s, Estimated time remaining: 0:00:17) Progress: 26% (Rate: 75.5M/s, Estimated time remaining: 0:00:13) Progress: 34% (Rate: 75.7M/s, Estimated time remaining: 0:00:11) Progress: 42% (Rate: 76.1M/s, Estimated time remaining: 0:00:09) Progress: 50% (Rate: 76.9M/s, Estimated time remaining: 0:00:07) Progress: 58% (Rate: 77.3M/s, Estimated time remaining: 0:00:06) Progress: 66% (Rate: 76.7M/s, Estimated time remaining: 0:00:05) Progress: 74% (Rate: 77.0M/s, Estimated time remaining: 0:00:03) Progress: 80% (Rate: 73.3M/s, Estimated time remaining: 0:00:02) Progress: 88% (Rate: 74.9M/s, Estimated time remaining: 0:00:01) Progress: 96% (Rate: 74.3M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1604' (v3.3.6) for 'virtualbox'! Free memory(kb): 1661540 Removing box 'generic/ubuntu1804' (v3.3.4) with provider 'virtualbox'... Free memory(kb): 2986232 ==> box: Loading metadata for box 'generic/ubuntu1804' box: URL: https://vagrantcloud.com/generic/ubuntu1804 ==> box: Adding box 'generic/ubuntu1804' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1804/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 5692k/s, Estimated time remaining: 0:03:48) Progress: 5% (Rate: 64.7M/s, Estimated time remaining: 0:00:46) Progress: 11% (Rate: 67.2M/s, Estimated time remaining: 0:00:30) Progress: 16% (Rate: 68.8M/s, Estimated time remaining: 0:00:24) Progress: 22% (Rate: 70.3M/s, Estimated time remaining: 0:00:20) Progress: 28% (Rate: 71.5M/s, Estimated time remaining: 0:00:17) Progress: 34% (Rate: 73.9M/s, Estimated time remaining: 0:00:15) Progress: 40% (Rate: 75.3M/s, Estimated time remaining: 0:00:13) Progress: 46% (Rate: 76.0M/s, Estimated time remaining: 0:00:12) Progress: 52% (Rate: 76.5M/s, Estimated time remaining: 0:00:10) Progress: 58% (Rate: 76.7M/s, Estimated time remaining: 0:00:09) Progress: 64% (Rate: 76.7M/s, Estimated time remaining: 0:00:07) Progress: 70% (Rate: 76.8M/s, Estimated time remaining: 0:00:06) Progress: 76% (Rate: 76.2M/s, Estimated time remaining: 0:00:05) Progress: 82% (Rate: 75.1M/s, Estimated time remaining: 0:00:04) Progress: 87% (Rate: 74.4M/s, Estimated time remaining: 0:00:03) Progress: 93% (Rate: 74.4M/s, Estimated time remaining: 0:00:01) Progress: 99% (Rate: 74.5M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1804' (v3.3.6) for 'virtualbox'! Free memory(kb): 1679312 Free memory(kb): 1678500 ==> box: Loading metadata for box 'generic/ubuntu2004' box: URL: https://vagrantcloud.com/generic/ubuntu2004 ==> box: Adding box 'generic/ubuntu2004' (v3.2.20) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu2004/versions/3.2.20/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 444/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 303/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 703/s, Estimated time remaining: --:--:--) Progress: 1% (Rate: 9654k/s, Estimated time remaining: 0:02:31) Progress: 6% (Rate: 80.3M/s, Estimated time remaining: 0:00:39) Progress: 12% (Rate: 80.3M/s, Estimated time remaining: 0:00:27) Progress: 17% (Rate: 79.1M/s, Estimated time remaining: 0:00:23) Progress: 23% (Rate: 79.4M/s, Estimated time remaining: 0:00:20) Progress: 28% (Rate: 79.5M/s, Estimated time remaining: 0:00:17) Progress: 34% (Rate: 79.3M/s, Estimated time remaining: 0:00:15) Progress: 39% (Rate: 79.0M/s, Estimated time remaining: 0:00:14) Progress: 45% (Rate: 78.0M/s, Estimated time remaining: 0:00:12) Progress: 49% (Rate: 75.6M/s, Estimated time remaining: 0:00:11) Progress: 53% (Rate: 70.1M/s, Estimated time remaining: 0:00:11) Progress: 58% (Rate: 68.9M/s, Estimated time remaining: 0:00:09) Progress: 63% (Rate: 68.3M/s, Estimated time remaining: 0:00:08) Progress: 68% (Rate: 68.3M/s, Estimated time remaining: 0:00:07) Progress: 74% (Rate: 70.8M/s, Estimated time remaining: 0:00:06) Progress: 79% (Rate: 75.6M/s, Estimated time remaining: 0:00:05) Progress: 85% (Rate: 76.9M/s, Estimated time remaining: 0:00:03) Progress: 90% (Rate: 77.6M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 77.2M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu2004' (v3.2.20) for 'virtualbox'! Free memory(kb): 1491888 Free memory(kb): 1479996 ==> box: Loading metadata for box 'generic/opensuse42' box: URL: https://vagrantcloud.com/generic/opensuse42 ==> box: Adding box 'generic/opensuse42' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse42/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 400/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 1483k/s, Estimated time remaining: 0:17:16) Progress: 4% (Rate: 61.9M/s, Estimated time remaining: 0:00:57) Progress: 7% (Rate: 52.7M/s, Estimated time remaining: 0:00:46) Progress: 10% (Rate: 51.6M/s, Estimated time remaining: 0:00:39) Progress: 15% (Rate: 56.0M/s, Estimated time remaining: 0:00:31) Progress: 19% (Rate: 57.0M/s, Estimated time remaining: 0:00:28) Progress: 24% (Rate: 59.7M/s, Estimated time remaining: 0:00:24) Progress: 27% (Rate: 62.6M/s, Estimated time remaining: 0:00:22) Progress: 32% (Rate: 67.7M/s, Estimated time remaining: 0:00:19) Progress: 37% (Rate: 66.9M/s, Estimated time remaining: 0:00:18) Progress: 41% (Rate: 67.5M/s, Estimated time remaining: 0:00:16) Progress: 45% (Rate: 62.6M/s, Estimated time remaining: 0:00:15) Progress: 47% (Rate: 59.2M/s, Estimated time remaining: 0:00:15) Progress: 52% (Rate: 57.7M/s, Estimated time remaining: 0:00:13) Progress: 55% (Rate: 54.5M/s, Estimated time remaining: 0:00:13) Progress: 59% (Rate: 52.9M/s, Estimated time remaining: 0:00:11) Progress: 64% (Rate: 58.0M/s, Estimated time remaining: 0:00:10) Progress: 69% (Rate: 65.4M/s, Estimated time remaining: 0:00:08) Progress: 72% (Rate: 60.7M/s, Estimated time remaining: 0:00:08) Progress: 76% (Rate: 62.2M/s, Estimated time remaining: 0:00:06) Progress: 80% (Rate: 65.0M/s, Estimated time remaining: 0:00:05) Progress: 84% (Rate: 60.9M/s, Estimated time remaining: 0:00:04) Progress: 89% (Rate: 59.1M/s, Estimated time remaining: 0:00:03) Progress: 92% (Rate: 61.8M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 58.5M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse42' (v3.3.6) for 'virtualbox'! Free memory(kb): 1573668 Free memory(kb): 1546228 ==> box: Loading metadata for box 'generic/opensuse15' box: URL: https://vagrantcloud.com/generic/opensuse15 ==> box: Adding box 'generic/opensuse15' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse15/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 433/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 2224k/s, Estimated time remaining: 0:06:15) Progress: 4% (Rate: 35.0M/s, Estimated time remaining: 0:00:51) Progress: 12% (Rate: 48.4M/s, Estimated time remaining: 0:00:25) Progress: 21% (Rate: 57.0M/s, Estimated time remaining: 0:00:17) Progress: 30% (Rate: 61.6M/s, Estimated time remaining: 0:00:13) Progress: 39% (Rate: 64.3M/s, Estimated time remaining: 0:00:10) Progress: 48% (Rate: 72.3M/s, Estimated time remaining: 0:00:08) Progress: 57% (Rate: 74.7M/s, Estimated time remaining: 0:00:06) Progress: 67% (Rate: 75.0M/s, Estimated time remaining: 0:00:05) Progress: 76% (Rate: 74.7M/s, Estimated time remaining: 0:00:03) Progress: 83% (Rate: 71.7M/s, Estimated time remaining: 0:00:02) Progress: 92% (Rate: 71.8M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse15' (v3.3.6) for 'virtualbox'! Free memory(kb): 865156 Free memory(kb): 866408 ==> box: Loading metadata for box 'fedora/32-cloud-base' box: URL: https://vagrantcloud.com/fedora/32-cloud-base ==> box: Adding box 'fedora/32-cloud-base' (v32.20200422.0) for provider: virtualbox box: Downloading: https://vagrantcloud.com/fedora/boxes/32-cloud-base/versions/32.20200422.0/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 473/s, Estimated time remaining: --:--:--) Download redirected to host: download.fedoraproject.org Progress: 100% (Rate: 304/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 165k/s, Estimated time remaining: 0:29:44) Progress: 0% (Rate: 1069k/s, Estimated time remaining: 0:10:25) Progress: 0% (Rate: 1123k/s, Estimated time remaining: 0:07:28) Progress: 1% (Rate: 1169k/s, Estimated time remaining: 0:06:17) Progress: 1% (Rate: 1245k/s, Estimated time remaining: 0:05:26) Progress: 2% (Rate: 1301k/s, Estimated time remaining: 0:04:54) Progress: 2% (Rate: 1423k/s, Estimated time remaining: 0:04:28) Progress: 3% (Rate: 1553k/s, Estimated time remaining: 0:04:08) Progress: 4% (Rate: 1681k/s, Estimated time remaining: 0:03:51) Progress: 4% (Rate: 1848k/s, Estimated time remaining: 0:03:32) Progress: 5% (Rate: 2134k/s, Estimated time remaining: 0:03:11) Progress: 7% (Rate: 2563k/s, Estimated time remaining: 0:02:47) Progress: 8% (Rate: 3204k/s, Estimated time remaining: 0:02:23) Progress: 11% (Rate: 4155k/s, Estimated time remaining: 0:01:59) Progress: 14% (Rate: 5463k/s, Estimated time remaining: 0:01:37) Progress: 17% (Rate: 7061k/s, Estimated time remaining: 0:01:19) Progress: 22% (Rate: 9023k/s, Estimated time remaining: 0:01:03) Progress: 28% (Rate: 11.1M/s, Estimated time remaining: 0:00:49) Progress: 35% (Rate: 14.1M/s, Estimated time remaining: 0:00:37) Progress: 43% (Rate: 17.3M/s, Estimated time remaining: 0:00:27) Progress: 52% (Rate: 20.0M/s, Estimated time remaining: 0:00:20) Progress: 60% (Rate: 22.3M/s, Estimated time remaining: 0:00:15) Progress: 69% (Rate: 23.9M/s, Estimated time remaining: 0:00:11) Progress: 78% (Rate: 24.8M/s, Estimated time remaining: 0:00:07) Progress: 87% (Rate: 24.9M/s, Estimated time remaining: 0:00:04) Progress: 95% (Rate: 25.0M/s, Estimated time remaining: 0:00:02)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'fedora/32-cloud-base' (v32.20200422.0) for 'virtualbox'! Free memory(kb): 569336 Free memory(kb): 568432 ==> box: Loading metadata for box 'generic/fedora33' box: URL: https://vagrantcloud.com/generic/fedora33 ==> box: Adding box 'generic/fedora33' (v3.3.6) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/fedora33/versions/3.3.6/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 828/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 278k/s, Estimated time remaining: 1:17:51) Progress: 4% (Rate: 59.4M/s, Estimated time remaining: 0:00:52) Progress: 9% (Rate: 62.6M/s, Estimated time remaining: 0:00:33) Progress: 13% (Rate: 56.2M/s, Estimated time remaining: 0:00:30) Progress: 17% (Rate: 56.6M/s, Estimated time remaining: 0:00:26) Progress: 22% (Rate: 57.2M/s, Estimated time remaining: 0:00:22) Progress: 27% (Rate: 57.8M/s, Estimated time remaining: 0:00:20) Progress: 30% (Rate: 53.0M/s, Estimated time remaining: 0:00:19) Progress: 33% (Rate: 50.9M/s, Estimated time remaining: 0:00:19) Progress: 36% (Rate: 47.2M/s, Estimated time remaining: 0:00:18) Progress: 41% (Rate: 47.4M/s, Estimated time remaining: 0:00:16) Progress: 45% (Rate: 47.2M/s, Estimated time remaining: 0:00:15) Progress: 48% (Rate: 46.5M/s, Estimated time remaining: 0:00:14) Progress: 52% (Rate: 48.7M/s, Estimated time remaining: 0:00:13) Progress: 57% (Rate: 52.8M/s, Estimated time remaining: 0:00:12) Progress: 58% (Rate: 44.7M/s, Estimated time remaining: 0:00:12) Progress: 61% (Rate: 39.3M/s, Estimated time remaining: 0:00:11) Progress: 64% (Rate: 40.3M/s, Estimated time remaining: 0:00:10) Progress: 68% (Rate: 41.8M/s, Estimated time remaining: 0:00:09) Progress: 73% (Rate: 41.5M/s, Estimated time remaining: 0:00:07) Progress: 77% (Rate: 48.3M/s, Estimated time remaining: 0:00:06) Progress: 82% (Rate: 54.0M/s, Estimated time remaining: 0:00:05) Progress: 87% (Rate: 58.3M/s, Estimated time remaining: 0:00:03) Progress: 90% (Rate: 55.4M/s, Estimated time remaining: 0:00:02) Progress: 94% (Rate: 52.3M/s, Estimated time remaining: 0:00:02) Progress: 98% (Rate: 52.0M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/fedora33' (v3.3.6) for 'virtualbox'! ``` ### stderr: ```Shell % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4096k 100 4096k 0 0 5970k 0 --:--:-- --:--:-- --:--:-- 5962k The box you requested to be removed could not be found. No boxes named 'generic/centos7' could be found. The box you requested to be removed could not be found. No boxes named 'generic/centos8' could be found. The box you requested to be removed could not be found. No boxes named 'generic/ubuntu2004' could be found. The box you requested to be removed could not be found. No boxes named 'generic/opensuse42' could be found. The box you requested to be removed could not be found. No boxes named 'generic/opensuse15' could be found. The box you requested to be removed could not be found. No boxes named 'fedora/32-cloud-base' could be found. The box you requested to be removed could not be found. No boxes named 'generic/fedora33' could be found. sed: illegal option -- - usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] ```

Changed files

Changed 7 files: - distros_supported.yml - playbooks/roles/criproxy/molecule/default/molecule.yml - playbooks/roles/nfd/molecule/default/molecule.yml - playbooks/roles/pmem/molecule/default/molecule.yml - playbooks/roles/qat_driver/molecule/default/molecule.yml - playbooks/roles/sriov_cni/molecule/default/molecule.yml - playbooks/roles/sriov_plugin/molecule/default/molecule.yml

:octocat: Repo | :memo: Issues | :department_store: Marketplace