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 66142e14fde1084c4891a07e5887f297395d2d50 (origin/v3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66142e14fde1084c4891a07e5887f297395d2d50 # timeout=10
Commit message: "feat_out: v3.0   1. 增加307报文用于传输宝世顺屏幕信息和烟台特种机械距离相关信息。2.大榭修改逻辑。三色灯人工驾驶绿灯,自动驾驶红灯。语音模块在人工模式下也能播放语音。3. byd Q2 增加重新进自动驾驶的逻辑。4. 吉利限制方向盘转速到400deg/s 5. 国唐增加减速度和液压制动的监测,出异常拉epb. 6. 国唐传驾驶模式,目的地信息。7.金龙三色灯关掉(因为带声音,需要等金龙修改)。 8. 开沃汽车左右方向设置不同转角值,修复胎压反馈bug,修复制动压力监测的bug. 9. 三一增加倒车灯反馈,增加急停功能。10. 开沃,吉利汽车优化vehicle_info.brake 的反馈."
 > git rev-list --no-walk c880d6b555f921038bdcfd291e3a98bd349932ed # timeout=10