Skip to content

Socket implementation #475

Socket implementation

Socket implementation #475

Triggered via pull request January 7, 2026 08:12
Status Failure
Total duration 39s
Artifacts

ci.yml

on: pull_request
build-test
34s
build-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-test: src/socket/tcp.rs#L24
static `WRITTEN_BYTES_TOTAL` is never used
build-test: src/socket/tcp.rs#L23
static `PASSIVE_OPENS_TOTAL` is never used
build-test: src/socket/tcp.rs#L22
static `INUSE_ENDPOINTS` is never used
build-test: src/socket/mod.rs#L45
constant `IPPROTO_UDP` is never used
build-test: src/socket/mod.rs#L29
function `dhcp_enabled` is never used
build-test: src/socket/mod.rs#L27
static `DHCP_ENABLED` is never used
build-test: src/socket/unix.rs#L53
type `socket::unix::SocketType` is more private than the item `socket::unix::UnixSocket::new`
build-test: src/socket/unix.rs#L139
variable does not need to be mutable
build-test: src/socket/syscalls/accept.rs#L5
unused import: `crate::socket::SocketOps`
build-test: src/socket/syscalls/accept.rs#L1
unused import: `crate::fs::fops::FileOps`