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 cda836be547dda0fb68de24a004671631b709f52 (origin/v3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cda836be547dda0fb68de24a004671631b709f52 # timeout=10
Commit message: "feat_out: v3.0 1.1. 吉利集卡添加方向因人工接入退自动驾驶的自恢复功能. 2. 国唐汽车在人工模式下,下发的角度随实际角度变化。3..各个车型增加优化充电状态反馈. 4.删掉guotang, weichai, xugong_sanhuo车型. 5. 挚途车控制近光灯的同时也控制示廓灯。6. 优化车型写入和车型读取的逻辑。如果是在读取,则一定不写入。 7. 国唐车调整胎压限值为8.5bar. 8. 金龙斯年车保险杠和急停按钮的触发,将作为estop上传。 9. 挚途添加CCVS干扰信号。10. 恢复三一江山车的方向报警."
 > git rev-list --no-walk b2dd1631de86bd7922722aa2aeaabfac312b3140 # timeout=10