Console Output

Started by user wuxintao
Obtained all.jenkinsfile from git http://159.27.226.4/weilikang/jenkinsfiles.git
Loading library jenkinslib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_weilk
 > git ls-remote -h -- http://159.27.226.4/weilikang/jenkinslib.git # timeout=10
Found match: refs/heads/master revision 1c58c0f8de4255f10960f689ff4747af509457e5
The recommended git tool is: NONE
using credential gitlab_weilk
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/all@libs/e94781a6efe9f09486b8ea226d2b758971618b049d1fe436de6265fac85ceea3/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/weilikang/jenkinslib.git # timeout=10
Fetching without tags
Fetching upstream changes from http://159.27.226.4/weilikang/jenkinslib.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_weilk
 > git fetch --no-tags --force --progress -- http://159.27.226.4/weilikang/jenkinslib.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 1c58c0f8de4255f10960f689ff4747af509457e5 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1c58c0f8de4255f10960f689ff4747af509457e5 # timeout=10
Commit message: "Update dingtalk.groovy"
 > git rev-list --no-walk 1c58c0f8de4255f10960f689ff4747af509457e5 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/all
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_weilk
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/all/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://159.27.226.4/weilikang/jenkinsfiles.git # timeout=10
Fetching upstream changes from http://159.27.226.4/weilikang/jenkinsfiles.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials gitlab_weilk
 > git fetch --tags --force --progress -- http://159.27.226.4/weilikang/jenkinsfiles.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 905de9aac7fc5ebf82f1e4f0689c90a810b284cc (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 905de9aac7fc5ebf82f1e4f0689c90a810b284cc # timeout=10
Commit message: "Update orin-module-arm.jenkinsfile"
 > git rev-list --no-walk 150cfbb550b1eeccb069d3fcfcf6f5f2645c7f79 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
[shared_msgs, pnc, guardian, hesai_lidar, lidar_loc_v2, msf_localization, ls_detection, crane_detection, simulator, crane_align, container_measure, msf_assistant, chassis, tracer, tos_visualize, hdmap, msg_recorder, static_transform, prediction, senior_calibration, rslidar_sdk, system-ros, fms_agent, mrpt2, warningModule, peripheral_controller, lidar_camera_fusion, prediction_scene_fetcher, sins_calibration_hmi, rminterpreter]
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo >>>>>>>>>>拉取all>>>>>>>>>> [Pipeline] }
[Pipeline] // ansiColor [Pipeline] sh + echo -n '{"module":[' [Pipeline] sh + rm -rf /root/workspace/all/build /root/workspace/all/devel /root/workspace/all/install /root/workspace/all/logs /root/workspace/all/.catkin_tools /root/workspace/all/.caktin_workspace '/root/workspace/all/src/*' /root/workspace/all/all_2023-05-09_15-12-23.zip Sending interrupt signal to process Aborted by wuxintao Terminated script returned exit code 143 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) Stage "build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (zip->post) Stage "zip->post" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] echo always [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: ABORTED