Upstream tracing-actix-web
into actix-extras
#755
Triggered via pull request
September 29, 2024 08:25
Status
Failure
Total duration
2m 19s
Artifacts
–
Annotations
11 errors and 1 warning
clippy:
tracing-actix-web/src/otel.rs#L6
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:6:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
5 | #[cfg(feature = "opentelemetry_0_14")]
6 | use opentelemetry_0_14_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
6 | use opentelemetry_0_14_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:6:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:6:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
5 | #[cfg(feature = "opentelemetry_0_14")]
6 | use opentelemetry_0_14_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
6 | use opentelemetry_0_14_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L8
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:8:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
8 | use opentelemetry_0_15_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
8 | use opentelemetry_0_15_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:8:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:8:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
8 | use opentelemetry_0_15_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
8 | use opentelemetry_0_15_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L10
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:10:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
10 | use opentelemetry_0_16_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
10 | use opentelemetry_0_16_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:10:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:10:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
10 | use opentelemetry_0_16_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
10 | use opentelemetry_0_16_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L12
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:12:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
12 | use opentelemetry_0_17_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
12 | use opentelemetry_0_17_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:12:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:12:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
12 | use opentelemetry_0_17_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
12 | use opentelemetry_0_17_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L14
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:14:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
14 | use opentelemetry_0_18_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
14 | use opentelemetry_0_18_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:14:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:14:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
14 | use opentelemetry_0_18_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
14 | use opentelemetry_0_18_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L16
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:16:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
16 | use opentelemetry_0_19_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
16 | use opentelemetry_0_19_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:16:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:16:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
16 | use opentelemetry_0_19_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
16 | use opentelemetry_0_19_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L18
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:18:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
18 | use opentelemetry_0_20_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
18 | use opentelemetry_0_20_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:18:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:18:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
18 | use opentelemetry_0_20_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
18 | use opentelemetry_0_20_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L20
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:20:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
20 | use opentelemetry_0_21_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
20 | use opentelemetry_0_21_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:20:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:20:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
20 | use opentelemetry_0_21_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
20 | use opentelemetry_0_21_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy:
tracing-actix-web/src/otel.rs#L22
[clippy] reported by reviewdog 🐶
error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:22:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
22 | use opentelemetry_0_22_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
22 | use opentelemetry_0_22_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
Raw Output:
tracing-actix-web/src/otel.rs:22:5:e:error[E0252]: the name `opentelemetry` is defined multiple times
--> tracing-actix-web/src/otel.rs:22:5
|
4 | use opentelemetry_0_13_pkg as opentelemetry;
| --------------------------------------- previous import of the module `opentelemetry` here
...
22 | use opentelemetry_0_22_pkg as opentelemetry;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `opentelemetry` reimported here
|
= note: `opentelemetry` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
|
22 | use opentelemetry_0_22_pkg as other_opentelemetry;
| ~~~~~~~~~~~~~~~~~~~~~~
__END__
|
clippy
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
public-api-diff
Process completed with exit code 1.
|
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|