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 b2dd1631de86bd7922722aa2aeaabfac312b3140 (origin/v3.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b2dd1631de86bd7922722aa2aeaabfac312b3140 # timeout=10
Commit message: "feat_out: v3.0  1. 三一重卡,放开对于当前角度与控制角度之间差值的限制, 屏蔽eps报错. 2.  对所有的卡车车型增加ebs报错错误码:spn-fmi的解析,并通过ebs错误码上传. 3. vehicle_info_.vehicle_other_error改为由各个车型自己决定几级故障定义为影响行车的故障. 4. 金龙斯年平板车增加错误部件的读取,优化档位控制发送默认值逻辑. 增加重新进入智驾模式的配置, 支持低功耗模式. 5. 挚途博世车型适配域控3.0. 6. can报文过滤,不过滤0. 7. 国唐在方向人工模式下,默认发最后一组自动情况下的方向角度"
 > git rev-list --no-walk 6655f26ffe75c9aa09dad79bfaeb19107a05f6f7 # timeout=10