Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated properties tag in the pom breaks publishing #20016

Closed
github-actions bot opened this issue Mar 26, 2024 · 1 comment · Fixed by #20020
Closed

Duplicated properties tag in the pom breaks publishing #20016

github-actions bot opened this issue Mar 26, 2024 · 1 comment · Fixed by #20020
Assignees
Labels
area:ci Issues tied with CI/CD workflows itype:bug prio:blocker
Milestone

Comments

@github-actions
Copy link
Contributor

See https://github.com/scala/scala3/actions/runs/8430164281

@Gedochao
Copy link
Contributor

Gedochao commented Mar 26, 2024

2024-03-26 05:12:26.505+0100 error [SonatypeClient] [close] Failed  - (SonatypeClient.scala:181)
2024-03-26 05:12:26.506+0100 error [SonatypeClient] Activity name:close, started:2024-03-26T04:11:46.157Z, stopped:2024-03-26T04:12:22.966Z  - (SonatypeClient.scala:469)
2024-03-26 05:12:26.508+0100 error [SonatypeClient]     Failed: sources-staging, failureMessage:Illegal POM: /org/scala-lang/scala3-library_sjs1_3/3.4.2-RC1-bin-20240325-198750b-NIGHTLY/scala3-library_sjs1_3-3.4.2-RC1-bin-20240325-198750b-NIGHTLY.pom Duplicated tag: 'properties' (position: START_TAG seen ...</properties>\n    <properties>... @96:17)   - (SonatypeClient.scala:387)
2024-03-26 05:12:26.508+0100 error [SonatypeClient]     Failed: javadoc-staging, failureMessage:Illegal POM: /org/scala-lang/scala3-library_sjs1_3/3.4.2-RC1-bin-20240325-198750b-NIGHTLY/scala3-library_sjs1_3-3.4.2-RC1-bin-20240325-198750b-NIGHTLY.pom Duplicated tag: 'properties' (position: START_TAG seen ...</properties>\n    <properties>... @96:17)   - (SonatypeClient.scala:387)
2024-03-26 05:12:26.508+0100 error [SonatypeClient]     Failed: pom-staging, failureMessage:Invalid POM: /org/scala-lang/scala3-library_sjs1_3/3.4.2-RC1-bin-20240325-198750b-NIGHTLY/scala3-library_sjs1_3-3.4.2-RC1-bin-20240325-198750b-NIGHTLY.pom: Parsing Error: Duplicated tag: 'properties' (position: START_TAG seen ...</properties>\n    <properties>... @96:17)   - (SonatypeClient.scala:387)
2024-03-26 05:12:26.510+0100 error [Sonatype] [STAGE_FAILURE] Failed to close the repository.  - (Sonatype.scala:440)
Error: Process completed with exit code 1.

Seems like we have a duplicated properties tag in the pom.xml, which breaks publishing...
I see a likely culprit in 18b146b

@Kordyjan can you have a look?

@Gedochao Gedochao added the area:ci Issues tied with CI/CD workflows label Mar 26, 2024
@Gedochao Gedochao changed the title Nightly Dotty workflow of 2024-03-26 failed Duplicated properties tag in the pom breaks publishing Mar 26, 2024
@Kordyjan Kordyjan added this to the 3.4.2 milestone Mar 28, 2024
@Kordyjan Kordyjan modified the milestones: 3.4.2, 3.5.0 May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Issues tied with CI/CD workflows itype:bug prio:blocker
Projects
None yet
2 participants