metal3-io / ironic-client

Ironic Client Utilities (for debugging via Ironic APIs)
Apache License 2.0
3 stars 10 forks source link

Build is broken #19

Closed tuminoid closed 6 months ago

tuminoid commented 7 months ago

Seems ironic-client build is broken, probably tripleo repos related as we've seen changes related to those in ipa-downloader repo.

11.66   python3-pysocks-1.7.1-12.el9.noarch    python3-requests-2.25.1-8.el9.noarch   
11.66   python3-six-1.15.0-9.el9.noarch        python3-urllib3-1.26.5-5.el9.noarch    
11.66 
11.66 Complete!
11.69   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11.69                                  Dload  Upload   Total   Spent    Left  Speed
100    14  100    14    0     0     41      0 --:--:-- --:--:-- --:--:--    41
12.04   File "<stdin>", line 1
12.04     404: Not Found
12.04     ^
12.04 SyntaxError: illegal target for annotation
------
Dockerfile:6
--------------------
   5 |     
   6 | >>> RUN dnf install -y python3 python3-requests && \
   7 | >>>     curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/plugins/module_utils/tripleo_repos/main.py | python3 - -b master current-tripleo && \
   8 | >>>     dnf update -y --setopt=install_weak_deps=False && \
   9 | >>>     dnf install -y --setopt=install_weak_deps=False python3-ironicclient python3-ironic-inspector-client && \
  10 | >>>     dnf clean all && \
  11 | >>>     rm -rf /var/cache/{yum,dnf}/* && \
  12 | >>>     chmod +x /usr/bin/openstack
  13 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c dnf install -y python3 python3-requests &&     curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/plugins/module_utils/tripleo_repos/main.py | python3 - -b master current-tripleo &&     dnf update -y --setopt=install_weak_deps=False &&     dnf install -y --setopt=install_weak_deps=False python3-ironicclient python3-ironic-inspector-client &&     dnf clean all &&     rm -rf /var/cache/{yum,dnf}/* &&     chmod +x /usr/bin/openstack" did not complete successfully: exit code: 1
tuminoid commented 7 months ago

/triage accepted /assign @NymanRobin