feat: openapiv3 cli-ng codegen #1245
Annotations
14 errors and 16 warnings
the name `VolumeSpecOperation` is defined multiple times:
testgen/src/autogen/models/mod.rs#L163
error[E0252]: the name `VolumeSpecOperation` is defined multiple times
--> testgen/src/autogen/models/mod.rs:163:9
|
121 | pub use self::volume_spec_operation::VolumeSpecOperation;
| ------------------------------------------------ previous import of the type `VolumeSpecOperation` here
...
163 | pub use self::volume_spec_operation::VolumeSpecOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `VolumeSpecOperation` reimported here
|
= note: `VolumeSpecOperation` must be defined only once in the type namespace of this module
|
the name `volume_spec_operation` is defined multiple times:
testgen/src/autogen/models/mod.rs#L162
error[E0428]: the name `volume_spec_operation` is defined multiple times
--> testgen/src/autogen/models/mod.rs:162:1
|
120 | pub mod volume_spec_operation;
| ------------------------------ previous definition of the module `volume_spec_operation` here
...
162 | pub mod volume_spec_operation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `volume_spec_operation` redefined here
|
= note: `volume_spec_operation` must be defined only once in the type namespace of this module
|
an `extern crate` loading macros must be at the crate root:
testgen/src/autogen/mod.rs#L2
error[E0468]: an `extern crate` loading macros must be at the crate root
--> testgen/src/autogen/mod.rs:2:1
|
2 | extern crate serde_derive;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
the name `VolumeSpecOperation` is defined multiple times:
testgen/src/autogen/models/mod.rs#L163
error[E0252]: the name `VolumeSpecOperation` is defined multiple times
--> testgen/src/autogen/models/mod.rs:163:9
|
121 | pub use self::volume_spec_operation::VolumeSpecOperation;
| ------------------------------------------------ previous import of the type `VolumeSpecOperation` here
...
163 | pub use self::volume_spec_operation::VolumeSpecOperation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `VolumeSpecOperation` reimported here
|
= note: `VolumeSpecOperation` must be defined only once in the type namespace of this module
|
the name `volume_spec_operation` is defined multiple times:
testgen/src/autogen/models/mod.rs#L162
error[E0428]: the name `volume_spec_operation` is defined multiple times
--> testgen/src/autogen/models/mod.rs:162:1
|
120 | pub mod volume_spec_operation;
| ------------------------------ previous definition of the module `volume_spec_operation` here
...
162 | pub mod volume_spec_operation;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `volume_spec_operation` redefined here
|
= note: `volume_spec_operation` must be defined only once in the type namespace of this module
|
an `extern crate` loading macros must be at the crate root:
testgen/src/autogen/mod.rs#L2
error[E0468]: an `extern crate` loading macros must be at the crate root
--> testgen/src/autogen/mod.rs:2:1
|
2 | extern crate serde_derive;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
nightly - x86_64-unknown-linux-gnu:
testgen/src/autogen/mod.rs#L2
an `extern crate` loading macros must be at the crate root
|
nightly - x86_64-unknown-linux-gnu:
testgen/src/autogen/models/mod.rs#L162
the name `volume_spec_operation` is defined multiple times
|
nightly - x86_64-unknown-linux-gnu:
testgen/src/autogen/models/mod.rs#L163
the name `VolumeSpecOperation` is defined multiple times
|
nightly - x86_64-unknown-linux-gnu
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
stable - x86_64-unknown-linux-gnu:
testgen/src/autogen/mod.rs#L2
an `extern crate` loading macros must be at the crate root
|
stable - x86_64-unknown-linux-gnu:
testgen/src/autogen/models/mod.rs#L162
the name `volume_spec_operation` is defined multiple times
|
stable - x86_64-unknown-linux-gnu:
testgen/src/autogen/models/mod.rs#L163
the name `VolumeSpecOperation` is defined multiple times
|
stable - x86_64-unknown-linux-gnu
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
unused `#[macro_use]` import:
testgen/src/autogen/mod.rs#L1
warning: unused `#[macro_use]` import
--> testgen/src/autogen/mod.rs:1:1
|
1 | #[macro_use]
| ^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
unused `#[macro_use]` import:
testgen/src/autogen/mod.rs#L1
warning: unused `#[macro_use]` import
--> testgen/src/autogen/mod.rs:1:1
|
1 | #[macro_use]
| ^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
nightly - x86_64-unknown-linux-gnu
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, actions/cache@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 - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu:
testgen/src/autogen/mod.rs#L1
unused `#[macro_use]` import
|
nightly - x86_64-unknown-linux-gnu
`testgen` (bin "testgen") generated 1 warning
|
stable - x86_64-unknown-linux-gnu
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, actions/cache@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 - x86_64-unknown-linux-gnu:
testgen/src/autogen/mod.rs#L1
unused `#[macro_use]` import
|
stable - x86_64-unknown-linux-gnu
`testgen` (bin "testgen") generated 1 warning
|
stable - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu
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 - x86_64-unknown-linux-gnu
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/
|