You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/26 05:59:00 UTC

[GitHub] [iceberg] felixYyu opened a new issue, #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

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 )
   ![image](https://user-images.githubusercontent.com/3785228/180933714-2f0349ab-54b1-4f47-8df2-2d15d99d97f2.png)
   


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1463021159

   This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by GitBox <gi...@apache.org>.
nastra commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1196598366

   @felixYyu it's difficult to tell what exactly is different on your fork. My guess would be that your fork doesn't have the latest tags from Iceberg that have been published, since RevAPI is configured to check API compatibility against `apache-iceberg-0.14.0` (which your fork doesn't have)


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] closed issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED
URL: https://github.com/apache/iceberg/issues/5356


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] nastra commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by GitBox <gi...@apache.org>.
nastra commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1195065289

   Interesting, this seems to work fine on CI on latest `master` as can be seen in https://github.com/apache/iceberg/runs/7510936323?check_suite_focus=true. I also tried locally and don't see the issue. Did this happen for you after you checked out the project for the first time @felixYyu? Does it fail after you do `git fetch origin --tags`?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] felixYyu commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by GitBox <gi...@apache.org>.
felixYyu commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1195150723

   @nastra I have forked the master branch at last year, But recently, we often receive **build failed** information
   
   ![image](https://user-images.githubusercontent.com/3785228/180956618-9f029718-f3a4-41bc-a3c5-cc01dfb27132.png)
   
   
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by github-actions.
github-actions[bot] commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1411251107

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kbendick commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by GitBox <gi...@apache.org>.
kbendick commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1204617847

   I also think that your fork doesn’t have the latest tags and can confirm this is working for me.
   
   If you `git fetch upstream —all` (replacing upstream with apache or whatever you call the Apache GitHub remote repository), you should be good.
   
   Here’s where it’s specified btw: https://github.com/apache/iceberg/blob/1b989c86a3c0da0bbe7d5f385618116cd899bdf2/.palantir/revapi.yml#L2
   


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] kbendick commented on issue #5356: Actions:API Binary Compatibility Checks #29 BUILD FAILED

Posted by GitBox <gi...@apache.org>.
kbendick commented on issue #5356:
URL: https://github.com/apache/iceberg/issues/5356#issuecomment-1204620163

   Oh I just noticed you’re trying on 0.12.0. Is that intentional?
   
   Previously, the previous version was determined off of a tag on the master branch `release-base-0.xx.yy` like `release-base-0.13.0`.
   
   If you’re intentionally on 0.12.0, then revapi shouldn’t be run there at all and I’d love to find out how that happened. If it’s just stating `release-base-0.12.0`, then that’s the last “release-base” tag you have and you need to fetch release-base-0.13.0 and others via `git fetch`.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org