Skip to content

fix: lua problem in docker #6

fix: lua problem in docker

fix: lua problem in docker #6

Triggered via push October 8, 2024 08:22
Status Failure
Total duration 1m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lifetime parameters or bounds on method `recycle` do not match the trait declaration: src/client/tcp.rs#L154
error[E0195]: lifetime parameters or bounds on method `recycle` do not match the trait declaration --> src/client/tcp.rs:154:14 | 154 | async fn recycle(&self, obj: &mut Self::Type, metrics: &Metrics) -> RecycleResult<Self::Error> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetimes do not match method in trait
lifetime parameters or bounds on method `create` do not match the trait declaration: src/client/tcp.rs#L135
error[E0195]: lifetime parameters or bounds on method `create` do not match the trait declaration --> src/client/tcp.rs:135:14 | 135 | async fn create(&self) -> std::result::Result<Self::Type, Self::Error> { | ^^^^^^^^^^^^^ lifetimes do not match method in trait
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c cargo build --release && cp target/release/zerodns /usr/local/cargo/bin/zerodns && cargo clean" did not complete successfully: exit code: 101
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/