Skip to content

test failed in CI: [nextest installation] #9891

@iliana

Description

@iliana

This test failed on a CI run on "main":

https://github.com/oxidecomputer/omicron/runs/64258375971

Log showing the specific test failure:

https://buildomat.eng.oxide.computer/wg/0/details/01KHWZGEEZ4Z5HPMYBZK10TYFH/CX15gpBIFazZCja5xPDH6ErMigWDe1pun7ehMH3I9hgxSJD2/01KHWZGT9JQ0W9NZFX1X9BFV0H#S622

Excerpt from the log showing the failure:

+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/linux
+ gunzip
+ tar -xvf - -C /home/build/.cargo/bin
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104
cargo-nextest
gzip: stdin: unexpected end of file
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now

The --retry helps here for issues seen while starting the download, but not for mid-download problems due to it being piped:

curl -sSfL --retry 10 https://get.nexte.st/"$NEXTEST_VERSION"/"$1" | gunzip | tar -xvf - -C ~/.cargo/bin

Metadata

Metadata

Assignees

No one assigned

    Labels

    Test FlakeTests that work. Wait, no. Actually yes. Hang on. Something is broken.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions