View Issue Details

IDProjectCategoryView StatusLast Update
0011155Rocky-Linux-9Generalpublic2025-11-24 20:57
ReporterArthur Novik Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Summary0011155: Checksum errors and missed files in rocky9.5 vault repos
DescriptionDuring build procedure I found that one of nexus servers, which configured as a proxy to rocky vault, started to provide crappy packages. After short investigation, I found that the problem not on nexus side, but on https://download.rockylinux.org/vault/rocky/9.5/.

Some examples for packages located in BaseOS:
```
[MIRROR] mailcap-2.1.49-5.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 79e14650d30ab145748285db4f78ddd33fb1da327669ad7d114a01b1f65f5d35(sha256) Expected: 6dd638e811f10010faccd9416503858b3a3ed5704e5c95edd8563889f4313495(sha256)
[FAILED] mailcap-2.1.49-5.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-decorator-4.4.2-6.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 225145c5888fb2f0ff7fea8a0c2cc84b37e8f2f6c775bae965438cb4ecf7f931(sha256) Expected: dbb499672254e25cacdf85d79bcc057b832b9af04e500441219f07fb66e1cb1c(sha256)
[FAILED] python3-decorator-4.4.2-6.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-iniparse-0.4-45.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 4eb32a1a714c82f3c61b7dc0717cfd6f19c0bd6bda2223c23ffeba44bf982f99(sha256) Expected: 75dc8e9fdbddc8ce9e2b4cc93f2ce7d1a27278cc243a873bf10d412efe638653(sha256)
[FAILED] python3-iniparse-0.4-45.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-inotify-0.9.6-25.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 4221590905bb73dafe05d3a3e1ae057c4d35d3e8b7a702392b2f7e1749eaa6f7(sha256) Expected: fd04d27388bdbe645a24b31ca5c84cd50c7b86defaa739d69d0e42c21bf941f9(sha256)
[FAILED] python3-inotify-0.9.6-25.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-ptyprocess-0.6.0-12.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 68e6f35b6a0b68316ff240f9019d5d871bfded122d8c2c298bdbbdfab461b136(sha256) Expected: 8f0d54b01ca0a0ba2d2c92bd7d17f17788a3f6f744b7a581fec918986cabbca7(sha256)
[FAILED] python3-ptyprocess-0.6.0-12.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-pysocks-1.7.1-12.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 016dc76c614653e9fed2f2bd626e8bc7fbcb27bfaa49be85fb4bdc7426cb0905(sha256) Expected: 6b419a1140e6472f5353b8dd8b39e027bbc0dc2955adac89ebd8345a6b76da1a(sha256)
[FAILED] python3-pysocks-1.7.1-12.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-pyudev-0.22.0-6.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 3b6b79b5b1e14de93b102ab2ca8a30a61a2e479636363c775caba019803938a1(sha256) Expected: f80c7b0e6211747b80d86db522435e8eed74137b10226770fd55e078d5eb52b7(sha256)
[FAILED] python3-pyudev-0.22.0-6.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] python3-pyparsing-2.4.7-9.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 40ef3b8d201e07ac5a339334d7c8ae15a024aa6b4783504a265efca0c2b60b27(sha256) Expected: 9fa0091a1c1e9cded3dbcceadb327ee51ca7ca93fadc0e7763f214ca0ca6b735(sha256)
[FAILED] python3-pyparsing-2.4.7-9.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] usb_modeswitch-data-20191128-6.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 87e8dd86d10927a9067a71ab8e28707460f28615c6a2ecd32b947a783a6041ec(sha256) Expected: b7f1298c4f99b2ca7eaa5c97bf204fd61e3cafb79c79771c3da03504d223c231(sha256)
[FAILED] usb_modeswitch-data-20191128-6.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

[MIRROR] words-3.0-39.el9.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 975a62598f9daba3bb3fd39de062866717d8029387f4ec4b5c80ab06cbf1b7e2(sha256) Expected: 3885289f167e72b49399dcb3639160b5175798260fbadf31a3c658d65afae844(sha256)
[FAILED] words-3.0-39.el9.noarch.rpm: No more mirrors to try - All mirrors were already tried without success
```
CRB affected badly (hundreds of rpms).

I took mailcap-2.1.49-5.el9.noarch.rpm from original ISO that I have and downloaded affected one from vault and compared sha256sum:
```
[root@vm01 rocky9.5]# sha256sum mailcap-2.1.49-5.el9.noarch.rpm
6dd638e811f10010faccd9416503858b3a3ed5704e5c95edd8563889f4313495 mailcap-2.1.49-5.el9.noarch.rpm
anovik@anovikpc:/tmp$ sha256sum mailcap-2.1.49-5.el9.noarch.rpm
79e14650d30ab145748285db4f78ddd33fb1da327669ad7d114a01b1f65f5d35 mailcap-2.1.49-5.el9.noarch.rpm
```
Steps To Reproducecat <<EOF>>rocky95.repo
[BaseOS]
name=Rocky Linux $releasever - BaseOS
baseurl=https://download.rockylinux.org/vault/rocky/9.5/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
exclude=*i686
EOF

dnf -c rocky95.repo reposync -v -p repodata --repoid=BaseOS --download-metadata --download-path=/repos/rocky9.6/
TagsNo tags attached.

Activities

Arthur Novik

Arthur Novik

2025-11-24 20:57

reporter   ~0011749

Extra info, which my be important - It started 11/21/2025 (friday).

Issue History

Date Modified Username Field Change
2025-11-24 20:08 Arthur Novik New Issue
2025-11-24 20:57 Arthur Novik Note Added: 0011749