electrocucaracha / krd

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

chore: update versions #75

Closed github-actions[bot] closed 2 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/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) 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: setuptools in /usr/lib/python3/dist-packages (from pip-tools) (45.2.0) Collecting tomli>=1.1.0; python_version >= "3.6" Downloading tomli-1.2.2-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-1.2.2 ```
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.9.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.11.6 # via ansible ansible-lint==5.2.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.8 # 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.0 # 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 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==0.6.3 # 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.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-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.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 6 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/defaults/main.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/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) 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) 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-1.2.2-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-1.2.2 ```
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.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.0 # via ansible ansible-lint==5.2.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.8 # 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.0 # 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 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==0.6.3 # 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.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-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.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 3 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:aDLxDtb/eqMEtl9jrTMmpJB310xstbrZ4c3K/dS5Xhk runner@Mac-1638318480387.local The key's randomart image is: +---[RSA 3072]----+ | | | . | | . . . . | | + . + . | | =.B S = . E | | .oB.+o ..+ . =| | oo+o.+ .= *+| | .o.+*oo.oo=| | +*o+ +++| +----[SHA256]-----+ Free memory(kb): 4340508 Free memory(kb): 4329648 ==> box: Loading metadata for box 'generic/centos7' box: URL: https://vagrantcloud.com/generic/centos7 ==> box: Adding box 'generic/centos7' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos7/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 7% (Rate: 40.0M/s, Estimated time remaining: 0:00:15) Progress: 11% (Rate: 19.0M/s, Estimated time remaining: 0:00:19) Progress: 18% (Rate: 34.9M/s, Estimated time remaining: 0:00:14) Progress: 24% (Rate: 36.8M/s, Estimated time remaining: 0:00:13) Progress: 30% (Rate: 36.1M/s, Estimated time remaining: 0:00:12) Progress: 36% (Rate: 36.8M/s, Estimated time remaining: 0:00:11) Progress: 42% (Rate: 42.3M/s, Estimated time remaining: 0:00:10) Progress: 50% (Rate: 41.3M/s, Estimated time remaining: 0:00:08) Progress: 60% (Rate: 47.0M/s, Estimated time remaining: 0:00:06) Progress: 66% (Rate: 47.9M/s, Estimated time remaining: 0:00:05) Progress: 72% (Rate: 48.3M/s, Estimated time remaining: 0:00:04) Progress: 82% (Rate: 52.5M/s, Estimated time remaining: 0:00:02) Progress: 88% (Rate: 49.6M/s, Estimated time remaining: 0:00:02) Progress: 97% (Rate: 47.9M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos7' (v3.5.4) for 'virtualbox'! Free memory(kb): 3654288 Free memory(kb): 3654040 ==> box: Loading metadata for box 'generic/centos8' box: URL: https://vagrantcloud.com/generic/centos8 ==> box: Adding box 'generic/centos8' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/centos8/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1400/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 25000/s, Estimated time remaining: --:--:--) Progress: 1% (Rate: 14.6M/s, Estimated time remaining: 0:01:12) Progress: 8% (Rate: 78.1M/s, Estimated time remaining: 0:00:22) Progress: 15% (Rate: 74.5M/s, Estimated time remaining: 0:00:17) Progress: 23% (Rate: 76.6M/s, Estimated time remaining: 0:00:14) Progress: 26% (Rate: 67.6M/s, Estimated time remaining: 0:00:14) Progress: 33% (Rate: 68.6M/s, Estimated time remaining: 0:00:12) Progress: 41% (Rate: 71.2M/s, Estimated time remaining: 0:00:10) Progress: 46% (Rate: 66.7M/s, Estimated time remaining: 0:00:09) Progress: 51% (Rate: 62.4M/s, Estimated time remaining: 0:00:08) Progress: 56% (Rate: 62.7M/s, Estimated time remaining: 0:00:08) Progress: 60% (Rate: 59.4M/s, Estimated time remaining: 0:00:07) Progress: 65% (Rate: 50.2M/s, Estimated time remaining: 0:00:06) Progress: 71% (Rate: 53.3M/s, Estimated time remaining: 0:00:05) Progress: 78% (Rate: 56.7M/s, Estimated time remaining: 0:00:04) Progress: 82% (Rate: 56.6M/s, Estimated time remaining: 0:00:03) Progress: 87% (Rate: 56.8M/s, Estimated time remaining: 0:00:02) Progress: 92% (Rate: 60.0M/s, Estimated time remaining: 0:00:01) Progress: 99% (Rate: 60.0M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/centos8' (v3.5.4) for 'virtualbox'! Free memory(kb): 2605776 Free memory(kb): 2607540 ==> box: Loading metadata for box 'generic/ubuntu1604' box: URL: https://vagrantcloud.com/generic/ubuntu1604 ==> box: Adding box 'generic/ubuntu1604' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1604/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 354/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0{/s, Estimated time remaining: --:--:--) Progress: 7% (Rate: 76.4M/s, Estimated time remaining: 0:00:22) Progress: 16% (Rate: 81.6M/s, Estimated time remaining: 0:00:15) Progress: 25% (Rate: 86.0M/s, Estimated time remaining: 0:00:11) Progress: 34% (Rate: 87.1M/s, Estimated time remaining: 0:00:09) Progress: 40% (Rate: 80.4M/s, Estimated time remaining: 0:00:09) Progress: 47% (Rate: 79.5M/s, Estimated time remaining: 0:00:08) Progress: 56% (Rate: 79.4M/s, Estimated time remaining: 0:00:06) Progress: 65% (Rate: 79.3M/s, Estimated time remaining: 0:00:05) Progress: 73% (Rate: 76.7M/s, Estimated time remaining: 0:00:04) Progress: 84% (Rate: 88.0M/s, Estimated time remaining: 0:00:02) Progress: 92% (Rate: 89.1M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1604' (v3.5.4) for 'virtualbox'! Free memory(kb): 1577076 Removing box 'generic/ubuntu1804' (v3.5.0) with provider 'virtualbox'... Free memory(kb): 2710836 ==> box: Loading metadata for box 'generic/ubuntu1804' box: URL: https://vagrantcloud.com/generic/ubuntu1804 ==> box: Adding box 'generic/ubuntu1804' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu1804/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 468/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 3% (Rate: 8216k/s, Estimated time remaining: 0:02:15) Progress: 6% (Rate: 44.6M/s, Estimated time remaining: 0:01:11) Progress: 10% (Rate: 41.9M/s, Estimated time remaining: 0:00:52) Progress: 15% (Rate: 46.1M/s, Estimated time remaining: 0:00:40) Progress: 18% (Rate: 43.1M/s, Estimated time remaining: 0:00:36) Progress: 24% (Rate: 46.7M/s, Estimated time remaining: 0:00:29) Progress: 28% (Rate: 48.4M/s, Estimated time remaining: 0:00:25) Progress: 32% (Rate: 49.8M/s, Estimated time remaining: 0:00:23) Progress: 36% (Rate: 48.7M/s, Estimated time remaining: 0:00:21) Progress: 42% (Rate: 55.3M/s, Estimated time remaining: 0:00:17) Progress: 48% (Rate: 55.8M/s, Estimated time remaining: 0:00:15) Progress: 53% (Rate: 55.3M/s, Estimated time remaining: 0:00:13) Progress: 57% (Rate: 56.1M/s, Estimated time remaining: 0:00:12) Progress: 61% (Rate: 53.2M/s, Estimated time remaining: 0:00:11) Progress: 65% (Rate: 49.5M/s, Estimated time remaining: 0:00:09) Progress: 70% (Rate: 49.6M/s, Estimated time remaining: 0:00:08) Progress: 75% (Rate: 50.2M/s, Estimated time remaining: 0:00:06) Progress: 81% (Rate: 53.5M/s, Estimated time remaining: 0:00:05) Progress: 85% (Rate: 55.3M/s, Estimated time remaining: 0:00:04) Progress: 90% (Rate: 57.9M/s, Estimated time remaining: 0:00:02) Progress: 93% (Rate: 51.9M/s, Estimated time remaining: 0:00:01) Progress: 98% (Rate: 51.1M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu1804' (v3.5.4) for 'virtualbox'! Free memory(kb): 1435376 Free memory(kb): 1436548 ==> box: Loading metadata for box 'generic/ubuntu2004' box: URL: https://vagrantcloud.com/generic/ubuntu2004 ==> box: Adding box 'generic/ubuntu2004' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/ubuntu2004/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1327/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 25970/s, Estimated time remaining: 17:03:16) Progress: 3% (Rate: 49.7M/s, Estimated time remaining: 0:00:47) Progress: 5% (Rate: 45.6M/s, Estimated time remaining: 0:00:41) Progress: 9% (Rate: 46.1M/s, Estimated time remaining: 0:00:36) Progress: 13% (Rate: 51.9M/s, Estimated time remaining: 0:00:29) Progress: 16% (Rate: 50.8M/s, Estimated time remaining: 0:00:28) Progress: 20% (Rate: 51.9M/s, Estimated time remaining: 0:00:26) Progress: 22% (Rate: 50.1M/s, Estimated time remaining: 0:00:26) Progress: 25% (Rate: 51.4M/s, Estimated time remaining: 0:00:25) Progress: 29% (Rate: 47.2M/s, Estimated time remaining: 0:00:23) Progress: 31% (Rate: 46.2M/s, Estimated time remaining: 0:00:23) Progress: 34% (Rate: 44.3M/s, Estimated time remaining: 0:00:22) Progress: 36% (Rate: 44.1M/s, Estimated time remaining: 0:00:22) Progress: 40% (Rate: 44.3M/s, Estimated time remaining: 0:00:20) Progress: 42% (Rate: 42.9M/s, Estimated time remaining: 0:00:19) Progress: 45% (Rate: 43.4M/s, Estimated time remaining: 0:00:18) Progress: 49% (Rate: 43.1M/s, Estimated time remaining: 0:00:17) Progress: 52% (Rate: 46.3M/s, Estimated time remaining: 0:00:16) Progress: 54% (Rate: 44.1M/s, Estimated time remaining: 0:00:15) Progress: 58% (Rate: 45.2M/s, Estimated time remaining: 0:00:14) Progress: 60% (Rate: 43.8M/s, Estimated time remaining: 0:00:14) Progress: 63% (Rate: 44.7M/s, Estimated time remaining: 0:00:12) Progress: 67% (Rate: 46.1M/s, Estimated time remaining: 0:00:11) Progress: 70% (Rate: 46.0M/s, Estimated time remaining: 0:00:10) Progress: 72% (Rate: 45.1M/s, Estimated time remaining: 0:00:09) Progress: 76% (Rate: 49.1M/s, Estimated time remaining: 0:00:08) Progress: 80% (Rate: 50.2M/s, Estimated time remaining: 0:00:07) Progress: 83% (Rate: 48.6M/s, Estimated time remaining: 0:00:06) Progress: 85% (Rate: 48.4M/s, Estimated time remaining: 0:00:05) Progress: 89% (Rate: 50.2M/s, Estimated time remaining: 0:00:04) Progress: 91% (Rate: 45.0M/s, Estimated time remaining: 0:00:03) Progress: 95% (Rate: 45.3M/s, Estimated time remaining: 0:00:02) Progress: 97% (Rate: 42.1M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/ubuntu2004' (v3.5.4) for 'virtualbox'! Free memory(kb): 1585008 Free memory(kb): 1579480 ==> box: Loading metadata for box 'generic/opensuse42' box: URL: https://vagrantcloud.com/generic/opensuse42 ==> box: Adding box 'generic/opensuse42' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse42/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1464/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1401/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 1021k/s, Estimated time remaining: 0:23:01) Progress: 3% (Rate: 44.1M/s, Estimated time remaining: 0:00:50) Progress: 5% (Rate: 35.7M/s, Estimated time remaining: 0:00:48) Progress: 6% (Rate: 31.2M/s, Estimated time remaining: 0:00:50) Progress: 8% (Rate: 28.2M/s, Estimated time remaining: 0:00:52) Progress: 12% (Rate: 33.0M/s, Estimated time remaining: 0:00:42) Progress: 13% (Rate: 26.6M/s, Estimated time remaining: 0:00:45) Progress: 15% (Rate: 28.9M/s, Estimated time remaining: 0:00:41) Progress: 19% (Rate: 34.3M/s, Estimated time remaining: 0:00:36) Progress: 22% (Rate: 38.1M/s, Estimated time remaining: 0:00:34) Progress: 24% (Rate: 33.2M/s, Estimated time remaining: 0:00:34) Progress: 26% (Rate: 36.2M/s, Estimated time remaining: 0:00:34) Progress: 28% (Rate: 35.9M/s, Estimated time remaining: 0:00:32) Progress: 32% (Rate: 34.9M/s, Estimated time remaining: 0:00:29) Progress: 35% (Rate: 35.0M/s, Estimated time remaining: 0:00:28) Progress: 38% (Rate: 39.7M/s, Estimated time remaining: 0:00:25) Progress: 42% (Rate: 45.7M/s, Estimated time remaining: 0:00:23) Progress: 46% (Rate: 49.5M/s, Estimated time remaining: 0:00:20) Progress: 49% (Rate: 45.9M/s, Estimated time remaining: 0:00:20) Progress: 52% (Rate: 48.8M/s, Estimated time remaining: 0:00:18) Progress: 55% (Rate: 45.3M/s, Estimated time remaining: 0:00:17) Progress: 58% (Rate: 44.7M/s, Estimated time remaining: 0:00:16) Progress: 61% (Rate: 40.8M/s, Estimated time remaining: 0:00:14) Progress: 65% (Rate: 46.1M/s, Estimated time remaining: 0:00:13) Progress: 68% (Rate: 43.6M/s, Estimated time remaining: 0:00:12) Progress: 72% (Rate: 48.9M/s, Estimated time remaining: 0:00:10) Progress: 75% (Rate: 47.9M/s, Estimated time remaining: 0:00:09) Progress: 80% (Rate: 51.1M/s, Estimated time remaining: 0:00:07) Progress: 84% (Rate: 53.9M/s, Estimated time remaining: 0:00:05) Progress: 87% (Rate: 53.7M/s, Estimated time remaining: 0:00:04) Progress: 91% (Rate: 52.5M/s, Estimated time remaining: 0:00:03) Progress: 96% (Rate: 56.2M/s, Estimated time remaining: 0:00:01)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse42' (v3.5.4) for 'virtualbox'! Free memory(kb): 1404732 Removing box 'generic/opensuse15' (v3.5.0) with provider 'virtualbox'... Free memory(kb): 1396936 ==> box: Loading metadata for box 'generic/opensuse15' box: URL: https://vagrantcloud.com/generic/opensuse15 ==> box: Adding box 'generic/opensuse15' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/opensuse15/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 656/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 2073/s, Estimated time remaining: --:--:--) Progress: 5% (Rate: 39.6M/s, Estimated time remaining: 0:00:21) Progress: 15% (Rate: 83.8M/s, Estimated time remaining: 0:00:12) Progress: 21% (Rate: 71.7M/s, Estimated time remaining: 0:00:11) Progress: 28% (Rate: 67.0M/s, Estimated time remaining: 0:00:10) Progress: 34% (Rate: 63.6M/s, Estimated time remaining: 0:00:10) Progress: 42% (Rate: 64.6M/s, Estimated time remaining: 0:00:08) Progress: 49% (Rate: 59.8M/s, Estimated time remaining: 0:00:07) Progress: 57% (Rate: 60.9M/s, Estimated time remaining: 0:00:06) Progress: 65% (Rate: 65.1M/s, Estimated time remaining: 0:00:05) Progress: 70% (Rate: 62.7M/s, Estimated time remaining: 0:00:04) Progress: 77% (Rate: 62.7M/s, Estimated time remaining: 0:00:03) Progress: 83% (Rate: 60.0M/s, Estimated time remaining: 0:00:02) Progress: 87% (Rate: 54.3M/s, Estimated time remaining: 0:00:02) Progress: 95% (Rate: 53.7M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/opensuse15' (v3.5.4) for 'virtualbox'! Free memory(kb): 869540 Free memory(kb): 893640 ==> box: Loading metadata for box 'generic/fedora33' box: URL: https://vagrantcloud.com/generic/fedora33 ==> box: Adding box 'generic/fedora33' (v3.5.4) for provider: virtualbox box: Downloading: https://vagrantcloud.com/generic/boxes/fedora33/versions/3.5.4/providers/virtualbox.box Progress: 0% (Rate: 0*/s, Estimated time remaining: --:--:--) Progress: 100% (Rate: 1246/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 3964k/s, Estimated time remaining: 0:06:01) Progress: 1% (Rate: 18.8M/s, Estimated time remaining: 0:01:37) Progress: 3% (Rate: 23.1M/s, Estimated time remaining: 0:01:10) Progress: 5% (Rate: 26.0M/s, Estimated time remaining: 0:00:58) Progress: 7% (Rate: 23.3M/s, Estimated time remaining: 0:01:02) Progress: 7% (Rate: 21.4M/s, Estimated time remaining: 0:01:05) Progress: 8% (Rate: 19.4M/s, Estimated time remaining: 0:01:11) Progress: 9% (Rate: 16.3M/s, Estimated time remaining: 0:01:14) Progress: 10% (Rate: 13.1M/s, Estimated time remaining: 0:01:13) Progress: 11% (Rate: 13.0M/s, Estimated time remaining: 0:01:13) Progress: 12% (Rate: 13.9M/s, Estimated time remaining: 0:01:12) Progress: 13% (Rate: 14.9M/s, Estimated time remaining: 0:01:12) Progress: 14% (Rate: 15.5M/s, Estimated time remaining: 0:01:12) Progress: 16% (Rate: 16.2M/s, Estimated time remaining: 0:01:10) Progress: 18% (Rate: 19.3M/s, Estimated time remaining: 0:01:04) Progress: 20% (Rate: 20.5M/s, Estimated time remaining: 0:01:01) Progress: 21% (Rate: 22.0M/s, Estimated time remaining: 0:01:00) Progress: 23% (Rate: 23.7M/s, Estimated time remaining: 0:00:57) Progress: 24% (Rate: 23.0M/s, Estimated time remaining: 0:00:57) Progress: 25% (Rate: 20.1M/s, Estimated time remaining: 0:00:57) Progress: 27% (Rate: 19.8M/s, Estimated time remaining: 0:00:55) Progress: 28% (Rate: 19.7M/s, Estimated time remaining: 0:00:53) Progress: 30% (Rate: 21.2M/s, Estimated time remaining: 0:00:50) Progress: 32% (Rate: 22.5M/s, Estimated time remaining: 0:00:49) Progress: 34% (Rate: 23.2M/s, Estimated time remaining: 0:00:48) Progress: 35% (Rate: 22.4M/s, Estimated time remaining: 0:00:47) Progress: 36% (Rate: 22.3M/s, Estimated time remaining: 0:00:46) Progress: 38% (Rate: 20.2M/s, Estimated time remaining: 0:00:45) Progress: 40% (Rate: 22.3M/s, Estimated time remaining: 0:00:42) Progress: 42% (Rate: 22.9M/s, Estimated time remaining: 0:00:40) Progress: 44% (Rate: 24.0M/s, Estimated time remaining: 0:00:39) Progress: 44% (Rate: 22.5M/s, Estimated time remaining: 0:00:39) Progress: 46% (Rate: 22.6M/s, Estimated time remaining: 0:00:38) Progress: 47% (Rate: 18.8M/s, Estimated time remaining: 0:00:37) Progress: 48% (Rate: 17.3M/s, Estimated time remaining: 0:00:37) Progress: 49% (Rate: 15.9M/s, Estimated time remaining: 0:00:36) Progress: 51% (Rate: 18.6M/s, Estimated time remaining: 0:00:34) Progress: 52% (Rate: 17.3M/s, Estimated time remaining: 0:00:34) Progress: 53% (Rate: 18.1M/s, Estimated time remaining: 0:00:33) Progress: 55% (Rate: 19.0M/s, Estimated time remaining: 0:00:32) Progress: 56% (Rate: 20.4M/s, Estimated time remaining: 0:00:31) Progress: 58% (Rate: 19.6M/s, Estimated time remaining: 0:00:29) Progress: 60% (Rate: 22.7M/s, Estimated time remaining: 0:00:28) Progress: 63% (Rate: 26.1M/s, Estimated time remaining: 0:00:25) Progress: 64% (Rate: 26.6M/s, Estimated time remaining: 0:00:24) Progress: 66% (Rate: 27.1M/s, Estimated time remaining: 0:00:23) Progress: 67% (Rate: 24.7M/s, Estimated time remaining: 0:00:23) Progress: 68% (Rate: 21.4M/s, Estimated time remaining: 0:00:22) Progress: 69% (Rate: 16.2M/s, Estimated time remaining: 0:00:22) Progress: 69% (Rate: 13.7M/s, Estimated time remaining: 0:00:22) Progress: 74% (Rate: 20.4M/s, Estimated time remaining: 0:00:18) Progress: 75% (Rate: 22.2M/s, Estimated time remaining: 0:00:17) Progress: 77% (Rate: 26.3M/s, Estimated time remaining: 0:00:15) Progress: 79% (Rate: 29.9M/s, Estimated time remaining: 0:00:14) Progress: 81% (Rate: 30.2M/s, Estimated time remaining: 0:00:13) Progress: 82% (Rate: 20.9M/s, Estimated time remaining: 0:00:13) Progress: 83% (Rate: 22.0M/s, Estimated time remaining: 0:00:11) Progress: 84% (Rate: 19.7M/s, Estimated time remaining: 0:00:10) Progress: 87% (Rate: 22.6M/s, Estimated time remaining: 0:00:08) Progress: 88% (Rate: 22.0M/s, Estimated time remaining: 0:00:08) Progress: 89% (Rate: 21.6M/s, Estimated time remaining: 0:00:07) Progress: 90% (Rate: 20.2M/s, Estimated time remaining: 0:00:07) Progress: 91% (Rate: 18.1M/s, Estimated time remaining: 0:00:06) Progress: 92% (Rate: 14.0M/s, Estimated time remaining: 0:00:05) Progress: 94% (Rate: 16.0M/s, Estimated time remaining: 0:00:04) Progress: 96% (Rate: 21.5M/s, Estimated time remaining: 0:00:02) Progress: 99% (Rate: 25.0M/s, Estimated time remaining: --:--:--)  box: Calculating and comparing box checksum... ==> box: Successfully added box 'generic/fedora33' (v3.5.4) for 'virtualbox'! Free memory(kb): 1463900 Free memory(kb): 1461312 ==> 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: 0% (Rate: 0/s, Estimated time remaining: --:--:--) Progress: 0% (Rate: 593k/s, Estimated time remaining: 0:07:12) Progress: 15% (Rate: 38.8M/s, Estimated time remaining: 0:00:11) Progress: 33% (Rate: 41.9M/s, Estimated time remaining: 0:00:06) Progress: 51% (Rate: 43.0M/s, Estimated time remaining: 0:00:04) Progress: 68% (Rate: 42.8M/s, Estimated time remaining: 0:00:03) Progress: 86% (Rate: 43.2M/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 100 4096k 100 4096k 0 0 2828k 0 0:00:01 0:00:01 --:--:-- 2828k 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/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

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/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: 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: 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-1.2.2-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-1.2.2 ```
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.0 # via -r test-requirements.in ansible-compat==0.5.0 # via molecule ansible-core==2.12.0 # via ansible ansible-lint==5.3.0 # 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.8 # 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.0 # 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 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==0.6.3 # 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.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-compat # ansible-core # ansible-lint # molecule # molecule-vagrant # yamllint requests==2.26.0 # via cookiecutter resolvelib==0.5.4 # via ansible-core rich==10.15.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 3 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: 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 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-1.2.2-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-1.2.2 ```
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.0 # via ansible ansible-lint==5.3.0 # 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.8 # 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.0 # 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.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 # 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.15.2 # 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