felixYyu opened a new issue, #5356:
URL: https://github.com/apache/iceberg/issues/5356
`Run ./gradlew :iceberg-api:revapi --rerun-tasks
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 59821 100 59821 0 0 2434k 0 --:--:-- --:--:-- --:--:--
2434k
Downloading https://services.gradle.org/distributions/gradle-7.4.2-bin.zip
...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100%
Welcome to Gradle 7.4.2!
Here are the highlights of this release:
- Aggregated test and JaCoCo reports
- Marking additional test source directories as tests in IntelliJ
- Support for Adoptium JDKs in Java toolchains
For more details see https://docs.gradle.org/7.4.2/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':iceberg-api:revapiAnalyze'.
> Failed to query the value of task ':iceberg-api:revapiAnalyze' property
'oldApiJars'.
> Failed to resolve old API, meaning revapi cannot use it tofind API/ABI
breaks. This usually happens when the last
release was git tagged correctly but the publish build was not
successful. If this is the case, there are two options:
1) Ideally: Retrigger the publish build to ensure the API is published.
2) Otherwise: You can choose to target against a different version,
ideally the last correctly published version. Either run:
* ./gradlew revapiVersionOverride --replacement-version <version>
to override for all projects
* ./gradlew :iceberg-api:revapiVersionOverride
--replacement-version <version>
to override for just this project "project ':iceberg-api'"
Errors:
We tried version release-base-0.12.0 but it failed with errors:
Could not find org.apache.iceberg:iceberg-api:release-base-0.12.0.
Searched in the following locations:
-
https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-api/release-base-0.12.0/iceberg-api-release-base-0.12.0.pom
-
file:/home/runner/.m2/repository/org/apache/iceberg/iceberg-api/release-base-0.12.0/iceberg-api-release-base-0.12.0.pom
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 1s
Error: Process completed with exit code 1.`
> the correct link
[](https://repo.maven.apache.org/maven2/org/apache/iceberg/iceberg-api/0.12.0/iceberg-api-0.12.0.pom
)

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]