Console Output
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/hardware/tc397_ota.git
 > git init /root/workspace/tc397_ota/tc397_ota # timeout=10
Fetching upstream changes from http://159.27.226.4/hardware/tc397_ota.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_ota
 > git fetch --tags --force --progress -- http://159.27.226.4/hardware/tc397_ota.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/hardware/tc397_ota.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/v3.0^{commit} # timeout=10
Checking out Revision c880d6b555f921038bdcfd291e3a98bd349932ed (origin/v3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c880d6b555f921038bdcfd291e3a98bd349932ed # timeout=10
Commit message: "feat_out: v3.0 1.  添加特种机械agv车型。 2. 修复pm.c文件中上传剩余里程的bug。挚途代码中忘记过滤对应报文.  3.  吉利支持低功耗模式,用于换电功能的支持。4. 修复上传错误信息,memset清零的bug. 5. 三一江山卡车扩充steering 错误,增加错误信息显示。将vcu自己退自动驾驶,作为throttle error上传, 修复冗余制动bug. 6. 一汽挚途车辆上传车门反馈。7. Q1,Q2,zhongqi 添加云控锁车功能。8. 增加整车warning级别的报警。9. 规范横纵向控制模式变量定义。10. 国唐车反馈电机电池温度信息,同时调整pm.c 与徐工代码中的温度解析 支持屏幕显示配置. 11. 胎压报警降低为warning报警。 12. tzjx给涛哥上传轮速调整为带符号轮速。 上传到rci的轮速调整为带符号轮速。 13. 金龙平板三色灯红灯停,绿灯行。 14.  开沃增加进自动驾驶松手刹的逻辑。 15. 修复三一自卸上装故障不触发vehicle_other_error。"
 > git rev-list --no-walk ea158c7c44d864e668d4bb99833e958a7142fccb # timeout=10