首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
21
Star
1
Fork
62
openKylin
/
vim
Fork 仓库
加载中
取消
确认
代码
Issues
19
Pull Requests
0
Wiki
0
统计
更新失败,请稍后重试!
Issues
/
详情
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
CVE-2023-1175 Pull Requests "Jenkins Build FAILURE" 如何解决?
已确认
#I6LNWO
需求
yqfwljcl
创建于
2023-03-10 11:57
本地make通过,pull requests时报错 ``` 11:40:59 Triggered by Gitee Pull Request #4: yqfwljcl/Feat_yqfwljcl => openkylin/yangtze 11:40:59 Running as SYSTEM 11:41:00 [EnvInject] - Loading node environment variables. 11:41:00 Building in workspace /var/lib/jenkins/workspace/ci-open-mr@4 11:41:00 The recommended git tool is: NONE 11:41:00 using credential jenkins-ssh-gitee 11:41:00 Cloning the remote Git repository 11:41:00 Cloning repository git@gitee.com:openkylin/ci-bots.git 11:41:00 > git init /var/lib/jenkins/workspace/ci-open-mr@4 # timeout=10 11:41:00 Fetching upstream changes from git@gitee.com:openkylin/ci-bots.git 11:41:00 > git --version # timeout=10 11:41:00 > git --version # 'git version 2.25.1' 11:41:00 using GIT_SSH to set credentials 11:41:00 > git fetch --tags --force --progress -- git@gitee.com:openkylin/ci-bots.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:41:02 > git config remote.origin.url git@gitee.com:openkylin/ci-bots.git # timeout=10 11:41:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:41:02 Avoid second fetch 11:41:02 skipping resolution of commit d833e62a4a64bfe7b5208135b69ee796e39227de, since it originates from another repository 11:41:02 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 11:41:02 Checking out Revision 112e5114ec01db864ce778e80badd3a8c149767d (refs/remotes/origin/master) 11:41:02 > git config core.sparsecheckout # timeout=10 11:41:02 > git checkout -f 112e5114ec01db864ce778e80badd3a8c149767d # timeout=10 11:41:02 Commit message: "Hot fix: ?????" 11:41:02 > git rev-list --no-walk 112e5114ec01db864ce778e80badd3a8c149767d # timeout=10 11:41:02 New run name is '#2356 vim_1 branch Feat_yqfwljcl' 11:41:02 [ci-open-mr@4] $ /bin/sh -xe /tmp/jenkins6462203835275606619.sh 11:41:02 + python3 ci-check.py 11:41:12 Updating bfe179d..3e6b1c0 11:41:12 Fast-forward 11:41:12 src/register.c | 3 +++ 11:41:12 1 file changed, 3 insertions(+) 11:41:12 gbp:error: v8.1.2269 is not a valid treeish 11:41:12 b"fatal: 'refs/heads/pristine-tar' - not a valid ref\n" 11:41:17 $USER not set, will use login information. 11:41:17 Can't open tmp/*_source.changes 11:41:17 okbs:~cibot/openkylin/jenkins-ci-open-mr-2356 11:41:17 ========= 11:41:17 vim_yangtze 11:41:17 ========= 11:41:17 dput -c /var/lib/jenkins/workspace/ci-open-mr@4/config/dput.cf okbs:~cibot/openkylin/jenkins-ci-open-mr-2356/yangtze tmp/*_source.changes 11:41:17 Traceback (most recent call last): 11:41:17 File "ci-check.py", line 291, in <module> 11:41:17 main(args.workspace) 11:41:17 File "ci-check.py", line 133, in main 11:41:17 assert os.system(f'dput -c {config} {dput_archive}/{series} tmp/*_source.changes') == 0 11:41:17 AssertionError 11:41:17 Build step 'Execute shell' marked build as failure 11:41:17 New run name is '#2356 vim_1 branch Feat_yqfwljcl' 11:41:18 [WS-CLEANUP] Deleting project workspace... 11:41:18 [WS-CLEANUP] Deferred wipeout is used... 11:41:18 [WS-CLEANUP] done 11:41:18 Finished: FAILURE ```
本地make通过,pull requests时报错 ``` 11:40:59 Triggered by Gitee Pull Request #4: yqfwljcl/Feat_yqfwljcl => openkylin/yangtze 11:40:59 Running as SYSTEM 11:41:00 [EnvInject] - Loading node environment variables. 11:41:00 Building in workspace /var/lib/jenkins/workspace/ci-open-mr@4 11:41:00 The recommended git tool is: NONE 11:41:00 using credential jenkins-ssh-gitee 11:41:00 Cloning the remote Git repository 11:41:00 Cloning repository git@gitee.com:openkylin/ci-bots.git 11:41:00 > git init /var/lib/jenkins/workspace/ci-open-mr@4 # timeout=10 11:41:00 Fetching upstream changes from git@gitee.com:openkylin/ci-bots.git 11:41:00 > git --version # timeout=10 11:41:00 > git --version # 'git version 2.25.1' 11:41:00 using GIT_SSH to set credentials 11:41:00 > git fetch --tags --force --progress -- git@gitee.com:openkylin/ci-bots.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:41:02 > git config remote.origin.url git@gitee.com:openkylin/ci-bots.git # timeout=10 11:41:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:41:02 Avoid second fetch 11:41:02 skipping resolution of commit d833e62a4a64bfe7b5208135b69ee796e39227de, since it originates from another repository 11:41:02 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 11:41:02 Checking out Revision 112e5114ec01db864ce778e80badd3a8c149767d (refs/remotes/origin/master) 11:41:02 > git config core.sparsecheckout # timeout=10 11:41:02 > git checkout -f 112e5114ec01db864ce778e80badd3a8c149767d # timeout=10 11:41:02 Commit message: "Hot fix: ?????" 11:41:02 > git rev-list --no-walk 112e5114ec01db864ce778e80badd3a8c149767d # timeout=10 11:41:02 New run name is '#2356 vim_1 branch Feat_yqfwljcl' 11:41:02 [ci-open-mr@4] $ /bin/sh -xe /tmp/jenkins6462203835275606619.sh 11:41:02 + python3 ci-check.py 11:41:12 Updating bfe179d..3e6b1c0 11:41:12 Fast-forward 11:41:12 src/register.c | 3 +++ 11:41:12 1 file changed, 3 insertions(+) 11:41:12 gbp:error: v8.1.2269 is not a valid treeish 11:41:12 b"fatal: 'refs/heads/pristine-tar' - not a valid ref\n" 11:41:17 $USER not set, will use login information. 11:41:17 Can't open tmp/*_source.changes 11:41:17 okbs:~cibot/openkylin/jenkins-ci-open-mr-2356 11:41:17 ========= 11:41:17 vim_yangtze 11:41:17 ========= 11:41:17 dput -c /var/lib/jenkins/workspace/ci-open-mr@4/config/dput.cf okbs:~cibot/openkylin/jenkins-ci-open-mr-2356/yangtze tmp/*_source.changes 11:41:17 Traceback (most recent call last): 11:41:17 File "ci-check.py", line 291, in <module> 11:41:17 main(args.workspace) 11:41:17 File "ci-check.py", line 133, in main 11:41:17 assert os.system(f'dput -c {config} {dput_archive}/{series} tmp/*_source.changes') == 0 11:41:17 AssertionError 11:41:17 Build step 'Execute shell' marked build as failure 11:41:17 New run name is '#2356 vim_1 branch Feat_yqfwljcl' 11:41:18 [WS-CLEANUP] Deleting project workspace... 11:41:18 [WS-CLEANUP] Deferred wipeout is used... 11:41:18 [WS-CLEANUP] done 11:41:18 Finished: FAILURE ```
评论 (
0
)
yqfwljcl
创建了
需求
登录
后才可以发表评论
状态
已确认
待确认
已确认
意向
进行中
已完成
已拒绝
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (6)
标签 (16)
openkylin/nile
packaging/openkylin/nile
pristine-tar
upstream
packaging/openkylin/yangtze
openkylin/yangtze
build/2%9.1.0016-ok2
build/2%9.1.0016-ok1
debian/2%9.1.0016-ok1
upstream/9.1.0016
v9.1.0016
build/2%8.1.2269-ok10
build/2%8.1.2269-ok9
build/2%8.1.2269-ok8
build/2%8.1.2269-ok7
build/2%8.1.2269-ok6
build/2%8.1.2269-ok5
build/2%8.1.2269-ok4
debian/2%8.1.2269-ok4
debian/2%8.1.2269-ok3
debian/2%8.1.2269-ok1
upstream/8.1.2269
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)