Skip to content

[Release] Verify 6.0.0 RC0 [WIP] - #11470

Closed
kszucs wants to merge 3 commits into
apache:release-6.0.0from
kszucs:release-6.0.0-rc0
Closed

[Release] Verify 6.0.0 RC0 [WIP]#11470
kszucs wants to merge 3 commits into
apache:release-6.0.0from
kszucs:release-6.0.0-rc0

Conversation

@kszucs

Copy link
Copy Markdown
Member

No description provided.

@github-actions

Copy link
Copy Markdown

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW

Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@kszucs

Copy link
Copy Markdown
MemberAuthor

@github-actions crossbow submit --group verify-rc-source --param release=6.0.0 --param rc=0

@github-actions

Copy link
Copy Markdown

Revision: 421dd6d

Submitted crossbow builds: ursacomputing/crossbow @ actions-1013

TaskStatus
verify-rc-source-cpp-linux-amd64Github Actions
verify-rc-source-cpp-macos-amd64Github Actions
verify-rc-source-cpp-macos-arm64Github Actions
verify-rc-source-csharp-linux-amd64Github Actions
verify-rc-source-csharp-macos-amd64Github Actions
verify-rc-source-csharp-macos-arm64Github Actions
verify-rc-source-go-linux-amd64Github Actions
verify-rc-source-go-macos-amd64Github Actions
verify-rc-source-go-macos-arm64Github Actions
verify-rc-source-integration-linux-amd64Github Actions
verify-rc-source-integration-macos-amd64Github Actions
verify-rc-source-integration-macos-arm64Github Actions
verify-rc-source-java-linux-amd64Github Actions
verify-rc-source-java-macos-amd64Github Actions
verify-rc-source-js-linux-amd64Github Actions
verify-rc-source-js-macos-amd64Github Actions
verify-rc-source-js-macos-arm64Github Actions
verify-rc-source-python-linux-amd64Github Actions
verify-rc-source-python-macos-amd64Github Actions
verify-rc-source-python-macos-arm64Github Actions
verify-rc-source-ruby-linux-amd64Github Actions
verify-rc-source-ruby-macos-amd64Github Actions
verify-rc-source-ruby-macos-arm64Github Actions
verify-rc-source-windowsGithub Actions

@kszucs

Copy link
Copy Markdown
MemberAuthor

The C++ verification fails with a valid cmake issue:

CMake Error in src/arrow/flight/CMakeLists.txt:
Imported target "gRPC::grpc++" includes non-existent path
"/tmp/arrow-6.0.0.v1qFD/apache-arrow-6.0.0/cpp/build/absl_ep-install/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
CMake Error in src/arrow/flight/CMakeLists.txt:
Imported target "gRPC::grpc++" includes non-existent path
"/tmp/arrow-6.0.0.v1qFD/apache-arrow-6.0.0/cpp/build/absl_ep-install/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.

Addressing it then cutting a new RC.

@kszucs

Copy link
Copy Markdown
MemberAuthor

Closing in favor of #11487

@kszucskszucs closed this Oct 20, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kszucs