You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)` has the same output filename as the build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)`.
875
-
Colliding filename is: [ROOT]/foo/target/debug/build/foo-[HASH]/build_script_build1-[HASH]
876
-
The targets should have unique names.
877
-
Consider changing their names to be unique or compiling them separately.
878
-
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
879
-
[WARNING] output filename collision.
880
-
The build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)` has the same output filename as the build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)`.
881
-
Colliding filename is: [ROOT]/foo/target/debug/build/foo-[HASH]/build-script-build1
882
-
The targets should have unique names.
883
-
Consider changing their names to be unique or compiling them separately.
884
-
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
885
-
[WARNING] output filename collision.
886
-
The build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)` has the same output filename as the build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)`.
887
-
Colliding filename is: [ROOT]/foo/target/debug/build/foo-[HASH]/build_script_build1-[HASH].dwp
888
-
The targets should have unique names.
889
-
Consider changing their names to be unique or compiling them separately.
890
-
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
891
-
[WARNING] output filename collision.
892
-
The build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)` has the same output filename as the build-script target `build-script-build1` in package `foo v0.1.0 ([ROOT]/foo)`.
893
-
Colliding filename is: [ROOT]/foo/target/debug/build/foo-[HASH]/build-script-build1.dwp
894
-
The targets should have unique names.
895
-
Consider changing their names to be unique or compiling them separately.
896
-
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
897
-
[COMPILING] foo v0.1.0 ([ROOT]/foo)
898
-
...
873
+
[ERROR] failed to parse manifest at `[ROOT]/foo/Cargo.toml`
874
+
875
+
Caused by:
876
+
found duplicate build script file stem build1, but all build scripts must have a unique file stem
0 commit comments