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 fails on FreeBSD 15 for TCP_MAXPEAKRATE #3947

Closed
asomers opened this issue Sep 27, 2024 · 0 comments · Fixed by #3950
Closed

CI fails on FreeBSD 15 for TCP_MAXPEAKRATE #3947

asomers opened this issue Sep 27, 2024 · 0 comments · Fixed by #3950
Labels
C-bug Category: bug

Comments

@asomers
Copy link
Contributor

asomers commented Sep 27, 2024

CI is currently failing on FreeBSD 15 because TCP_MAXPEAKRATE is unknown. That's because it was recently removed by this commit:
freebsd/freebsd-src@87fbd9f . That, and other constants removed by the same commit, should be removed from libc's main branch and deprecated in the libc-0.2 branch.

@asomers asomers added the C-bug Category: bug label Sep 27, 2024
asomers added a commit to asomers/libc that referenced this issue Sep 29, 2024
It was failing for two reasons:

* 87fbd9fc7[1^] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd39[2^] changed the value of RLIM_NLIMITS

Fixes rust-lang#3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
asomers added a commit to asomers/libc that referenced this issue Sep 29, 2024
It was failing for two reasons:

* 87fbd9fc7[^1] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd39[^2] changed the value of RLIM_NLIMITS

Fixes rust-lang#3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
asomers added a commit to asomers/libc that referenced this issue Sep 29, 2024
It was failing for two reasons:

* 87fbd9fc7[^1] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd39[^2] changed the value of RLIM_NLIMITS

Fixes rust-lang#3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
asomers added a commit to asomers/libc that referenced this issue Sep 29, 2024
It was failing for two reasons:

* 87fbd9fc71[^1] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd392[^2] changed the value of RLIM_NLIMITS

Fixes rust-lang#3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
github-merge-queue bot pushed a commit that referenced this issue Sep 29, 2024
It was failing for two reasons:

* 87fbd9fc7[^1] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd39[^2] changed the value of RLIM_NLIMITS

Fixes #3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
asomers added a commit to asomers/libc that referenced this issue Sep 29, 2024
It was failing for two reasons:

* 87fbd9fc71[^1] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd392[^2] changed the value of RLIM_NLIMITS

This is effectively a merge of rust-lang#3950 (commit 590d78d) from the main
branch.

Fixes rust-lang#3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
github-merge-queue bot pushed a commit that referenced this issue Sep 30, 2024
It was failing for two reasons:

* 87fbd9fc71[^1] removed the TCP_MAXPEAKRATE symbol.
* 3458bbd392[^2] changed the value of RLIM_NLIMITS

This is effectively a merge of #3950 (commit 590d78d) from the main
branch.

Fixes #3947

[^1]: freebsd/freebsd-src@87fbd9f
[^2]: freebsd/freebsd-src@3458bbd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant