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

CI: Update Node.js version to v16.20.0 #3321

Merged
merged 1 commit into from Aug 21, 2023

Conversation

kleisauke
Copy link
Contributor

By using the bundled Node from emsdk, which is no longer outdated.

See: emscripten-core/emsdk@d7327b4

By using the bundled Node from emsdk, which is no longer outdated.

See: emscripten-core/emsdk@d7327b4
@rustbot
Copy link
Collaborator

rustbot commented Aug 20, 2023

r? @JohnTitor

(rustbot has picked a reviewer for you, use r? to override)

@JohnTitor
Copy link
Member

Needs to fix a style failure.

@kleisauke
Copy link
Contributor Author

It looks like the style check CI is having some issues:

/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +b17ab4b5ede3fc9a34cf4eafa98ab36cbe98ee4f:refs/remotes/pull/3321/merge
Error: fatal: unable to access 'https://github.com/rust-lang/libc/': The requested URL returned error: 429
The process '/usr/bin/git' failed with exit code 128
Waiting 19 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +b17ab4b5ede3fc9a34cf4eafa98ab36cbe98ee4f:refs/remotes/pull/3321/merge
Error: fatal: unable to access 'https://github.com/rust-lang/libc/': The requested URL returned error: 429
The process '/usr/bin/git' failed with exit code 128
Waiting 16 seconds before trying again
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +b17ab4b5ede3fc9a34cf4eafa98ab36cbe98ee4f:refs/remotes/pull/3321/merge
Error: fatal: unable to access 'https://github.com/rust-lang/libc/': The requested URL returned error: 429
Error: The process '/usr/bin/git' failed with exit code 128

The 429 (Too Many Requests) error is an HTTP status code that often occurs when you've hit a request limitation of an API, perhaps too many CI jobs were running?

@Dirreke
Copy link
Contributor

Dirreke commented Aug 21, 2023

maybe you can rebase and trigger the check again

@JohnTitor
Copy link
Member

No need to do that, we can just: @bors r+

@bors
Copy link
Contributor

bors commented Aug 21, 2023

📌 Commit 5841067 has been approved by JohnTitor

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 21, 2023

⌛ Testing commit 5841067 with merge 10e0724...

@bors
Copy link
Contributor

bors commented Aug 21, 2023

☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14
Approved by: JohnTitor
Pushing 10e0724 to main...

@bors bors merged commit 10e0724 into rust-lang:main Aug 21, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants