Skip to content

mysql support

mysql support #179

Triggered via push April 20, 2024 15:08
Status Failure
Total duration 1m 50s
Artifacts

pipeline.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 27 warnings
the name `Db` is defined multiple times: src/db_pool/mod.rs#L30
error[E0428]: the name `Db` is defined multiple times --> src/db_pool/mod.rs:30:1 | 28 | pub type Db = Pg; | ----------------- previous definition of the type `Db` here 29 | #[cfg(feature = "mysql")] 30 | pub type Db = Mysql; | ^^^^^^^^^^^^^^^^^^^^ `Db` redefined here | = note: `Db` must be defined only once in the type namespace of this module
the name `DbConnection` is defined multiple times: src/db_pool/mod.rs#L20
error[E0428]: the name `DbConnection` is defined multiple times --> src/db_pool/mod.rs:20:1 | 18 | pub type DbConnection = PgConnection; | ------------------------------------- previous definition of the type `DbConnection` here 19 | #[cfg(feature = "mysql")] 20 | pub type DbConnection = MysqlConnection; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `DbConnection` redefined here | = note: `DbConnection` must be defined only once in the type namespace of this module
Stable clippy
Clippy had exited with the 101 exit code
Nightly tests: src/db_pool/mod.rs#L20
the name `DbConnection` is defined multiple times
Nightly tests: src/db_pool/mod.rs#L30
the name `Db` is defined multiple times
Nightly tests
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Stable tests: src/db_pool/mod.rs#L20
the name `DbConnection` is defined multiple times
Stable tests: src/db_pool/mod.rs#L30
the name `Db` is defined multiple times
Stable tests
could not compile `serwus` (lib) due to 2 previous errors
Stable tests
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
the name `Db` is defined multiple times: src/db_pool/mod.rs#L30
error[E0428]: the name `Db` is defined multiple times --> src/db_pool/mod.rs:30:1 | 28 | pub type Db = Pg; | ----------------- previous definition of the type `Db` here 29 | #[cfg(feature = "mysql")] 30 | pub type Db = Mysql; | ^^^^^^^^^^^^^^^^^^^^ `Db` redefined here | = note: `Db` must be defined only once in the type namespace of this module
the name `DbConnection` is defined multiple times: src/db_pool/mod.rs#L20
error[E0428]: the name `DbConnection` is defined multiple times --> src/db_pool/mod.rs:20:1 | 18 | pub type DbConnection = PgConnection; | ------------------------------------- previous definition of the type `DbConnection` here 19 | #[cfg(feature = "mysql")] 20 | pub type DbConnection = MysqlConnection; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `DbConnection` redefined here | = note: `DbConnection` must be defined only once in the type namespace of this module
Nightly clippy
Clippy had exited with the 101 exit code
Stable clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Stable clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Stable clippy
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/
Stable clippy
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/
Stable clippy
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/
Stable clippy
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/
Nightly tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Nightly tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Nightly tests: src/server/json_error.rs#L24
skipping tuple enum variant in schema.
Nightly tests
`serwus` (lib) generated 1 warning
Nightly tests
build failed, waiting for other jobs to finish...
Nightly tests
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/
Nightly tests
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/
Nightly tests
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/
Nightly tests
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/
Stable tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Stable tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Stable tests
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/
Stable tests
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/
Stable tests
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/
Stable tests
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/
Nightly clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Nightly clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Nightly clippy
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/
Nightly clippy
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/
Nightly clippy
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/
Nightly clippy
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/