Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Help debugging issues #90

Merged
merged 11 commits into from
Oct 7, 2024
Merged

Help debugging issues #90

merged 11 commits into from
Oct 7, 2024

Conversation

enolfc
Copy link
Contributor

@enolfc enolfc commented Aug 27, 2024

Summary

Try to add more output to the build so we are not blind when building the images


Related issue :

@sebastian-luna-valero
Copy link
Member

Thanks!

I am also adding this:

error_handler() {
echo " Error in line: $1 " >> /var/log/image-build.log 2>&1
shift
echo " Exit status: $1 " >> /var/log/image-build.log 2>&1
shift
echo " Command: $* " >> /var/log/image-build.log 2>&1
}
trap 'error_handler ${LINENO} $? ${BASH_COMMAND}' ERR INT TERM

which seems to help (see example output below):

==> Builds finished. The artifacts of successful builds are:
--> qemu.datahub-jupyter-ubuntu-22-04: VM files in directory: output-datahub-jupyter-ubuntu-22-04
 Error in line: 43 
 Exit status: 5 
 Command: VM_NAME="$(jq -r ".builders[].vm_name" < "$IMAGE")" 

@enolfc enolfc marked this pull request as ready for review August 29, 2024 09:54
Copy link

Build status: failure

Build log
VM is ef8e9383-2e2b-4db8-b009-7e6c2840a112
status: done
Skipped build as image is already uploaded
BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link

Build status: failure

Build log
VM is 5e9d76ac-6ce0-4a7e-8874-00a81a183f9d
status: done
Skipped build as image is already uploaded
BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link

Build status: failure

Build log
VM is afca345f-fb05-4229-b94f-389259ae1509
status: done
Skipped build as image is already uploaded
BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link

github-actions bot commented Oct 7, 2024

Build status: failure

Build log
VM is d5648adf-5db2-47fd-846b-feb1a906ab6d
status: done
Skipped build as image is already uploaded
BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link
Member

@sebastian-luna-valero sebastian-luna-valero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @enolfc

Please let me know your thoughts about these two comments.

builder/build-image.sh Outdated Show resolved Hide resolved
builder/build-image.sh Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Oct 7, 2024

Build status: failure

Build log
VM is d442314f-e18d-4955-b1cc-5c31ef48e062
status: done
Skipped build as image is already uploaded
BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link

github-actions bot commented Oct 7, 2024

Build status: success

Build log
VM is d4ceaabb-141a-4ba0-be4f-7743734fc708
status: done
Collecting fedcloudclient
  Downloading fedcloudclient-1.4.3-py3-none-any.whl.metadata (8.9 kB)
Collecting simplejson
  Downloading simplejson-3.19.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB)
Collecting yq
  Downloading yq-3.4.3-py3-none-any.whl.metadata (9.0 kB)
Collecting python-hcl2
  Downloading python_hcl2-4.3.5-py3-none-any.whl.metadata (4.2 kB)
Collecting click==8.1.7 (from fedcloudclient)
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting click-option-group==0.5.6 (from fedcloudclient)
  Downloading click_option_group-0.5.6-py3-none-any.whl.metadata (8.3 kB)
Collecting tabulate==0.9.0 (from fedcloudclient)
  Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting requests==2.31.0 (from fedcloudclient)
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting defusedxml~=0.7.1 (from fedcloudclient)
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting pyjwt==2.8.0 (from fedcloudclient)
  Downloading PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
Collecting python-openstackclient==6.3.0 (from fedcloudclient)
  Downloading python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB)
Collecting liboidcagent==0.6.0 (from fedcloudclient)
  Downloading liboidcagent-0.6.0-py3-none-any.whl.metadata (3.0 kB)
Collecting jsonpath-ng==1.6.0 (from fedcloudclient)
  Downloading jsonpath_ng-1.6.0-py3-none-any.whl.metadata (17 kB)
Collecting PyYAML==6.0.1 (from fedcloudclient)
  Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting setuptools==68.2.2 (from fedcloudclient)
  Downloading setuptools-68.2.2-py3-none-any.whl.metadata (6.3 kB)
Collecting jsonschema==4.19.2 (from fedcloudclient)
  Downloading jsonschema-4.19.2-py3-none-any.whl.metadata (7.9 kB)
Collecting psutil==5.9.6 (from fedcloudclient)
  Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Collecting hvac==2.0.0 (from fedcloudclient)
  Downloading hvac-2.0.0-py3-none-any.whl.metadata (3.3 kB)
Collecting cryptography==41.0.5 (from fedcloudclient)
  Downloading cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB)
Collecting cffi>=1.12 (from cryptography==41.0.5->fedcloudclient)
  Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting ply (from jsonpath-ng==1.6.0->fedcloudclient)
  Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
Collecting attrs>=22.2.0 (from jsonschema==4.19.2->fedcloudclient)
  Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema==4.19.2->fedcloudclient)
  Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema==4.19.2->fedcloudclient)
  Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema==4.19.2->fedcloudclient)
  Downloading rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting PyNaCl>=1.2.0 (from liboidcagent==0.6.0->fedcloudclient)
  Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Collecting cliff>=3.5.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading cliff-4.7.0-py3-none-any.whl.metadata (2.1 kB)
