登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
2025 Gitee 年度开源项目评选投票进行中,快为你的心仪项目助力!
代码拉取完成,页面将自动刷新
仓库状态说明
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
114
Star
0
Fork
16
src-openEuler
/
python-gevent
关闭
代码
Issues
2
Pull Requests
2
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
新增编译依赖python3-Cython修复pkgship编译报错ImportError: cannot import name '_corecffi' from 'gevent.libuv'
已完成
#I55ZSQ
任务
吴磊磊
创建于
2022-05-06 10:47
``` Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KJoxrH + umask 022 + cd /home/abuild/rpmbuild/BUILD + cd pkgship-2.2.0 ++ pwd + current_path=/home/abuild/rpmbuild/BUILD/pkgship-2.2.0 + log_path=/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/tmp/ + sed -i '/^LOG_PATH/d' ./packageship/libs/conf/global_config.py + echo 'LOG_PATH=r"/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/tmp/"' + /usr/bin/python3 test/coverage_count.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEE...EEEEEE.................EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE ====================================================================== ERROR: test_depend_type_unavailable (compare_command.test_compare_cmd.CompareTest) Dependency type for which test input is not available ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/test_compare_cmd.py", line 56, in test_depend_type_unavailable self.assert_exception_output() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/__init__.py", line 86, in assert_exception_output self._execute_command() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/__init__.py", line 299, in _execute_command ins = self.cmd_class() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/commands/comparedep.py", line 32, in __init__ super(CompareCommand, self).__init__() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 68, in __init__ self.bin_table = self.create_table( File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 133, in create_table table = TerminalTable(title) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/libs/terminal_table.py", line 32, in __init__ self._vertical_char = kwargs.get('vertical_char') or self._unicode("") File "/usr/lib/python3.10/site-packages/prettytable/prettytable.py", line 297, in __getattr__ raise AttributeError(name) AttributeError: _unicode ====================================================================== ERROR: test_input_empty (compare_command.test_compare_cmd.CompareTest) Test input parameters have null values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/test_compare_cmd.py", line 48, in test_input_empty self.assert_exception_output() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/__init__.py", line 86, in assert_exception_output self._execute_command() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/__init__.py", line 299, in _execute_command ins = self.cmd_class() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/commands/comparedep.py", line 32, in __init__ super(CompareCommand, self).__init__() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 68, in __init__ self.bin_table = self.create_table( File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 133, in create_table table = TerminalTable(title) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/libs/terminal_table.py", line 32, in __init__ self._vertical_char = kwargs.get('vertical_char') or self._unicode("") File "/usr/lib/python3.10/site-packages/prettytable/prettytable.py", line 297, in __getattr__ raise AttributeError(name) AttributeError: _unicode ====================================================================== ERROR: test_bedep_download_binary (download_csv.test_bedepend_download.TestBedepDownload) Test by dependent packages, which are binary packages ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 170, in _cache if constant.REDIS_CONN.exists(key): File "/usr/lib64/python3.10/unittest/mock.py", line 1104, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1108, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1163, in _execute_mock_call raise effect redis.exceptions.RedisError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/download_csv/test_bedepend_download.py", line 43, in test_bedep_download_binary depend = DispatchDepend.execute(**result) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 73, in execute return dispatch() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 65, in dispatch return method() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 48, in _bedep _be_depend(**self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 250, in __call__ _depends(**kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 184, in wrapper self._cache() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 177, in _cache self._func(*self._args, **self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 248, in _depends self.be_depend() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 224, in be_depend resp = self.provide.get_be_req(to_search, self.database) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in get_be_req works = [gevent.spawn(job, binarys) for binarys in binary_names] File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in <listcomp> works = [gevent.spawn(job, binarys) for binarys in binary_names] File "src/gevent/greenlet.py", line 686, in gevent._gevent_cgreenlet.Greenlet.spawn File "src/gevent/greenlet.py", line 251, in gevent._gevent_cgreenlet.Greenlet.__init__ File "src/gevent/_hub_local.py", line 80, in gevent._gevent_c_hub_local.get_hub_noargs File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 445, in __init__ self.loop = self.loop_class(flags=loop, default=default) # pylint:disable=not-callable File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 459, in loop_class return GEVENT_CONFIG.loop File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 50, in getter return self.settings[setting_name].get() File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 146, in get self.value = self.validate(self._default()) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 248, in validate return self._import_one_of([self.shortname_map.get(x, x) for x in value]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 223, in _import_one_of return self._import_one(candidates[-1]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 237, in _import_one module = importlib.import_module(module) File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib64/python3.10/site-packages/gevent/libuv/loop.py", line 23, in <module> from gevent.libuv import _corecffi # pylint:disable=no-name-in-module,import-error ImportError: cannot import name '_corecffi' from 'gevent.libuv' (/usr/lib64/python3.10/site-packages/gevent/libuv/__init__.py) ====================================================================== ERROR: test_bedep_download_source (download_csv.test_bedepend_download.TestBedepDownload) Test by dependent packages, which are source package ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 170, in _cache if constant.REDIS_CONN.exists(key): File "/usr/lib64/python3.10/unittest/mock.py", line 1104, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1108, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1163, in _execute_mock_call raise effect redis.exceptions.RedisError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/download_csv/test_bedepend_download.py", line 61, in test_bedep_download_source depend = DispatchDepend.execute(**result) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 73, in execute return dispatch() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 65, in dispatch return method() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 48, in _bedep _be_depend(**self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 250, in __call__ _depends(**kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 184, in wrapper self._cache() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 177, in _cache self._func(*self._args, **self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 248, in _depends self.be_depend() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 224, in be_depend resp = self.provide.get_be_req(to_search, self.database) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in get_be_req works = [gevent.spawn(job, binarys) for binarys in binary_names] File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in <listcomp> works = [gevent.spawn(job, binarys) for binarys in binary_names] File "src/gevent/greenlet.py", line 686, in gevent._gevent_cgreenlet.Greenlet.spawn File "src/gevent/greenlet.py", line 251, in gevent._gevent_cgreenlet.Greenlet.__init__ File "src/gevent/_hub_local.py", line 80, in gevent._gevent_c_hub_local.get_hub_noargs File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 445, in __init__ self.loop = self.loop_class(flags=loop, default=default) # pylint:disable=not-callable File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 459, in loop_class return GEVENT_CONFIG.loop File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 50, in getter return self.settings[setting_name].get() File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 146, in get self.value = self.validate(self._default()) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 248, in validate return self._import_one_of([self.shortname_map.get(x, x) for x in value]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 223, in _import_one_of return self._import_one(candidates[-1]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 237, in _import_one module = importlib.import_module(module) File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib64/python3.10/site-packages/gevent/libuv/loop.py", line 23, in <module> from gevent.libuv import _corecffi # pylint:disable=no-name-in-module,import-error ImportError: cannot import name '_corecffi' from 'gevent.libuv' (/usr/lib64/python3.10/site-packages/gevent/libuv/__init__.py) ```
``` Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KJoxrH + umask 022 + cd /home/abuild/rpmbuild/BUILD + cd pkgship-2.2.0 ++ pwd + current_path=/home/abuild/rpmbuild/BUILD/pkgship-2.2.0 + log_path=/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/tmp/ + sed -i '/^LOG_PATH/d' ./packageship/libs/conf/global_config.py + echo 'LOG_PATH=r"/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/tmp/"' + /usr/bin/python3 test/coverage_count.py EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.EEEEEEEEEEEE...EEEEEE.................EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE ====================================================================== ERROR: test_depend_type_unavailable (compare_command.test_compare_cmd.CompareTest) Dependency type for which test input is not available ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/test_compare_cmd.py", line 56, in test_depend_type_unavailable self.assert_exception_output() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/__init__.py", line 86, in assert_exception_output self._execute_command() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/__init__.py", line 299, in _execute_command ins = self.cmd_class() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/commands/comparedep.py", line 32, in __init__ super(CompareCommand, self).__init__() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 68, in __init__ self.bin_table = self.create_table( File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 133, in create_table table = TerminalTable(title) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/libs/terminal_table.py", line 32, in __init__ self._vertical_char = kwargs.get('vertical_char') or self._unicode("") File "/usr/lib/python3.10/site-packages/prettytable/prettytable.py", line 297, in __getattr__ raise AttributeError(name) AttributeError: _unicode ====================================================================== ERROR: test_input_empty (compare_command.test_compare_cmd.CompareTest) Test input parameters have null values ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/test_compare_cmd.py", line 48, in test_input_empty self.assert_exception_output() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/compare_command/__init__.py", line 86, in assert_exception_output self._execute_command() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/__init__.py", line 299, in _execute_command ins = self.cmd_class() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/commands/comparedep.py", line 32, in __init__ super(CompareCommand, self).__init__() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 68, in __init__ self.bin_table = self.create_table( File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/cli/base.py", line 133, in create_table table = TerminalTable(title) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/libs/terminal_table.py", line 32, in __init__ self._vertical_char = kwargs.get('vertical_char') or self._unicode("") File "/usr/lib/python3.10/site-packages/prettytable/prettytable.py", line 297, in __getattr__ raise AttributeError(name) AttributeError: _unicode ====================================================================== ERROR: test_bedep_download_binary (download_csv.test_bedepend_download.TestBedepDownload) Test by dependent packages, which are binary packages ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 170, in _cache if constant.REDIS_CONN.exists(key): File "/usr/lib64/python3.10/unittest/mock.py", line 1104, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1108, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1163, in _execute_mock_call raise effect redis.exceptions.RedisError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/download_csv/test_bedepend_download.py", line 43, in test_bedep_download_binary depend = DispatchDepend.execute(**result) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 73, in execute return dispatch() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 65, in dispatch return method() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 48, in _bedep _be_depend(**self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 250, in __call__ _depends(**kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 184, in wrapper self._cache() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 177, in _cache self._func(*self._args, **self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 248, in _depends self.be_depend() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 224, in be_depend resp = self.provide.get_be_req(to_search, self.database) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in get_be_req works = [gevent.spawn(job, binarys) for binarys in binary_names] File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in <listcomp> works = [gevent.spawn(job, binarys) for binarys in binary_names] File "src/gevent/greenlet.py", line 686, in gevent._gevent_cgreenlet.Greenlet.spawn File "src/gevent/greenlet.py", line 251, in gevent._gevent_cgreenlet.Greenlet.__init__ File "src/gevent/_hub_local.py", line 80, in gevent._gevent_c_hub_local.get_hub_noargs File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 445, in __init__ self.loop = self.loop_class(flags=loop, default=default) # pylint:disable=not-callable File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 459, in loop_class return GEVENT_CONFIG.loop File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 50, in getter return self.settings[setting_name].get() File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 146, in get self.value = self.validate(self._default()) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 248, in validate return self._import_one_of([self.shortname_map.get(x, x) for x in value]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 223, in _import_one_of return self._import_one(candidates[-1]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 237, in _import_one module = importlib.import_module(module) File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib64/python3.10/site-packages/gevent/libuv/loop.py", line 23, in <module> from gevent.libuv import _corecffi # pylint:disable=no-name-in-module,import-error ImportError: cannot import name '_corecffi' from 'gevent.libuv' (/usr/lib64/python3.10/site-packages/gevent/libuv/__init__.py) ====================================================================== ERROR: test_bedep_download_source (download_csv.test_bedepend_download.TestBedepDownload) Test by dependent packages, which are source package ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 170, in _cache if constant.REDIS_CONN.exists(key): File "/usr/lib64/python3.10/unittest/mock.py", line 1104, in __call__ return self._mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1108, in _mock_call return self._execute_mock_call(*args, **kwargs) File "/usr/lib64/python3.10/unittest/mock.py", line 1163, in _execute_mock_call raise effect redis.exceptions.RedisError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/test/cli/download_csv/test_bedepend_download.py", line 61, in test_bedep_download_source depend = DispatchDepend.execute(**result) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 73, in execute return dispatch() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 65, in dispatch return method() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/__init__.py", line 48, in _bedep _be_depend(**self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 250, in __call__ _depends(**kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 184, in wrapper self._cache() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/database/cache.py", line 177, in _cache self._func(*self._args, **self._kwargs) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 248, in _depends self.be_depend() File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/core/depend/be_depend.py", line 224, in be_depend resp = self.provide.get_be_req(to_search, self.database) File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in get_be_req works = [gevent.spawn(job, binarys) for binarys in binary_names] File "/home/abuild/rpmbuild/BUILD/pkgship-2.2.0/packageship/application/query/depend.py", line 560, in <listcomp> works = [gevent.spawn(job, binarys) for binarys in binary_names] File "src/gevent/greenlet.py", line 686, in gevent._gevent_cgreenlet.Greenlet.spawn File "src/gevent/greenlet.py", line 251, in gevent._gevent_cgreenlet.Greenlet.__init__ File "src/gevent/_hub_local.py", line 80, in gevent._gevent_c_hub_local.get_hub_noargs File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 445, in __init__ self.loop = self.loop_class(flags=loop, default=default) # pylint:disable=not-callable File "/usr/lib64/python3.10/site-packages/gevent/hub.py", line 459, in loop_class return GEVENT_CONFIG.loop File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 50, in getter return self.settings[setting_name].get() File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 146, in get self.value = self.validate(self._default()) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 248, in validate return self._import_one_of([self.shortname_map.get(x, x) for x in value]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 223, in _import_one_of return self._import_one(candidates[-1]) File "/usr/lib64/python3.10/site-packages/gevent/_config.py", line 237, in _import_one module = importlib.import_module(module) File "/usr/lib64/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/usr/lib64/python3.10/site-packages/gevent/libuv/loop.py", line 23, in <module> from gevent.libuv import _corecffi # pylint:disable=no-name-in-module,import-error ImportError: cannot import name '_corecffi' from 'gevent.libuv' (/usr/lib64/python3.10/site-packages/gevent/libuv/__init__.py) ```
评论 (
1
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (37)
标签 (24)
master
Multi-Version_OpenStack-Train_openEuler-22.03-LTS-Next
Multi-Version_OpenStack-Train_openEuler-22.03-LTS
openEuler-25.09
openEuler-24.03-LTS
openEuler-24.03-LTS-Next
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP3
openEuler-24.09
openEuler-25.03
openEuler-22.03-LTS-Next
openEuler-22.03-LTS-SP3
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS
openEuler-22.03-LTS-SP1
openEuler-23.09
openEuler-22.09
openEuler-23.03
Multi-Version_OpenStack-Wallaby_openEuler-22.03-LTS-Next
Multi-Version_OpenStack-Train_openEuler-22.03-LTS-SP1
Multi-Version_OpenStack-Train_openEuler-22.03-LTS-SP2
Multi-Version_OpenStack-Train_openEuler-22.03-LTS-SP3
Multi-Version_OpenStack-Train_openEuler-22.03-LTS-SP4
sync-pr5-openEuler-22.03-LTS-Next-to-master
openEuler-21.03
openEuler-21.09
openEuler-20.03-LTS
openEuler-20.03-LTS-Next
openEuler-20.03-LTS-SP1
openEuler-20.03-LTS-SP2
openEuler-20.03-LTS-SP3
openEuler-20.03-LTS-SP4
openEuler-20.09
openEuler1.0
openEuler1.0-base
openEuler-25.09-release
openEuler-24.03-LTS-SP2-release
openEuler-25.03-release
openEuler-24.03-LTS-SP1-release
openEuler-22.03-LTS-SP4-release
openEuler-24.09-release
openEuler-24.03-LTS-release
openEuler-22.03-LTS-SP3-release
openEuler-23.09-rc5
openEuler-22.03-LTS-SP1-release
openEuler-22.09-release
openEuler-22.09-rc5
openEuler-22.09-20220829
openEuler-22.03-LTS-20220331
openEuler-22.03-LTS-round5
openEuler-22.03-LTS-round3
openEuler-22.03-LTS-round2
openEuler-22.03-LTS-round1
openEuler-20.03-LTS-SP3-release
openEuler-20.03-LTS-SP2-20210624
openEuler-21.03-20210330
openEuler-20.03-LTS-20200606
openEuler-20.09-20200928
openEuler-20.03-LTS-tag
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/src-openeuler/python-gevent.git
git@gitee.com:src-openeuler/python-gevent.git
src-openeuler
python-gevent
python-gevent
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册