-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Test FlakeTests that work. Wait, no. Actually yes. Hang on. Something is broken.Tests that work. Wait, no. Actually yes. Hang on. Something is broken.
Description
This test failed on a CI run on "main":
https://github.com/oxidecomputer/omicron/runs/64258375971
Log showing the specific test failure:
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Test FlakeTests that work. Wait, no. Actually yes. Hang on. Something is broken.Tests that work. Wait, no. Actually yes. Hang on. Something is broken.