Skip to content

[Release] Verify 3.0.0 release candidate - #9245

Closed
kszucs wants to merge 2 commits into
apache:masterfrom
kszucs:verify-3.0.0-rc1
Closed

[Release] Verify 3.0.0 release candidate#9245
kszucs wants to merge 2 commits into
apache:masterfrom
kszucs:verify-3.0.0-rc1

Conversation

@kszucs

Copy link
Copy Markdown
Member

No description provided.

@kszucs

Copy link
Copy Markdown
MemberAuthor

@github-actions crossbow submit -p release=3.0.0 -p rc=1 -g verify-rc

@github-actions

Copy link
Copy Markdown

Revision: 981af09acf667d6d13fe3a88fac35fa9d0740ac3

Submitted crossbow builds: ursacomputing/crossbow @ actions-18

TaskStatus
verify-rc-binaries-aptGithub Actions
verify-rc-binaries-binaryGithub Actions
verify-rc-binaries-yumGithub Actions
verify-rc-source-linux-csharpGithub Actions
verify-rc-source-linux-goGithub Actions
verify-rc-source-linux-integrationGithub Actions
verify-rc-source-linux-javaGithub Actions
verify-rc-source-linux-jsGithub Actions
verify-rc-source-linux-pythonGithub Actions
verify-rc-source-linux-rubyGithub Actions
verify-rc-source-linux-rustGithub Actions
verify-rc-source-macos-csharpGithub Actions
verify-rc-source-macos-goGithub Actions
verify-rc-source-macos-integrationGithub Actions
verify-rc-source-macos-javaGithub Actions
verify-rc-source-macos-jsGithub Actions
verify-rc-source-macos-pythonGithub Actions
verify-rc-source-macos-rubyGithub Actions
verify-rc-source-macos-rustGithub Actions
verify-rc-source-windowsGithub Actions
verify-rc-wheels-linuxGithub Actions
verify-rc-wheels-macosGithub Actions
verify-rc-wheels-windowsGithub Actions

@kszucs

Copy link
Copy Markdown
MemberAuthor

@kou I think the xenial package must be fixed by removing libprotobuf from the xenial control file, so exclude it from ARROW_SYSTEM_DEPENDENCIES cmake variable.

@kou

kou commented Jan 18, 2021

Copy link
Copy Markdown
Member

Oh, sorry.
#9251 fixes it but it's not a blocker of this RC.
Because users have a workaround: apt install -y libprotobuf-dev

@kszucs

Copy link
Copy Markdown
MemberAuthor

I'm going to cut RC2 with #9244 included.

…on script
Closesapache#9247 from kszucs/mimalloc-windows-verification
Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kszucskszucs changed the title [Release] Verify 3.0.0-rc1 [Release] Verify 3.0.0 release candidateJan 18, 2021
@kszucs

Copy link
Copy Markdown
MemberAuthor

@github-actions crossbow submit -p release=3.0.0 -p rc=2 verify-rc-source-*

@github-actions

Copy link
Copy Markdown

Revision: 48dd91e

Submitted crossbow builds: ursacomputing/crossbow @ actions-28

TaskStatus
verify-rc-source-linux-csharpGithub Actions
verify-rc-source-linux-goGithub Actions
verify-rc-source-linux-integrationGithub Actions
verify-rc-source-linux-javaGithub Actions
verify-rc-source-linux-jsGithub Actions
verify-rc-source-linux-pythonGithub Actions
verify-rc-source-linux-rubyGithub Actions
verify-rc-source-linux-rustGithub Actions
verify-rc-source-macos-csharpGithub Actions
verify-rc-source-macos-goGithub Actions
verify-rc-source-macos-integrationGithub Actions
verify-rc-source-macos-javaGithub Actions
verify-rc-source-macos-jsGithub Actions
verify-rc-source-macos-pythonGithub Actions
verify-rc-source-macos-rubyGithub Actions
verify-rc-source-macos-rustGithub Actions
verify-rc-source-windowsGithub Actions

@kszucs

Copy link
Copy Markdown
MemberAuthor

@github-actions crossbow submit -p release=3.0.0 -p rc=2 verify-rc-binaries-*

