Skip to content

Conversation

@lidavidm
Copy link
Member

@lidavidm lidavidm commented Jun 3, 2022

c-ares did not need bumping.

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@lidavidm
Copy link
Member Author

lidavidm commented Jun 6, 2022

@github-actions crossbow submit -g cpp

@github-actions
Copy link

github-actions bot commented Jun 6, 2022

Revision: b4d18d870096c707464b7f3784de864d511fa452

Submitted crossbow builds: ursacomputing/crossbow @ actions-58fae64f76

Task Status
test-build-cpp-fuzz Github Actions
test-conda-cpp Github Actions
test-conda-cpp-valgrind Azure
test-debian-10-cpp-amd64 Github Actions
test-debian-10-cpp-i386 Github Actions
test-debian-11-cpp-amd64 Github Actions
test-debian-11-cpp-i386 Github Actions
test-fedora-35-cpp Github Actions
test-ubuntu-18.04-cpp Github Actions
test-ubuntu-18.04-cpp-release Github Actions
test-ubuntu-18.04-cpp-static Github Actions
test-ubuntu-20.04-cpp Github Actions
test-ubuntu-20.04-cpp-14 Github Actions
test-ubuntu-20.04-cpp-17 Github Actions
test-ubuntu-20.04-cpp-bundled Github Actions
test-ubuntu-20.04-cpp-thread-sanitizer Github Actions
test-ubuntu-22.04-cpp Github Actions

@lidavidm
Copy link
Member Author

lidavidm commented Jun 6, 2022

The Fedora failure appears to be because Abseil is installed systemwide, and the gRPC build is finding the system Abseil instead of the local Abseil. We're going to need some way to sneak in the bundled Abseil over the system one.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, do we not want to support any intermediate versions between 1.36 and 1.43, or 1.43 and 1.46?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens is that if we use system gRPC, we compile the test program and then assign a version of "1.43" regardless of the actual version; if we use bundled gRPC, we derive the version number from versions.txt. So a system gRPC 1.45 would still get reported as "1.43", but since we bumped the bundled version, we need to explicitly handle it here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, sorry, I had misunderstood.

Comment on lines +160 to +164
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FTR, I opened https://issues.apache.org/jira/browse/ARROW-16769 to make this easier and nicer.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This was just to silence a warning that I was getting

@pitrou
Copy link
Member

pitrou commented Jun 7, 2022

cc @kou for the C++ build failures

@lidavidm
Copy link
Member Author

lidavidm commented Jun 7, 2022

@github-actions crossbow submit test-debian--cpp-

@github-actions
Copy link

github-actions bot commented Jun 7, 2022

Revision: bc51567f0228bde9020e9765e2fc6a963c537542

Submitted crossbow builds: ursacomputing/crossbow @ actions-66aacf6051

Task Status
test-debian-10-cpp-amd64 Github Actions
test-debian-10-cpp-i386 Github Actions
test-debian-11-cpp-amd64 Github Actions
test-debian-11-cpp-i386 Github Actions

@lidavidm
Copy link
Member Author

lidavidm commented Jun 7, 2022

@github-actions crossbow submit test-fedora-35-cpp test-ubuntu-22.04-cpp

@github-actions
Copy link

github-actions bot commented Jun 7, 2022

Revision: a4606b69b1f69eaf3dd045f7fd80178daafc0f30

Submitted crossbow builds: ursacomputing/crossbow @ actions-835ddf315d

Task Status
test-fedora-35-cpp Github Actions
test-ubuntu-22.04-cpp Github Actions

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit d89c0b4 into apache:master Jun 8, 2022
@lidavidm
Copy link
Member Author

lidavidm commented Jun 8, 2022

I think these builds were affected:

https://app.travis-ci.com/github/ursacomputing/crossbow/builds/251681964
https://github.com/ursacomputing/crossbow/runs/6789534725?check_suite_focus=true

We may want to remove -Werror=format-security from the arguments that get passed to the gRPC build.

@lidavidm
Copy link
Member Author

lidavidm commented Jun 8, 2022

Sign up for free to 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.

3 participants