Collecting iso8601>=0.1.11 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading iso8601-2.1.0-py3-none-any.whl.metadata (3.7 kB)
Collecting openstacksdk>=1.4.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading openstacksdk-4.0.0-py3-none-any.whl.metadata (12 kB)
Collecting osc-lib>=2.3.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading osc_lib-3.1.0-py3-none-any.whl.metadata (3.6 kB)
Collecting oslo.i18n>=3.15.3 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.i18n-6.4.0-py3-none-any.whl.metadata (2.1 kB)
Collecting oslo.utils>=3.33.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.utils-7.3.0-py3-none-any.whl.metadata (2.3 kB)
Collecting pbr!=2.1.0,>=2.0.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB)
Collecting python-cinderclient>=3.3.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading python_cinderclient-9.6.0-py3-none-any.whl.metadata (19 kB)
Collecting python-keystoneclient>=3.22.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading python_keystoneclient-5.5.0-py3-none-any.whl.metadata (3.7 kB)
Collecting python-novaclient>=18.1.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading python_novaclient-18.7.0-py3-none-any.whl.metadata (3.0 kB)
Collecting stevedore>=2.0.1 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading stevedore-5.3.0-py3-none-any.whl.metadata (2.3 kB)
Collecting charset-normalizer<4,>=2 (from requests==2.31.0->fedcloudclient)
  Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests==2.31.0->fedcloudclient)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->fedcloudclient)
  Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests==2.31.0->fedcloudclient)
  Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting xmltodict>=0.11.0 (from yq)
  Downloading xmltodict-0.13.0-py2.py3-none-any.whl.metadata (7.7 kB)
Collecting tomlkit>=0.11.6 (from yq)
  Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Collecting argcomplete>=1.8.1 (from yq)
  Downloading argcomplete-3.5.1-py3-none-any.whl.metadata (16 kB)