@github-actions

Copy link
Copy Markdown

Revision: 48dd91e

Submitted crossbow builds: ursacomputing/crossbow @ actions-30

TaskStatus
verify-rc-binaries-aptGithub Actions
verify-rc-binaries-binaryGithub Actions
verify-rc-binaries-yumGithub Actions

@kszucs

Copy link
Copy Markdown
MemberAuthor

@github-actions crossbow submit -p release=3.0.0 -p rc=2 verify-rc-wheels-*

@github-actions

Copy link
Copy Markdown

Revision: 48dd91e

Submitted crossbow builds: ursacomputing/crossbow @ actions-31

TaskStatus
verify-rc-wheels-linuxGithub Actions
verify-rc-wheels-macosGithub Actions
verify-rc-wheels-windowsGithub Actions

@kou

kou commented Jan 19, 2021

Copy link
Copy Markdown
Member

It seems that https://apache.bintray.com/arrow/debian-rc/pool/buster/main/a/apache-arrow/libparquet-glib300-dbgsym_3.0.0-1_arm64.deb is broken.
It's uploaded to bintray.com (I can see it in Web UI) but it's not published.

Could you delete the debian-rc version and re-upload Debian related files?

@kszucs

Copy link
Copy Markdown
MemberAuthor

Yes, I'm working on it.

@kszucs

Copy link
Copy Markdown
MemberAuthor

I'm re-uploading ubuntu-rc as well.

@kszucs

Copy link
Copy Markdown
MemberAuthor

Should be good now.

@kou

kou commented Jan 19, 2021

Copy link
Copy Markdown
Member

This is not a blocker but arm64 APT packages miss gir1.2-gandiva-1.0 and gir1.2-arrow-dataset-1.0 packages: #9260 (Sorry)
It can be fixed by downloading them to local packages/build-25/XXX/ (build-25 is right?) manually:

#!/bin/shset -eux
fortargetin debian-buster ubuntu-xenial ubuntu-bionic ubuntu-focal ubuntu-groovy;do
curl -o packages/build-25/${target}-arm64/gir1.2-arrow-dataset-1.0_3.0.0-1_arm64.deb \
https://github.com/ursacomputing/crossbow/releases/download/build-25-travis-${target}-arm64/gir1.2-arrow-dataset-1.0_3.0.0-1_arm64.deb
curl -o packages/build-25/${target}-arm64/gir1.2-gandiva-1.0_3.0.0-1_arm64.deb \
https://github.com/ursacomputing/crossbow/releases/download/build-25-travis-${target}-arm64/gir1.2-gandiva-1.0_3.0.0-1_arm64.deb
done

and re-uploading Debian and Ubuntu files.

But it's not required because this is not a blocker. (I think that nobody uses them.)

@kszucs

kszucs commented Jan 19, 2021

Copy link
Copy Markdown
MemberAuthor

I uploaded them, so theoretically they should be available now.

@kou

kou commented Jan 20, 2021

Copy link
Copy Markdown
Member

Thanks! But it doesn't work because of my failure... Sorry...
I forget to add the -L (redirect) curl option in the above script...

Anyway, we should mark this is a known problem of 3.0.0.

@kou

kou commented Jan 20, 2021

Copy link
Copy Markdown
Member

#9273 is not a blocker but we can't use dev/release/post-06-csharp.sh. We need to upload NuGet packages manually. (I'll do.)

@kszucs

Copy link
Copy Markdown
MemberAuthor

Thanks! But it doesn't work because of my failure... Sorry...
I forget to add the -L (redirect) curl option in the above script...

Anyway, we should mark this is a known problem of 3.0.0.

Updated.

@kou

kou commented Jan 20, 2021

Copy link
Copy Markdown
Member

Confirmed. Thanks!

@nevi-me

Copy link
Copy Markdown
Contributor

@kszucs@kou I assume this is stale?

@kou

kou commented Feb 27, 2021

Copy link
Copy Markdown
Member

Yes. Thanks for notifying this.
We can close this because we've released 3.0.0.

@koukou closed this Feb 27, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kszucs@kou@nevi-me