Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crypto to address "parse error in message type 27" errors #2152

Merged
merged 1 commit into from Aug 30, 2022

Conversation

rrjjvv
Copy link
Contributor

@rrjjvv rrjjvv commented Aug 26, 2022

Fixes #2151

This resolves errors stemming from golang/go#51689; it just so happens it was fixed a few hours ago. I didn't think a dependency change of this nature would warrant any new tests, but correct me if I'm wrong. But this does eliminate the errors after applying this change.

@rrjjvv
Copy link
Contributor Author

rrjjvv commented Aug 26, 2022

Also, for my future reference... do you consider it a "rule" to have an Issue filed prior to submitting a PR (at least from external contributors)? I was going to create this PR only, but at the last minute, thought you might want/require a matching Issue. If it could/should be omitted for trivial changes like this, I'll gladly comply.

@alexcb
Copy link
Collaborator

alexcb commented Aug 29, 2022

Also, for my future reference... do you consider it a "rule" to have an Issue filed prior to submitting a PR (at least from external contributors)? I was going to create this PR only, but at the last minute, thought you might want/require a matching Issue. If it could/should be omitted for trivial changes like this, I'll gladly comply.

rogue PRs (without a corresponding issue) are fine :)

thanks for the update.

@rrjjvv
Copy link
Contributor Author

rrjjvv commented Aug 29, 2022

Sweet, thanks! It looks like 4/5 of those failures are the Hub 'EOF' issue mentioned in Slack earlier. The fifth is a little obtuse to my untrained eye, but blinding assuming/hoping it's the same underlying issue. I'll assume there's nothing for me to do at this point until those are re-run.

@alexcb alexcb merged commit 1b89360 into earthly:main Aug 30, 2022
@alexcb
Copy link
Collaborator

alexcb commented Aug 30, 2022

I'll try to get this released this week, thanks again for the fix.

@rrjjvv rrjjvv deleted the crypto-update branch August 31, 2022 01:29
@alexcb
Copy link
Collaborator

alexcb commented Sep 6, 2022

This was released today (slightly later than anticipated)

alexcb pushed a commit that referenced this pull request Oct 17, 2022
This (re)-fixes #2151 

After upgrading to 0.6.26 I started getting those errors again. It
appears that
0382399
is the cause. The commit message/content doesn't indicate it was
intentional. The downgrade happens to be the exact version that I
upgraded from, which makes me think maybe it was a result of something
like a weird merge conflict resolution, external automation, etc.

Under the assumption it was not intentional, this is just the exact same
fix from #2152.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spurious "parse error in message type 27" errors in build output
2 participants