Collecting lark<2,>=1 (from python-hcl2)
  Downloading lark-1.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting pycparser (from cffi>=1.12->cryptography==41.0.5->fedcloudclient)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting PrettyTable>=0.7.2 (from cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading prettytable-3.11.0-py3-none-any.whl.metadata (30 kB)
Collecting autopage>=0.4.0 (from cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading autopage-0.5.2-py3-none-any.whl.metadata (7.9 kB)
Collecting cmd2>=1.0.0 (from cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading cmd2-2.4.3-py3-none-any.whl.metadata (12 kB)
Collecting decorator>=4.4.1 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting dogpile.cache>=0.6.5 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading dogpile.cache-1.3.3-py3-none-any.whl.metadata (5.2 kB)
Collecting jmespath>=0.9.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting keystoneauth1>=3.18.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading keystoneauth1-5.8.0-py3-none-any.whl.metadata (4.1 kB)
Collecting netifaces>=0.10.4 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading netifaces-0.11.0.tar.gz (30 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting os-service-types>=1.7.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting platformdirs>=3 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting requestsexceptions>=1.2.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting debtcollector>=1.2.0 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting netaddr>=0.10.0 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB)
Collecting packaging>=20.4 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
Collecting tzdata>=2022.4 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting oslo.config>=5.2.0 (from python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.config-9.6.0-py3-none-any.whl.metadata (3.0 kB)
Collecting oslo.serialization>=2.18.0 (from python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.serialization-5.5.0-py3-none-any.whl.metadata (2.2 kB)
Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading pyperclip-1.9.0.tar.gz (20 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting wcwidth>=0.1.7 (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB)
Collecting msgpack>=0.5.2 (from oslo.serialization>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
Downloading fedcloudclient-1.4.3-py3-none-any.whl (32 kB)
Downloading click-8.1.7-py3-none-any.whl (97 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 972.1 kB/s eta 0:00:00
Downloading click_option_group-0.5.6-py3-none-any.whl (12 kB)
Downloading cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 25.3 MB/s eta 0:00:00
Downloading hvac-2.0.0-py3-none-any.whl (149 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 kB 1.6 MB/s eta 0:00:00
Downloading jsonpath_ng-1.6.0-py3-none-any.whl (29 kB)
Downloading jsonschema-4.19.2-py3-none-any.whl (83 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.6/83.6 kB 747.7 kB/s eta 0:00:00
Downloading liboidcagent-0.6.0-py3-none-any.whl (5.6 kB)
Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.6/283.6 kB 2.6 MB/s eta 0:00:00
Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
Downloading python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 19.4 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 725.0/725.0 kB 20.3 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.5 MB/s eta 0:00:00
Downloading setuptools-68.2.2-py3-none-any.whl (807 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 19.9 MB/s eta 0:00:00
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Downloading simplejson-3.19.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (152 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.2/152.2 kB 9.2 MB/s eta 0:00:00
Downloading yq-3.4.3-py3-none-any.whl (18 kB)
Downloading python_hcl2-4.3.5-py3-none-any.whl (11 kB)
Downloading argcomplete-3.5.1-py3-none-any.whl (43 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/43.5 kB 3.5 MB/s eta 0:00:00
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Downloading lark-1.2.2-py3-none-any.whl (111 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.0/111.0 kB 2.8 MB/s eta 0:00:00
Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Downloading xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB)
Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 1.4 MB/s eta 0:00:00
Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.3/167.3 kB 4.5 MB/s eta 0:00:00
Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 479.4/479.4 kB 10.8 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.9/141.9 kB 4.4 MB/s eta 0:00:00
Downloading cliff-4.7.0-py3-none-any.whl (81 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.2/81.2 kB 3.4 MB/s eta 0:00:00
Downloading idna-3.10-py3-none-any.whl (70 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 1.9 MB/s eta 0:00:00
Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB)
Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Downloading openstacksdk-4.0.0-py3-none-any.whl (1.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 23.3 MB/s eta 0:00:00
Downloading osc_lib-3.1.0-py3-none-any.whl (89 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/89.6 kB 3.7 MB/s eta 0:00:00
Downloading oslo.i18n-6.4.0-py3-none-any.whl (46 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 3.3 MB/s eta 0:00:00
Downloading oslo.utils-7.3.0-py3-none-any.whl (129 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.5/129.5 kB 5.7 MB/s eta 0:00:00
Downloading pbr-6.1.0-py2.py3-none-any.whl (108 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/108.5 kB 7.7 MB/s eta 0:00:00
Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 18.2 MB/s eta 0:00:00
Downloading python_cinderclient-9.6.0-py3-none-any.whl (256 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.2/256.2 kB 5.2 MB/s eta 0:00:00
Downloading python_keystoneclient-5.5.0-py3-none-any.whl (397 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 10.2 MB/s eta 0:00:00
Downloading python_novaclient-18.7.0-py3-none-any.whl (336 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 6.8 MB/s eta 0:00:00
Downloading referencing-0.35.1-py3-none-any.whl (26 kB)
Downloading rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 358.0/358.0 kB 13.6 MB/s eta 0:00:00
Downloading stevedore-5.3.0-py3-none-any.whl (49 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/49.7 kB 4.8 MB/s eta 0:00:00
Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.3/126.3 kB 5.4 MB/s eta 0:00:00
Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 4.5 MB/s eta 0:00:00
Downloading autopage-0.5.2-py3-none-any.whl (30 kB)
Downloading cmd2-2.4.3-py3-none-any.whl (147 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.2/147.2 kB 7.1 MB/s eta 0:00:00
Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB)
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Downloading dogpile.cache-1.3.3-py3-none-any.whl (58 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 6.0 MB/s eta 0:00:00
Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Downloading keystoneauth1-5.8.0-py3-none-any.whl (325 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.8/325.8 kB 11.0 MB/s eta 0:00:00
Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 13.1 MB/s eta 0:00:00
Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
Downloading oslo.config-9.6.0-py3-none-any.whl (132 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.1/132.1 kB 2.5 MB/s eta 0:00:00
Downloading oslo.serialization-5.5.0-py3-none-any.whl (26 kB)
Downloading packaging-24.1-py3-none-any.whl (53 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 353.0 kB/s eta 0:00:00
Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Downloading prettytable-3.11.0-py3-none-any.whl (28 kB)
Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.1/104.1 kB 6.6 MB/s eta 0:00:00
Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.6/346.6 kB 14.3 MB/s eta 0:00:00
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 9.4 MB/s eta 0:00:00
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Downloading msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.4/401.4 kB 5.7 MB/s eta 0:00:00
Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.3/87.3 kB 1.5 MB/s eta 0:00:00
Building wheels for collected packages: netifaces, pyperclip
  Building wheel for netifaces (pyproject.toml): started
  Building wheel for netifaces (pyproject.toml): finished with status 'done'
  Created wheel for netifaces: filename=netifaces-0.11.0-cp312-cp312-linux_x86_64.whl size=35877 sha256=84b877b64dbe146618335825a122d24f2c257e929498a37eb37fde460d302449
  Stored in directory: /root/.cache/pip/wheels/63/fa/57/da80d0ffc8f993315c479b7cd4c8fb1c23910c8baccf6b1b27
  Building wheel for pyperclip (pyproject.toml): started
  Building wheel for pyperclip (pyproject.toml): finished with status 'done'
  Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11003 sha256=46d9a0a9ece18beb293d7ddf99b1d36ecfe0eb909258ba44ef66ba682bcac474
  Stored in directory: /root/.cache/pip/wheels/e0/e8/fc/8ab8aa326e33bc066ccd5f3ca9646eab4299881af933f94f09
Successfully built netifaces pyperclip
Installing collected packages: wcwidth, requestsexceptions, pyperclip, ply, netifaces, xmltodict, wrapt, urllib3, tzdata, tomlkit, tabulate, simplejson, setuptools, rpds-py, rfc3986, PyYAML, pyparsing, pyjwt, pycparser, psutil, PrettyTable, platformdirs, pbr, packaging, netaddr, msgpack, lark, jsonpointer, jsonpath-ng, jmespath, iso8601, idna, defusedxml, decorator, click, charset-normalizer, certifi, autopage, attrs, argcomplete, yq, stevedore, requests, referencing, python-hcl2, oslo.i18n, os-service-types, jsonpatch, debtcollector, cmd2, click-option-group, cffi, PyNaCl, oslo.utils, oslo.config, keystoneauth1, jsonschema-specifications, hvac, dogpile.cache, cryptography, cliff, python-cinderclient, oslo.serialization, openstacksdk, liboidcagent, jsonschema, python-novaclient, python-keystoneclient, osc-lib, python-openstackclient, fedcloudclient
Successfully installed PrettyTable-3.11.0 PyNaCl-1.5.0 PyYAML-6.0.1 argcomplete-3.5.1 attrs-24.2.0 autopage-0.5.2 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.3.2 click-8.1.7 click-option-group-0.5.6 cliff-4.7.0 cmd2-2.4.3 cryptography-41.0.5 debtcollector-3.0.0 decorator-5.1.1 defusedxml-0.7.1 dogpile.cache-1.3.3 fedcloudclient-1.4.3 hvac-2.0.0 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpath-ng-1.6.0 jsonpointer-3.0.0 jsonschema-4.19.2 jsonschema-specifications-2023.12.1 keystoneauth1-5.8.0 lark-1.2.2 liboidcagent-0.6.0 msgpack-1.1.0 netaddr-1.3.0 netifaces-0.11.0 openstacksdk-4.0.0 os-service-types-1.7.0 osc-lib-3.1.0 oslo.config-9.6.0 oslo.i18n-6.4.0 oslo.serialization-5.5.0 oslo.utils-7.3.0 packaging-24.1 pbr-6.1.0 platformdirs-4.3.6 ply-3.11 psutil-5.9.6 pycparser-2.22 pyjwt-2.8.0 pyparsing-3.1.4 pyperclip-1.9.0 python-cinderclient-9.6.0 python-hcl2-4.3.5 python-keystoneclient-5.5.0 python-novaclient-18.7.0 python-openstackclient-6.3.0 referencing-0.35.1 requests-2.31.0 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.20.0 setuptools-68.2.2 simplejson-3.19.3 stevedore-5.3.0 tabulate-0.9.0 tomlkit-0.13.2 tzdata-2024.2 urllib3-2.2.3 wcwidth-0.2.13 wrapt-1.16.0 xmltodict-0.13.0 yq-3.4.3
-----BEGIN PGP PUBLIC KEY BLOCK-----

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
=FdUF
-----END PGP PUBLIC KEY BLOCK-----

Get:1 https://apt.releases.hashicorp.com noble InRelease [12.9 kB]
Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease
Get:5 https://apt.releases.hashicorp.com noble/main amd64 Packages [151 kB]
Hit:6 http://security.ubuntu.com/ubuntu noble-security InRelease
Fetched 164 kB in 0s (441 kB/s)
Reading package lists...
Repository: 'deb [arch=amd64] https://apt.releases.hashicorp.com noble main'
Description:
Archive for codename: noble components: main
More info: https://apt.releases.hashicorp.com
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Hit:1 https://apt.releases.hashicorp.com noble InRelease
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease [256 kB]
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Fetched 508 kB in 1s (530 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  packer
0 upgraded, 1 newly installed, 0 to remove and 180 not upgraded.
Need to get 15.4 MB of archives.
After this operation, 49.7 MB of additional disk space will be used.
Get:1 https://apt.releases.hashicorp.com noble/main amd64 packer amd64 1.11.2-1 [15.4 MB]
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Fetched 15.4 MB in 0s (58.8 MB/s)
Selecting previously unselected package packer.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 128865 files and directories currently installed.)
Preparing to unpack .../packer_1.11.2-1_amd64.deb ...
Unpacking packer (1.11.2-1) ...
Setting up packer (1.11.2-1) ...

Running kernel seems to be up-to-date.

Restarting services...

Service restarts being deferred:
 systemctl restart cloud-final.service
 /etc/needrestart/restart.d/dbus.service
 systemctl restart unattended-upgrades.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
�[1;36mInstalled plugin github.com/hashicorp/qemu v1.1.0 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.0_x5.0_linux_amd64"�[0m
�[1;36mInstalled plugin github.com/hashicorp/ansible v1.1.1 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/ansible/packer-plugin-ansible_v1.1.1_x5.0_linux_amd64"�[0m
ubuntu/ubuntu-24.04.pkr.hcl
ubuntu/ubuntu-24.04.pkr.hcl
  % 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  4162  100  3056  100  1106   8286   2998 --:--:-- --:--:-- --:--:-- 11279
::add-mask::gAAAAABnA-qnYL2baLVSUHckSdYnc4ejV8Mk7Kv4FGXW5EZrgo2XXWS3cyvZ9LBqlodKk8udlRi9nrUouNh0Sw1IK-BSOvDcpafdzwBYjuYGUYtnDiI4eqPzdKs9CdvYa8PDDmYTi3YY0GpK75viDtmF4SEh5A8wq8OmoiVZRyhrx3lppSxfVAA0MGDUw30d4AFwKIi5mHQWVE2rTCGymog9R2YQo0Yvgg
### BUILD-IMAGE: SKIP - Image Ubuntu.24.04-2024.04.30.qcow2 is already uploaded
### BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link
Member

@sebastian-luna-valero sebastian-luna-valero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, many thanks!

Copy link

github-actions bot commented Oct 7, 2024

Build status: SKIP

Build log
VM is 30e079ad-67e7-42fd-9dba-f283d26aed04
status: done
Collecting fedcloudclient
  Downloading fedcloudclient-1.4.3-py3-none-any.whl.metadata (8.9 kB)
Collecting simplejson
  Downloading simplejson-3.19.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB)
Collecting yq
  Downloading yq-3.4.3-py3-none-any.whl.metadata (9.0 kB)
Collecting python-hcl2
  Downloading python_hcl2-4.3.5-py3-none-any.whl.metadata (4.2 kB)
Collecting click==8.1.7 (from fedcloudclient)
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting click-option-group==0.5.6 (from fedcloudclient)
  Downloading click_option_group-0.5.6-py3-none-any.whl.metadata (8.3 kB)
Collecting tabulate==0.9.0 (from fedcloudclient)
  Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
Collecting requests==2.31.0 (from fedcloudclient)
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting defusedxml~=0.7.1 (from fedcloudclient)
  Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
Collecting pyjwt==2.8.0 (from fedcloudclient)
  Downloading PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB)
Collecting python-openstackclient==6.3.0 (from fedcloudclient)
  Downloading python_openstackclient-6.3.0-py3-none-any.whl.metadata (6.5 kB)
Collecting liboidcagent==0.6.0 (from fedcloudclient)
  Downloading liboidcagent-0.6.0-py3-none-any.whl.metadata (3.0 kB)
Collecting jsonpath-ng==1.6.0 (from fedcloudclient)
  Downloading jsonpath_ng-1.6.0-py3-none-any.whl.metadata (17 kB)
Collecting PyYAML==6.0.1 (from fedcloudclient)
  Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Collecting setuptools==68.2.2 (from fedcloudclient)
  Downloading setuptools-68.2.2-py3-none-any.whl.metadata (6.3 kB)
Collecting jsonschema==4.19.2 (from fedcloudclient)
  Downloading jsonschema-4.19.2-py3-none-any.whl.metadata (7.9 kB)
Collecting psutil==5.9.6 (from fedcloudclient)
  Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Collecting hvac==2.0.0 (from fedcloudclient)
  Downloading hvac-2.0.0-py3-none-any.whl.metadata (3.3 kB)
Collecting cryptography==41.0.5 (from fedcloudclient)
  Downloading cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.2 kB)
Collecting cffi>=1.12 (from cryptography==41.0.5->fedcloudclient)
  Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Collecting ply (from jsonpath-ng==1.6.0->fedcloudclient)
  Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
Collecting attrs>=22.2.0 (from jsonschema==4.19.2->fedcloudclient)
  Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema==4.19.2->fedcloudclient)
  Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema==4.19.2->fedcloudclient)
  Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Collecting rpds-py>=0.7.1 (from jsonschema==4.19.2->fedcloudclient)
  Downloading rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Collecting PyNaCl>=1.2.0 (from liboidcagent==0.6.0->fedcloudclient)
  Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB)
Collecting cliff>=3.5.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading cliff-4.7.0-py3-none-any.whl.metadata (2.1 kB)
Collecting iso8601>=0.1.11 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading iso8601-2.1.0-py3-none-any.whl.metadata (3.7 kB)
Collecting openstacksdk>=1.4.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading openstacksdk-4.0.0-py3-none-any.whl.metadata (12 kB)
Collecting osc-lib>=2.3.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading osc_lib-3.1.0-py3-none-any.whl.metadata (3.6 kB)
Collecting oslo.i18n>=3.15.3 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.i18n-6.4.0-py3-none-any.whl.metadata (2.1 kB)
Collecting oslo.utils>=3.33.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.utils-7.3.0-py3-none-any.whl.metadata (2.3 kB)
Collecting pbr!=2.1.0,>=2.0.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading pbr-6.1.0-py2.py3-none-any.whl.metadata (3.4 kB)
Collecting python-cinderclient>=3.3.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading python_cinderclient-9.6.0-py3-none-any.whl.metadata (19 kB)
Collecting python-keystoneclient>=3.22.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading python_keystoneclient-5.5.0-py3-none-any.whl.metadata (3.7 kB)
Collecting python-novaclient>=18.1.0 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading python_novaclient-18.7.0-py3-none-any.whl.metadata (3.0 kB)
Collecting stevedore>=2.0.1 (from python-openstackclient==6.3.0->fedcloudclient)
  Downloading stevedore-5.3.0-py3-none-any.whl.metadata (2.3 kB)
Collecting charset-normalizer<4,>=2 (from requests==2.31.0->fedcloudclient)
  Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Collecting idna<4,>=2.5 (from requests==2.31.0->fedcloudclient)
  Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Collecting urllib3<3,>=1.21.1 (from requests==2.31.0->fedcloudclient)
  Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
Collecting certifi>=2017.4.17 (from requests==2.31.0->fedcloudclient)
  Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Collecting xmltodict>=0.11.0 (from yq)
  Downloading xmltodict-0.13.0-py2.py3-none-any.whl.metadata (7.7 kB)
Collecting tomlkit>=0.11.6 (from yq)
  Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Collecting argcomplete>=1.8.1 (from yq)
  Downloading argcomplete-3.5.1-py3-none-any.whl.metadata (16 kB)
Collecting lark<2,>=1 (from python-hcl2)
  Downloading lark-1.2.2-py3-none-any.whl.metadata (1.8 kB)
Collecting pycparser (from cffi>=1.12->cryptography==41.0.5->fedcloudclient)
  Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Collecting PrettyTable>=0.7.2 (from cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading prettytable-3.11.0-py3-none-any.whl.metadata (30 kB)
Collecting autopage>=0.4.0 (from cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading autopage-0.5.2-py3-none-any.whl.metadata (7.9 kB)
Collecting cmd2>=1.0.0 (from cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading cmd2-2.4.3-py3-none-any.whl.metadata (12 kB)
Collecting decorator>=4.4.1 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
Collecting dogpile.cache>=0.6.5 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading dogpile.cache-1.3.3-py3-none-any.whl.metadata (5.2 kB)
Collecting jmespath>=0.9.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting jsonpatch!=1.20,>=1.16 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
Collecting keystoneauth1>=3.18.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading keystoneauth1-5.8.0-py3-none-any.whl.metadata (4.1 kB)
Collecting netifaces>=0.10.4 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading netifaces-0.11.0.tar.gz (30 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting os-service-types>=1.7.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading os_service_types-1.7.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting platformdirs>=3 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Collecting requestsexceptions>=1.2.0 (from openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl.metadata (1.2 kB)
Collecting debtcollector>=1.2.0 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading debtcollector-3.0.0-py3-none-any.whl.metadata (2.3 kB)
Collecting netaddr>=0.10.0 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading netaddr-1.3.0-py3-none-any.whl.metadata (5.0 kB)
Collecting packaging>=20.4 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
Collecting pyparsing>=2.1.0 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading pyparsing-3.1.4-py3-none-any.whl.metadata (5.1 kB)
Collecting tzdata>=2022.4 (from oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading tzdata-2024.2-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting oslo.config>=5.2.0 (from python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.config-9.6.0-py3-none-any.whl.metadata (3.0 kB)
Collecting oslo.serialization>=2.18.0 (from python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading oslo.serialization-5.5.0-py3-none-any.whl.metadata (2.2 kB)
Collecting pyperclip>=1.6 (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading pyperclip-1.9.0.tar.gz (20 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting wcwidth>=0.1.7 (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
Collecting wrapt>=1.7.0 (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
Collecting jsonpointer>=1.9 (from jsonpatch!=1.20,>=1.16->openstacksdk>=1.4.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB)
Collecting rfc3986>=1.2.0 (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB)
Collecting msgpack>=0.5.2 (from oslo.serialization>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient==6.3.0->fedcloudclient)
  Downloading msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
Downloading fedcloudclient-1.4.3-py3-none-any.whl (32 kB)
Downloading click-8.1.7-py3-none-any.whl (97 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 3.0 MB/s eta 0:00:00
Downloading click_option_group-0.5.6-py3-none-any.whl (12 kB)
Downloading cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 26.1 MB/s eta 0:00:00
Downloading hvac-2.0.0-py3-none-any.whl (149 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.2/149.2 kB 2.6 MB/s eta 0:00:00
Downloading jsonpath_ng-1.6.0-py3-none-any.whl (29 kB)
Downloading jsonschema-4.19.2-py3-none-any.whl (83 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.6/83.6 kB 1.8 MB/s eta 0:00:00
Downloading liboidcagent-0.6.0-py3-none-any.whl (5.6 kB)
Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.6/283.6 kB 3.0 MB/s eta 0:00:00
Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
Downloading python_openstackclient-6.3.0-py3-none-any.whl (1.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 18.8 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (724 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 725.0/725.0 kB 15.6 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 2.2 MB/s eta 0:00:00
Downloading setuptools-68.2.2-py3-none-any.whl (807 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 12.7 MB/s eta 0:00:00
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Downloading simplejson-3.19.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (152 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 152.2/152.2 kB 9.6 MB/s eta 0:00:00
Downloading yq-3.4.3-py3-none-any.whl (18 kB)
Downloading python_hcl2-4.3.5-py3-none-any.whl (11 kB)
Downloading argcomplete-3.5.1-py3-none-any.whl (43 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/43.5 kB 3.5 MB/s eta 0:00:00
Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
Downloading lark-1.2.2-py3-none-any.whl (111 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.0/111.0 kB 7.3 MB/s eta 0:00:00
Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Downloading xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB)
Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 4.9 MB/s eta 0:00:00
Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.3/167.3 kB 2.3 MB/s eta 0:00:00
Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 479.4/479.4 kB 12.7 MB/s eta 0:00:00
Downloading charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.9/141.9 kB 1.3 MB/s eta 0:00:00
Downloading cliff-4.7.0-py3-none-any.whl (81 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.2/81.2 kB 1.1 MB/s eta 0:00:00
Downloading idna-3.10-py3-none-any.whl (70 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 1.1 MB/s eta 0:00:00
Downloading iso8601-2.1.0-py3-none-any.whl (7.5 kB)
Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl (18 kB)
Downloading openstacksdk-4.0.0-py3-none-any.whl (1.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 27.1 MB/s eta 0:00:00
Downloading osc_lib-3.1.0-py3-none-any.whl (89 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.6/89.6 kB 3.4 MB/s eta 0:00:00
Downloading oslo.i18n-6.4.0-py3-none-any.whl (46 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.8/46.8 kB 710.5 kB/s eta 0:00:00
Downloading oslo.utils-7.3.0-py3-none-any.whl (129 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.5/129.5 kB 978.5 kB/s eta 0:00:00
Downloading pbr-6.1.0-py2.py3-none-any.whl (108 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.5/108.5 kB 7.6 MB/s eta 0:00:00
Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 17.7 MB/s eta 0:00:00
Downloading python_cinderclient-9.6.0-py3-none-any.whl (256 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 256.2/256.2 kB 10.0 MB/s eta 0:00:00
Downloading python_keystoneclient-5.5.0-py3-none-any.whl (397 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 397.2/397.2 kB 17.9 MB/s eta 0:00:00
Downloading python_novaclient-18.7.0-py3-none-any.whl (336 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 336.3/336.3 kB 820.7 kB/s eta 0:00:00
Downloading referencing-0.35.1-py3-none-any.whl (26 kB)
Downloading rpds_py-0.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (357 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 358.0/358.0 kB 14.6 MB/s eta 0:00:00
Downloading stevedore-5.3.0-py3-none-any.whl (49 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/49.7 kB 3.6 MB/s eta 0:00:00
Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.3/126.3 kB 9.3 MB/s eta 0:00:00
Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.6/49.6 kB 4.8 MB/s eta 0:00:00
Downloading autopage-0.5.2-py3-none-any.whl (30 kB)
Downloading cmd2-2.4.3-py3-none-any.whl (147 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.2/147.2 kB 6.2 MB/s eta 0:00:00
Downloading debtcollector-3.0.0-py3-none-any.whl (23 kB)
Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Downloading dogpile.cache-1.3.3-py3-none-any.whl (58 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.7/58.7 kB 2.5 MB/s eta 0:00:00
Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
Downloading keystoneauth1-5.8.0-py3-none-any.whl (325 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 325.8/325.8 kB 12.3 MB/s eta 0:00:00
Downloading netaddr-1.3.0-py3-none-any.whl (2.3 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 22.8 MB/s eta 0:00:00
Downloading os_service_types-1.7.0-py2.py3-none-any.whl (24 kB)
Downloading oslo.config-9.6.0-py3-none-any.whl (132 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.1/132.1 kB 5.2 MB/s eta 0:00:00
Downloading oslo.serialization-5.5.0-py3-none-any.whl (26 kB)
Downloading packaging-24.1-py3-none-any.whl (53 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 5.4 MB/s eta 0:00:00
Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Downloading prettytable-3.11.0-py3-none-any.whl (28 kB)
Downloading pyparsing-3.1.4-py3-none-any.whl (104 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.1/104.1 kB 6.4 MB/s eta 0:00:00
Downloading requestsexceptions-1.4.0-py2.py3-none-any.whl (3.8 kB)
Downloading tzdata-2024.2-py2.py3-none-any.whl (346 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 346.6/346.6 kB 2.4 MB/s eta 0:00:00
Downloading pycparser-2.22-py3-none-any.whl (117 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 3.6 MB/s eta 0:00:00
Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB)
Downloading msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (401 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.4/401.4 kB 12.1 MB/s eta 0:00:00
Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
Downloading wrapt-1.16.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.3/87.3 kB 3.6 MB/s eta 0:00:00
Building wheels for collected packages: netifaces, pyperclip
  Building wheel for netifaces (pyproject.toml): started
  Building wheel for netifaces (pyproject.toml): finished with status 'done'
  Created wheel for netifaces: filename=netifaces-0.11.0-cp312-cp312-linux_x86_64.whl size=35880 sha256=053ed49f43c2f5223f924df18ec04167450010498266f507de68d12f73101694
  Stored in directory: /root/.cache/pip/wheels/63/fa/57/da80d0ffc8f993315c479b7cd4c8fb1c23910c8baccf6b1b27
  Building wheel for pyperclip (pyproject.toml): started
  Building wheel for pyperclip (pyproject.toml): finished with status 'done'
  Created wheel for pyperclip: filename=pyperclip-1.9.0-py3-none-any.whl size=11003 sha256=73b1e78e6e1c4574e3806691cb6e9f146f99baa2160d8b0f7e092d0d68528a9a
  Stored in directory: /root/.cache/pip/wheels/e0/e8/fc/8ab8aa326e33bc066ccd5f3ca9646eab4299881af933f94f09
Successfully built netifaces pyperclip
Installing collected packages: wcwidth, requestsexceptions, pyperclip, ply, netifaces, xmltodict, wrapt, urllib3, tzdata, tomlkit, tabulate, simplejson, setuptools, rpds-py, rfc3986, PyYAML, pyparsing, pyjwt, pycparser, psutil, PrettyTable, platformdirs, pbr, packaging, netaddr, msgpack, lark, jsonpointer, jsonpath-ng, jmespath, iso8601, idna, defusedxml, decorator, click, charset-normalizer, certifi, autopage, attrs, argcomplete, yq, stevedore, requests, referencing, python-hcl2, oslo.i18n, os-service-types, jsonpatch, debtcollector, cmd2, click-option-group, cffi, PyNaCl, oslo.utils, oslo.config, keystoneauth1, jsonschema-specifications, hvac, dogpile.cache, cryptography, cliff, python-cinderclient, oslo.serialization, openstacksdk, liboidcagent, jsonschema, python-novaclient, python-keystoneclient, osc-lib, python-openstackclient, fedcloudclient
Successfully installed PrettyTable-3.11.0 PyNaCl-1.5.0 PyYAML-6.0.1 argcomplete-3.5.1 attrs-24.2.0 autopage-0.5.2 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.3.2 click-8.1.7 click-option-group-0.5.6 cliff-4.7.0 cmd2-2.4.3 cryptography-41.0.5 debtcollector-3.0.0 decorator-5.1.1 defusedxml-0.7.1 dogpile.cache-1.3.3 fedcloudclient-1.4.3 hvac-2.0.0 idna-3.10 iso8601-2.1.0 jmespath-1.0.1 jsonpatch-1.33 jsonpath-ng-1.6.0 jsonpointer-3.0.0 jsonschema-4.19.2 jsonschema-specifications-2023.12.1 keystoneauth1-5.8.0 lark-1.2.2 liboidcagent-0.6.0 msgpack-1.1.0 netaddr-1.3.0 netifaces-0.11.0 openstacksdk-4.0.0 os-service-types-1.7.0 osc-lib-3.1.0 oslo.config-9.6.0 oslo.i18n-6.4.0 oslo.serialization-5.5.0 oslo.utils-7.3.0 packaging-24.1 pbr-6.1.0 platformdirs-4.3.6 ply-3.11 psutil-5.9.6 pycparser-2.22 pyjwt-2.8.0 pyparsing-3.1.4 pyperclip-1.9.0 python-cinderclient-9.6.0 python-hcl2-4.3.5 python-keystoneclient-5.5.0 python-novaclient-18.7.0 python-openstackclient-6.3.0 referencing-0.35.1 requests-2.31.0 requestsexceptions-1.4.0 rfc3986-2.0.0 rpds-py-0.20.0 setuptools-68.2.2 simplejson-3.19.3 stevedore-5.3.0 tabulate-0.9.0 tomlkit-0.13.2 tzdata-2024.2 urllib3-2.2.3 wcwidth-0.2.13 wrapt-1.16.0 xmltodict-0.13.0 yq-3.4.3
-----BEGIN PGP PUBLIC KEY BLOCK-----

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
=FdUF
-----END PGP PUBLIC KEY BLOCK-----

Get:1 https://apt.releases.hashicorp.com noble InRelease [12.9 kB]
Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease
Get:5 https://apt.releases.hashicorp.com noble/main amd64 Packages [151 kB]
Hit:6 http://security.ubuntu.com/ubuntu noble-security InRelease
Fetched 164 kB in 0s (448 kB/s)
Reading package lists...
Repository: 'deb [arch=amd64] https://apt.releases.hashicorp.com noble main'
Description:
Archive for codename: noble components: main
More info: https://apt.releases.hashicorp.com
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Hit:1 https://apt.releases.hashicorp.com noble InRelease
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease [256 kB]
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Fetched 508 kB in 1s (512 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  packer
0 upgraded, 1 newly installed, 0 to remove and 180 not upgraded.
Need to get 15.4 MB of archives.
After this operation, 49.7 MB of additional disk space will be used.
Get:1 https://apt.releases.hashicorp.com noble/main amd64 packer amd64 1.11.2-1 [15.4 MB]
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Fetched 15.4 MB in 0s (57.5 MB/s)
Selecting previously unselected package packer.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 128865 files and directories currently installed.)
Preparing to unpack .../packer_1.11.2-1_amd64.deb ...
Unpacking packer (1.11.2-1) ...
Setting up packer (1.11.2-1) ...

Running kernel seems to be up-to-date.

Restarting services...

Service restarts being deferred:
 systemctl restart cloud-final.service
 /etc/needrestart/restart.d/dbus.service
 systemctl restart unattended-upgrades.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
�[1;36mInstalled plugin github.com/hashicorp/qemu v1.1.0 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.0_x5.0_linux_amd64"�[0m
�[1;36mInstalled plugin github.com/hashicorp/ansible v1.1.1 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/ansible/packer-plugin-ansible_v1.1.1_x5.0_linux_amd64"�[0m
ubuntu/ubuntu-24.04.pkr.hcl
ubuntu/ubuntu-24.04.pkr.hcl
  % 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  4162  100  3056  100  1106   6162   2230 --:--:-- --:--:-- --:--:--  8391
::add-mask::gAAAAABnA-6edc87RU2uzi9lUNWdT1LAJ0oYgvOQ-AsLA___iKguDBNjGnP3iKykzGJTh85WrZ4yDPCUjB4iC5vw2jmUoz732qBt1zM8LwtjKzvCS-2JBYshIu1Wufd8HpPForz0APVDUCp6fHpykAGwKpZV9KCnpyZb89iJVg1mIaJOex2AjLfyWAVBd3How0fc7elvF6UmlXqSRygkSG9OVsZ2TFsOmQ
### BUILD-IMAGE: SKIP - Image Ubuntu.24.04-2024.04.30.qcow2 is already uploaded
### BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

Copy link

github-actions bot commented Oct 7, 2024

Build status: SKIP

Build log
VM is 84592f00-5cce-4d25-969e-101cd16d12b8
status: done
Get:1 https://apt.releases.hashicorp.com noble InRelease [12.9 kB]
Get:2 https://apt.releases.hashicorp.com noble/main amd64 Packages [151 kB]
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease
Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease
Fetched 290 kB in 1s (376 kB/s)
Reading package lists...
Repository: 'deb [arch=amd64] https://apt.releases.hashicorp.com noble main'
Description:
Archive for codename: noble components: main
More info: https://apt.releases.hashicorp.com
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Hit:1 https://apt.releases.hashicorp.com noble InRelease
Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease
Fetched 126 kB in 1s (170 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  packer
0 upgraded, 1 newly installed, 0 to remove and 180 not upgraded.
Need to get 15.4 MB of archives.
After this operation, 49.7 MB of additional disk space will be used.
Get:1 https://apt.releases.hashicorp.com noble/main amd64 packer amd64 1.11.2-1 [15.4 MB]
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Fetched 15.4 MB in 1s (23.9 MB/s)
Selecting previously unselected package packer.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 128865 files and directories currently installed.)
Preparing to unpack .../packer_1.11.2-1_amd64.deb ...
Unpacking packer (1.11.2-1) ...
Setting up packer (1.11.2-1) ...

Running kernel seems to be up-to-date.

Restarting services...

Service restarts being deferred:
 systemctl restart cloud-final.service
 /etc/needrestart/restart.d/dbus.service
 systemctl restart unattended-upgrades.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
�[1;36mInstalled plugin github.com/hashicorp/qemu v1.1.0 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.0_x5.0_linux_amd64"�[0m
�[1;36mInstalled plugin github.com/hashicorp/ansible v1.1.1 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/ansible/packer-plugin-ansible_v1.1.1_x5.0_linux_amd64"�[0m
ubuntu/ubuntu-24.04.pkr.hcl
ubuntu/ubuntu-24.04.pkr.hcl
  % 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  4162  100  3056  100  1106   5662   2049 --:--:-- --:--:-- --:--:--  7721
### BUILD-IMAGE: SKIP - Image Ubuntu.24.04-2024.04.30.qcow2 is already uploaded
### BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

@enolfc
Copy link
Contributor Author

enolfc commented Oct 7, 2024

@sebastian-luna-valero can you take a final look?

Copy link

github-actions bot commented Oct 7, 2024

Build status: SKIP

Build log
VM is 60d0398f-bb07-4134-bd6a-ed953650b2cc
status: done
Get:1 https://apt.releases.hashicorp.com noble InRelease [12.9 kB]
Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu noble-backports InRelease
Get:5 https://apt.releases.hashicorp.com noble/main amd64 Packages [151 kB]
Hit:6 http://security.ubuntu.com/ubuntu noble-security InRelease
Fetched 164 kB in 0s (567 kB/s)
Reading package lists...
Repository: 'deb [arch=amd64] https://apt.releases.hashicorp.com noble main'
Description:
Archive for codename: noble components: main
More info: https://apt.releases.hashicorp.com
Adding repository.
Adding deb entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-https_apt_releases_hashicorp_com-noble.list
dpkg-preconfigure: unable to re-open stdin: No such file or directory
Selecting previously unselected package packer.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 128865 files and directories currently installed.)
Preparing to unpack .../packer_1.11.2-1_amd64.deb ...
Unpacking packer (1.11.2-1) ...
Setting up packer (1.11.2-1) ...

Running kernel seems to be up-to-date.

Restarting services...

Service restarts being deferred:
 systemctl restart cloud-final.service
 /etc/needrestart/restart.d/dbus.service
 systemctl restart unattended-upgrades.service

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
�[1;36mInstalled plugin github.com/hashicorp/qemu v1.1.0 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/qemu/packer-plugin-qemu_v1.1.0_x5.0_linux_amd64"�[0m
�[1;36mInstalled plugin github.com/hashicorp/ansible v1.1.1 in "/var/tmp/egi/.packer.d/plugins/github.com/hashicorp/ansible/packer-plugin-ansible_v1.1.1_x5.0_linux_amd64"�[0m
ubuntu/ubuntu-24.04.pkr.hcl
ubuntu/ubuntu-24.04.pkr.hcl
  % 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  4162  100  3056  100  1106   7350   2660 --:--:-- --:--:-- --:--:-- 10028
### BUILD-IMAGE: SKIP - Image Ubuntu.24.04-2024.04.30.qcow2 is already uploaded
### BUILD ENDED
*Pusher: @enolfc, Action: `pull_request`*

@enolfc enolfc merged commit 74930e2 into main Oct 7, 2024
16 checks passed
@enolfc enolfc deleted the better-output branch October 7, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants