-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
Bump grpcio from 1.67.0 to 1.67.1 #2184
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/grpcio-1.67.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 30, 2024
@dependabot recreate |
dependabot
bot
force-pushed
the
dependabot/pip/grpcio-1.67.1
branch
from
October 30, 2024 13:34
95d7379
to
6c78c09
Compare
Nusnus
requested changes
Oct 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gcc -pthread -DNDEBUG -O2 -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.67.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DGRPC_DO_NOT_INSTANTIATE_POSIX_POLLER=1 -D__STDC_FORMAT_MACROS "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-gen -Isrc/core/ext/upbdefs-gen -Ithird_party/utf8_range -Ithird_party/xxhash -Ithird_party/zlib -I/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/include -I/opt/hostedtoolcache/PyPy/3.10.14/x64/include/pypy3.10 -c third_party/cares/cares/src/lib/ares_options.c -o pyb/temp.linux-x86_64-pypy310/third_party/cares/cares/src/lib/ares_options.o -std=c++14 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
cc1: warning: command-line option ‘-std=c++14’ is valid for C++/ObjC++ but not for C
Traceback (most recent call last):
File "/tmp/pip-install-ns4xmpx0/grpcio_ef0151288cff4cbe8fd14db6f461ff85/src/python/grpcio/commands.py", line 313, in build_extensions
build_ext.build_ext.build_extensions(self)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 476, in build_extensions
self._build_extensions_serial()
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 502, in _build_extensions_serial
self.build_extension(ext)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/command/build_ext.py", line 263, in build_extension
_build_ext.build_extension(self, ext)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 581, in build_extension
self.compiler.link_shared_object(
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/ccompiler.py", line 758, in link_shared_object
self.link(
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/unixccompiler.py", line 268, in link
linker = (
TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/tmp/pip-install-ns4xmpx0/grpcio_ef0151288cff4cbe8fd14db6f461ff85/setup.py", line 582, in <module>
setuptools.setup(
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/__init__.py", line 117, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/core.py", line 183, in setup
return run_commands(dist)
^^^^^^^^^^^^^^^^^^
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
dist.run_commands()
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
self.run_command(cmd)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/dist.py", line 991, in run_command
super().run_command(command)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/command/bdist_wheel.py", line 407, in run
self.run_command("build")
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/dist.py", line 991, in run_command
super().run_command(command)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/cmd.py", line 316, in run_command
self.distribution.run_command(command)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/dist.py", line 991, in run_command
super().run_command(command)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
cmd_obj.run()
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/command/build_ext.py", line 98, in run
_build_ext.run(self)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 359, in run
self.build_extensions()
File "/tmp/pip-install-ns4xmpx0/grpcio_ef0151288cff4cbe8fd14db6f461ff85/src/python/grpcio/commands.py", line 316, in build_extensions
support.diagnose_build_ext_error(self, error, formatted_exception)
File "/tmp/pip-install-ns4xmpx0/grpcio_ef0151288cff4cbe8fd14db6f461ff85/src/python/grpcio/support.py", line 125, in diagnose_build_ext_error
raise commands.CommandError(
commands.CommandError:
We could not diagnose your build failure with type <class 'TypeError'>. If you are unable to proceed, please file an issue at http://www.github.com/grpc/grpc with `[Python install]` in the title; please attach the whole log (including everything that may have appeared above the Python backtrace).
Traceback (most recent call last):
File "/tmp/pip-install-ns4xmpx0/grpcio_ef0151288cff4cbe8fd14db6f461ff85/src/python/grpcio/commands.py", line 313, in build_extensions
build_ext.build_ext.build_extensions(self)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 476, in build_extensions
self._build_extensions_serial()
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 502, in _build_extensions_serial
self.build_extension(ext)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/command/build_ext.py", line 263, in build_extension
_build_ext.build_extension(self, ext)
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/command/build_ext.py", line 581, in build_extension
self.compiler.link_shared_object(
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/ccompiler.py", line 758, in link_shared_object
self.link(
File "/home/runner/_work/kombu/kombu/.tox/pypy3.10-linux-integration-py-mongodb/lib/pypy3.10/site-packages/setuptools/_distutils/unixccompiler.py", line 268, in link
linker = (
TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None))
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for grpcio
Running setup.py clean for grpcio
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
Building wheel for amqp (setup.py): started
Building wheel for amqp (setup.py): finished with status 'done'
Created wheel for amqp: filename=amqp-5.2.0-py3-none-any.whl size=50945 sha256=5d6b7598614f49eef5b3e0ba8af59c5bebb2f5b4dcb5e6d4d6a3db985718f863
Stored in directory: /tmp/pip-ephem-wheel-cache-_61627ru/wheels/3a/2d/8e/bc4e9afb10397fe774558051a02f530de0b502f6c9db466ba4
Successfully built vine amqp
Failed to build grpcio
pypy3.10-linux-integration-py-mongodb: 153717 C exit 1 (152.64 seconds) /home/runner/_work/kombu/kombu> python -m pip --disable-pip-version-check install -r /home/runner/_work/kombu/kombu/requirements/dev.txt -r /home/runner/_work/kombu/kombu/requirements/default.txt -r /home/runner/_work/kombu/kombu/requirements/test.txt -r /home/runner/_work/kombu/kombu/requirements/test-ci.txt -r /home/runner/_work/kombu/kombu/requirements/test-integration.txt pid=2934 [tox/execute/api.py:286]
pypy3.10-linux-integration-py-mongodb: FAIL code 1 (153.24 seconds)
evaluation failed :( (153.59 seconds)
Error: Process completed with exit code 1.
@dependabot recreate |
Bumps [grpcio](https://github.com/grpc/grpc) from 1.67.0 to 1.67.1. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.67.0...v1.67.1) --- updated-dependencies: - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/grpcio-1.67.1
branch
from
November 9, 2024 17:39
6c78c09
to
c8fbd57
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps grpcio from 1.67.0 to 1.67.1.
Release notes
Sourced from grpcio's releases.
Commits
d328661
[Release] Bump version to 1.67.1 (on v1.67.x branch) (#38011)fb19ed1
[Backport] Addingnoexcept
to required Cython functions to fix potential de...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)