Skip to content

Add basic modules

Add basic modules #9

Triggered via push November 21, 2023 12:18
Status Failure
Total duration 5m 50s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e\ncargo build --locked --release\ncp ./target/release/$APP_NAME /bin/server\n" did not complete successfully: exit code: 101
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
#[table_name] attribute form is deprecated
build
#[table_name] attribute form is deprecated
build: src/controllers/user_controller.rs#L8
unused variable: `req`
build: src/controllers/user_controller.rs#L9
unused variable: `depot`
build: src/main.rs#L24
unused variable: `db_url`
build: src/common/database.rs#L5
type alias `DieselBackend` is never used
build: src/services/user_service.rs#L19
associated functions `create`, `delete`, and `delete_all` are never used
build
`rust-service-template` (bin "rust-service-template") generated 5 warnings (run `cargo fix --bin "rust-service-template"` to apply 3 suggestions)