Skip to content

Conversation

@dfaure
Copy link

@dfaure dfaure commented Sep 16, 2025

error[E0433]: failed to resolve: could not find linux in os
--> src/server.rs:50:14
|
50 | use std::os::linux::net::SocketAddrExt;
| ^^^^^ could not find linux in os
|

@dfaure
Copy link
Author

dfaure commented Sep 16, 2025

Hmm, this is the same as #2402 ... If it had been merged I would have saved time :)

@dfaure
Copy link
Author

dfaure commented Sep 18, 2025

let's see if CI passes with this one... or not, workflows need approval. OK, hitting road blocks with both approaches :)

@dfaure dfaure reopened this Sep 18, 2025
@ahartmetz
Copy link
Contributor

Hello David! The CI has been broken for weeks unfortunately, don't look for a fault in your PR. I have a somewhat ugly fix / workaround - basically disabling the failing part of the test. It's a somewhat exotic configuration (CUDA with clang++ as compiler, on Windows).
#2444

@sylvestre
Copy link
Collaborator

Salut @dfaure
could you please run rustfmt on your change? thanks

@codecov-commenter
Copy link

codecov-commenter commented Sep 21, 2025

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.47%. Comparing base (8f0af50) to head (3c92039).

Files with missing lines Patch % Lines
src/server.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2442      +/-   ##
==========================================
+ Coverage   70.78%   71.47%   +0.69%     
==========================================
  Files          65       65              
  Lines       36270    36265       -5     
==========================================
+ Hits        25672    25920     +248     
+ Misses      10598    10345     -253     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfaure
Copy link
Author

dfaure commented Sep 22, 2025

Salut @dfaure could you please run rustfmt on your change? thanks

Done

error[E0433]: failed to resolve: could not find `linux` in `os`
  --> src/server.rs:50:14
     |
  50 | use std::os::linux::net::SocketAddrExt;
     |              ^^^^^ could not find `linux` in `os`
     |
@sylvestre sylvestre merged commit 303120e into mozilla:main Sep 22, 2025
54 checks passed
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.

5 participants