viirya commented on PR #25004:
URL: https://github.com/apache/datafusion/pull/25004#issuecomment-5606789354

   Note for anyone else hitting this: the merge queue is currently failing on 
`build and run with wasm-pack`, but not for any reason in this PR.
   
   The job dies in the `Install dependencies` step, before anything is compiled:
   
   ```
   E: Failed to fetch 
https://dl.google.com/linux/chrome-stable/deb/dists/stable/main/binary-amd64/Packages.gz
      Hash Sum mismatch
      Last modification reported: Wed, 09 Sep 2026 09:41:12 +0000
      Release file created at:    Wed, 09 Sep 2026 17:16:59 +0000
   ```
   
   Google's apt repository is serving a `Packages.gz` that doesn't match its 
own `Release` file, so `apt-get` refuses the index and the Chrome install exits 
100. The wasm tests themselves are then skipped.
   
   It isn't specific to this branch — the same job is failing in the queued 
runs for #24976, #25028, #25032 and #25073 as well, and this commit passed the 
same check on the PR head. Retrying just re-runs into the same upstream mirror, 
so I'll wait for it to resolve rather than keep re-queuing.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to