Console Output

The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Cloning repository http://159.27.226.4/pnc/control.git
 > git init /root/workspace/module-confname/src/control # timeout=10
Fetching upstream changes from http://159.27.226.4/pnc/control.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/pnc/control.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url http://159.27.226.4/pnc/control.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/feat_cargo_width_sim^{commit} # timeout=10
Checking out Revision a9ce6831b987ee9d98f7da2b3684528dd0bcb8ce (origin/feat_cargo_width_sim)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9ce6831b987ee9d98f7da2b3684528dd0bcb8ce # timeout=10
Commit message: "feat:远程步进 指令错误的bug vehicle configuration rather than control strategy alone."
 > git rev-list --no-walk 08f0bc159b10caa22321dd4a49630e473f66c279 # timeout=10