Skip to content

sha256sum mismatch #46594

@zac-jacobson

Description

@zac-jacobson

Version

16.17.1

Platform

No response

Subsystem

No response

What steps will reproduce the bug?

  1. Observe https://nodejs.org/download/release/v16.17.1/SHASUMS256.txt
    In particular:
    2f459a64647db493da63c790ce368ad54f59f086d9f22f59c5018680420197b3  win-x64/node.lib
    
  2. fetch the file in question
    curl  https://nodejs.org/download/release/v16.17.1/win-x64/node.lib --output node.lib
    
  3. take the sha256sum of this file.
     ✗ sha256sum node.lib
     5792b101d69f08a082ef449a04835fc38574cb54cdc65014c4e78c628c9c2ff1  node.lib
    

How often does it reproduce? Is there a required condition?

every time

What is the expected behavior?

The expected result is that the values match.

What do you see instead?

They don't match, i.e.

local checksum 5792b101d69f08a082ef449a04835fc38574cb54cdc65014c4e78c628c9c2ff1 not match remote 2f459a64647db493da63c790ce368ad54f59f086d9f22f59c5018680420197b3

Additional information

We have been using node 16.17.1 since early January; only started seeing this issue today.

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