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

apache-arrow/17.0.0 package update #24057

Closed
wants to merge 1 commit into from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Jul 16, 2024

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Jul 16, 2024
Copy link
Contributor Author

octo-sts bot commented Jul 16, 2024

Open AI suggestions to solve the build error:

The error message is: "fatal: detected dubious ownership in repository at '/github/home'
To add an exception for this directory, call:

git config --global --add safe.directory /github/home
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-88736351
INFO guest dir: /temp/melange-guest-4118567622
ERRO failed to build package: unable to run package apache-arrow pipeline: unable to run pipeline: unable to run pipeline: exit status 1
make[1]: *** [Makefile:111: packages/aarch64/apache-arrow-17.0.0-r1.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/apache-arrow] Error 2
##[error]Process completed with exit code 2."

1. Run `git config --global --add safe.directory /github/home`.
2. Ensure all dependencies for building apache-arrow are installed.
3. Check the Makefile for any errors or missing steps.
4. Verify the build environment and paths are correctly set.
5. Re-run the build process.

@debasishbsws debasishbsws marked this pull request as draft July 16, 2024 15:34
@TaylorBloom129 TaylorBloom129 added the help wanted Extra attention is needed label Jul 22, 2024
@debasishbsws
Copy link
Member

@ajayk we are getting the wrong commit SHA from the GitHub graphQL query

2024/07/22 23:01:58 INFO 2024/07/22 23:01:58 wolfictl update: request query, to check visit https://docs.github.com/en/graphql/overview/explorer: 
query {

  r40f84b29f77698d403dd49124b7073684c6bf15d79fcb7c8b484d5762c9df2bf: repository(owner: "apache", name: "arrow") {
    nameWithOwner
    refs(refPrefix: "refs/tags/", query: "apache-arrow-", orderBy: {field: TAG_COMMIT_DATE, direction: DESC}, first: 50) {
      totalCount
      nodes {
        name
        target {
          commitUrl
        }
      }
    }
  }, 

}
2024/07/22 23:01:59 INFO attempting to bump version to 17.0.0
2024/07/22 23:01:59 INFO processing git-checkout node
2024/07/22 23:01:59 INFO   expected-commit: 2e30ec4272044d3609dfe8afa032d2ec0a4ad795
2024/07/22 23:01:59 wolfictl check update: cloning sources from https://github.com/apache/arrow.git tag apache-arrow-17.0.0 into a temporary directory,

expected-commit: 2e30ec4272044d3609dfe8afa032d2ec0a4ad795 which is incorrect.
response received from API

{
"name": "apache-arrow-17.0.0",
"target": {
   "commitUrl": "https://github.com/apache/arrow/commit/2e30ec4272044d3609dfe8afa032d2ec0a4ad795"
  }
}

apache/arrow@2e30ec4 is not there 404 error

@cpanato
Copy link
Member

cpanato commented Aug 1, 2024

the graphql is returning a wrong data :/

@cpanato cpanato closed this Aug 1, 2024
@cpanato cpanato deleted the wolfictl-bf5e81fc-aa87-490f-aa75-79e2a0d47133 branch August 1, 2024 14:51
@debasishbsws
Copy link
Member

Can't close it creates a new one. #25421
Screenshot 2024-08-02 at 8 59 43 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr help wanted Extra attention is needed request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants