Skip to content

policy: Serve EgressNetwork responses #2292

policy: Serve EgressNetwork responses

policy: Serve EgressNetwork responses #2292

Triggered via pull request October 27, 2024 18:42
Status Failure
Total duration 2m 36s
Artifacts

rust.yml

on: pull_request
Matrix: audit
Fit to window
Zoom out
Zoom in

Annotations

9 errors
check: policy-controller/core/src/outbound.rs#L17
error[E0432]: unresolved import `self::policy::ResourceOutboundPolicy` --> policy-controller/core/src/outbound.rs:17:42 | 17 | policy::{OutboundPolicy, ParentInfo, ResourceOutboundPolicy}, | ^^^^^^^^^^^^^^^^^^^^^^ no `ResourceOutboundPolicy` in `outbound::policy`
check: policy-controller/core/src/outbound/policy.rs#L65
error[E0412]: cannot find type `ResourceOutboundPolicy` in this scope --> policy-controller/core/src/outbound/policy.rs:65:6 | 65 | impl ResourceOutboundPolicy { | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
check: policy-controller/core/src/outbound/policy.rs#L6
error: unused import: `net::SocketAddr` --> policy-controller/core/src/outbound/policy.rs:6:11 | 6 | use std::{net::SocketAddr, num::NonZeroU16}; | ^^^^^^^^^^^^^^^ | note: the lint level is defined here --> policy-controller/core/src/lib.rs:1:9 | 1 | #![deny(warnings, rust_2018_idioms)] | ^^^^^^^^ = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
check
Process completed with exit code 1.
clippy: policy-controller/core/src/outbound.rs#L17
error[E0432]: unresolved import `self::policy::ResourceOutboundPolicy` --> policy-controller/core/src/outbound.rs:17:42 | 17 | policy::{OutboundPolicy, ParentInfo, ResourceOutboundPolicy}, | ^^^^^^^^^^^^^^^^^^^^^^ no `ResourceOutboundPolicy` in `outbound::policy`
clippy: policy-controller/core/src/outbound/policy.rs#L65
error[E0412]: cannot find type `ResourceOutboundPolicy` in this scope --> policy-controller/core/src/outbound/policy.rs:65:6 | 65 | impl ResourceOutboundPolicy { | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
clippy: policy-controller/core/src/outbound/policy.rs#L6
error: unused import: `net::SocketAddr` --> policy-controller/core/src/outbound/policy.rs:6:11 | 6 | use std::{net::SocketAddr, num::NonZeroU16}; | ^^^^^^^^^^^^^^^ | note: the lint level is defined here --> policy-controller/core/src/lib.rs:1:9 | 1 | #![deny(warnings, rust_2018_idioms)] | ^^^^^^^^ = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
clippy
Process completed with exit code 1.
test
Process completed with exit code 101.