Skip to content

Rocky Linux 10 - Apollo Tree failures #61

@nazunalika

Description

@nazunalika

See below. The apollo_tree script is failing on Rocky Linux 10 due to missing data.

The following command is ran:

python3 /usr/local/bin/apollo_tree -p $(pwd) -n 'Rocky Linux 10 $arch' -i extras -i images -i isos -i live -i metadata -i plus -i devel -x riscv64

This results in the following:

Traceback (most recent call last):
  File "/usr/local/bin/apollo_tree", line 410, in <module>
    asyncio.run(
  File "/usr/lib64/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib64/python3.9/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/usr/local/bin/apollo_tree", line 320, in run_apollo_tree
    updateinfo = await fetch_updateinfo_from_apollo(
  File "/usr/local/bin/apollo_tree", line 161, in fetch_updateinfo_from_apollo
    raise Exception(f"Failed to fetch updateinfo from {api_url}")
Exception: Failed to fetch updateinfo from https://apollo.build.resf.org/api/v3/updateinfo/Rocky%20Linux%2010%20ppc64le/SAP/updateinfo.xml?req_arch=ppc64le

As we continue to add "ignores" for the repositories it complains about, it eventually lands on a base repository (AppStream) for ppc64le as the arch. This hints at data being missing.

## SAP ignored
Traceback (most recent call last):
  File "/usr/local/bin/apollo_tree", line 410, in <module>
    asyncio.run(
  File "/usr/lib64/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib64/python3.9/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/usr/local/bin/apollo_tree", line 320, in run_apollo_tree
    updateinfo = await fetch_updateinfo_from_apollo(
  File "/usr/local/bin/apollo_tree", line 161, in fetch_updateinfo_from_apollo
    raise Exception(f"Failed to fetch updateinfo from {api_url}")
Exception: Failed to fetch updateinfo from https://apollo.build.resf.org/api/v3/updateinfo/Rocky%20Linux%2010%20ppc64le/SAPHANA/updateinfo.xml?req_arch=ppc64le

## SAP, SAPHANA ignored
Traceback (most recent call last):
  File "/usr/local/bin/apollo_tree", line 410, in <module>
    asyncio.run(
  File "/usr/lib64/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib64/python3.9/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/usr/local/bin/apollo_tree", line 320, in run_apollo_tree
    updateinfo = await fetch_updateinfo_from_apollo(
  File "/usr/local/bin/apollo_tree", line 161, in fetch_updateinfo_from_apollo
    raise Exception(f"Failed to fetch updateinfo from {api_url}")
Exception: Failed to fetch updateinfo from https://apollo.build.resf.org/api/v3/updateinfo/Rocky%20Linux%2010%20x86_64/NFV/updateinfo.xml?req_arch=x86_64

## SAP, SAPHANA, NFV ignored
Traceback (most recent call last):
  File "/usr/local/bin/apollo_tree", line 410, in <module>
    asyncio.run(
  File "/usr/lib64/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib64/python3.9/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/usr/local/bin/apollo_tree", line 320, in run_apollo_tree
    updateinfo = await fetch_updateinfo_from_apollo(
  File "/usr/local/bin/apollo_tree", line 161, in fetch_updateinfo_from_apollo
    raise Exception(f"Failed to fetch updateinfo from {api_url}")
Exception: Failed to fetch updateinfo from https://apollo.build.resf.org/api/v3/updateinfo/Rocky%20Linux%2010%20aarch64/RT/updateinfo.xml?req_arch=aarch64

## SAP, SAPHANA, NFV, RT ignored
Traceback (most recent call last):
  File "/usr/local/bin/apollo_tree", line 410, in <module>
    asyncio.run(
  File "/usr/lib64/python3.9/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib64/python3.9/asyncio/base_events.py", line 647, in run_until_complete
    return future.result()
  File "/usr/local/bin/apollo_tree", line 320, in run_apollo_tree
    updateinfo = await fetch_updateinfo_from_apollo(
  File "/usr/local/bin/apollo_tree", line 161, in fetch_updateinfo_from_apollo
    raise Exception(f"Failed to fetch updateinfo from {api_url}")
Exception: Failed to fetch updateinfo from https://apollo.build.resf.org/api/v3/updateinfo/Rocky%20Linux%2010%20ppc64le/AppStream/updateinfo.xml?req_arch=ppc64le

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions