Page MenuHomeSoftware Heritage

Two .dsc in Debian Experimental do not match their checksums
Closed, MigratedEdits Locked

Description

https://sentry.softwareheritage.org/organizations/swh/issues/105051/?referrer=phabricator_plugin

ValueError: Failure when fetching http://deb.debian.org/debian/pool/main/g/golang-opentelemetry-otel/golang-opentelemetry-otel_1.10.0-1.dsc. Checksum mismatched: c3fb6776d3a15f43021e8adc60136ec2 != 5c235253462a0eaf067992e6c34fc789
(6 additional frame(s) were not displayed)
...
  File "__init__.py", line 356, in iter
    return fut.result()
  File "concurrent/futures/_base.py", line 425, in result
    return self.__get_result()
  File "concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
  File "__init__.py", line 412, in call
    result = fn(*args, **kwargs)
  File "swh/loader/package/utils.py", line 150, in download
    % (url, expected_digest, actual_digest)

Event Timeline

$ curl -s http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz | unxz | grep golang-opentelemetry-otel_1.10.0-1.dsc
 c3fb6776d3a15f43021e8adc60136ec2 2735 golang-opentelemetry-otel_1.10.0-1.dsc
 021348f1ada88dfdcfdbf22c96bcc4c8f0d839cb29f0825269aeac8bdda13418 2735 golang-opentelemetry-otel_1.10.0-1.dsc
$ curl -s http://deb.debian.org/debian/pool/main/g/golang-opentelemetry-otel/golang-opentelemetry-otel_1.10.0-1.dsc | md5sum
5c235253462a0eaf067992e6c34fc789  -
$ curl -s http://deb.debian.org/debian/pool/main/g/golang-opentelemetry-otel/golang-opentelemetry-otel_1.10.0-1.dsc | sha256sum      
d57ccaef3eac4e8137d61b720a93ae743324fa2356a068ce2b4e8573e91418f9  -

and

$ curl -s http://deb.debian.org/debian/dists/experimental/main/source/Sources.xz | unxz | grep golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.dsc
 c4d33ab09e4f4a95c819dd1de88d0876 2857 golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.dsc
 8e86e0a9cc31461c0f564e8feefb2e1e9ec05c265ab06e96fd32b7de787bc504 2857 golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.dsc
$ curl -s http://deb.debian.org/debian/pool/main/g/golang-github-grpc-ecosystem-go-grpc-middleware/golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.dsc | md5sum
8d6eee1b2b773c9be12536396ba949a6  -
$ curl -s http://deb.debian.org/debian/pool/main/g/golang-github-grpc-ecosystem-go-grpc-middleware/golang-github-grpc-ecosystem-go-grpc-middleware_1.3.0-1.dsc | sha256sum 
8bbee530bbdb11a58a275c34878c372558223c294384897822eba1338b84db82  -
vlorentz renamed this task from Two Debian packages do not match their checksums to Two Debian in Experimental packages do not match their checksums.Nov 7 2022, 1:45 PM
vlorentz renamed this task from Two Debian in Experimental packages do not match their checksums to Two Debian packages in Experimental do not match their checksums.
vlorentz removed vlorentz as the assignee of this task.
vlorentz triaged this task as Normal priority.
vlorentz added a subscriber: vlorentz.
vlorentz renamed this task from Two Debian packages in Experimental do not match their checksums to Two .dsc in Debian Experimental do not match their checksums.Nov 7 2022, 1:47 PM