electrocucaracha / krd

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

chore: update versions #80

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 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/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) 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) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.0.1 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # 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 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.8.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # 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 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) 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) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.0 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.17 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # 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 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 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) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.18 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # 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 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) 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 pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.2.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.19 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - galaxy-requirements.yml - test-requirements.txt

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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.3.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.19 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - galaxy-requirements.yml - test-requirements.txt

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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from pip-tools) (0.34.2) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: pip, tomli, pep517, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.4.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.10.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.19 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # via -r test-requirements.in # The following packages are considered to be unsafe in a requirements file: # setuptools ```

Changed files

Changed 2 files: - galaxy-requirements.yml - test-requirements.txt

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

github-actions[bot] commented 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Collecting pep517 Downloading pep517-0.12.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: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.4.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.11.0 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.19 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # 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 2 years ago

Command results

Details:
add path ```Shell /home/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_versions.sh
pip install pip-tools ```Shell Collecting pip-tools Downloading pip_tools-6.4.0-py3-none-any.whl (47 kB) Collecting pep517 Downloading pep517-0.12.0-py2.py3-none-any.whl (19 kB) Requirement already satisfied: click>=7 in /usr/lib/python3/dist-packages (from pip-tools) (7.0) Collecting pip>=21.2 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) 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 tomli>=1.1.0; python_version >= "3.6" Downloading tomli-2.0.0-py3-none-any.whl (12 kB) Installing collected packages: tomli, pep517, pip, pip-tools Successfully installed pep517-0.12.0 pip-21.3.1 pip-tools-6.4.0 tomli-2.0.0 ```
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==5.1.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.1 # via ansible ansible-lint==5.3.1 # via -r test-requirements.in arrow==1.2.1 # via jinja2-time attrs==21.4.0 # via pytest bcrypt==3.2.0 # via paramiko binaryornot==0.4.4 # via cookiecutter bracex==2.2.1 # via wcmatch cerberus==1.3.2 # via molecule certifi==2021.10.8 # via requests cffi==1.15.0 # via # bcrypt # cryptography # pynacl chardet==4.0.0 # via binaryornot charset-normalizer==2.0.9 # via requests click==8.0.3 # 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==36.0.1 # via # ansible-core # paramiko distro==1.6.0 # via selinux enrich==1.2.6 # via # ansible-lint # molecule idna==3.3 # via requests iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via # ansible-core # cookiecutter # jinja2-time # molecule # molecule-vagrant jinja2-time==0.2.0 # via cookiecutter markupsafe==2.0.1 # via jinja2 molecule==3.5.2 # via # -r test-requirements.in # molecule-vagrant molecule-vagrant==1.0.0 # via -r test-requirements.in packaging==21.3 # via # ansible-core # ansible-lint # molecule # pytest paramiko==2.9.1 # via molecule pathspec==0.9.0 # via yamllint pluggy==1.0.0 # via # molecule # pytest poyo==0.5.0 # via cookiecutter py==1.11.0 # via pytest pycparser==2.21 # via cffi pygments==2.11.1 # via rich pynacl==1.4.0 # via paramiko pyparsing==3.0.6 # via packaging pytest==6.2.5 # via pytest-testinfra pytest-testinfra==6.5.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 # molecule-vagrant pyyaml==5.4.1 # via # ansible-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.16.1 # via # ansible-lint # enrich # molecule ruamel.yaml==0.17.19 # 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.5 # 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.7 # via requests wcmatch==8.3 # via ansible-lint yamllint==1.26.3 # 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 2 years ago

Command results

Details:
add path ```Shell /Users/runner/work/_actions/technote-space/create-pr-action/v2/node_modules/npm-check-updates/build/src/bin ```
./ci/update_distros.sh ```Shell Generating public/private rsa key pair. Your identification has been saved in /Users/runner/work/krd/krd/insecure_keys/key. Your public key has been saved in /Users/runner/work/krd/krd/insecure_keys/key.pub. The key fingerprint is: SHA256:hC/mHf6IfwKbUKDvVFo/V84z7fSsrhFHp7hoHAKqTeo runner@Mac-1640995699771.local The key's randomart image is: +---[RSA 3072]----+ | | | . . | | . .o . . .| | . .++ .o o | | .o=o.S .+o.o | | ==o.+o+.o=+o | | oo...+oo+ o= o | | . . o..+. .. o| | E ..oo. .oo. | +----[SHA256]-----+ Free memory(kb): 3847392 Free memory(kb): 3839376 ==> box: Loading metadata for box 'generic/centos7' box: URL: https://vagrantcloud.com/generic/centos7 ==> box: Adding box 'generic/centos7' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos7/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 941/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 8% (Rate: 44.6M/s, Estimated time remaining: 0:00:13) Progress: 25% (Rate: 111M/s, Estimated time remaining: 0:00:06) Progress: 40% (Rate: 106M/s, Estimated time remaining: 0:00:04) Progress: 50% (Rate: 92.4M/s, Estimated time remaining: 0:00:04) Progress: 66% (Rate: 92.3M/s, Estimated time remaining: 0:00:03) Progress: 82% (Rate: 97.1M/s, Estimated time remaining: 0:00:01) Progress: 97% (Rate: 94.1M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos7' (v3.6.4) for 'virtualbox'! Free memory(kb): 3146284 Free memory(kb): 3157288 ==> box: Loading metadata for box 'generic/centos8' box: URL: https://vagrantcloud.com/generic/centos8 ==> box: Adding box 'generic/centos8' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos8/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 809/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 5% (Rate: 34.0M/s, Estimated time remaining: 0:00:29) Progress: 13% (Rate: 84.2M/s, Estimated time remaining: 0:00:17) Progress: 24% (Rate: 99.1M/s, Estimated time remaining: 0:00:11) Progress: 35% (Rate: 103M/s, Estimated time remaining: 0:00:08) Progress: 44% (Rate: 103M/s, Estimated time remaining: 0:00:07) Progress: 53% (Rate: 100M/s, Estimated time remaining: 0:00:06) Progress: 62% (Rate: 100M/s, Estimated time remaining: 0:00:05) Progress: 70% (Rate: 96.8M/s, Estimated time remaining: 0:00:04) Progress: 81% (Rate: 96.7M/s, Estimated time remaining: 0:00:02) Progress: 89% (Rate: 92.7M/s, Estimated time remaining: 0:00:01) Progress: 97% (Rate: 90.3M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos8' (v3.6.4) for 'virtualbox'! Free memory(kb): 2096660 Free memory(kb): 2096960 ==> box: Loading metadata for box 'generic/ubuntu1604' box: URL: https://vagrantcloud.com/generic/ubuntu1604 ==> box: Adding box 'generic/ubuntu1604' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1604/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 6% (Rate: 37.7M/s, Estimated time remaining: 0:00:25) Progress: 13% (Rate: 71.6M/s, Estimated time remaining: 0:00:17) Progress: 23% (Rate: 84.4M/s, Estimated time remaining: 0:00:12) Progress: 29% (Rate: 78.3M/s, Estimated time remaining: 0:00:11) Progress: 39% (Rate: 84.6M/s, Estimated time remaining: 0:00:09) Progress: 47% (Rate: 83.2M/s, Estimated time remaining: 0:00:07) Progress: 55% (Rate: 85.2M/s, Estimated time remaining: 0:00:06) Progress: 62% (Rate: 78.5M/s, Estimated time remaining: 0:00:05) Progress: 70% (Rate: 80.8M/s, Estimated time remaining: 0:00:04) Progress: 79% (Rate: 79.8M/s, Estimated time remaining: 0:00:03) Progress: 88% (Rate: 82.4M/s, Estimated time remaining: 0:00:02) Progress: 98% (Rate: 86.3M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1604' (v3.6.4) for 'virtualbox'! Free memory(kb): 1040904 Removing box 'generic/ubuntu1804' (v3.6.0) with provider 'virtualbox'... Removing box 'generic/ubuntu1804' (v3.5.4) with provider 'virtualbox'... Removing box 'generic/ubuntu1804' (v3.5.0) with provider 'virtualbox'... Free memory(kb): 4517192 ==> box: Loading metadata for box 'generic/ubuntu1804' box: URL: https://vagrantcloud.com/generic/ubuntu1804 ==> box: Adding box 'generic/ubuntu1804' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1804/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1322/s, Estimated time remaining: --:--:--) Progress: 5% (Rate: 48.2M/s, Estimated time remaining: 0:00:22) Progress: 13% (Rate: 96.6M/s, Estimated time remaining: 0:00:14) Progress: 19% (Rate: 81.8M/s, Estimated time remaining: 0:00:13) Progress: 27% (Rate: 85.9M/s, Estimated time remaining: 0:00:11) Progress: 35% (Rate: 85.0M/s, Estimated time remaining: 0:00:09) Progress: 41% (Rate: 82.0M/s, Estimated time remaining: 0:00:09) Progress: 48% (Rate: 79.3M/s, Estimated time remaining: 0:00:07) Progress: 54% (Rate: 78.5M/s, Estimated time remaining: 0:00:07) Progress: 62% (Rate: 78.3M/s, Estimated time remaining: 0:00:05) Progress: 70% (Rate: 79.3M/s, Estimated time remaining: 0:00:04) Progress: 78% (Rate: 84.9M/s, Estimated time remaining: 0:00:03) Progress: 87% (Rate: 86.9M/s, Estimated time remaining: 0:00:02) Progress: 93% (Rate: 90.1M/s, Estimated time remaining: 0:00:01) Progress: 99% (Rate: 83.9M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1804' (v3.6.4) for 'virtualbox'! Free memory(kb): 3333004 Free memory(kb): 3334256 ==> box: Loading metadata for box 'generic/ubuntu2004' box: URL: https://vagrantcloud.com/generic/ubuntu2004 ==> box: Adding box 'generic/ubuntu2004' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu2004/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1355/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 18.0M/s, Estimated time remaining: 0:01:24) Progress: 5% (Rate: 71.4M/s, Estimated time remaining: 0:00:29) Progress: 10% (Rate: 68.6M/s, Estimated time remaining: 0:00:25) Progress: 14% (Rate: 67.4M/s, Estimated time remaining: 0:00:23) Progress: 17% (Rate: 65.1M/s, Estimated time remaining: 0:00:22) Progress: 21% (Rate: 63.0M/s, Estimated time remaining: 0:00:21) Progress: 24% (Rate: 57.4M/s, Estimated time remaining: 0:00:21) Progress: 27% (Rate: 53.8M/s, Estimated time remaining: 0:00:20) Progress: 29% (Rate: 47.5M/s, Estimated time remaining: 0:00:21) Progress: 32% (Rate: 46.2M/s, Estimated time remaining: 0:00:20) Progress: 36% (Rate: 45.6M/s, Estimated time remaining: 0:00:19) Progress: 40% (Rate: 46.8M/s, Estimated time remaining: 0:00:18) Progress: 44% (Rate: 51.7M/s, Estimated time remaining: 0:00:16) Progress: 47% (Rate: 54.3M/s, Estimated time remaining: 0:00:15) Progress: 50% (Rate: 54.7M/s, Estimated time remaining: 0:00:14) Progress: 55% (Rate: 57.0M/s, Estimated time remaining: 0:00:13) Progress: 59% (Rate: 58.8M/s, Estimated time remaining: 0:00:12) Progress: 63% (Rate: 59.6M/s, Estimated time remaining: 0:00:10) Progress: 68% (Rate: 64.3M/s, Estimated time remaining: 0:00:09) Progress: 72% (Rate: 65.1M/s, Estimated time remaining: 0:00:08) Progress: 75% (Rate: 62.8M/s, Estimated time remaining: 0:00:07) Progress: 80% (Rate: 65.3M/s, Estimated time remaining: 0:00:06) Progress: 84% (Rate: 62.8M/s, Estimated time remaining: 0:00:04) Progress: 89% (Rate: 62.4M/s, Estimated time remaining: 0:00:03) Progress: 91% (Rate: 59.9M/s, Estimated time remaining: 0:00:02) Progress: 97% (Rate: 65.6M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu2004' (v3.6.4) for 'virtualbox'! Free memory(kb): 1749736 Free memory(kb): 1749380 ==> box: Loading metadata for box 'generic/opensuse42' box: URL: https://vagrantcloud.com/generic/opensuse42 ==> box: Adding box 'generic/opensuse42' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse42/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1145/s, Estimated time remaining: --:--:--) Progress: 2% (Rate: 35.4M/s, Estimated time remaining: 0:00:42) Progress: 8% (Rate: 86.5M/s, Estimated time remaining: 0:00:23) Progress: 13% (Rate: 81.7M/s, Estimated time remaining: 0:00:20) Progress: 20% (Rate: 91.8M/s, Estimated time remaining: 0:00:16) Progress: 24% (Rate: 84.9M/s, Estimated time remaining: 0:00:16) Progress: 31% (Rate: 88.2M/s, Estimated time remaining: 0:00:13) Progress: 36% (Rate: 83.5M/s, Estimated time remaining: 0:00:12) Progress: 41% (Rate: 85.8M/s, Estimated time remaining: 0:00:12) Progress: 45% (Rate: 74.6M/s, Estimated time remaining: 0:00:11) Progress: 51% (Rate: 80.1M/s, Estimated time remaining: 0:00:10) Progress: 55% (Rate: 73.0M/s, Estimated time remaining: 0:00:09) Progress: 60% (Rate: 75.3M/s, Estimated time remaining: 0:00:07) Progress: 66% (Rate: 75.6M/s, Estimated time remaining: 0:00:07) Progress: 70% (Rate: 77.6M/s, Estimated time remaining: 0:00:06) Progress: 76% (Rate: 76.9M/s, Estimated time remaining: 0:00:05) Progress: 80% (Rate: 76.5M/s, Estimated time remaining: 0:00:04) Progress: 88% (Rate: 83.0M/s, Estimated time remaining: 0:00:03) Progress: 92% (Rate: 78.2M/s, Estimated time remaining: 0:00:01) Progress: 97% (Rate: 79.7M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse42' (v3.6.4) for 'virtualbox'! Free memory(kb): 1572180 Free memory(kb): 1573564 ==> box: Loading metadata for box 'generic/opensuse15' box: URL: https://vagrantcloud.com/generic/opensuse15 ==> box: Adding box 'generic/opensuse15' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse15/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1044/s, Estimated time remaining: --:--:--) Progress: 5% (Rate: 45.8M/s, Estimated time remaining: 0:00:21) Progress: 14% (Rate: 80.2M/s, Estimated time remaining: 0:00:15) Progress: 21% (Rate: 80.5M/s, Estimated time remaining: 0:00:12) Progress: 29% (Rate: 83.0M/s, Estimated time remaining: 0:00:10) Progress: 38% (Rate: 85.2M/s, Estimated time remaining: 0:00:08) Progress: 44% (Rate: 81.1M/s, Estimated time remaining: 0:00:08) Progress: 52% (Rate: 81.5M/s, Estimated time remaining: 0:00:07) Progress: 60% (Rate: 82.0M/s, Estimated time remaining: 0:00:05) Progress: 64% (Rate: 73.7M/s, Estimated time remaining: 0:00:05) Progress: 70% (Rate: 68.1M/s, Estimated time remaining: 0:00:04) Progress: 77% (Rate: 68.0M/s, Estimated time remaining: 0:00:03) Progress: 82% (Rate: 61.6M/s, Estimated time remaining: 0:00:03) Progress: 86% (Rate: 56.5M/s, Estimated time remaining: 0:00:02) Progress: 94% (Rate: 62.5M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse15' (v3.6.4) for 'virtualbox'! Free memory(kb): 1103472 Free memory(kb): 1103896 ==> box: Loading metadata for box 'generic/fedora33' box: URL: https://vagrantcloud.com/generic/fedora33 ==> box: Adding box 'generic/fedora33' (v3.6.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/fedora33/versions/3.6.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1148/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1167/s, Estimated time remaining: --:--:--) Progress: 3% (Rate: 46.9M/s, Estimated time remaining: 0:00:27) Progress: 10% (Rate: 88.1M/s, Estimated time remaining: 0:00:17) Progress: 16% (Rate: 87.5M/s, Estimated time remaining: 0:00:15) Progress: 23% (Rate: 89.4M/s, Estimated time remaining: 0:00:13) Progress: 30% (Rate: 89.6M/s, Estimated time remaining: 0:00:11) Progress: 37% (Rate: 89.7M/s, Estimated time remaining: 0:00:10) Progress: 42% (Rate: 87.0M/s, Estimated time remaining: 0:00:09) Progress: 48% (Rate: 83.7M/s, Estimated time remaining: 0:00:08) Progress: 53% (Rate: 81.1M/s, Estimated time remaining: 0:00:07) Progress: 60% (Rate: 80.3M/s, Estimated time remaining: 0:00:06) Progress: 67% (Rate: 80.9M/s, Estimated time remaining: 0:00:05) Progress: 72% (Rate: 81.4M/s, Estimated time remaining: 0:00:04) Progress: 80% (Rate: 86.5M/s, Estimated time remaining: 0:00:03) Progress: 87% (Rate: 90.1M/s, Estimated time remaining: 0:00:02) Progress: 92% (Rate: 86.5M/s, Estimated time remaining: 0:00:01) Progress: 96% (Rate: 78.8M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/fedora33' (v3.6.4) for 'virtualbox'! Free memory(kb): 1403296 Free memory(kb): 1402348 ==> box: Loading metadata for box 'fedora/34-cloud-base' box: URL: https://vagrantcloud.com/fedora/34-cloud-base ==> box: Adding box 'fedora/34-cloud-base' (v34.20210423.0) for provider: virtualbox box: Downloading: https://vagrantcloud.com/fedora/boxes/34-cloud-base/versions/34.20210423.0/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Download redirected to host: download.fedoraproject.org Progress: 100% (Rate: 1019/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 14% (Rate: 36.4M/s, Estimated time remaining: 0:00:08) Progress: 31% (Rate: 39.7M/s, Estimated time remaining: 0:00:05) Progress: 52% (Rate: 43.7M/s, Estimated time remaining: 0:00:03) Progress: 77% (Rate: 48.3M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'fedora/34-cloud-base' (v34.20210423.0) 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 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 4096k 100 4096k 0 0 1435k 0 0:00:02 0:00:02 --:--:-- 1435k 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/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. The box you requested to be removed could not be found. No boxes named 'fedora/34-cloud-base' 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