dan-fritchman / Hdl21

Hardware Description Library
BSD 3-Clause "New" or "Revised" License
67 stars 15 forks source link

CI not finding packages(?) #137

Closed dan-fritchman closed 1 year ago

dan-fritchman commented 1 year ago

E.g. this run here
https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903

Run apt-get install -y python3.[1](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:1)0
Reading package lists...
Building dependency tree...
Reading state information...
python3.10 is already the newest version (3.10.6-1~22.04.2ubuntu1).
python3.10 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
python3.10-dev is already the newest version (3.10.6-1~22.04.2ubuntu1).
python3.10-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  python3-pip-whl python3-setuptools-whl
The following NEW packages will be installed:
  python3-pip-whl python3-setuptools-whl python3.10-venv
0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded.
Need to get 2473 kB of archives.
After this operation, 2882 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip-whl all 22.0.2+dfsg-1ubuntu0.2 [167[9](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:10) kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-setuptools-whl all 59.6.0-1.2ubuntu0.22.04.1 [788 kB]
Ign:3 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3.[10](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:11)-venv amd64 3.10.6-1~22.04.2ubuntu1
Err:3 http://security.ubuntu.com/ubuntu jammy-updates/universe amd64 python3.10-venv amd64 3.10.6-1~22.04.2ubuntu1
  404  Not Found [IP: 185.[12](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:13)5.190.39 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/p/python3.10/python3.10-venv_3.10.6-1%7e22.04.2ubuntu1_amd64.deb  404  Not Found [IP: [18](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:19)5.125.[19](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:20)0.39 80]
Fetched [24](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:25)67 kB in 2s (1[26](https://github.com/dan-fritchman/Hdl21/actions/runs/5226960373/jobs/9475915903#step:4:27)2 kB/s)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
dan-fritchman commented 1 year ago

Seems apt stuff cures this; gonna roll it in with #134