Started by user baiyongqiang
Obtained weifang-bulk-params.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 2052c30134163616f167203bcb86ad15129bfff4
The recommended git tool is: NONE
using credential gitlab_weilk
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/weifang-config-bulk-new@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 2052c30134163616f167203bcb86ad15129bfff4 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2052c30134163616f167203bcb86ad15129bfff4 # timeout=10
Commit message: "Update params.groovy"
> git rev-list --no-walk 2052c30134163616f167203bcb86ad15129bfff4 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] echo
[V003]
[Pipeline] echo
V003
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/weifang-config-bulk-new
[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/weifang-config-bulk-new/.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 b1ffbb59c0dfc87695eeb3610246f990eb5f1d8e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b1ffbb59c0dfc87695eeb3610246f990eb5f1d8e # timeout=10
Commit message: "Update xiamen-submodule.jenkinsfile"
> git rev-list --no-walk b1ffbb59c0dfc87695eeb3610246f990eb5f1d8e # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
1
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/bulk/shared_config/
[Pipeline] echo
V003.json
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/bulk/V003.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/bulk/V003.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/bulk/V003.json
[Pipeline] echo
[V003]
[Pipeline] echo
V003
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/bulk/V003
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/bulk/V003/params_V003
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/bulk/V003/params /root/workspace/weifang-config/bulk/V003/params_new /root/workspace/weifang-config/bulk/V003/params_orin_master_V003_2024-04-09_17-03-23 /root/workspace/weifang-config/bulk/V003/params_orin_master_V003_2024-04-09_17-03-23.zip /root/workspace/weifang-config/bulk/V003/params_V003 /root/workspace/weifang-config/bulk/V003/version.json
[Pipeline] dir
Running in /root/workspace/weifang-config/bulk/V003
[Pipeline] {
[Pipeline] echo
[V003]
[Pipeline] echo
更新V003参数
[Pipeline] echo
dev,http://159.27.226.4/config/weifang/bulk_port/V003.git
[Pipeline] echo
rc_dev
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
> git rev-parse --resolve-git-dir /root/workspace/weifang-config/bulk/V003/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://159.27.226.4/config/weifang/bulk_port/V003.git # timeout=10
Using shallow fetch with depth 1
Fetching upstream changes from http://159.27.226.4/config/weifang/bulk_port/V003.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 --depth=1 -- http://159.27.226.4/config/weifang/bulk_port/V003.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse origin/dev^{commit} # timeout=10
Checking out Revision be84f4adc981578b8a7800aa84dee723b11439be (origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f be84f4adc981578b8a7800aa84dee723b11439be # timeout=300000
Commit message: "feat_out:del hardware params."
> git rev-list --no-walk be84f4adc981578b8a7800aa84dee723b11439be # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/bulk/V003.json
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=V003
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=V003
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1379,"description":"","name":"V003","name_with_namespace":"Hardware / config / V003","path":"V003","path_with_namespace":"hardware/config/V003","created_at":"2024-01-04T13:31:42.200Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/V003.git","http_url_to_repo":"http://159.27.226.4/hardware/config/V003.git","web_url":"http://159.27.226.4/hardware/config/V003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:54:11.320Z","namespace":{"id":1420,"name":"config","path":"config","kind":"group","full_path":"hardware/config","parent_id":13,"avatar_url":null,"web_url":"http://159.27.226.4/groups/hardware/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1379","issues":"http://159.27.226.4/api/v4/projects/1379/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1379/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1379/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1379/labels","events":"http://159.27.226.4/api/v4/projects/1379/events","members":"http://159.27.226.4/api/v4/projects/1379/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1379/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-01-05T13:31:42.216Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":6,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":false,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1259,"description":null,"name":"V003","name_with_namespace":"Lidar / config / vehicles / V003","path":"V003","path_with_namespace":"lidar/config/vehicles/V003","created_at":"2023-11-17T12:28:20.406Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/V003.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/V003.git","web_url":"http://159.27.226.4/lidar/config/vehicles/V003","readme_url":"http://159.27.226.4/lidar/config/vehicles/V003/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-17T12:28:20.406Z","namespace":{"id":915,"name":"vehicles","path":"vehicles","kind":"group","full_path":"lidar/config/vehicles","parent_id":903,"avatar_url":null,"web_url":"http://159.27.226.4/groups/lidar/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1259","issues":"http://159.27.226.4/api/v4/projects/1259/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1259/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1259/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1259/labels","events":"http://159.27.226.4/api/v4/projects/1259/events","members":"http://159.27.226.4/api/v4/projects/1259/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1259/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-11-18T12:28:20.422Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":38,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1241,"description":null,"name":"V003","name_with_namespace":"Localization / config / V003","path":"V003","path_with_namespace":"localization/config/V003","created_at":"2023-11-02T02:36:47.429Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/V003.git","http_url_to_repo":"http://159.27.226.4/localization/config/V003.git","web_url":"http://159.27.226.4/localization/config/V003","readme_url":"http://159.27.226.4/localization/config/V003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T09:54:31.544Z","namespace":{"id":831,"name":"config","path":"config","kind":"group","full_path":"localization/config","parent_id":11,"avatar_url":null,"web_url":"http://159.27.226.4/groups/localization/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1241","issues":"http://159.27.226.4/api/v4/projects/1241/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1241/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1241/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1241/labels","events":"http://159.27.226.4/api/v4/projects/1241/events","members":"http://159.27.226.4/api/v4/projects/1241/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1241/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-11-03T02:36:47.473Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":126,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1238,"description":"","name":"V003","name_with_namespace":"config / extrinsics / V003","path":"V003","path_with_namespace":"config/extrinsics/V003","created_at":"2023-11-01T08:20:45.875Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/V003.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/V003.git","web_url":"http://159.27.226.4/config/extrinsics/V003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T07:10:07.990Z","namespace":{"id":839,"name":"extrinsics","path":"extrinsics","kind":"group","full_path":"config/extrinsics","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/extrinsics"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1238","issues":"http://159.27.226.4/api/v4/projects/1238/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1238/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1238/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1238/labels","events":"http://159.27.226.4/api/v4/projects/1238/events","members":"http://159.27.226.4/api/v4/projects/1238/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1238/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-11-02T08:20:45.944Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":3,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1234,"description":"","name":"V003","name_with_namespace":"config / vehicles / V003","path":"V003","path_with_namespace":"config/vehicles/V003","created_at":"2023-10-30T23:28:13.325Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/V003.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/V003.git","web_url":"http://159.27.226.4/config/vehicles/V003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T03:43:02.932Z","namespace":{"id":749,"name":"vehicles","path":"vehicles","kind":"group","full_path":"config/vehicles","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1234","issues":"http://159.27.226.4/api/v4/projects/1234/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1234/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1234/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1234/labels","events":"http://159.27.226.4/api/v4/projects/1234/events","members":"http://159.27.226.4/api/v4/projects/1234/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1234/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T23:28:13.350Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1231,"description":"","name":"V003","name_with_namespace":"config / weifang / bulk_port / V003","path":"V003","path_with_namespace":"config/weifang/bulk_port/V003","created_at":"2023-10-30T23:21:30.281Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/V003.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/V003.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/V003","readme_url":"http://159.27.226.4/config/weifang/bulk_port/V003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T08:43:46.393Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1231","issues":"http://159.27.226.4/api/v4/projects/1231/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1231/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1231/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1231/labels","events":"http://159.27.226.4/api/v4/projects/1231/events","members":"http://159.27.226.4/api/v4/projects/1231/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1231/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T23:21:30.345Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
1231
[Pipeline] echo
1231
[Pipeline] echo
be84f4a
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 1231 be84f4a be84f4a
[Pipeline] echo
/root/commtest/rcdev-project/weifang/bulk/.V003.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}
[Pipeline] echo
{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}
[Pipeline] sh
+ echo '{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/bulk/.V003.json
{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}
[Pipeline] echo
{"repo_name":"params_orin_slave_V003","branch":"dev","time":"2024-04-09_17-06-05","commit_id":"be84f4a","version":"","commit_msgs":",,"}
[Pipeline] }
[Pipeline] // script
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=V003
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=V003
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1379,"description":"","name":"V003","name_with_namespace":"Hardware / config / V003","path":"V003","path_with_namespace":"hardware/config/V003","created_at":"2024-01-04T13:31:42.200Z","default_branch":"dev","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:hardware/config/V003.git","http_url_to_repo":"http://159.27.226.4/hardware/config/V003.git","web_url":"http://159.27.226.4/hardware/config/V003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-20T06:54:11.320Z","namespace":{"id":1420,"name":"config","path":"config","kind":"group","full_path":"hardware/config","parent_id":13,"avatar_url":null,"web_url":"http://159.27.226.4/groups/hardware/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1379","issues":"http://159.27.226.4/api/v4/projects/1379/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1379/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1379/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1379/labels","events":"http://159.27.226.4/api/v4/projects/1379/events","members":"http://159.27.226.4/api/v4/projects/1379/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1379/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-01-05T13:31:42.216Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":6,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":false,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1259,"description":null,"name":"V003","name_with_namespace":"Lidar / config / vehicles / V003","path":"V003","path_with_namespace":"lidar/config/vehicles/V003","created_at":"2023-11-17T12:28:20.406Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:lidar/config/vehicles/V003.git","http_url_to_repo":"http://159.27.226.4/lidar/config/vehicles/V003.git","web_url":"http://159.27.226.4/lidar/config/vehicles/V003","readme_url":"http://159.27.226.4/lidar/config/vehicles/V003/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-17T12:28:20.406Z","namespace":{"id":915,"name":"vehicles","path":"vehicles","kind":"group","full_path":"lidar/config/vehicles","parent_id":903,"avatar_url":null,"web_url":"http://159.27.226.4/groups/lidar/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1259","issues":"http://159.27.226.4/api/v4/projects/1259/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1259/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1259/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1259/labels","events":"http://159.27.226.4/api/v4/projects/1259/events","members":"http://159.27.226.4/api/v4/projects/1259/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1259/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-11-18T12:28:20.422Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":38,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1241,"description":null,"name":"V003","name_with_namespace":"Localization / config / V003","path":"V003","path_with_namespace":"localization/config/V003","created_at":"2023-11-02T02:36:47.429Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:localization/config/V003.git","http_url_to_repo":"http://159.27.226.4/localization/config/V003.git","web_url":"http://159.27.226.4/localization/config/V003","readme_url":"http://159.27.226.4/localization/config/V003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T09:54:31.544Z","namespace":{"id":831,"name":"config","path":"config","kind":"group","full_path":"localization/config","parent_id":11,"avatar_url":null,"web_url":"http://159.27.226.4/groups/localization/config"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1241","issues":"http://159.27.226.4/api/v4/projects/1241/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1241/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1241/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1241/labels","events":"http://159.27.226.4/api/v4/projects/1241/events","members":"http://159.27.226.4/api/v4/projects/1241/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1241/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-11-03T02:36:47.473Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":126,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1238,"description":"","name":"V003","name_with_namespace":"config / extrinsics / V003","path":"V003","path_with_namespace":"config/extrinsics/V003","created_at":"2023-11-01T08:20:45.875Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/extrinsics/V003.git","http_url_to_repo":"http://159.27.226.4/config/extrinsics/V003.git","web_url":"http://159.27.226.4/config/extrinsics/V003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-11-06T07:10:07.990Z","namespace":{"id":839,"name":"extrinsics","path":"extrinsics","kind":"group","full_path":"config/extrinsics","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/extrinsics"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1238","issues":"http://159.27.226.4/api/v4/projects/1238/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1238/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1238/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1238/labels","events":"http://159.27.226.4/api/v4/projects/1238/events","members":"http://159.27.226.4/api/v4/projects/1238/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1238/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-11-02T08:20:45.944Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":3,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1234,"description":"","name":"V003","name_with_namespace":"config / vehicles / V003","path":"V003","path_with_namespace":"config/vehicles/V003","created_at":"2023-10-30T23:28:13.325Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/vehicles/V003.git","http_url_to_repo":"http://159.27.226.4/config/vehicles/V003.git","web_url":"http://159.27.226.4/config/vehicles/V003","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T03:43:02.932Z","namespace":{"id":749,"name":"vehicles","path":"vehicles","kind":"group","full_path":"config/vehicles","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/vehicles"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1234","issues":"http://159.27.226.4/api/v4/projects/1234/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1234/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1234/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1234/labels","events":"http://159.27.226.4/api/v4/projects/1234/events","members":"http://159.27.226.4/api/v4/projects/1234/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1234/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T23:28:13.350Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":1231,"description":"","name":"V003","name_with_namespace":"config / weifang / bulk_port / V003","path":"V003","path_with_namespace":"config/weifang/bulk_port/V003","created_at":"2023-10-30T23:21:30.281Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/V003.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/V003.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/V003","readme_url":"http://159.27.226.4/config/weifang/bulk_port/V003/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-22T08:43:46.393Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1231","issues":"http://159.27.226.4/api/v4/projects/1231/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1231/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1231/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1231/labels","events":"http://159.27.226.4/api/v4/projects/1231/events","members":"http://159.27.226.4/api/v4/projects/1231/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1231/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T23:21:30.345Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
config/weifang/bulk_port/V003
[Pipeline] echo
1231
[Pipeline] echo
1231
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects/1231/repository/commits/be84f4a
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/1231/repository/commits/be84f4a
Response Code: HTTP/1.1 200 OK
Response:
{"id":"be84f4adc981578b8a7800aa84dee723b11439be","short_id":"be84f4ad","created_at":"2024-03-22T16:43:45.000+08:00","parent_ids":["0eeecb5a5bf796dac6d73af00b4f33728b9aa385"],"title":"feat_out:del hardware params.","message":"feat_out:del hardware params.\n","author_name":"liuyong","author_email":"827415225@qq.com","authored_date":"2024-03-22T16:43:45.000+08:00","committer_name":"liuyong","committer_email":"827415225@qq.com","committed_date":"2024-03-22T16:43:45.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/bulk_port/V003/-/commit/be84f4adc981578b8a7800aa84dee723b11439be","stats":{"additions":0,"deletions":55,"total":55},"status":null,"project_id":1231,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/03/22/16:43:45
[Pipeline] echo
dev**: be84f4a.**2024/03/22/16:43:45**
[Pipeline] dir
Running in /root/workspace/weifang-config/bulk/V003/params_V003
[Pipeline] {
[Pipeline] fileExists
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/bulk/shared_config/test1/
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository http://159.27.226.4/config/weifang/bulk_port/shared_config.git
> git init /root/workspace/weifang-config/bulk/V003/params_V003 # timeout=10
Fetching upstream changes from http://159.27.226.4/config/weifang/bulk_port/shared_config.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 --depth=1 -- http://159.27.226.4/config/weifang/bulk_port/shared_config.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://159.27.226.4/config/weifang/bulk_port/shared_config.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/test1^{commit} # timeout=10
Checking out Revision 57b7261199b4650402067830c3944695d4266f5e (origin/test1)
> git config core.sparsecheckout # timeout=10
> git checkout -f 57b7261199b4650402067830c3944695d4266f5e # timeout=30000
Commit message: "feat_out: 更新干散货对准值判断阈值"
> git rev-list --no-walk 57b7261199b4650402067830c3944695d4266f5e # timeout=10
[Pipeline] sh
+ cp -r .git/ params pointcloud /root/workspace/weifang-config/bulk/shared_config/test1/
[Pipeline] sh
+ rm -rf params_V003@tmp
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] echo
/root/commtest/rcdev-project/weifang/bulk/V003.json
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-23T03:29:31.229Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-25T03:28:35.323Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:28:47.297Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:31:48.017Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T09:16:14.282Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-09T03:30:57.209Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-18T06:29:17.149Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-04-07T13:23:24.962Z","namespace":{"id":25,"name":"daxie","path":"daxie","kind":"group","full_path":"config/daxie","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/daxie"},"_links":{"self":"http://159.27.226.4/api/v4/projects/215","issues":"http://159.27.226.4/api/v4/projects/215/issues","merge_requests":"http://159.27.226.4/api/v4/projects/215/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/215/repository/branches","labels":"http://159.27.226.4/api/v4/projects/215/labels","events":"http://159.27.226.4/api/v4/projects/215/events","members":"http://159.27.226.4/api/v4/projects/215/members","cluster_agents":"http://159.27.226.4/api/v4/projects/215/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2021-12-21T10:07:29.984Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":7,"import_status":"none","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":13,"group_name":"Hardware","group_full_path":"hardware","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":15,"group_name":"Shared","group_full_path":"shared","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
521
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
521
[Pipeline] echo
57b7261
[Pipeline] sh
+ python3 /root/weilk/project/get_git_log.py 521 57b7261 57b7261
[Pipeline] echo
/root/commtest/rcdev-project/weifang/bulk/.V003.json
[Pipeline] readJSON
[Pipeline] echo
{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}
[Pipeline] echo
{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}
[Pipeline] sh
+ echo '{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}'
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/bulk/.V003.json
{"project":{"V003":"config/weifang/bulk_port/V003","shared_config":"config/weifang/bulk_port/shared_config"},"commit":{"V003":"be84f4a","shared_config":"57b7261"}}
[Pipeline] echo
{"repo_name":"params_computer_shared_config","branch":"test1","time":"2024-04-09_17-06-11","commit_id":"57b7261","version":"","commit_msgs":",,"}
[Pipeline] }
[Pipeline] // script
[Pipeline] readJSON
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects?search=shared_config
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects?search=shared_config
Response Code: HTTP/1.1 200 OK
Response:
[{"id":1404,"description":"","name":"shared_config","name_with_namespace":"config / shenzhen / mawan / shared_config","path":"shared_config","path_with_namespace":"config/shenzhen/mawan/shared_config","created_at":"2024-03-11T07:05:56.044Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shenzhen/mawan/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shenzhen/mawan/shared_config.git","web_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config","readme_url":"http://159.27.226.4/config/shenzhen/mawan/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-23T03:29:31.229Z","namespace":{"id":1546,"name":"mawan","path":"mawan","kind":"group","full_path":"config/shenzhen/mawan","parent_id":1545,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shenzhen/mawan"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1404","issues":"http://159.27.226.4/api/v4/projects/1404/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1404/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1404/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1404/labels","events":"http://159.27.226.4/api/v4/projects/1404/events","members":"http://159.27.226.4/api/v4/projects/1404/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1404/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2024-03-12T07:05:56.106Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1229,"description":"","name":"shared_config","name_with_namespace":"config / shanghai / luojing / shared_config","path":"shared_config","path_with_namespace":"config/shanghai/luojing/shared_config","created_at":"2023-10-30T06:38:21.219Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/shanghai/luojing/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/shanghai/luojing/shared_config.git","web_url":"http://159.27.226.4/config/shanghai/luojing/shared_config","readme_url":"http://159.27.226.4/config/shanghai/luojing/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-01-29T11:52:15.598Z","namespace":{"id":1360,"name":"luojing","path":"luojing","kind":"group","full_path":"config/shanghai/luojing","parent_id":1359,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/shanghai/luojing"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1229","issues":"http://159.27.226.4/api/v4/projects/1229/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1229/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1229/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1229/labels","events":"http://159.27.226.4/api/v4/projects/1229/events","members":"http://159.27.226.4/api/v4/projects/1229/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1229/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-31T06:38:21.323Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1112,"description":"","name":"shared_config","name_with_namespace":"config / qingdao / xilian / shared_config","path":"shared_config","path_with_namespace":"config/qingdao/xilian/shared_config","created_at":"2023-10-17T11:35:03.561Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qingdao/xilian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qingdao/xilian/shared_config.git","web_url":"http://159.27.226.4/config/qingdao/xilian/shared_config","readme_url":"http://159.27.226.4/config/qingdao/xilian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-25T03:28:35.323Z","namespace":{"id":1240,"name":"xilian","path":"xilian","kind":"group","full_path":"config/qingdao/xilian","parent_id":1239,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qingdao/xilian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1112","issues":"http://159.27.226.4/api/v4/projects/1112/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1112/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1112/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1112/labels","events":"http://159.27.226.4/api/v4/projects/1112/events","members":"http://159.27.226.4/api/v4/projects/1112/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1112/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-10-18T11:35:03.593Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1096,"description":"","name":"shared_config","name_with_namespace":"config / fangcheng / shared_config","path":"shared_config","path_with_namespace":"config/fangcheng/shared_config","created_at":"2023-09-21T07:01:00.264Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/fangcheng/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/fangcheng/shared_config.git","web_url":"http://159.27.226.4/config/fangcheng/shared_config","readme_url":"http://159.27.226.4/config/fangcheng/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:28:47.297Z","namespace":{"id":1220,"name":"fangcheng","path":"fangcheng","kind":"group","full_path":"config/fangcheng","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/fangcheng"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1096","issues":"http://159.27.226.4/api/v4/projects/1096/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1096/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1096/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1096/labels","events":"http://159.27.226.4/api/v4/projects/1096/events","members":"http://159.27.226.4/api/v4/projects/1096/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1096/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-22T07:01:00.288Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1069,"description":"","name":"shared_config","name_with_namespace":"config / rugao / shared_config","path":"shared_config","path_with_namespace":"config/rugao/shared_config","created_at":"2023-09-12T11:52:34.020Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rugao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rugao/shared_config.git","web_url":"http://159.27.226.4/config/rugao/shared_config","readme_url":"http://159.27.226.4/config/rugao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:41.228Z","namespace":{"id":1191,"name":"rugao","path":"rugao","kind":"group","full_path":"config/rugao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rugao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1069","issues":"http://159.27.226.4/api/v4/projects/1069/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1069/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1069/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1069/labels","events":"http://159.27.226.4/api/v4/projects/1069/events","members":"http://159.27.226.4/api/v4/projects/1069/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1069/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-09-13T11:52:34.092Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":1038,"description":"","name":"shared_config","name_with_namespace":"config / qinzhou / shared_config","path":"shared_config","path_with_namespace":"config/qinzhou/shared_config","created_at":"2023-08-21T09:09:35.316Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/qinzhou/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/qinzhou/shared_config.git","web_url":"http://159.27.226.4/config/qinzhou/shared_config","readme_url":"http://159.27.226.4/config/qinzhou/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:33:11.733Z","namespace":{"id":1159,"name":"qinzhou","path":"qinzhou","kind":"group","full_path":"config/qinzhou","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/qinzhou"},"_links":{"self":"http://159.27.226.4/api/v4/projects/1038","issues":"http://159.27.226.4/api/v4/projects/1038/issues","merge_requests":"http://159.27.226.4/api/v4/projects/1038/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/1038/repository/branches","labels":"http://159.27.226.4/api/v4/projects/1038/labels","events":"http://159.27.226.4/api/v4/projects/1038/events","members":"http://159.27.226.4/api/v4/projects/1038/members","cluster_agents":"http://159.27.226.4/api/v4/projects/1038/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-08-22T09:09:35.363Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":904,"description":"","name":"shared_config","name_with_namespace":"config / jianlong / shared_config","path":"shared_config","path_with_namespace":"config/jianlong/shared_config","created_at":"2023-07-28T02:45:18.413Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jianlong/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jianlong/shared_config.git","web_url":"http://159.27.226.4/config/jianlong/shared_config","readme_url":"http://159.27.226.4/config/jianlong/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-25T06:52:40.407Z","namespace":{"id":1023,"name":"jianlong","path":"jianlong","kind":"group","full_path":"config/jianlong","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jianlong"},"_links":{"self":"http://159.27.226.4/api/v4/projects/904","issues":"http://159.27.226.4/api/v4/projects/904/issues","merge_requests":"http://159.27.226.4/api/v4/projects/904/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/904/repository/branches","labels":"http://159.27.226.4/api/v4/projects/904/labels","events":"http://159.27.226.4/api/v4/projects/904/events","members":"http://159.27.226.4/api/v4/projects/904/members","cluster_agents":"http://159.27.226.4/api/v4/projects/904/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-29T02:45:18.435Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":711,"description":"","name":"shared_config","name_with_namespace":"config / jili / shared_config","path":"shared_config","path_with_namespace":"config/jili/shared_config","created_at":"2023-07-04T11:29:03.387Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/jili/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/jili/shared_config.git","web_url":"http://159.27.226.4/config/jili/shared_config","readme_url":"http://159.27.226.4/config/jili/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:31:48.017Z","namespace":{"id":799,"name":"jili","path":"jili","kind":"group","full_path":"config/jili","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/jili"},"_links":{"self":"http://159.27.226.4/api/v4/projects/711","issues":"http://159.27.226.4/api/v4/projects/711/issues","merge_requests":"http://159.27.226.4/api/v4/projects/711/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/711/repository/branches","labels":"http://159.27.226.4/api/v4/projects/711/labels","events":"http://159.27.226.4/api/v4/projects/711/events","members":"http://159.27.226.4/api/v4/projects/711/members","cluster_agents":"http://159.27.226.4/api/v4/projects/711/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-07-05T11:29:03.403Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":608,"description":"","name":"shared_config","name_with_namespace":"config / tianjin / shared_config","path":"shared_config","path_with_namespace":"config/tianjin/shared_config","created_at":"2023-05-10T05:51:44.146Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/tianjin/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/tianjin/shared_config.git","web_url":"http://159.27.226.4/config/tianjin/shared_config","readme_url":"http://159.27.226.4/config/tianjin/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:37:09.726Z","namespace":{"id":687,"name":"tianjin","path":"tianjin","kind":"group","full_path":"config/tianjin","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/tianjin"},"_links":{"self":"http://159.27.226.4/api/v4/projects/608","issues":"http://159.27.226.4/api/v4/projects/608/issues","merge_requests":"http://159.27.226.4/api/v4/projects/608/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/608/repository/branches","labels":"http://159.27.226.4/api/v4/projects/608/labels","events":"http://159.27.226.4/api/v4/projects/608/events","members":"http://159.27.226.4/api/v4/projects/608/members","cluster_agents":"http://159.27.226.4/api/v4/projects/608/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-05-11T05:51:44.195Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":590,"description":"","name":"shared_config","name_with_namespace":"config / rizhao / shared_config","path":"shared_config","path_with_namespace":"config/rizhao/shared_config","created_at":"2023-04-15T01:44:41.689Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/rizhao/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/rizhao/shared_config.git","web_url":"http://159.27.226.4/config/rizhao/shared_config","readme_url":"http://159.27.226.4/config/rizhao/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:34:01.928Z","namespace":{"id":666,"name":"rizhao","path":"rizhao","kind":"group","full_path":"config/rizhao","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/rizhao"},"_links":{"self":"http://159.27.226.4/api/v4/projects/590","issues":"http://159.27.226.4/api/v4/projects/590/issues","merge_requests":"http://159.27.226.4/api/v4/projects/590/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/590/repository/branches","labels":"http://159.27.226.4/api/v4/projects/590/labels","events":"http://159.27.226.4/api/v4/projects/590/events","members":"http://159.27.226.4/api/v4/projects/590/members","cluster_agents":"http://159.27.226.4/api/v4/projects/590/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-04-16T01:44:41.709Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}},{"id":550,"description":"","name":"shared_config","name_with_namespace":"config / suqian / shared_config","path":"shared_config","path_with_namespace":"config/suqian/shared_config","created_at":"2023-02-27T07:33:41.478Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/suqian/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/suqian/shared_config.git","web_url":"http://159.27.226.4/config/suqian/shared_config","readme_url":"http://159.27.226.4/config/suqian/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:35:30.027Z","namespace":{"id":614,"name":"suqian","path":"suqian","kind":"group","full_path":"config/suqian","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/suqian"},"_links":{"self":"http://159.27.226.4/api/v4/projects/550","issues":"http://159.27.226.4/api/v4/projects/550/issues","merge_requests":"http://159.27.226.4/api/v4/projects/550/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/550/repository/branches","labels":"http://159.27.226.4/api/v4/projects/550/labels","events":"http://159.27.226.4/api/v4/projects/550/events","members":"http://159.27.226.4/api/v4/projects/550/members","cluster_agents":"http://159.27.226.4/api/v4/projects/550/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-28T07:33:41.552Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":{"access_level":20,"notification_level":3}}},{"id":537,"description":"","name":"shared_config","name_with_namespace":"config / weifang / container_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/container_port/shared_config","created_at":"2023-02-11T09:36:53.324Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/container_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/container_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/container_port/shared_config","readme_url":"http://159.27.226.4/config/weifang/container_port/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-19T09:16:14.282Z","namespace":{"id":599,"name":"container_port","path":"container_port","kind":"group","full_path":"config/weifang/container_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/container_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/537","issues":"http://159.27.226.4/api/v4/projects/537/issues","merge_requests":"http://159.27.226.4/api/v4/projects/537/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/537/repository/branches","labels":"http://159.27.226.4/api/v4/projects/537/labels","events":"http://159.27.226.4/api/v4/projects/537/events","members":"http://159.27.226.4/api/v4/projects/537/members","cluster_agents":"http://159.27.226.4/api/v4/projects/537/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-02-12T09:36:53.353Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":521,"description":"","name":"shared_config","name_with_namespace":"config / weifang / bulk_port / shared_config","path":"shared_config","path_with_namespace":"config/weifang/bulk_port/shared_config","created_at":"2023-01-06T02:54:07.725Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/weifang/bulk_port/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/weifang/bulk_port/shared_config.git","web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-04-09T03:30:57.209Z","namespace":{"id":616,"name":"bulk_port","path":"bulk_port","kind":"group","full_path":"config/weifang/bulk_port","parent_id":581,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/weifang/bulk_port"},"_links":{"self":"http://159.27.226.4/api/v4/projects/521","issues":"http://159.27.226.4/api/v4/projects/521/issues","merge_requests":"http://159.27.226.4/api/v4/projects/521/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/521/repository/branches","labels":"http://159.27.226.4/api/v4/projects/521/labels","events":"http://159.27.226.4/api/v4/projects/521/events","members":"http://159.27.226.4/api/v4/projects/521/members","cluster_agents":"http://159.27.226.4/api/v4/projects/521/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2023-01-07T02:54:07.782Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":77,"group_name":"CI","group_full_path":"ci","group_access_level":30,"expires_at":null},{"group_id":67,"group_name":"Cloud","group_full_path":"cloud","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":57,"group_name":"driver_and_tools","group_full_path":"driver_and_tools","group_access_level":30,"expires_at":null},{"group_id":105,"group_name":"engineering","group_full_path":"localization/engineering","group_access_level":30,"expires_at":null},{"group_id":120,"group_name":"lidar_application","group_full_path":"lidar_application","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":486,"description":"","name":"shared_config","name_with_namespace":"config / xiamen / shared_config","path":"shared_config","path_with_namespace":"config/xiamen/shared_config","created_at":"2022-10-27T06:49:53.411Z","default_branch":"main","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/xiamen/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/xiamen/shared_config.git","web_url":"http://159.27.226.4/config/xiamen/shared_config","readme_url":"http://159.27.226.4/config/xiamen/shared_config/-/blob/main/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2024-03-18T06:29:17.149Z","namespace":{"id":499,"name":"xiamen","path":"xiamen","kind":"group","full_path":"config/xiamen","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/xiamen"},"_links":{"self":"http://159.27.226.4/api/v4/projects/486","issues":"http://159.27.226.4/api/v4/projects/486/issues","merge_requests":"http://159.27.226.4/api/v4/projects/486/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/486/repository/branches","labels":"http://159.27.226.4/api/v4/projects/486/labels","events":"http://159.27.226.4/api/v4/projects/486/events","members":"http://159.27.226.4/api/v4/projects/486/members","cluster_agents":"http://159.27.226.4/api/v4/projects/486/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-10-28T06:49:53.442Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":20,"notification_level":3},"group_access":null}},{"id":411,"description":"","name":"shared_config","name_with_namespace":"config / taicang / shared_config","path":"shared_config","path_with_namespace":"config/taicang/shared_config","created_at":"2022-09-14T03:19:24.795Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/taicang/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/taicang/shared_config.git","web_url":"http://159.27.226.4/config/taicang/shared_config","readme_url":"http://159.27.226.4/config/taicang/shared_config/-/blob/master/README.md","avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2023-12-18T07:36:12.246Z","namespace":{"id":462,"name":"taicang","path":"taicang","kind":"group","full_path":"config/taicang","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/taicang"},"_links":{"self":"http://159.27.226.4/api/v4/projects/411","issues":"http://159.27.226.4/api/v4/projects/411/issues","merge_requests":"http://159.27.226.4/api/v4/projects/411/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/411/repository/branches","labels":"http://159.27.226.4/api/v4/projects/411/labels","events":"http://159.27.226.4/api/v4/projects/411/events","members":"http://159.27.226.4/api/v4/projects/411/members","cluster_agents":"http://159.27.226.4/api/v4/projects/411/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-09-15T03:19:24.827Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":5,"import_status":"none","open_issues_count":0,"ci_default_git_depth":20,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":null}},{"id":311,"description":"","name":"shared_config","name_with_namespace":"ota / shared_config","path":"shared_config","path_with_namespace":"ota/shared_config","created_at":"2022-04-29T08:36:40.153Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:ota/shared_config.git","http_url_to_repo":"http://159.27.226.4/ota/shared_config.git","web_url":"http://159.27.226.4/ota/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":0,"last_activity_at":"2022-06-19T00:33:46.130Z","namespace":{"id":49,"name":"ota","path":"ota","kind":"user","full_path":"ota","parent_id":null,"avatar_url":"/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"_links":{"self":"http://159.27.226.4/api/v4/projects/311","issues":"http://159.27.226.4/api/v4/projects/311/issues","merge_requests":"http://159.27.226.4/api/v4/projects/311/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/311/repository/branches","labels":"http://159.27.226.4/api/v4/projects/311/labels","events":"http://159.27.226.4/api/v4/projects/311/events","members":"http://159.27.226.4/api/v4/projects/311/members","cluster_agents":"http://159.27.226.4/api/v4/projects/311/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","owner":{"id":35,"username":"ota","name":"ota","state":"active","avatar_url":"http://159.27.226.4/uploads/-/system/user/avatar/35/avatar.png","web_url":"http://159.27.226.4/ota"},"resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2022-04-30T08:36:40.218Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":35,"mr_default_target_self":false,"import_url":null,"import_type":null,"import_status":"finished","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":{"access_level":50,"notification_level":3},"group_access":null}},{"id":215,"description":"","name":"shared_config","name_with_namespace":"config / daxie / shared_config","path":"shared_config","path_with_namespace":"config/daxie/shared_config","created_at":"2021-12-20T10:07:29.852Z","default_branch":"master","tag_list":[],"topics":[],"ssh_url_to_repo":"git@159.27.226.4:config/daxie/shared_config.git","http_url_to_repo":"http://159.27.226.4/config/daxie/shared_config.git","web_url":"http://159.27.226.4/config/daxie/shared_config","readme_url":null,"avatar_url":null,"forks_count":0,"star_count":1,"last_activity_at":"2024-04-07T13:23:24.962Z","namespace":{"id":25,"name":"daxie","path":"daxie","kind":"group","full_path":"config/daxie","parent_id":24,"avatar_url":null,"web_url":"http://159.27.226.4/groups/config/daxie"},"_links":{"self":"http://159.27.226.4/api/v4/projects/215","issues":"http://159.27.226.4/api/v4/projects/215/issues","merge_requests":"http://159.27.226.4/api/v4/projects/215/merge_requests","repo_branches":"http://159.27.226.4/api/v4/projects/215/repository/branches","labels":"http://159.27.226.4/api/v4/projects/215/labels","events":"http://159.27.226.4/api/v4/projects/215/events","members":"http://159.27.226.4/api/v4/projects/215/members","cluster_agents":"http://159.27.226.4/api/v4/projects/215/cluster_agents"},"packages_enabled":true,"empty_repo":false,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_expiration_policy":{"cadence":"1d","enabled":false,"keep_n":10,"older_than":"90d","name_regex":".*","name_regex_keep":null,"next_run_at":"2021-12-21T10:07:29.984Z"},"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"container_registry_enabled":true,"service_desk_enabled":false,"service_desk_address":null,"can_create_merge_request_in":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","forking_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","pages_access_level":"private","operations_access_level":"enabled","analytics_access_level":"enabled","container_registry_access_level":"enabled","security_and_compliance_access_level":"private","emails_disabled":null,"shared_runners_enabled":true,"lfs_enabled":true,"creator_id":7,"import_status":"none","open_issues_count":0,"ci_default_git_depth":50,"ci_forward_deployment_enabled":true,"ci_job_token_scope_enabled":false,"ci_separated_caches":true,"public_jobs":true,"build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[{"group_id":13,"group_name":"Hardware","group_full_path":"hardware","group_access_level":30,"expires_at":null},{"group_id":8,"group_name":"Lidar","group_full_path":"lidar","group_access_level":30,"expires_at":null},{"group_id":11,"group_name":"Localization","group_full_path":"localization","group_access_level":30,"expires_at":null},{"group_id":12,"group_name":"Map","group_full_path":"map","group_access_level":30,"expires_at":null},{"group_id":10,"group_name":"PNC","group_full_path":"pnc","group_access_level":30,"expires_at":null},{"group_id":14,"group_name":"System","group_full_path":"system","group_access_level":30,"expires_at":null},{"group_id":15,"group_name":"Shared","group_full_path":"shared","group_access_level":30,"expires_at":null},{"group_id":52,"group_name":"lidar_localization_mapping","group_full_path":"lidar_localization_mapping","group_access_level":30,"expires_at":null}],"only_allow_merge_if_pipeline_succeeds":false,"allow_merge_on_skipped_pipeline":null,"restrict_user_defined_variables":false,"request_access_enabled":true,"only_allow_merge_if_all_discussions_are_resolved":false,"remove_source_branch_after_merge":true,"printing_merge_request_link_enabled":true,"merge_method":"merge","squash_option":"default_off","enforce_auth_checks_on_uploads":true,"suggestion_commit_message":null,"merge_commit_template":null,"squash_commit_template":null,"auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","autoclose_referenced_issues":true,"keep_latest_artifact":true,"runner_token_expiration_interval":null,"permissions":{"project_access":null,"group_access":{"access_level":20,"notification_level":3}}}]
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
521
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
config/weifang/bulk_port/shared_config
[Pipeline] echo
521
[Pipeline] sh
+ git rev-parse --short HEAD
[Pipeline] withCredentials
Masking supported pattern matches of $gitlabToken
[Pipeline] {
[Pipeline] httpRequest
Warning: A secret was passed to "httpRequest" using Groovy String interpolation, which is insecure.
Affected argument(s) used the following variable(s): [gitlabToken]
See https://jenkins.io/redirect/groovy-string-interpolation for details.
HttpMethod: GET
URL: http://159.27.226.4/api/v4/projects/521/repository/commits/57b7261
Content-Type: application/json
PRIVATE-TOKEN: *****
Sending request to url: http://159.27.226.4/api/v4/projects/521/repository/commits/57b7261
Response Code: HTTP/1.1 200 OK
Response:
{"id":"57b7261199b4650402067830c3944695d4266f5e","short_id":"57b72611","created_at":"2024-04-09T11:30:55.000+08:00","parent_ids":["677c8cc1edba716e7a8e2dd33f8eb8fdbdec1fcb"],"title":"feat_out: 更新干散货对准值判断阈值","message":"feat_out: 更新干散货对准值判断阈值\n","author_name":"chenran","author_email":"chenran@senior.auto","authored_date":"2024-04-09T11:30:55.000+08:00","committer_name":"chenran","committer_email":"chenran@senior.auto","committed_date":"2024-04-09T11:30:55.000+08:00","trailers":{},"web_url":"http://159.27.226.4/config/weifang/bulk_port/shared_config/-/commit/57b7261199b4650402067830c3944695d4266f5e","stats":{"additions":2,"deletions":2,"total":4},"status":null,"project_id":521,"last_pipeline":null}
Success: Status code 200 is in the accepted range: 100:399
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] readJSON
[Pipeline] echo
2024/04/09/11:30:55
[Pipeline] echo
test1**: 57b7261.**2024/04/09/11:30:55**
[Pipeline] }
[Pipeline] // dir
[Pipeline] echo
{"module":[{"repo_name":"params_orin_slave_V003","branch":"dev","time":"2024-04-09_17-06-05","commit_id":"be84f4a","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"test1","time":"2024-04-09_17-06-11","commit_id":"57b7261","version":"","commit_msgs":",,"}],"device":2,"device_name":"V003_Slave","type":0,"project":6}
[Pipeline] echo
V003
[Pipeline] sh
++ ls
++ grep -v version.json
++ grep -v params_V003
++ xargs
+ cp -r params params_V003/
[Pipeline] sh
+ echo '{"module":[{"repo_name":"params_orin_slave_V003","branch":"dev","time":"2024-04-09_17-06-05","commit_id":"be84f4a","version":"","commit_msgs":",,"},{"repo_name":"params_computer_shared_config","branch":"test1","time":"2024-04-09_17-06-11","commit_id":"57b7261","version":"","commit_msgs":",,"}],"device":2,"device_name":"V003_Slave","type":0,"project":6}'
[Pipeline] sh
+ rm -rf params_V003@tmp
[Pipeline] echo
> - [V003slave]:
**公有test1**: 57b7261.**2024/04/09/11:30:55**
**私有dev**: be84f4a.**2024/03/22/16:43:45**
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/bulk/V003@tmp
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (checkout_new)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
[1;32m >>>>>>>>>>拉取新参数方式,合并旧参数(个别车)>>>>>>>>>> [m
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
V003拉取新参数方式
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/bulk/V003/params_new
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/bulk/V003/params_new
[Pipeline] dir
Running in /root/workspace/weifang-config/bulk/V003/params_new
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab_ota
Cloning the remote Git repository
Using shallow clone with depth 1
Cloning repository http://159.27.226.4/config/vehicles/V003.git
> git init /root/workspace/weifang-config/bulk/V003/params_new # timeout=10
Fetching upstream changes from http://159.27.226.4/config/vehicles/V003.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 --depth=1 -- http://159.27.226.4/config/vehicles/V003.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://159.27.226.4/config/vehicles/V003.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse origin/main^{commit} # timeout=10
Checking out Revision ec6387a91adbab1fb8c6e9010d382c3f279b0138 (origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f ec6387a91adbab1fb8c6e9010d382c3f279b0138 # timeout=300000
Commit message: "add hardware params, branch: dev"
> git rev-list --no-walk ec6387a91adbab1fb8c6e9010d382c3f279b0138 # timeout=10
[Pipeline] sh
+ git submodule init
Submodule 'crane_align_common' (git@159.27.226.4:lidar_localization_mapping/config/crane_align/crane_align_common.git) registered for path 'crane_align_common'
Submodule 'crane_align_customized' (git@159.27.226.4:lidar_localization_mapping/config/crane_align/crane_align_customized.git) registered for path 'crane_align_customized'
Submodule 'hardware' (git@159.27.226.4:hardware/config/V003.git) registered for path 'hardware'
Submodule 'hesai_lidar_customized' (git@159.27.226.4:lidar_localization_mapping/config/hesai_lidar/hesai_lidar_customized.git) registered for path 'hesai_lidar_customized'
Submodule 'lidar-extrinsics' (git@159.27.226.4:config/extrinsics/V003.git) registered for path 'lidar-extrinsics'
Submodule 'msf-port' (git@159.27.226.4:localization/config/msf-port.git) registered for path 'msf-port'
Submodule 'msf-vehicle' (git@159.27.226.4:localization/config/V003.git) registered for path 'msf-vehicle'
Submodule 'perception_camera_driver' (git@159.27.226.4:lidar/config/modules/perception_camera_driver.git) registered for path 'perception_camera_driver'
Submodule 'perception_new_detection' (git@159.27.226.4:lidar/config/modules/perception_new_detection.git) registered for path 'perception_new_detection'
Submodule 'pointcloud_customized' (git@159.27.226.4:lidar_localization_mapping/config/pointcloud/pointcloud_customized.git) registered for path 'pointcloud_customized'
Submodule 'prediction_config' (git@159.27.226.4:prediction/config/modules/prediction_config.git) registered for path 'prediction_config'
Submodule 'rslidar_sdk_common' (git@159.27.226.4:lidar_localization_mapping/config/rslidar_sdk/rslidar_sdk_common.git) registered for path 'rslidar_sdk_common'
Submodule 'static_transform_common' (git@159.27.226.4:lidar_localization_mapping/config/static_transform/static_transform_common.git) registered for path 'static_transform_common'
Submodule 'system-common' (git@159.27.226.4:system/config/system-common.git) registered for path 'system-common'
Submodule 'system-device' (git@159.27.226.4:system/config/system-device.git) registered for path 'system-device'
Submodule 'system-node-weifang' (git@159.27.226.4:system/config/system-node-weifang.git) registered for path 'system-node-weifang'
Submodule 'system-port' (git@159.27.226.4:system/config/system-port.git) registered for path 'system-port'
Submodule 'system-mqtt' (git@159.27.226.4:system/config/system-mqtt.git) registered for path 'weifang-bulk'
[Pipeline] sh
+ git submodule update --remote --progress
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/crane_align_common'...
remote: Enumerating objects: 33, done.
remote: Counting objects: 3% (1/33)
remote: Counting objects: 6% (2/33)
remote: Counting objects: 9% (3/33)
remote: Counting objects: 12% (4/33)
remote: Counting objects: 15% (5/33)
remote: Counting objects: 18% (6/33)
remote: Counting objects: 21% (7/33)
remote: Counting objects: 24% (8/33)
remote: Counting objects: 27% (9/33)
remote: Counting objects: 30% (10/33)
remote: Counting objects: 33% (11/33)
remote: Counting objects: 36% (12/33)
remote: Counting objects: 39% (13/33)
remote: Counting objects: 42% (14/33)
remote: Counting objects: 45% (15/33)
remote: Counting objects: 48% (16/33)
remote: Counting objects: 51% (17/33)
remote: Counting objects: 54% (18/33)
remote: Counting objects: 57% (19/33)
remote: Counting objects: 60% (20/33)
remote: Counting objects: 63% (21/33)
remote: Counting objects: 66% (22/33)
remote: Counting objects: 69% (23/33)
remote: Counting objects: 72% (24/33)
remote: Counting objects: 75% (25/33)
remote: Counting objects: 78% (26/33)
remote: Counting objects: 81% (27/33)
remote: Counting objects: 84% (28/33)
remote: Counting objects: 87% (29/33)
remote: Counting objects: 90% (30/33)
remote: Counting objects: 93% (31/33)
remote: Counting objects: 96% (32/33)
remote: Counting objects: 100% (33/33)
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects: 3% (1/26)
remote: Compressing objects: 7% (2/26)
remote: Compressing objects: 11% (3/26)
remote: Compressing objects: 15% (4/26)
remote: Compressing objects: 19% (5/26)
remote: Compressing objects: 23% (6/26)
remote: Compressing objects: 26% (7/26)
remote: Compressing objects: 30% (8/26)
remote: Compressing objects: 34% (9/26)
remote: Compressing objects: 38% (10/26)
remote: Compressing objects: 42% (11/26)
remote: Compressing objects: 46% (12/26)
remote: Compressing objects: 50% (13/26)
remote: Compressing objects: 53% (14/26)
remote: Compressing objects: 57% (15/26)
remote: Compressing objects: 61% (16/26)
remote: Compressing objects: 65% (17/26)
remote: Compressing objects: 69% (18/26)
remote: Compressing objects: 73% (19/26)
remote: Compressing objects: 76% (20/26)
remote: Compressing objects: 80% (21/26)
remote: Compressing objects: 84% (22/26)
remote: Compressing objects: 88% (23/26)
remote: Compressing objects: 92% (24/26)
remote: Compressing objects: 96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
Receiving objects: 3% (1/33)
Receiving objects: 6% (2/33)
Receiving objects: 9% (3/33)
Receiving objects: 12% (4/33)
Receiving objects: 15% (5/33)
Receiving objects: 18% (6/33)
Receiving objects: 21% (7/33)
Receiving objects: 24% (8/33)
Receiving objects: 27% (9/33)
Receiving objects: 30% (10/33)
Receiving objects: 33% (11/33)
Receiving objects: 36% (12/33)
Receiving objects: 39% (13/33)
Receiving objects: 42% (14/33)
remote: Total 33 (delta 12), reused 0 (delta 0), pack-reused 0
Receiving objects: 45% (15/33)
Receiving objects: 48% (16/33)
Receiving objects: 51% (17/33)
Receiving objects: 54% (18/33)
Receiving objects: 57% (19/33)
Receiving objects: 60% (20/33)
Receiving objects: 63% (21/33)
Receiving objects: 66% (22/33)
Receiving objects: 69% (23/33)
Receiving objects: 72% (24/33)
Receiving objects: 75% (25/33)
Receiving objects: 78% (26/33)
Receiving objects: 81% (27/33)
Receiving objects: 84% (28/33)
Receiving objects: 87% (29/33)
Receiving objects: 90% (30/33)
Receiving objects: 93% (31/33)
Receiving objects: 96% (32/33)
Receiving objects: 100% (33/33)
Receiving objects: 100% (33/33), 12.00 KiB | 12.00 MiB/s, done.
Resolving deltas: 0% (0/12)
Resolving deltas: 41% (5/12)
Resolving deltas: 66% (8/12)
Resolving deltas: 75% (9/12)
Resolving deltas: 100% (12/12)
Resolving deltas: 100% (12/12), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/crane_align_customized'...
remote: Enumerating objects: 1428, done.
remote: Counting objects: 0% (1/108)
remote: Counting objects: 1% (2/108)
remote: Counting objects: 2% (3/108)
remote: Counting objects: 3% (4/108)
remote: Counting objects: 4% (5/108)
remote: Counting objects: 5% (6/108)
remote: Counting objects: 6% (7/108)
remote: Counting objects: 7% (8/108)
remote: Counting objects: 8% (9/108)
remote: Counting objects: 9% (10/108)
remote: Counting objects: 10% (11/108)
remote: Counting objects: 11% (12/108)
remote: Counting objects: 12% (13/108)
remote: Counting objects: 13% (15/108)
remote: Counting objects: 14% (16/108)
remote: Counting objects: 15% (17/108)
remote: Counting objects: 16% (18/108)
remote: Counting objects: 17% (19/108)
remote: Counting objects: 18% (20/108)
remote: Counting objects: 19% (21/108)
remote: Counting objects: 20% (22/108)
remote: Counting objects: 21% (23/108)
remote: Counting objects: 22% (24/108)
remote: Counting objects: 23% (25/108)
remote: Counting objects: 24% (26/108)
remote: Counting objects: 25% (27/108)
remote: Counting objects: 26% (29/108)
remote: Counting objects: 27% (30/108)
remote: Counting objects: 28% (31/108)
remote: Counting objects: 29% (32/108)
remote: Counting objects: 30% (33/108)
remote: Counting objects: 31% (34/108)
remote: Counting objects: 32% (35/108)
remote: Counting objects: 33% (36/108)
remote: Counting objects: 34% (37/108)
remote: Counting objects: 35% (38/108)
remote: Counting objects: 36% (39/108)
remote: Counting objects: 37% (40/108)
remote: Counting objects: 38% (42/108)
remote: Counting objects: 39% (43/108)
remote: Counting objects: 40% (44/108)
remote: Counting objects: 41% (45/108)
remote: Counting objects: 42% (46/108)
remote: Counting objects: 43% (47/108)
remote: Counting objects: 44% (48/108)
remote: Counting objects: 45% (49/108)
remote: Counting objects: 46% (50/108)
remote: Counting objects: 47% (51/108)
remote: Counting objects: 48% (52/108)
remote: Counting objects: 49% (53/108)
remote: Counting objects: 50% (54/108)
remote: Counting objects: 51% (56/108)
remote: Counting objects: 52% (57/108)
remote: Counting objects: 53% (58/108)
remote: Counting objects: 54% (59/108)
remote: Counting objects: 55% (60/108)
remote: Counting objects: 56% (61/108)
remote: Counting objects: 57% (62/108)
remote: Counting objects: 58% (63/108)
remote: Counting objects: 59% (64/108)
remote: Counting objects: 60% (65/108)
remote: Counting objects: 61% (66/108)
remote: Counting objects: 62% (67/108)
remote: Counting objects: 63% (69/108)
remote: Counting objects: 64% (70/108)
remote: Counting objects: 65% (71/108)
remote: Counting objects: 66% (72/108)
remote: Counting objects: 67% (73/108)
remote: Counting objects: 68% (74/108)
remote: Counting objects: 69% (75/108)
remote: Counting objects: 70% (76/108)
remote: Counting objects: 71% (77/108)
remote: Counting objects: 72% (78/108)
remote: Counting objects: 73% (79/108)
remote: Counting objects: 74% (80/108)
remote: Counting objects: 75% (81/108)
remote: Counting objects: 76% (83/108)
remote: Counting objects: 77% (84/108)
remote: Counting objects: 78% (85/108)
remote: Counting objects: 79% (86/108)
remote: Counting objects: 80% (87/108)
remote: Counting objects: 81% (88/108)
remote: Counting objects: 82% (89/108)
remote: Counting objects: 83% (90/108)
remote: Counting objects: 84% (91/108)
remote: Counting objects: 85% (92/108)
remote: Counting objects: 86% (93/108)
remote: Counting objects: 87% (94/108)
remote: Counting objects: 88% (96/108)
remote: Counting objects: 89% (97/108)
remote: Counting objects: 90% (98/108)
remote: Counting objects: 91% (99/108)
remote: Counting objects: 92% (100/108)
remote: Counting objects: 93% (101/108)
remote: Counting objects: 94% (102/108)
remote: Counting objects: 95% (103/108)
remote: Counting objects: 96% (104/108)
remote: Counting objects: 97% (105/108)
remote: Counting objects: 98% (106/108)
remote: Counting objects: 99% (107/108)
remote: Counting objects: 100% (108/108)
remote: Counting objects: 100% (108/108), done.
remote: Compressing objects: 1% (1/57)
remote: Compressing objects: 3% (2/57)
remote: Compressing objects: 5% (3/57)
remote: Compressing objects: 7% (4/57)
remote: Compressing objects: 8% (5/57)
remote: Compressing objects: 10% (6/57)
remote: Compressing objects: 12% (7/57)
remote: Compressing objects: 14% (8/57)
remote: Compressing objects: 15% (9/57)
remote: Compressing objects: 17% (10/57)
remote: Compressing objects: 19% (11/57)
remote: Compressing objects: 21% (12/57)
remote: Compressing objects: 22% (13/57)
remote: Compressing objects: 24% (14/57)
remote: Compressing objects: 26% (15/57)
remote: Compressing objects: 28% (16/57)
remote: Compressing objects: 29% (17/57)
remote: Compressing objects: 31% (18/57)
remote: Compressing objects: 33% (19/57)
remote: Compressing objects: 35% (20/57)
remote: Compressing objects: 36% (21/57)
remote: Compressing objects: 38% (22/57)
remote: Compressing objects: 40% (23/57)
remote: Compressing objects: 42% (24/57)
remote: Compressing objects: 43% (25/57)
remote: Compressing objects: 45% (26/57)
remote: Compressing objects: 47% (27/57)
remote: Compressing objects: 49% (28/57)
remote: Compressing objects: 50% (29/57)
remote: Compressing objects: 52% (30/57)
remote: Compressing objects: 54% (31/57)
remote: Compressing objects: 56% (32/57)
remote: Compressing objects: 57% (33/57)
remote: Compressing objects: 59% (34/57)
remote: Compressing objects: 61% (35/57)
remote: Compressing objects: 63% (36/57)
remote: Compressing objects: 64% (37/57)
remote: Compressing objects: 66% (38/57)
remote: Compressing objects: 68% (39/57)
remote: Compressing objects: 70% (40/57)
remote: Compressing objects: 71% (41/57)
remote: Compressing objects: 73% (42/57)
remote: Compressing objects: 75% (43/57)
remote: Compressing objects: 77% (44/57)
remote: Compressing objects: 78% (45/57)
remote: Compressing objects: 80% (46/57)
remote: Compressing objects: 82% (47/57)
remote: Compressing objects: 84% (48/57)
remote: Compressing objects: 85% (49/57)
remote: Compressing objects: 87% (50/57)
remote: Compressing objects: 89% (51/57)
remote: Compressing objects: 91% (52/57)
remote: Compressing objects: 92% (53/57)
remote: Compressing objects: 94% (54/57)
remote: Compressing objects: 96% (55/57)
remote: Compressing objects: 98% (56/57)
remote: Compressing objects: 100% (57/57)
remote: Compressing objects: 100% (57/57), done.
Receiving objects: 0% (1/1428)
Receiving objects: 1% (15/1428)
Receiving objects: 2% (29/1428)
Receiving objects: 3% (43/1428)
Receiving objects: 4% (58/1428)
Receiving objects: 5% (72/1428)
Receiving objects: 6% (86/1428)
Receiving objects: 7% (100/1428)
Receiving objects: 8% (115/1428)
Receiving objects: 9% (129/1428)
Receiving objects: 10% (143/1428)
Receiving objects: 11% (158/1428)
Receiving objects: 12% (172/1428)
Receiving objects: 13% (186/1428)
Receiving objects: 14% (200/1428)
Receiving objects: 15% (215/1428)
Receiving objects: 16% (229/1428)
Receiving objects: 17% (243/1428)
Receiving objects: 18% (258/1428)
Receiving objects: 19% (272/1428)
Receiving objects: 20% (286/1428)
Receiving objects: 21% (300/1428)
Receiving objects: 22% (315/1428)
Receiving objects: 23% (329/1428)
Receiving objects: 24% (343/1428)
Receiving objects: 25% (357/1428)
Receiving objects: 26% (372/1428)
Receiving objects: 27% (386/1428)
Receiving objects: 28% (400/1428)
Receiving objects: 29% (415/1428)
Receiving objects: 30% (429/1428)
Receiving objects: 31% (443/1428)
Receiving objects: 32% (457/1428)
Receiving objects: 33% (472/1428)
Receiving objects: 34% (486/1428)
Receiving objects: 35% (500/1428)
Receiving objects: 36% (515/1428)
Receiving objects: 37% (529/1428)
Receiving objects: 38% (543/1428)
Receiving objects: 39% (557/1428)
Receiving objects: 40% (572/1428)
Receiving objects: 41% (586/1428)
Receiving objects: 42% (600/1428)
Receiving objects: 43% (615/1428)
Receiving objects: 44% (629/1428)
Receiving objects: 45% (643/1428)
Receiving objects: 46% (657/1428)
Receiving objects: 47% (672/1428)
Receiving objects: 48% (686/1428)
Receiving objects: 49% (700/1428)
Receiving objects: 50% (714/1428)
Receiving objects: 51% (729/1428)
Receiving objects: 52% (743/1428)
Receiving objects: 53% (757/1428)
Receiving objects: 54% (772/1428)
Receiving objects: 55% (786/1428)
Receiving objects: 56% (800/1428)
Receiving objects: 57% (814/1428)
Receiving objects: 58% (829/1428)
Receiving objects: 59% (843/1428)
Receiving objects: 60% (857/1428)
Receiving objects: 61% (872/1428)
Receiving objects: 62% (886/1428)
Receiving objects: 63% (900/1428)
Receiving objects: 64% (914/1428)
Receiving objects: 65% (929/1428)
Receiving objects: 66% (943/1428)
Receiving objects: 67% (957/1428)
Receiving objects: 68% (972/1428)
Receiving objects: 69% (986/1428)
Receiving objects: 70% (1000/1428)
Receiving objects: 71% (1014/1428)
Receiving objects: 72% (1029/1428)
Receiving objects: 73% (1043/1428)
Receiving objects: 74% (1057/1428)
Receiving objects: 75% (1071/1428)
Receiving objects: 76% (1086/1428)
Receiving objects: 77% (1100/1428)
Receiving objects: 78% (1114/1428)
Receiving objects: 79% (1129/1428)
Receiving objects: 80% (1143/1428)
Receiving objects: 81% (1157/1428)
Receiving objects: 82% (1171/1428)
Receiving objects: 83% (1186/1428)
Receiving objects: 84% (1200/1428)
Receiving objects: 85% (1214/1428)
Receiving objects: 86% (1229/1428)
Receiving objects: 87% (1243/1428)
Receiving objects: 88% (1257/1428)
Receiving objects: 89% (1271/1428)
Receiving objects: 90% (1286/1428)
remote: Total 1428 (delta 40), reused 76 (delta 26), pack-reused 1320
Receiving objects: 91% (1300/1428)
Receiving objects: 92% (1314/1428)
Receiving objects: 93% (1329/1428)
Receiving objects: 94% (1343/1428)
Receiving objects: 95% (1357/1428)
Receiving objects: 96% (1371/1428)
Receiving objects: 97% (1386/1428)
Receiving objects: 98% (1400/1428)
Receiving objects: 99% (1414/1428)
Receiving objects: 100% (1428/1428)
Receiving objects: 100% (1428/1428), 460.36 KiB | 32.88 MiB/s, done.
Resolving deltas: 0% (0/678)
Resolving deltas: 1% (9/678)
Resolving deltas: 2% (19/678)
Resolving deltas: 3% (21/678)
Resolving deltas: 4% (28/678)
Resolving deltas: 5% (34/678)
Resolving deltas: 6% (41/678)
Resolving deltas: 7% (50/678)
Resolving deltas: 8% (55/678)
Resolving deltas: 9% (62/678)
Resolving deltas: 10% (68/678)
Resolving deltas: 12% (86/678)
Resolving deltas: 14% (96/678)
Resolving deltas: 17% (116/678)
Resolving deltas: 18% (125/678)
Resolving deltas: 19% (133/678)
Resolving deltas: 20% (140/678)
Resolving deltas: 21% (146/678)
Resolving deltas: 22% (151/678)
Resolving deltas: 25% (174/678)
Resolving deltas: 26% (178/678)
Resolving deltas: 28% (190/678)
Resolving deltas: 29% (202/678)
Resolving deltas: 31% (215/678)
Resolving deltas: 32% (217/678)
Resolving deltas: 33% (230/678)
Resolving deltas: 34% (233/678)
Resolving deltas: 35% (238/678)
Resolving deltas: 37% (251/678)
Resolving deltas: 38% (264/678)
Resolving deltas: 39% (268/678)
Resolving deltas: 40% (276/678)
Resolving deltas: 41% (279/678)
Resolving deltas: 42% (290/678)
Resolving deltas: 44% (302/678)
Resolving deltas: 45% (311/678)
Resolving deltas: 49% (334/678)
Resolving deltas: 50% (340/678)
Resolving deltas: 51% (346/678)
Resolving deltas: 54% (372/678)
Resolving deltas: 56% (384/678)
Resolving deltas: 57% (391/678)
Resolving deltas: 58% (400/678)
Resolving deltas: 60% (409/678)
Resolving deltas: 61% (415/678)
Resolving deltas: 62% (421/678)
Resolving deltas: 68% (462/678)
Resolving deltas: 69% (469/678)
Resolving deltas: 71% (488/678)
Resolving deltas: 72% (491/678)
Resolving deltas: 73% (497/678)
Resolving deltas: 74% (502/678)
Resolving deltas: 78% (530/678)
Resolving deltas: 100% (678/678)
Resolving deltas: 100% (678/678), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/hardware'...
remote: Enumerating objects: 11, done.
remote: Counting objects: 9% (1/11)
remote: Counting objects: 18% (2/11)
remote: Counting objects: 27% (3/11)
remote: Counting objects: 36% (4/11)
remote: Counting objects: 45% (5/11)
remote: Counting objects: 54% (6/11)
remote: Counting objects: 63% (7/11)
remote: Counting objects: 72% (8/11)
remote: Counting objects: 81% (9/11)
remote: Counting objects: 90% (10/11)
remote: Counting objects: 100% (11/11)
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 11 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 9% (1/11)
Receiving objects: 18% (2/11)
Receiving objects: 27% (3/11)
Receiving objects: 36% (4/11)
Receiving objects: 45% (5/11)
Receiving objects: 54% (6/11)
Receiving objects: 63% (7/11)
Receiving objects: 72% (8/11)
Receiving objects: 81% (9/11)
Receiving objects: 90% (10/11)
Receiving objects: 100% (11/11)
Receiving objects: 100% (11/11), done.
Resolving deltas: 0% (0/2)
Resolving deltas: 50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/hesai_lidar_customized'...
remote: Enumerating objects: 22, done.
remote: Counting objects: 4% (1/22)
remote: Counting objects: 9% (2/22)
remote: Counting objects: 13% (3/22)
remote: Counting objects: 18% (4/22)
remote: Counting objects: 22% (5/22)
remote: Counting objects: 27% (6/22)
remote: Counting objects: 31% (7/22)
remote: Counting objects: 36% (8/22)
remote: Counting objects: 40% (9/22)
remote: Counting objects: 45% (10/22)
remote: Counting objects: 50% (11/22)
remote: Counting objects: 54% (12/22)
remote: Counting objects: 59% (13/22)
remote: Counting objects: 63% (14/22)
remote: Counting objects: 68% (15/22)
remote: Counting objects: 72% (16/22)
remote: Counting objects: 77% (17/22)
remote: Counting objects: 81% (18/22)
remote: Counting objects: 86% (19/22)
remote: Counting objects: 90% (20/22)
remote: Counting objects: 95% (21/22)
remote: Counting objects: 100% (22/22)
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects: 4% (1/21)
remote: Compressing objects: 9% (2/21)
remote: Compressing objects: 14% (3/21)
remote: Compressing objects: 19% (4/21)
remote: Compressing objects: 23% (5/21)
remote: Compressing objects: 28% (6/21)
remote: Compressing objects: 33% (7/21)
remote: Compressing objects: 38% (8/21)
remote: Compressing objects: 42% (9/21)
remote: Compressing objects: 47% (10/21)
remote: Compressing objects: 52% (11/21)
remote: Compressing objects: 57% (12/21)
remote: Compressing objects: 61% (13/21)
remote: Compressing objects: 66% (14/21)
remote: Compressing objects: 71% (15/21)
remote: Compressing objects: 76% (16/21)
remote: Compressing objects: 80% (17/21)
remote: Compressing objects: 85% (18/21)
remote: Compressing objects: 90% (19/21)
remote: Compressing objects: 95% (20/21)
remote: Compressing objects: 100% (21/21)
remote: Compressing objects: 100% (21/21), done.
remote: Total 22 (delta 11), reused 0 (delta 0), pack-reused 0
Receiving objects: 4% (1/22)
Receiving objects: 9% (2/22)
Receiving objects: 13% (3/22)
Receiving objects: 18% (4/22)
Receiving objects: 22% (5/22)
Receiving objects: 27% (6/22)
Receiving objects: 31% (7/22)
Receiving objects: 36% (8/22)
Receiving objects: 40% (9/22)
Receiving objects: 45% (10/22)
Receiving objects: 50% (11/22)
Receiving objects: 54% (12/22)
Receiving objects: 59% (13/22)
Receiving objects: 63% (14/22)
Receiving objects: 68% (15/22)
Receiving objects: 72% (16/22)
Receiving objects: 77% (17/22)
Receiving objects: 81% (18/22)
Receiving objects: 86% (19/22)
Receiving objects: 90% (20/22)
Receiving objects: 95% (21/22)
Receiving objects: 100% (22/22)
Receiving objects: 100% (22/22), 5.40 KiB | 5.40 MiB/s, done.
Resolving deltas: 0% (0/11)
Resolving deltas: 9% (1/11)
Resolving deltas: 18% (2/11)
Resolving deltas: 100% (11/11)
Resolving deltas: 100% (11/11), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/lidar-extrinsics'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 4% (1/25)
remote: Counting objects: 8% (2/25)
remote: Counting objects: 12% (3/25)
remote: Counting objects: 16% (4/25)
remote: Counting objects: 20% (5/25)
remote: Counting objects: 24% (6/25)
remote: Counting objects: 28% (7/25)
remote: Counting objects: 32% (8/25)
remote: Counting objects: 36% (9/25)
remote: Counting objects: 40% (10/25)
remote: Counting objects: 44% (11/25)
remote: Counting objects: 48% (12/25)
remote: Counting objects: 52% (13/25)
remote: Counting objects: 56% (14/25)
remote: Counting objects: 60% (15/25)
remote: Counting objects: 64% (16/25)
remote: Counting objects: 68% (17/25)
remote: Counting objects: 72% (18/25)
remote: Counting objects: 76% (19/25)
remote: Counting objects: 80% (20/25)
remote: Counting objects: 84% (21/25)
remote: Counting objects: 88% (22/25)
remote: Counting objects: 92% (23/25)
remote: Counting objects: 96% (24/25)
remote: Counting objects: 100% (25/25)
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 4% (1/22)
remote: Compressing objects: 9% (2/22)
remote: Compressing objects: 13% (3/22)
remote: Compressing objects: 18% (4/22)
remote: Compressing objects: 22% (5/22)
remote: Compressing objects: 27% (6/22)
remote: Compressing objects: 31% (7/22)
remote: Compressing objects: 36% (8/22)
remote: Compressing objects: 40% (9/22)
remote: Compressing objects: 45% (10/22)
remote: Compressing objects: 50% (11/22)
remote: Compressing objects: 54% (12/22)
remote: Compressing objects: 59% (13/22)
remote: Compressing objects: 63% (14/22)
remote: Compressing objects: 68% (15/22)
remote: Compressing objects: 72% (16/22)
remote: Compressing objects: 77% (17/22)
remote: Compressing objects: 81% (18/22)
remote: Compressing objects: 86% (19/22)
remote: Compressing objects: 90% (20/22)
remote: Compressing objects: 95% (21/22)
remote: Compressing objects: 100% (22/22)
remote: Compressing objects: 100% (22/22), done.
remote: Total 25 (delta 1), reused 0 (delta 0), pack-reused 0
Receiving objects: 4% (1/25)
Receiving objects: 8% (2/25)
Receiving objects: 12% (3/25)
Receiving objects: 16% (4/25)
Receiving objects: 20% (5/25)
Receiving objects: 24% (6/25)
Receiving objects: 28% (7/25)
Receiving objects: 32% (8/25)
Receiving objects: 36% (9/25)
Receiving objects: 40% (10/25)
Receiving objects: 44% (11/25)
Receiving objects: 48% (12/25)
Receiving objects: 52% (13/25)
Receiving objects: 56% (14/25)
Receiving objects: 60% (15/25)
Receiving objects: 64% (16/25)
Receiving objects: 68% (17/25)
Receiving objects: 72% (18/25)
Receiving objects: 76% (19/25)
Receiving objects: 80% (20/25)
Receiving objects: 84% (21/25)
Receiving objects: 88% (22/25)
Receiving objects: 92% (23/25)
Receiving objects: 96% (24/25)
Receiving objects: 100% (25/25)
Receiving objects: 100% (25/25), 6.66 KiB | 6.66 MiB/s, done.
Resolving deltas: 0% (0/1)
Resolving deltas: 100% (1/1)
Resolving deltas: 100% (1/1), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/msf-port'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 2% (1/39)
remote: Counting objects: 5% (2/39)
remote: Counting objects: 7% (3/39)
remote: Counting objects: 10% (4/39)
remote: Counting objects: 12% (5/39)
remote: Counting objects: 15% (6/39)
remote: Counting objects: 17% (7/39)
remote: Counting objects: 20% (8/39)
remote: Counting objects: 23% (9/39)
remote: Counting objects: 25% (10/39)
remote: Counting objects: 28% (11/39)
remote: Counting objects: 30% (12/39)
remote: Counting objects: 33% (13/39)
remote: Counting objects: 35% (14/39)
remote: Counting objects: 38% (15/39)
remote: Counting objects: 41% (16/39)
remote: Counting objects: 43% (17/39)
remote: Counting objects: 46% (18/39)
remote: Counting objects: 48% (19/39)
remote: Counting objects: 51% (20/39)
remote: Counting objects: 53% (21/39)
remote: Counting objects: 56% (22/39)
remote: Counting objects: 58% (23/39)
remote: Counting objects: 61% (24/39)
remote: Counting objects: 64% (25/39)
remote: Counting objects: 66% (26/39)
remote: Counting objects: 69% (27/39)
remote: Counting objects: 71% (28/39)
remote: Counting objects: 74% (29/39)
remote: Counting objects: 76% (30/39)
remote: Counting objects: 79% (31/39)
remote: Counting objects: 82% (32/39)
remote: Counting objects: 84% (33/39)
remote: Counting objects: 87% (34/39)
remote: Counting objects: 89% (35/39)
remote: Counting objects: 92% (36/39)
remote: Counting objects: 94% (37/39)
remote: Counting objects: 97% (38/39)
remote: Counting objects: 100% (39/39)
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects: 3% (1/27)
remote: Compressing objects: 7% (2/27)
remote: Compressing objects: 11% (3/27)
remote: Compressing objects: 14% (4/27)
remote: Compressing objects: 18% (5/27)
remote: Compressing objects: 22% (6/27)
remote: Compressing objects: 25% (7/27)
remote: Compressing objects: 29% (8/27)
remote: Compressing objects: 33% (9/27)
remote: Compressing objects: 37% (10/27)
remote: Compressing objects: 40% (11/27)
remote: Compressing objects: 44% (12/27)
remote: Compressing objects: 48% (13/27)
remote: Compressing objects: 51% (14/27)
remote: Compressing objects: 55% (15/27)
remote: Compressing objects: 59% (16/27)
remote: Compressing objects: 62% (17/27)
remote: Compressing objects: 66% (18/27)
remote: Compressing objects: 70% (19/27)
remote: Compressing objects: 74% (20/27)
remote: Compressing objects: 77% (21/27)
remote: Compressing objects: 81% (22/27)
remote: Compressing objects: 85% (23/27)
remote: Compressing objects: 88% (24/27)
remote: Compressing objects: 92% (25/27)
remote: Compressing objects: 96% (26/27)
remote: Compressing objects: 100% (27/27)
remote: Compressing objects: 100% (27/27), done.
Receiving objects: 0% (1/102)
Receiving objects: 1% (2/102)
Receiving objects: 2% (3/102)
Receiving objects: 3% (4/102)
Receiving objects: 4% (5/102)
Receiving objects: 5% (6/102)
Receiving objects: 6% (7/102)
Receiving objects: 7% (8/102)
Receiving objects: 8% (9/102)
Receiving objects: 9% (10/102)
Receiving objects: 10% (11/102)
Receiving objects: 11% (12/102)
Receiving objects: 12% (13/102)
Receiving objects: 13% (14/102)
Receiving objects: 14% (15/102)
Receiving objects: 15% (16/102)
Receiving objects: 16% (17/102)
Receiving objects: 17% (18/102)
Receiving objects: 18% (19/102)
Receiving objects: 19% (20/102)
Receiving objects: 20% (21/102)
Receiving objects: 21% (22/102)
Receiving objects: 22% (23/102)
Receiving objects: 23% (24/102)
Receiving objects: 24% (25/102)
Receiving objects: 25% (26/102)
Receiving objects: 26% (27/102)
Receiving objects: 27% (28/102)
Receiving objects: 28% (29/102)
Receiving objects: 29% (30/102)
Receiving objects: 30% (31/102)
Receiving objects: 31% (32/102)
Receiving objects: 32% (33/102)
Receiving objects: 33% (34/102)
Receiving objects: 34% (35/102)
Receiving objects: 35% (36/102)
Receiving objects: 36% (37/102)
remote: Total 102 (delta 18), reused 28 (delta 12), pack-reused 63
Receiving objects: 37% (38/102)
Receiving objects: 38% (39/102)
Receiving objects: 39% (40/102)
Receiving objects: 40% (41/102)
Receiving objects: 41% (42/102)
Receiving objects: 42% (43/102)
Receiving objects: 43% (44/102)
Receiving objects: 44% (45/102)
Receiving objects: 45% (46/102)
Receiving objects: 46% (47/102)
Receiving objects: 47% (48/102)
Receiving objects: 48% (49/102)
Receiving objects: 49% (50/102)
Receiving objects: 50% (51/102)
Receiving objects: 51% (53/102)
Receiving objects: 52% (54/102)
Receiving objects: 53% (55/102)
Receiving objects: 54% (56/102)
Receiving objects: 55% (57/102)
Receiving objects: 56% (58/102)
Receiving objects: 57% (59/102)
Receiving objects: 58% (60/102)
Receiving objects: 59% (61/102)
Receiving objects: 60% (62/102)
Receiving objects: 61% (63/102)
Receiving objects: 62% (64/102)
Receiving objects: 63% (65/102)
Receiving objects: 64% (66/102)
Receiving objects: 65% (67/102)
Receiving objects: 66% (68/102)
Receiving objects: 67% (69/102)
Receiving objects: 68% (70/102)
Receiving objects: 69% (71/102)
Receiving objects: 70% (72/102)
Receiving objects: 71% (73/102)
Receiving objects: 72% (74/102)
Receiving objects: 73% (75/102)
Receiving objects: 74% (76/102)
Receiving objects: 75% (77/102)
Receiving objects: 76% (78/102)
Receiving objects: 77% (79/102)
Receiving objects: 78% (80/102)
Receiving objects: 79% (81/102)
Receiving objects: 80% (82/102)
Receiving objects: 81% (83/102)
Receiving objects: 82% (84/102)
Receiving objects: 83% (85/102)
Receiving objects: 84% (86/102)
Receiving objects: 85% (87/102)
Receiving objects: 86% (88/102)
Receiving objects: 87% (89/102)
Receiving objects: 88% (90/102)
Receiving objects: 89% (91/102)
Receiving objects: 90% (92/102)
Receiving objects: 91% (93/102)
Receiving objects: 92% (94/102)
Receiving objects: 93% (95/102)
Receiving objects: 94% (96/102)
Receiving objects: 95% (97/102)
Receiving objects: 96% (98/102)
Receiving objects: 97% (99/102)
Receiving objects: 98% (100/102)
Receiving objects: 99% (101/102)
Receiving objects: 100% (102/102)
Receiving objects: 100% (102/102), 16.43 KiB | 16.43 MiB/s, done.
Resolving deltas: 0% (0/54)
Resolving deltas: 1% (1/54)
Resolving deltas: 7% (4/54)
Resolving deltas: 14% (8/54)
Resolving deltas: 18% (10/54)
Resolving deltas: 20% (11/54)
Resolving deltas: 24% (13/54)
Resolving deltas: 25% (14/54)
Resolving deltas: 27% (15/54)
Resolving deltas: 29% (16/54)
Resolving deltas: 35% (19/54)
Resolving deltas: 38% (21/54)
Resolving deltas: 40% (22/54)
Resolving deltas: 46% (25/54)
Resolving deltas: 51% (28/54)
Resolving deltas: 59% (32/54)
Resolving deltas: 62% (34/54)
Resolving deltas: 64% (35/54)
Resolving deltas: 66% (36/54)
Resolving deltas: 72% (39/54)
Resolving deltas: 74% (40/54)
Resolving deltas: 75% (41/54)
Resolving deltas: 79% (43/54)
Resolving deltas: 81% (44/54)
Resolving deltas: 85% (46/54)
Resolving deltas: 87% (47/54)
Resolving deltas: 88% (48/54)
Resolving deltas: 94% (51/54)
Resolving deltas: 100% (54/54)
Resolving deltas: 100% (54/54), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/msf-vehicle'...
remote: Enumerating objects: 30, done.
remote: Counting objects: 3% (1/30)
remote: Counting objects: 6% (2/30)
remote: Counting objects: 10% (3/30)
remote: Counting objects: 13% (4/30)
remote: Counting objects: 16% (5/30)
remote: Counting objects: 20% (6/30)
remote: Counting objects: 23% (7/30)
remote: Counting objects: 26% (8/30)
remote: Counting objects: 30% (9/30)
remote: Counting objects: 33% (10/30)
remote: Counting objects: 36% (11/30)
remote: Counting objects: 40% (12/30)
remote: Counting objects: 43% (13/30)
remote: Counting objects: 46% (14/30)
remote: Counting objects: 50% (15/30)
remote: Counting objects: 53% (16/30)
remote: Counting objects: 56% (17/30)
remote: Counting objects: 60% (18/30)
remote: Counting objects: 63% (19/30)
remote: Counting objects: 66% (20/30)
remote: Counting objects: 70% (21/30)
remote: Counting objects: 73% (22/30)
remote: Counting objects: 76% (23/30)
remote: Counting objects: 80% (24/30)
remote: Counting objects: 83% (25/30)
remote: Counting objects: 86% (26/30)
remote: Counting objects: 90% (27/30)
remote: Counting objects: 93% (28/30)
remote: Counting objects: 96% (29/30)
remote: Counting objects: 100% (30/30)
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 3% (1/28)
remote: Compressing objects: 7% (2/28)
remote: Compressing objects: 10% (3/28)
remote: Compressing objects: 14% (4/28)
remote: Compressing objects: 17% (5/28)
remote: Compressing objects: 21% (6/28)
remote: Compressing objects: 25% (7/28)
remote: Compressing objects: 28% (8/28)
remote: Compressing objects: 32% (9/28)
remote: Compressing objects: 35% (10/28)
remote: Compressing objects: 39% (11/28)
remote: Compressing objects: 42% (12/28)
remote: Compressing objects: 46% (13/28)
remote: Compressing objects: 50% (14/28)
remote: Compressing objects: 53% (15/28)
remote: Compressing objects: 57% (16/28)
remote: Compressing objects: 60% (17/28)
remote: Compressing objects: 64% (18/28)
remote: Compressing objects: 67% (19/28)
remote: Compressing objects: 71% (20/28)
remote: Compressing objects: 75% (21/28)
remote: Compressing objects: 78% (22/28)
remote: Compressing objects: 82% (23/28)
remote: Compressing objects: 85% (24/28)
remote: Compressing objects: 89% (25/28)
remote: Compressing objects: 92% (26/28)
remote: Compressing objects: 96% (27/28)
remote: Compressing objects: 100% (28/28)
remote: Compressing objects: 100% (28/28), done.
remote: Total 30 (delta 15), reused 0 (delta 0), pack-reused 0
Receiving objects: 3% (1/30)
Receiving objects: 6% (2/30)
Receiving objects: 10% (3/30)
Receiving objects: 13% (4/30)
Receiving objects: 16% (5/30)
Receiving objects: 20% (6/30)
Receiving objects: 23% (7/30)
Receiving objects: 26% (8/30)
Receiving objects: 30% (9/30)
Receiving objects: 33% (10/30)
Receiving objects: 36% (11/30)
Receiving objects: 40% (12/30)
Receiving objects: 43% (13/30)
Receiving objects: 46% (14/30)
Receiving objects: 50% (15/30)
Receiving objects: 53% (16/30)
Receiving objects: 56% (17/30)
Receiving objects: 60% (18/30)
Receiving objects: 63% (19/30)
Receiving objects: 66% (20/30)
Receiving objects: 70% (21/30)
Receiving objects: 73% (22/30)
Receiving objects: 76% (23/30)
Receiving objects: 80% (24/30)
Receiving objects: 83% (25/30)
Receiving objects: 86% (26/30)
Receiving objects: 90% (27/30)
Receiving objects: 93% (28/30)
Receiving objects: 96% (29/30)
Receiving objects: 100% (30/30)
Receiving objects: 100% (30/30), done.
Resolving deltas: 0% (0/15)
Resolving deltas: 26% (4/15)
Resolving deltas: 33% (5/15)
Resolving deltas: 40% (6/15)
Resolving deltas: 46% (7/15)
Resolving deltas: 100% (15/15)
Resolving deltas: 100% (15/15), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/perception_camera_driver'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 4% (1/21)
remote: Counting objects: 9% (2/21)
remote: Counting objects: 14% (3/21)
remote: Counting objects: 19% (4/21)
remote: Counting objects: 23% (5/21)
remote: Counting objects: 28% (6/21)
remote: Counting objects: 33% (7/21)
remote: Counting objects: 38% (8/21)
remote: Counting objects: 42% (9/21)
remote: Counting objects: 47% (10/21)
remote: Counting objects: 52% (11/21)
remote: Counting objects: 57% (12/21)
remote: Counting objects: 61% (13/21)
remote: Counting objects: 66% (14/21)
remote: Counting objects: 71% (15/21)
remote: Counting objects: 76% (16/21)
remote: Counting objects: 80% (17/21)
remote: Counting objects: 85% (18/21)
remote: Counting objects: 90% (19/21)
remote: Counting objects: 95% (20/21)
remote: Counting objects: 100% (21/21)
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 21 (delta 3), reused 0 (delta 0), pack-reused 0
Receiving objects: 4% (1/21)
Receiving objects: 9% (2/21)
Receiving objects: 14% (3/21)
Receiving objects: 19% (4/21)
Receiving objects: 23% (5/21)
Receiving objects: 28% (6/21)
Receiving objects: 33% (7/21)
Receiving objects: 38% (8/21)
Receiving objects: 42% (9/21)
Receiving objects: 47% (10/21)
Receiving objects: 52% (11/21)
Receiving objects: 57% (12/21)
Receiving objects: 61% (13/21)
Receiving objects: 66% (14/21)
Receiving objects: 71% (15/21)
Receiving objects: 76% (16/21)
Receiving objects: 80% (17/21)
Receiving objects: 85% (18/21)
Receiving objects: 90% (19/21)
Receiving objects: 95% (20/21)
Receiving objects: 100% (21/21)
Receiving objects: 100% (21/21), done.
Resolving deltas: 0% (0/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/perception_new_detection'...
remote: Enumerating objects: 3985, done.
remote: Counting objects: 0% (1/104)
remote: Counting objects: 1% (2/104)
remote: Counting objects: 2% (3/104)
remote: Counting objects: 3% (4/104)
remote: Counting objects: 4% (5/104)
remote: Counting objects: 5% (6/104)
remote: Counting objects: 6% (7/104)
remote: Counting objects: 7% (8/104)
remote: Counting objects: 8% (9/104)
remote: Counting objects: 9% (10/104)
remote: Counting objects: 10% (11/104)
remote: Counting objects: 11% (12/104)
remote: Counting objects: 12% (13/104)
remote: Counting objects: 13% (14/104)
remote: Counting objects: 14% (15/104)
remote: Counting objects: 15% (16/104)
remote: Counting objects: 16% (17/104)
remote: Counting objects: 17% (18/104)
remote: Counting objects: 18% (19/104)
remote: Counting objects: 19% (20/104)
remote: Counting objects: 20% (21/104)
remote: Counting objects: 21% (22/104)
remote: Counting objects: 22% (23/104)
remote: Counting objects: 23% (24/104)
remote: Counting objects: 24% (25/104)
remote: Counting objects: 25% (26/104)
remote: Counting objects: 26% (28/104)
remote: Counting objects: 27% (29/104)
remote: Counting objects: 28% (30/104)
remote: Counting objects: 29% (31/104)
remote: Counting objects: 30% (32/104)
remote: Counting objects: 31% (33/104)
remote: Counting objects: 32% (34/104)
remote: Counting objects: 33% (35/104)
remote: Counting objects: 34% (36/104)
remote: Counting objects: 35% (37/104)
remote: Counting objects: 36% (38/104)
remote: Counting objects: 37% (39/104)
remote: Counting objects: 38% (40/104)
remote: Counting objects: 39% (41/104)
remote: Counting objects: 40% (42/104)
remote: Counting objects: 41% (43/104)
remote: Counting objects: 42% (44/104)
remote: Counting objects: 43% (45/104)
remote: Counting objects: 44% (46/104)
remote: Counting objects: 45% (47/104)
remote: Counting objects: 46% (48/104)
remote: Counting objects: 47% (49/104)
remote: Counting objects: 48% (50/104)
remote: Counting objects: 49% (51/104)
remote: Counting objects: 50% (52/104)
remote: Counting objects: 51% (54/104)
remote: Counting objects: 52% (55/104)
remote: Counting objects: 53% (56/104)
remote: Counting objects: 54% (57/104)
remote: Counting objects: 55% (58/104)
remote: Counting objects: 56% (59/104)
remote: Counting objects: 57% (60/104)
remote: Counting objects: 58% (61/104)
remote: Counting objects: 59% (62/104)
remote: Counting objects: 60% (63/104)
remote: Counting objects: 61% (64/104)
remote: Counting objects: 62% (65/104)
remote: Counting objects: 63% (66/104)
remote: Counting objects: 64% (67/104)
remote: Counting objects: 65% (68/104)
remote: Counting objects: 66% (69/104)
remote: Counting objects: 67% (70/104)
remote: Counting objects: 68% (71/104)
remote: Counting objects: 69% (72/104)
remote: Counting objects: 70% (73/104)
remote: Counting objects: 71% (74/104)
remote: Counting objects: 72% (75/104)
remote: Counting objects: 73% (76/104)
remote: Counting objects: 74% (77/104)
remote: Counting objects: 75% (78/104)
remote: Counting objects: 76% (80/104)
remote: Counting objects: 77% (81/104)
remote: Counting objects: 78% (82/104)
remote: Counting objects: 79% (83/104)
remote: Counting objects: 80% (84/104)
remote: Counting objects: 81% (85/104)
remote: Counting objects: 82% (86/104)
remote: Counting objects: 83% (87/104)
remote: Counting objects: 84% (88/104)
remote: Counting objects: 85% (89/104)
remote: Counting objects: 86% (90/104)
remote: Counting objects: 87% (91/104)
remote: Counting objects: 88% (92/104)
remote: Counting objects: 89% (93/104)
remote: Counting objects: 90% (94/104)
remote: Counting objects: 91% (95/104)
remote: Counting objects: 92% (96/104)
remote: Counting objects: 93% (97/104)
remote: Counting objects: 94% (98/104)
remote: Counting objects: 95% (99/104)
remote: Counting objects: 96% (100/104)
remote: Counting objects: 97% (101/104)
remote: Counting objects: 98% (102/104)
remote: Counting objects: 99% (103/104)
remote: Counting objects: 100% (104/104)
remote: Counting objects: 100% (104/104), done.
remote: Compressing objects: 1% (1/70)
remote: Compressing objects: 2% (2/70)
remote: Compressing objects: 4% (3/70)
remote: Compressing objects: 5% (4/70)
remote: Compressing objects: 7% (5/70)
remote: Compressing objects: 8% (6/70)
remote: Compressing objects: 10% (7/70)
remote: Compressing objects: 11% (8/70)
remote: Compressing objects: 12% (9/70)
remote: Compressing objects: 14% (10/70)
remote: Compressing objects: 15% (11/70)
remote: Compressing objects: 17% (12/70)
remote: Compressing objects: 18% (13/70)
remote: Compressing objects: 20% (14/70)
remote: Compressing objects: 21% (15/70)
remote: Compressing objects: 22% (16/70)
remote: Compressing objects: 24% (17/70)
remote: Compressing objects: 25% (18/70)
remote: Compressing objects: 27% (19/70)
remote: Compressing objects: 28% (20/70)
remote: Compressing objects: 30% (21/70)
remote: Compressing objects: 31% (22/70)
remote: Compressing objects: 32% (23/70)
remote: Compressing objects: 34% (24/70)
remote: Compressing objects: 35% (25/70)
remote: Compressing objects: 37% (26/70)
remote: Compressing objects: 38% (27/70)
remote: Compressing objects: 40% (28/70)
remote: Compressing objects: 41% (29/70)
remote: Compressing objects: 42% (30/70)
remote: Compressing objects: 44% (31/70)
remote: Compressing objects: 45% (32/70)
remote: Compressing objects: 47% (33/70)
remote: Compressing objects: 48% (34/70)
remote: Compressing objects: 50% (35/70)
remote: Compressing objects: 51% (36/70)
remote: Compressing objects: 52% (37/70)
remote: Compressing objects: 54% (38/70)
remote: Compressing objects: 55% (39/70)
remote: Compressing objects: 57% (40/70)
remote: Compressing objects: 58% (41/70)
remote: Compressing objects: 60% (42/70)
remote: Compressing objects: 61% (43/70)
remote: Compressing objects: 62% (44/70)
remote: Compressing objects: 64% (45/70)
remote: Compressing objects: 65% (46/70)
remote: Compressing objects: 67% (47/70)
remote: Compressing objects: 68% (48/70)
remote: Compressing objects: 70% (49/70)
remote: Compressing objects: 71% (50/70)
remote: Compressing objects: 72% (51/70)
remote: Compressing objects: 74% (52/70)
remote: Compressing objects: 75% (53/70)
remote: Compressing objects: 77% (54/70)
remote: Compressing objects: 78% (55/70)
remote: Compressing objects: 80% (56/70)
remote: Compressing objects: 81% (57/70)
remote: Compressing objects: 82% (58/70)
remote: Compressing objects: 84% (59/70)
remote: Compressing objects: 85% (60/70)
remote: Compressing objects: 87% (61/70)
remote: Compressing objects: 88% (62/70)
remote: Compressing objects: 90% (63/70)
remote: Compressing objects: 91% (64/70)
remote: Compressing objects: 92% (65/70)
remote: Compressing objects: 94% (66/70)
remote: Compressing objects: 95% (67/70)
remote: Compressing objects: 97% (68/70)
remote: Compressing objects: 98% (69/70)
remote: Compressing objects: 100% (70/70)
remote: Compressing objects: 100% (70/70), done.
Receiving objects: 0% (1/3985)
Receiving objects: 1% (40/3985)
Receiving objects: 2% (80/3985)
Receiving objects: 3% (120/3985)
Receiving objects: 4% (160/3985)
Receiving objects: 5% (200/3985)
Receiving objects: 6% (240/3985)
Receiving objects: 7% (279/3985)
Receiving objects: 8% (319/3985)
Receiving objects: 9% (359/3985)
Receiving objects: 10% (399/3985)
Receiving objects: 11% (439/3985)
Receiving objects: 12% (479/3985)
Receiving objects: 13% (519/3985)
Receiving objects: 14% (558/3985)
Receiving objects: 15% (598/3985)
Receiving objects: 16% (638/3985)
Receiving objects: 17% (678/3985)
Receiving objects: 18% (718/3985)
Receiving objects: 19% (758/3985)
Receiving objects: 20% (797/3985)
Receiving objects: 21% (837/3985)
Receiving objects: 22% (877/3985)
Receiving objects: 23% (917/3985)
Receiving objects: 24% (957/3985)
Receiving objects: 25% (997/3985)
Receiving objects: 26% (1037/3985)
Receiving objects: 27% (1076/3985)
Receiving objects: 28% (1116/3985)
Receiving objects: 29% (1156/3985)
Receiving objects: 30% (1196/3985)
Receiving objects: 31% (1236/3985)
Receiving objects: 32% (1276/3985)
Receiving objects: 33% (1316/3985)
Receiving objects: 34% (1355/3985)
Receiving objects: 35% (1395/3985)
Receiving objects: 36% (1435/3985)
Receiving objects: 37% (1475/3985)
Receiving objects: 38% (1515/3985)
Receiving objects: 39% (1555/3985)
Receiving objects: 40% (1594/3985)
Receiving objects: 41% (1634/3985)
Receiving objects: 42% (1674/3985)
Receiving objects: 43% (1714/3985)
Receiving objects: 44% (1754/3985)
Receiving objects: 45% (1794/3985)
Receiving objects: 46% (1834/3985)
Receiving objects: 47% (1873/3985)
Receiving objects: 48% (1913/3985)
Receiving objects: 49% (1953/3985)
Receiving objects: 50% (1993/3985)
Receiving objects: 51% (2033/3985)
Receiving objects: 52% (2073/3985)
Receiving objects: 53% (2113/3985)
Receiving objects: 54% (2152/3985)
Receiving objects: 55% (2192/3985)
Receiving objects: 56% (2232/3985)
Receiving objects: 57% (2272/3985)
Receiving objects: 58% (2312/3985)
Receiving objects: 59% (2352/3985)
Receiving objects: 60% (2391/3985)
Receiving objects: 61% (2431/3985)
remote: Total 3985 (delta 13), reused 103 (delta 12), pack-reused 3881
Receiving objects: 62% (2471/3985)
Receiving objects: 63% (2511/3985)
Receiving objects: 64% (2551/3985)
Receiving objects: 65% (2591/3985)
Receiving objects: 66% (2631/3985)
Receiving objects: 67% (2670/3985)
Receiving objects: 68% (2710/3985)
Receiving objects: 69% (2750/3985)
Receiving objects: 70% (2790/3985)
Receiving objects: 71% (2830/3985)
Receiving objects: 72% (2870/3985)
Receiving objects: 73% (2910/3985)
Receiving objects: 74% (2949/3985)
Receiving objects: 75% (2989/3985)
Receiving objects: 76% (3029/3985)
Receiving objects: 77% (3069/3985)
Receiving objects: 78% (3109/3985)
Receiving objects: 79% (3149/3985)
Receiving objects: 80% (3188/3985)
Receiving objects: 81% (3228/3985)
Receiving objects: 82% (3268/3985)
Receiving objects: 83% (3308/3985)
Receiving objects: 84% (3348/3985)
Receiving objects: 85% (3388/3985)
Receiving objects: 86% (3428/3985)
Receiving objects: 87% (3467/3985)
Receiving objects: 88% (3507/3985)
Receiving objects: 89% (3547/3985)
Receiving objects: 90% (3587/3985)
Receiving objects: 91% (3627/3985)
Receiving objects: 92% (3667/3985)
Receiving objects: 93% (3707/3985)
Receiving objects: 94% (3746/3985)
Receiving objects: 95% (3786/3985)
Receiving objects: 96% (3826/3985)
Receiving objects: 97% (3866/3985)
Receiving objects: 98% (3906/3985)
Receiving objects: 99% (3946/3985)
Receiving objects: 100% (3985/3985)
Receiving objects: 100% (3985/3985), 413.79 KiB | 34.48 MiB/s, done.
Resolving deltas: 0% (0/784)
Resolving deltas: 6% (52/784)
Resolving deltas: 7% (56/784)
Resolving deltas: 8% (67/784)
Resolving deltas: 9% (76/784)
Resolving deltas: 11% (93/784)
Resolving deltas: 12% (97/784)
Resolving deltas: 14% (110/784)
Resolving deltas: 15% (122/784)
Resolving deltas: 16% (126/784)
Resolving deltas: 17% (135/784)
Resolving deltas: 18% (145/784)
Resolving deltas: 19% (156/784)
Resolving deltas: 20% (157/784)
Resolving deltas: 21% (165/784)
Resolving deltas: 22% (173/784)
Resolving deltas: 23% (181/784)
Resolving deltas: 24% (189/784)
Resolving deltas: 25% (196/784)
Resolving deltas: 27% (214/784)
Resolving deltas: 28% (220/784)
Resolving deltas: 31% (246/784)
Resolving deltas: 34% (269/784)
Resolving deltas: 70% (556/784)
Resolving deltas: 100% (784/784)
Resolving deltas: 100% (784/784), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/pointcloud_customized'...
remote: Enumerating objects: 331, done.
remote: Counting objects: 2% (1/38)
remote: Counting objects: 5% (2/38)
remote: Counting objects: 7% (3/38)
remote: Counting objects: 10% (4/38)
remote: Counting objects: 13% (5/38)
remote: Counting objects: 15% (6/38)
remote: Counting objects: 18% (7/38)
remote: Counting objects: 21% (8/38)
remote: Counting objects: 23% (9/38)
remote: Counting objects: 26% (10/38)
remote: Counting objects: 28% (11/38)
remote: Counting objects: 31% (12/38)
remote: Counting objects: 34% (13/38)
remote: Counting objects: 36% (14/38)
remote: Counting objects: 39% (15/38)
remote: Counting objects: 42% (16/38)
remote: Counting objects: 44% (17/38)
remote: Counting objects: 47% (18/38)
remote: Counting objects: 50% (19/38)
remote: Counting objects: 52% (20/38)
remote: Counting objects: 55% (21/38)
remote: Counting objects: 57% (22/38)
remote: Counting objects: 60% (23/38)
remote: Counting objects: 63% (24/38)
remote: Counting objects: 65% (25/38)
remote: Counting objects: 68% (26/38)
remote: Counting objects: 71% (27/38)
remote: Counting objects: 73% (28/38)
remote: Counting objects: 76% (29/38)
remote: Counting objects: 78% (30/38)
remote: Counting objects: 81% (31/38)
remote: Counting objects: 84% (32/38)
remote: Counting objects: 86% (33/38)
remote: Counting objects: 89% (34/38)
remote: Counting objects: 92% (35/38)
remote: Counting objects: 94% (36/38)
remote: Counting objects: 97% (37/38)
remote: Counting objects: 100% (38/38)
remote: Counting objects: 100% (38/38), done.
remote: Compressing objects: 3% (1/29)
remote: Compressing objects: 6% (2/29)
remote: Compressing objects: 10% (3/29)
remote: Compressing objects: 13% (4/29)
remote: Compressing objects: 17% (5/29)
remote: Compressing objects: 20% (6/29)
remote: Compressing objects: 24% (7/29)
remote: Compressing objects: 27% (8/29)
remote: Compressing objects: 31% (9/29)
remote: Compressing objects: 34% (10/29)
remote: Compressing objects: 37% (11/29)
remote: Compressing objects: 41% (12/29)
remote: Compressing objects: 44% (13/29)
remote: Compressing objects: 48% (14/29)
remote: Compressing objects: 51% (15/29)
remote: Compressing objects: 55% (16/29)
remote: Compressing objects: 58% (17/29)
remote: Compressing objects: 62% (18/29)
remote: Compressing objects: 65% (19/29)
remote: Compressing objects: 68% (20/29)
remote: Compressing objects: 72% (21/29)
remote: Compressing objects: 75% (22/29)
remote: Compressing objects: 79% (23/29)
remote: Compressing objects: 82% (24/29)
remote: Compressing objects: 86% (25/29)
remote: Compressing objects: 89% (26/29)
remote: Compressing objects: 93% (27/29)
remote: Compressing objects: 96% (28/29)
remote: Compressing objects: 100% (29/29)
remote: Compressing objects: 100% (29/29), done.
Receiving objects: 0% (1/331)
Receiving objects: 1% (4/331)
Receiving objects: 2% (7/331)
Receiving objects: 3% (10/331)
Receiving objects: 4% (14/331)
Receiving objects: 5% (17/331)
Receiving objects: 6% (20/331)
Receiving objects: 7% (24/331)
Receiving objects: 8% (27/331)
Receiving objects: 9% (30/331)
Receiving objects: 10% (34/331)
Receiving objects: 11% (37/331)
Receiving objects: 12% (40/331)
Receiving objects: 13% (44/331)
Receiving objects: 14% (47/331)
Receiving objects: 14% (47/331), 44.87 MiB | 44.86 MiB/s
Receiving objects: 14% (48/331), 89.32 MiB | 44.70 MiB/s
Receiving objects: 14% (48/331), 136.42 MiB | 45.50 MiB/s
Receiving objects: 15% (50/331), 158.21 MiB | 45.24 MiB/s
Receiving objects: 16% (53/331), 158.21 MiB | 45.24 MiB/s
Receiving objects: 17% (57/331), 158.21 MiB | 45.24 MiB/s
Receiving objects: 18% (60/331), 158.21 MiB | 45.24 MiB/s
Receiving objects: 19% (63/331), 158.21 MiB | 45.24 MiB/s
Receiving objects: 19% (64/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 20% (67/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 21% (70/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 22% (73/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 23% (77/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 24% (80/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 25% (83/331), 178.59 MiB | 44.68 MiB/s
Receiving objects: 26% (87/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 27% (90/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 28% (93/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 29% (96/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 30% (100/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 31% (103/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 32% (106/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 33% (110/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 34% (113/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 35% (116/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 36% (120/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 37% (123/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 38% (126/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 39% (130/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 40% (133/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 41% (136/331), 199.24 MiB | 44.30 MiB/s
Receiving objects: 41% (139/331), 218.43 MiB | 43.58 MiB/s
Receiving objects: 42% (140/331), 218.43 MiB | 43.58 MiB/s
Receiving objects: 43% (143/331), 218.43 MiB | 43.58 MiB/s
Receiving objects: 44% (146/331), 244.57 MiB | 44.42 MiB/s
Receiving objects: 45% (149/331), 244.57 MiB | 44.42 MiB/s
Receiving objects: 46% (153/331), 244.57 MiB | 44.42 MiB/s
Receiving objects: 47% (156/331), 244.57 MiB | 44.42 MiB/s
Receiving objects: 48% (159/331), 244.57 MiB | 44.42 MiB/s
Receiving objects: 48% (161/331), 266.63 MiB | 43.84 MiB/s
Receiving objects: 49% (163/331), 266.63 MiB | 43.84 MiB/s
Receiving objects: 50% (166/331), 266.63 MiB | 43.84 MiB/s
Receiving objects: 51% (169/331), 288.60 MiB | 44.30 MiB/s
Receiving objects: 52% (173/331), 288.60 MiB | 44.30 MiB/s
Receiving objects: 53% (176/331), 288.60 MiB | 44.30 MiB/s
Receiving objects: 54% (179/331), 288.60 MiB | 44.30 MiB/s
Receiving objects: 54% (181/331), 309.98 MiB | 44.06 MiB/s
Receiving objects: 55% (183/331), 309.98 MiB | 44.06 MiB/s
Receiving objects: 56% (186/331), 309.98 MiB | 44.06 MiB/s
Receiving objects: 57% (189/331), 329.07 MiB | 42.83 MiB/s
Receiving objects: 58% (192/331), 329.07 MiB | 42.83 MiB/s
Receiving objects: 58% (192/331), 353.56 MiB | 43.42 MiB/s
Receiving objects: 58% (193/331), 391.32 MiB | 42.69 MiB/s
Receiving objects: 59% (196/331), 391.32 MiB | 42.69 MiB/s
Receiving objects: 60% (199/331), 391.32 MiB | 42.69 MiB/s
Receiving objects: 61% (202/331), 409.77 MiB | 42.53 MiB/s
Receiving objects: 61% (202/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 62% (206/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 63% (209/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 64% (212/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 65% (216/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 66% (219/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 67% (222/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 68% (226/331), 442.83 MiB | 44.06 MiB/s
Receiving objects: 69% (229/331), 466.25 MiB | 44.36 MiB/s
Receiving objects: 70% (232/331), 466.25 MiB | 44.36 MiB/s
Receiving objects: 71% (236/331), 466.25 MiB | 44.36 MiB/s
Receiving objects: 71% (237/331), 485.78 MiB | 43.82 MiB/s
Receiving objects: 72% (239/331), 504.37 MiB | 43.20 MiB/s
Receiving objects: 73% (242/331), 504.37 MiB | 43.20 MiB/s
Receiving objects: 73% (244/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 74% (245/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 75% (249/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 76% (252/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 77% (255/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 78% (259/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 79% (262/331), 524.78 MiB | 43.49 MiB/s
Receiving objects: 80% (265/331), 544.96 MiB | 42.53 MiB/s
Receiving objects: 81% (269/331), 544.96 MiB | 42.53 MiB/s
Receiving objects: 82% (272/331), 544.96 MiB | 42.53 MiB/s
Receiving objects: 83% (275/331), 544.96 MiB | 42.53 MiB/s
Receiving objects: 84% (279/331), 544.96 MiB | 42.53 MiB/s
Receiving objects: 84% (280/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 85% (282/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 86% (285/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 87% (288/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 88% (292/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 89% (295/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 90% (298/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 91% (302/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 92% (305/331), 566.18 MiB | 43.61 MiB/s
Receiving objects: 92% (305/331), 578.18 MiB | 33.00 MiB/s
Receiving objects: 92% (306/331), 591.56 MiB | 22.29 MiB/s
Receiving objects: 92% (307/331), 612.13 MiB | 20.76 MiB/s
Receiving objects: 92% (307/331), 616.93 MiB | 14.36 MiB/s
Receiving objects: 93% (308/331), 616.93 MiB | 14.36 MiB/s
Receiving objects: 94% (312/331), 616.93 MiB | 14.36 MiB/s
Receiving objects: 95% (315/331), 616.93 MiB | 14.36 MiB/s
Receiving objects: 95% (315/331), 621.74 MiB | 10.86 MiB/s
Receiving objects: 95% (316/331), 639.60 MiB | 10.80 MiB/s
Receiving objects: 95% (316/331), 641.39 MiB | 8.22 MiB/s
Receiving objects: 95% (317/331), 661.13 MiB | 6.28 MiB/s
Receiving objects: 96% (318/331), 661.13 MiB | 6.28 MiB/s
Receiving objects: 97% (322/331), 661.13 MiB | 6.28 MiB/s
Receiving objects: 98% (325/331), 676.98 MiB | 7.08 MiB/s
remote: Total 331 (delta 7), reused 0 (delta 0), pack-reused 293
Receiving objects: 99% (328/331), 676.98 MiB | 7.08 MiB/s
Receiving objects: 100% (331/331), 676.98 MiB | 7.08 MiB/s
Receiving objects: 100% (331/331), 679.25 MiB | 23.53 MiB/s, done.
Resolving deltas: 0% (0/57)
Resolving deltas: 1% (1/57)
Resolving deltas: 10% (6/57)
Resolving deltas: 33% (19/57)
Resolving deltas: 35% (20/57)
Resolving deltas: 36% (21/57)
Resolving deltas: 38% (22/57)
Resolving deltas: 42% (24/57)
Resolving deltas: 43% (25/57)
Resolving deltas: 49% (28/57)
Resolving deltas: 50% (29/57)
Resolving deltas: 61% (35/57)
Resolving deltas: 64% (37/57)
Resolving deltas: 68% (39/57)
Resolving deltas: 70% (40/57)
Resolving deltas: 73% (42/57)
Resolving deltas: 77% (44/57)
Resolving deltas: 80% (46/57)
Resolving deltas: 84% (48/57)
Resolving deltas: 85% (49/57)
Resolving deltas: 87% (50/57)
Resolving deltas: 94% (54/57)
Resolving deltas: 96% (55/57)
Resolving deltas: 98% (56/57)
Resolving deltas: 100% (57/57)
Resolving deltas: 100% (57/57), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/prediction_config'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 1% (1/58)
remote: Counting objects: 3% (2/58)
remote: Counting objects: 5% (3/58)
remote: Counting objects: 6% (4/58)
remote: Counting objects: 8% (5/58)
remote: Counting objects: 10% (6/58)
remote: Counting objects: 12% (7/58)
remote: Counting objects: 13% (8/58)
remote: Counting objects: 15% (9/58)
remote: Counting objects: 17% (10/58)
remote: Counting objects: 18% (11/58)
remote: Counting objects: 20% (12/58)
remote: Counting objects: 22% (13/58)
remote: Counting objects: 24% (14/58)
remote: Counting objects: 25% (15/58)
remote: Counting objects: 27% (16/58)
remote: Counting objects: 29% (17/58)
remote: Counting objects: 31% (18/58)
remote: Counting objects: 32% (19/58)
remote: Counting objects: 34% (20/58)
remote: Counting objects: 36% (21/58)
remote: Counting objects: 37% (22/58)
remote: Counting objects: 39% (23/58)
remote: Counting objects: 41% (24/58)
remote: Counting objects: 43% (25/58)
remote: Counting objects: 44% (26/58)
remote: Counting objects: 46% (27/58)
remote: Counting objects: 48% (28/58)
remote: Counting objects: 50% (29/58)
remote: Counting objects: 51% (30/58)
remote: Counting objects: 53% (31/58)
remote: Counting objects: 55% (32/58)
remote: Counting objects: 56% (33/58)
remote: Counting objects: 58% (34/58)
remote: Counting objects: 60% (35/58)
remote: Counting objects: 62% (36/58)
remote: Counting objects: 63% (37/58)
remote: Counting objects: 65% (38/58)
remote: Counting objects: 67% (39/58)
remote: Counting objects: 68% (40/58)
remote: Counting objects: 70% (41/58)
remote: Counting objects: 72% (42/58)
remote: Counting objects: 74% (43/58)
remote: Counting objects: 75% (44/58)
remote: Counting objects: 77% (45/58)
remote: Counting objects: 79% (46/58)
remote: Counting objects: 81% (47/58)
remote: Counting objects: 82% (48/58)
remote: Counting objects: 84% (49/58)
remote: Counting objects: 86% (50/58)
remote: Counting objects: 87% (51/58)
remote: Counting objects: 89% (52/58)
remote: Counting objects: 91% (53/58)
remote: Counting objects: 93% (54/58)
remote: Counting objects: 94% (55/58)
remote: Counting objects: 96% (56/58)
remote: Counting objects: 98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 2% (1/35)
remote: Compressing objects: 5% (2/35)
remote: Compressing objects: 8% (3/35)
remote: Compressing objects: 11% (4/35)
remote: Compressing objects: 14% (5/35)
remote: Compressing objects: 17% (6/35)
remote: Compressing objects: 20% (7/35)
remote: Compressing objects: 22% (8/35)
remote: Compressing objects: 25% (9/35)
remote: Compressing objects: 28% (10/35)
remote: Compressing objects: 31% (11/35)
remote: Compressing objects: 34% (12/35)
remote: Compressing objects: 37% (13/35)
remote: Compressing objects: 40% (14/35)
remote: Compressing objects: 42% (15/35)
remote: Compressing objects: 45% (16/35)
remote: Compressing objects: 48% (17/35)
remote: Compressing objects: 51% (18/35)
remote: Compressing objects: 54% (19/35)
remote: Compressing objects: 57% (20/35)
remote: Compressing objects: 60% (21/35)
remote: Compressing objects: 62% (22/35)
remote: Compressing objects: 65% (23/35)
remote: Compressing objects: 68% (24/35)
remote: Compressing objects: 71% (25/35)
remote: Compressing objects: 74% (26/35)
remote: Compressing objects: 77% (27/35)
remote: Compressing objects: 80% (28/35)
remote: Compressing objects: 82% (29/35)
remote: Compressing objects: 85% (30/35)
remote: Compressing objects: 88% (31/35)
remote: Compressing objects: 91% (32/35)
remote: Compressing objects: 94% (33/35)
remote: Compressing objects: 97% (34/35)
remote: Compressing objects: 100% (35/35)
remote: Compressing objects: 100% (35/35), done.
Receiving objects: 0% (1/102)
Receiving objects: 1% (2/102)
Receiving objects: 2% (3/102)
Receiving objects: 3% (4/102)
Receiving objects: 4% (5/102)
Receiving objects: 5% (6/102)
Receiving objects: 6% (7/102)
Receiving objects: 7% (8/102)
Receiving objects: 8% (9/102)
Receiving objects: 9% (10/102)
Receiving objects: 10% (11/102)
Receiving objects: 11% (12/102)
Receiving objects: 12% (13/102)
Receiving objects: 13% (14/102)
Receiving objects: 14% (15/102)
Receiving objects: 15% (16/102)
Receiving objects: 16% (17/102)
Receiving objects: 17% (18/102)
Receiving objects: 18% (19/102)
Receiving objects: 19% (20/102)
Receiving objects: 20% (21/102)
Receiving objects: 21% (22/102)
Receiving objects: 22% (23/102)
Receiving objects: 23% (24/102)
Receiving objects: 24% (25/102)
Receiving objects: 25% (26/102)
Receiving objects: 26% (27/102)
Receiving objects: 27% (28/102)
Receiving objects: 28% (29/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 29% (30/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 30% (31/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 31% (32/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 32% (33/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 33% (34/102), 24.49 MiB | 48.97 MiB/s
remote: Total 102 (delta 16), reused 9 (delta 0), pack-reused 44
Receiving objects: 34% (35/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 35% (36/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 36% (37/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 37% (38/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 38% (39/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 39% (40/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 40% (41/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 41% (42/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 42% (43/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 43% (44/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 44% (45/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 45% (46/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 46% (47/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 47% (48/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 48% (49/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 49% (50/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 50% (51/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 51% (53/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 52% (54/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 53% (55/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 54% (56/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 55% (57/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 56% (58/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 57% (59/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 58% (60/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 59% (61/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 60% (62/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 61% (63/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 62% (64/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 63% (65/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 64% (66/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 65% (67/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 66% (68/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 67% (69/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 68% (70/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 69% (71/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 70% (72/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 71% (73/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 72% (74/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 73% (75/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 74% (76/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 75% (77/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 76% (78/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 77% (79/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 78% (80/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 79% (81/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 80% (82/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 81% (83/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 82% (84/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 83% (85/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 84% (86/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 85% (87/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 86% (88/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 87% (89/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 88% (90/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 89% (91/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 90% (92/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 91% (93/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 92% (94/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 93% (95/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 94% (96/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 95% (97/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 96% (98/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 97% (99/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 98% (100/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 99% (101/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 100% (102/102), 24.49 MiB | 48.97 MiB/s
Receiving objects: 100% (102/102), 31.81 MiB | 49.36 MiB/s, done.
Resolving deltas: 0% (0/27)
Resolving deltas: 3% (1/27)
Resolving deltas: 22% (6/27)
Resolving deltas: 29% (8/27)
Resolving deltas: 88% (24/27)
Resolving deltas: 92% (25/27)
Resolving deltas: 100% (27/27)
Resolving deltas: 100% (27/27), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/rslidar_sdk_common'...
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 16 (delta 3), reused 0 (delta 0), pack-reused 0
Receiving objects: 6% (1/16)
Receiving objects: 12% (2/16)
Receiving objects: 18% (3/16)
Receiving objects: 25% (4/16)
Receiving objects: 31% (5/16)
Receiving objects: 37% (6/16)
Receiving objects: 43% (7/16)
Receiving objects: 50% (8/16)
Receiving objects: 56% (9/16)
Receiving objects: 62% (10/16)
Receiving objects: 68% (11/16)
Receiving objects: 75% (12/16)
Receiving objects: 81% (13/16)
Receiving objects: 87% (14/16)
Receiving objects: 93% (15/16)
Receiving objects: 100% (16/16)
Receiving objects: 100% (16/16), 7.32 KiB | 7.32 MiB/s, done.
Resolving deltas: 0% (0/3)
Resolving deltas: 100% (3/3)
Resolving deltas: 100% (3/3), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/static_transform_common'...
remote: Enumerating objects: 14, done.
remote: Counting objects: 7% (1/14)
remote: Counting objects: 14% (2/14)
remote: Counting objects: 21% (3/14)
remote: Counting objects: 28% (4/14)
remote: Counting objects: 35% (5/14)
remote: Counting objects: 42% (6/14)
remote: Counting objects: 50% (7/14)
remote: Counting objects: 57% (8/14)
remote: Counting objects: 64% (9/14)
remote: Counting objects: 71% (10/14)
remote: Counting objects: 78% (11/14)
remote: Counting objects: 85% (12/14)
remote: Counting objects: 92% (13/14)
remote: Counting objects: 100% (14/14)
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 10% (1/10)
remote: Compressing objects: 20% (2/10)
remote: Compressing objects: 30% (3/10)
remote: Compressing objects: 40% (4/10)
remote: Compressing objects: 50% (5/10)
remote: Compressing objects: 60% (6/10)
remote: Compressing objects: 70% (7/10)
remote: Compressing objects: 80% (8/10)
remote: Compressing objects: 90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 2), reused 0 (delta 0), pack-reused 0
Receiving objects: 7% (1/14)
Receiving objects: 14% (2/14)
Receiving objects: 21% (3/14)
Receiving objects: 28% (4/14)
Receiving objects: 35% (5/14)
Receiving objects: 42% (6/14)
Receiving objects: 50% (7/14)
Receiving objects: 57% (8/14)
Receiving objects: 64% (9/14)
Receiving objects: 71% (10/14)
Receiving objects: 78% (11/14)
Receiving objects: 85% (12/14)
Receiving objects: 92% (13/14)
Receiving objects: 100% (14/14)
Receiving objects: 100% (14/14), done.
Resolving deltas: 0% (0/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/system-common'...
remote: Enumerating objects: 150, done.
remote: Counting objects: 0% (1/112)
remote: Counting objects: 1% (2/112)
remote: Counting objects: 2% (3/112)
remote: Counting objects: 3% (4/112)
remote: Counting objects: 4% (5/112)
remote: Counting objects: 5% (6/112)
remote: Counting objects: 6% (7/112)
remote: Counting objects: 7% (8/112)
remote: Counting objects: 8% (9/112)
remote: Counting objects: 9% (11/112)
remote: Counting objects: 10% (12/112)
remote: Counting objects: 11% (13/112)
remote: Counting objects: 12% (14/112)
remote: Counting objects: 13% (15/112)
remote: Counting objects: 14% (16/112)
remote: Counting objects: 15% (17/112)
remote: Counting objects: 16% (18/112)
remote: Counting objects: 17% (20/112)
remote: Counting objects: 18% (21/112)
remote: Counting objects: 19% (22/112)
remote: Counting objects: 20% (23/112)
remote: Counting objects: 21% (24/112)
remote: Counting objects: 22% (25/112)
remote: Counting objects: 23% (26/112)
remote: Counting objects: 24% (27/112)
remote: Counting objects: 25% (28/112)
remote: Counting objects: 26% (30/112)
remote: Counting objects: 27% (31/112)
remote: Counting objects: 28% (32/112)
remote: Counting objects: 29% (33/112)
remote: Counting objects: 30% (34/112)
remote: Counting objects: 31% (35/112)
remote: Counting objects: 32% (36/112)
remote: Counting objects: 33% (37/112)
remote: Counting objects: 34% (39/112)
remote: Counting objects: 35% (40/112)
remote: Counting objects: 36% (41/112)
remote: Counting objects: 37% (42/112)
remote: Counting objects: 38% (43/112)
remote: Counting objects: 39% (44/112)
remote: Counting objects: 40% (45/112)
remote: Counting objects: 41% (46/112)
remote: Counting objects: 42% (48/112)
remote: Counting objects: 43% (49/112)
remote: Counting objects: 44% (50/112)
remote: Counting objects: 45% (51/112)
remote: Counting objects: 46% (52/112)
remote: Counting objects: 47% (53/112)
remote: Counting objects: 48% (54/112)
remote: Counting objects: 49% (55/112)
remote: Counting objects: 50% (56/112)
remote: Counting objects: 51% (58/112)
remote: Counting objects: 52% (59/112)
remote: Counting objects: 53% (60/112)
remote: Counting objects: 54% (61/112)
remote: Counting objects: 55% (62/112)
remote: Counting objects: 56% (63/112)
remote: Counting objects: 57% (64/112)
remote: Counting objects: 58% (65/112)
remote: Counting objects: 59% (67/112)
remote: Counting objects: 60% (68/112)
remote: Counting objects: 61% (69/112)
remote: Counting objects: 62% (70/112)
remote: Counting objects: 63% (71/112)
remote: Counting objects: 64% (72/112)
remote: Counting objects: 65% (73/112)
remote: Counting objects: 66% (74/112)
remote: Counting objects: 67% (76/112)
remote: Counting objects: 68% (77/112)
remote: Counting objects: 69% (78/112)
remote: Counting objects: 70% (79/112)
remote: Counting objects: 71% (80/112)
remote: Counting objects: 72% (81/112)
remote: Counting objects: 73% (82/112)
remote: Counting objects: 74% (83/112)
remote: Counting objects: 75% (84/112)
remote: Counting objects: 76% (86/112)
remote: Counting objects: 77% (87/112)
remote: Counting objects: 78% (88/112)
remote: Counting objects: 79% (89/112)
remote: Counting objects: 80% (90/112)
remote: Counting objects: 81% (91/112)
remote: Counting objects: 82% (92/112)
remote: Counting objects: 83% (93/112)
remote: Counting objects: 84% (95/112)
remote: Counting objects: 85% (96/112)
remote: Counting objects: 86% (97/112)
remote: Counting objects: 87% (98/112)
remote: Counting objects: 88% (99/112)
remote: Counting objects: 89% (100/112)
remote: Counting objects: 90% (101/112)
remote: Counting objects: 91% (102/112)
remote: Counting objects: 92% (104/112)
remote: Counting objects: 93% (105/112)
remote: Counting objects: 94% (106/112)
remote: Counting objects: 95% (107/112)
remote: Counting objects: 96% (108/112)
remote: Counting objects: 97% (109/112)
remote: Counting objects: 98% (110/112)
remote: Counting objects: 99% (111/112)
remote: Counting objects: 100% (112/112)
remote: Counting objects: 100% (112/112), done.
remote: Compressing objects: 3% (1/33)
remote: Compressing objects: 6% (2/33)
remote: Compressing objects: 9% (3/33)
remote: Compressing objects: 12% (4/33)
remote: Compressing objects: 15% (5/33)
remote: Compressing objects: 18% (6/33)
remote: Compressing objects: 21% (7/33)
remote: Compressing objects: 24% (8/33)
remote: Compressing objects: 27% (9/33)
remote: Compressing objects: 30% (10/33)
remote: Compressing objects: 33% (11/33)
remote: Compressing objects: 36% (12/33)
remote: Compressing objects: 39% (13/33)
remote: Compressing objects: 42% (14/33)
remote: Compressing objects: 45% (15/33)
remote: Compressing objects: 48% (16/33)
remote: Compressing objects: 51% (17/33)
remote: Compressing objects: 54% (18/33)
remote: Compressing objects: 57% (19/33)
remote: Compressing objects: 60% (20/33)
remote: Compressing objects: 63% (21/33)
remote: Compressing objects: 66% (22/33)
remote: Compressing objects: 69% (23/33)
remote: Compressing objects: 72% (24/33)
remote: Compressing objects: 75% (25/33)
remote: Compressing objects: 78% (26/33)
remote: Compressing objects: 81% (27/33)
remote: Compressing objects: 84% (28/33)
remote: Compressing objects: 87% (29/33)
remote: Compressing objects: 90% (30/33)
remote: Compressing objects: 93% (31/33)
remote: Compressing objects: 96% (32/33)
remote: Compressing objects: 100% (33/33)
remote: Compressing objects: 100% (33/33), done.
Receiving objects: 0% (1/150)
Receiving objects: 1% (2/150)
Receiving objects: 2% (3/150)
Receiving objects: 3% (5/150)
Receiving objects: 4% (6/150)
Receiving objects: 5% (8/150)
Receiving objects: 6% (9/150)
Receiving objects: 7% (11/150)
Receiving objects: 8% (12/150)
Receiving objects: 9% (14/150)
Receiving objects: 10% (15/150)
Receiving objects: 11% (17/150)
Receiving objects: 12% (18/150)
Receiving objects: 13% (20/150)
remote: Total 150 (delta 23), reused 101 (delta 20), pack-reused 38
Receiving objects: 14% (21/150)
Receiving objects: 15% (23/150)
Receiving objects: 16% (24/150)
Receiving objects: 17% (26/150)
Receiving objects: 18% (27/150)
Receiving objects: 19% (29/150)
Receiving objects: 20% (30/150)
Receiving objects: 21% (32/150)
Receiving objects: 22% (33/150)
Receiving objects: 23% (35/150)
Receiving objects: 24% (36/150)
Receiving objects: 25% (38/150)
Receiving objects: 26% (39/150)
Receiving objects: 27% (41/150)
Receiving objects: 28% (42/150)
Receiving objects: 29% (44/150)
Receiving objects: 30% (45/150)
Receiving objects: 31% (47/150)
Receiving objects: 32% (48/150)
Receiving objects: 33% (50/150)
Receiving objects: 34% (51/150)
Receiving objects: 35% (53/150)
Receiving objects: 36% (54/150)
Receiving objects: 37% (56/150)
Receiving objects: 38% (57/150)
Receiving objects: 39% (59/150)
Receiving objects: 40% (60/150)
Receiving objects: 41% (62/150)
Receiving objects: 42% (63/150)
Receiving objects: 43% (65/150)
Receiving objects: 44% (66/150)
Receiving objects: 45% (68/150)
Receiving objects: 46% (69/150)
Receiving objects: 47% (71/150)
Receiving objects: 48% (72/150)
Receiving objects: 49% (74/150)
Receiving objects: 50% (75/150)
Receiving objects: 51% (77/150)
Receiving objects: 52% (78/150)
Receiving objects: 53% (80/150)
Receiving objects: 54% (81/150)
Receiving objects: 55% (83/150)
Receiving objects: 56% (84/150)
Receiving objects: 57% (86/150)
Receiving objects: 58% (87/150)
Receiving objects: 59% (89/150)
Receiving objects: 60% (90/150)
Receiving objects: 61% (92/150)
Receiving objects: 62% (93/150)
Receiving objects: 63% (95/150)
Receiving objects: 64% (96/150)
Receiving objects: 65% (98/150)
Receiving objects: 66% (99/150)
Receiving objects: 67% (101/150)
Receiving objects: 68% (102/150)
Receiving objects: 69% (104/150)
Receiving objects: 70% (105/150)
Receiving objects: 71% (107/150)
Receiving objects: 72% (108/150)
Receiving objects: 73% (110/150)
Receiving objects: 74% (111/150)
Receiving objects: 75% (113/150)
Receiving objects: 76% (114/150)
Receiving objects: 77% (116/150)
Receiving objects: 78% (117/150)
Receiving objects: 79% (119/150)
Receiving objects: 80% (120/150)
Receiving objects: 81% (122/150)
Receiving objects: 82% (123/150)
Receiving objects: 83% (125/150)
Receiving objects: 84% (126/150)
Receiving objects: 85% (128/150)
Receiving objects: 86% (129/150)
Receiving objects: 87% (131/150)
Receiving objects: 88% (132/150)
Receiving objects: 89% (134/150)
Receiving objects: 90% (135/150)
Receiving objects: 91% (137/150)
Receiving objects: 92% (138/150)
Receiving objects: 93% (140/150)
Receiving objects: 94% (141/150)
Receiving objects: 95% (143/150)
Receiving objects: 96% (144/150)
Receiving objects: 97% (146/150)
Receiving objects: 98% (147/150)
Receiving objects: 99% (149/150)
Receiving objects: 100% (150/150)
Receiving objects: 100% (150/150), 26.03 KiB | 13.02 MiB/s, done.
Resolving deltas: 0% (0/28)
Resolving deltas: 3% (1/28)
Resolving deltas: 7% (2/28)
Resolving deltas: 10% (3/28)
Resolving deltas: 14% (4/28)
Resolving deltas: 25% (7/28)
Resolving deltas: 32% (9/28)
Resolving deltas: 50% (14/28)
Resolving deltas: 100% (28/28)
Resolving deltas: 100% (28/28), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/system-device'...
remote: Enumerating objects: 1640, done.
remote: Counting objects: 0% (1/219)
remote: Counting objects: 1% (3/219)
remote: Counting objects: 2% (5/219)
remote: Counting objects: 3% (7/219)
remote: Counting objects: 4% (9/219)
remote: Counting objects: 5% (11/219)
remote: Counting objects: 6% (14/219)
remote: Counting objects: 7% (16/219)
remote: Counting objects: 8% (18/219)
remote: Counting objects: 9% (20/219)
remote: Counting objects: 10% (22/219)
remote: Counting objects: 11% (25/219)
remote: Counting objects: 12% (27/219)
remote: Counting objects: 13% (29/219)
remote: Counting objects: 14% (31/219)
remote: Counting objects: 15% (33/219)
remote: Counting objects: 16% (36/219)
remote: Counting objects: 17% (38/219)
remote: Counting objects: 18% (40/219)
remote: Counting objects: 19% (42/219)
remote: Counting objects: 20% (44/219)
remote: Counting objects: 21% (46/219)
remote: Counting objects: 22% (49/219)
remote: Counting objects: 23% (51/219)
remote: Counting objects: 24% (53/219)
remote: Counting objects: 25% (55/219)
remote: Counting objects: 26% (57/219)
remote: Counting objects: 27% (60/219)
remote: Counting objects: 28% (62/219)
remote: Counting objects: 29% (64/219)
remote: Counting objects: 30% (66/219)
remote: Counting objects: 31% (68/219)
remote: Counting objects: 32% (71/219)
remote: Counting objects: 33% (73/219)
remote: Counting objects: 34% (75/219)
remote: Counting objects: 35% (77/219)
remote: Counting objects: 36% (79/219)
remote: Counting objects: 37% (82/219)
remote: Counting objects: 38% (84/219)
remote: Counting objects: 39% (86/219)
remote: Counting objects: 40% (88/219)
remote: Counting objects: 41% (90/219)
remote: Counting objects: 42% (92/219)
remote: Counting objects: 43% (95/219)
remote: Counting objects: 44% (97/219)
remote: Counting objects: 45% (99/219)
remote: Counting objects: 46% (101/219)
remote: Counting objects: 47% (103/219)
remote: Counting objects: 48% (106/219)
remote: Counting objects: 49% (108/219)
remote: Counting objects: 50% (110/219)
remote: Counting objects: 51% (112/219)
remote: Counting objects: 52% (114/219)
remote: Counting objects: 53% (117/219)
remote: Counting objects: 54% (119/219)
remote: Counting objects: 55% (121/219)
remote: Counting objects: 56% (123/219)
remote: Counting objects: 57% (125/219)
remote: Counting objects: 58% (128/219)
remote: Counting objects: 59% (130/219)
remote: Counting objects: 60% (132/219)
remote: Counting objects: 61% (134/219)
remote: Counting objects: 62% (136/219)
remote: Counting objects: 63% (138/219)
remote: Counting objects: 64% (141/219)
remote: Counting objects: 65% (143/219)
remote: Counting objects: 66% (145/219)
remote: Counting objects: 67% (147/219)
remote: Counting objects: 68% (149/219)
remote: Counting objects: 69% (152/219)
remote: Counting objects: 70% (154/219)
remote: Counting objects: 71% (156/219)
remote: Counting objects: 72% (158/219)
remote: Counting objects: 73% (160/219)
remote: Counting objects: 74% (163/219)
remote: Counting objects: 75% (165/219)
remote: Counting objects: 76% (167/219)
remote: Counting objects: 77% (169/219)
remote: Counting objects: 78% (171/219)
remote: Counting objects: 79% (174/219)
remote: Counting objects: 80% (176/219)
remote: Counting objects: 81% (178/219)
remote: Counting objects: 82% (180/219)
remote: Counting objects: 83% (182/219)
remote: Counting objects: 84% (184/219)
remote: Counting objects: 85% (187/219)
remote: Counting objects: 86% (189/219)
remote: Counting objects: 87% (191/219)
remote: Counting objects: 88% (193/219)
remote: Counting objects: 89% (195/219)
remote: Counting objects: 90% (198/219)
remote: Counting objects: 91% (200/219)
remote: Counting objects: 92% (202/219)
remote: Counting objects: 93% (204/219)
remote: Counting objects: 94% (206/219)
remote: Counting objects: 95% (209/219)
remote: Counting objects: 96% (211/219)
remote: Counting objects: 97% (213/219)
remote: Counting objects: 98% (215/219)
remote: Counting objects: 99% (217/219)
remote: Counting objects: 100% (219/219)
remote: Counting objects: 100% (219/219), done.
remote: Compressing objects: 0% (1/169)
remote: Compressing objects: 1% (2/169)
remote: Compressing objects: 2% (4/169)
remote: Compressing objects: 3% (6/169)
remote: Compressing objects: 4% (7/169)
remote: Compressing objects: 5% (9/169)
remote: Compressing objects: 6% (11/169)
remote: Compressing objects: 7% (12/169)
remote: Compressing objects: 8% (14/169)
remote: Compressing objects: 9% (16/169)
remote: Compressing objects: 10% (17/169)
remote: Compressing objects: 11% (19/169)
remote: Compressing objects: 12% (21/169)
remote: Compressing objects: 13% (22/169)
remote: Compressing objects: 14% (24/169)
remote: Compressing objects: 15% (26/169)
remote: Compressing objects: 16% (28/169)
remote: Compressing objects: 17% (29/169)
remote: Compressing objects: 18% (31/169)
remote: Compressing objects: 19% (33/169)
remote: Compressing objects: 20% (34/169)
remote: Compressing objects: 21% (36/169)
remote: Compressing objects: 22% (38/169)
remote: Compressing objects: 23% (39/169)
remote: Compressing objects: 24% (41/169)
remote: Compressing objects: 25% (43/169)
remote: Compressing objects: 26% (44/169)
remote: Compressing objects: 27% (46/169)
remote: Compressing objects: 28% (48/169)
remote: Compressing objects: 29% (50/169)
remote: Compressing objects: 30% (51/169)
remote: Compressing objects: 31% (53/169)
remote: Compressing objects: 32% (55/169)
remote: Compressing objects: 33% (56/169)
remote: Compressing objects: 34% (58/169)
remote: Compressing objects: 35% (60/169)
remote: Compressing objects: 36% (61/169)
remote: Compressing objects: 37% (63/169)
remote: Compressing objects: 38% (65/169)
remote: Compressing objects: 39% (66/169)
remote: Compressing objects: 40% (68/169)
remote: Compressing objects: 41% (70/169)
remote: Compressing objects: 42% (71/169)
remote: Compressing objects: 43% (73/169)
remote: Compressing objects: 44% (75/169)
remote: Compressing objects: 45% (77/169)
remote: Compressing objects: 46% (78/169)
remote: Compressing objects: 47% (80/169)
remote: Compressing objects: 48% (82/169)
remote: Compressing objects: 49% (83/169)
remote: Compressing objects: 50% (85/169)
remote: Compressing objects: 51% (87/169)
remote: Compressing objects: 52% (88/169)
remote: Compressing objects: 53% (90/169)
remote: Compressing objects: 54% (92/169)
remote: Compressing objects: 55% (93/169)
remote: Compressing objects: 56% (95/169)
remote: Compressing objects: 57% (97/169)
remote: Compressing objects: 58% (99/169)
remote: Compressing objects: 59% (100/169)
remote: Compressing objects: 60% (102/169)
remote: Compressing objects: 61% (104/169)
remote: Compressing objects: 62% (105/169)
remote: Compressing objects: 63% (107/169)
remote: Compressing objects: 64% (109/169)
remote: Compressing objects: 65% (110/169)
remote: Compressing objects: 66% (112/169)
remote: Compressing objects: 67% (114/169)
remote: Compressing objects: 68% (115/169)
remote: Compressing objects: 69% (117/169)
remote: Compressing objects: 70% (119/169)
remote: Compressing objects: 71% (120/169)
remote: Compressing objects: 72% (122/169)
remote: Compressing objects: 73% (124/169)
remote: Compressing objects: 74% (126/169)
remote: Compressing objects: 75% (127/169)
remote: Compressing objects: 76% (129/169)
remote: Compressing objects: 77% (131/169)
remote: Compressing objects: 78% (132/169)
remote: Compressing objects: 79% (134/169)
remote: Compressing objects: 80% (136/169)
remote: Compressing objects: 81% (137/169)
remote: Compressing objects: 82% (139/169)
remote: Compressing objects: 83% (141/169)
remote: Compressing objects: 84% (142/169)
remote: Compressing objects: 85% (144/169)
remote: Compressing objects: 86% (146/169)
remote: Compressing objects: 87% (148/169)
remote: Compressing objects: 88% (149/169)
remote: Compressing objects: 89% (151/169)
remote: Compressing objects: 90% (153/169)
remote: Compressing objects: 91% (154/169)
remote: Compressing objects: 92% (156/169)
remote: Compressing objects: 93% (158/169)
remote: Compressing objects: 94% (159/169)
remote: Compressing objects: 95% (161/169)
remote: Compressing objects: 96% (163/169)
remote: Compressing objects: 97% (164/169)
remote: Compressing objects: 98% (166/169)
remote: Compressing objects: 99% (168/169)
remote: Compressing objects: 100% (169/169)
remote: Compressing objects: 100% (169/169), done.
Receiving objects: 0% (1/1640)
Receiving objects: 1% (17/1640)
Receiving objects: 2% (33/1640)
Receiving objects: 3% (50/1640)
Receiving objects: 4% (66/1640)
Receiving objects: 5% (82/1640)
Receiving objects: 6% (99/1640)
Receiving objects: 7% (115/1640)
Receiving objects: 8% (132/1640)
Receiving objects: 9% (148/1640)
Receiving objects: 10% (164/1640)
Receiving objects: 11% (181/1640)
Receiving objects: 12% (197/1640)
Receiving objects: 13% (214/1640)
Receiving objects: 14% (230/1640)
Receiving objects: 15% (246/1640)
Receiving objects: 16% (263/1640)
Receiving objects: 17% (279/1640)
Receiving objects: 18% (296/1640)
Receiving objects: 19% (312/1640)
Receiving objects: 20% (328/1640)
Receiving objects: 21% (345/1640)
Receiving objects: 22% (361/1640)
Receiving objects: 23% (378/1640)
Receiving objects: 24% (394/1640)
Receiving objects: 25% (410/1640)
Receiving objects: 26% (427/1640)
Receiving objects: 27% (443/1640)
Receiving objects: 28% (460/1640)
Receiving objects: 29% (476/1640)
Receiving objects: 30% (492/1640)
Receiving objects: 31% (509/1640)
Receiving objects: 32% (525/1640)
Receiving objects: 33% (542/1640)
Receiving objects: 34% (558/1640)
remote: Total 1640 (delta 54), reused 202 (delta 41), pack-reused 1421
Receiving objects: 35% (574/1640)
Receiving objects: 36% (591/1640)
Receiving objects: 37% (607/1640)
Receiving objects: 38% (624/1640)
Receiving objects: 39% (640/1640)
Receiving objects: 40% (656/1640)
Receiving objects: 41% (673/1640)
Receiving objects: 42% (689/1640)
Receiving objects: 43% (706/1640)
Receiving objects: 44% (722/1640)
Receiving objects: 45% (738/1640)
Receiving objects: 46% (755/1640)
Receiving objects: 47% (771/1640)
Receiving objects: 48% (788/1640)
Receiving objects: 49% (804/1640)
Receiving objects: 50% (820/1640)
Receiving objects: 51% (837/1640)
Receiving objects: 52% (853/1640)
Receiving objects: 53% (870/1640)
Receiving objects: 54% (886/1640)
Receiving objects: 55% (902/1640)
Receiving objects: 56% (919/1640)
Receiving objects: 57% (935/1640)
Receiving objects: 58% (952/1640)
Receiving objects: 59% (968/1640)
Receiving objects: 60% (984/1640)
Receiving objects: 61% (1001/1640)
Receiving objects: 62% (1017/1640)
Receiving objects: 63% (1034/1640)
Receiving objects: 64% (1050/1640)
Receiving objects: 65% (1066/1640)
Receiving objects: 66% (1083/1640)
Receiving objects: 67% (1099/1640)
Receiving objects: 68% (1116/1640)
Receiving objects: 69% (1132/1640)
Receiving objects: 70% (1148/1640)
Receiving objects: 71% (1165/1640)
Receiving objects: 72% (1181/1640)
Receiving objects: 73% (1198/1640)
Receiving objects: 74% (1214/1640)
Receiving objects: 75% (1230/1640)
Receiving objects: 76% (1247/1640)
Receiving objects: 77% (1263/1640)
Receiving objects: 78% (1280/1640)
Receiving objects: 79% (1296/1640)
Receiving objects: 80% (1312/1640)
Receiving objects: 81% (1329/1640)
Receiving objects: 82% (1345/1640)
Receiving objects: 83% (1362/1640)
Receiving objects: 84% (1378/1640)
Receiving objects: 85% (1394/1640)
Receiving objects: 86% (1411/1640)
Receiving objects: 87% (1427/1640)
Receiving objects: 88% (1444/1640)
Receiving objects: 89% (1460/1640)
Receiving objects: 90% (1476/1640)
Receiving objects: 91% (1493/1640)
Receiving objects: 92% (1509/1640)
Receiving objects: 93% (1526/1640)
Receiving objects: 94% (1542/1640)
Receiving objects: 95% (1558/1640)
Receiving objects: 96% (1575/1640)
Receiving objects: 97% (1591/1640)
Receiving objects: 98% (1608/1640)
Receiving objects: 99% (1624/1640)
Receiving objects: 100% (1640/1640)
Receiving objects: 100% (1640/1640), 187.21 KiB | 31.20 MiB/s, done.
Resolving deltas: 0% (0/513)
Resolving deltas: 5% (29/513)
Resolving deltas: 11% (61/513)
Resolving deltas: 12% (66/513)
Resolving deltas: 13% (69/513)
Resolving deltas: 18% (94/513)
Resolving deltas: 24% (126/513)
Resolving deltas: 25% (130/513)
Resolving deltas: 28% (146/513)
Resolving deltas: 30% (156/513)
Resolving deltas: 36% (189/513)
Resolving deltas: 37% (193/513)
Resolving deltas: 48% (249/513)
Resolving deltas: 49% (252/513)
Resolving deltas: 52% (269/513)
Resolving deltas: 53% (273/513)
Resolving deltas: 54% (278/513)
Resolving deltas: 55% (285/513)
Resolving deltas: 56% (288/513)
Resolving deltas: 57% (293/513)
Resolving deltas: 65% (337/513)
Resolving deltas: 66% (343/513)
Resolving deltas: 71% (368/513)
Resolving deltas: 72% (371/513)
Resolving deltas: 73% (375/513)
Resolving deltas: 74% (381/513)
Resolving deltas: 75% (385/513)
Resolving deltas: 76% (394/513)
Resolving deltas: 77% (396/513)
Resolving deltas: 78% (402/513)
Resolving deltas: 79% (406/513)
Resolving deltas: 80% (411/513)
Resolving deltas: 82% (424/513)
Resolving deltas: 83% (426/513)
Resolving deltas: 84% (433/513)
Resolving deltas: 85% (441/513)
Resolving deltas: 86% (442/513)
Resolving deltas: 87% (447/513)
Resolving deltas: 88% (452/513)
Resolving deltas: 89% (457/513)
Resolving deltas: 90% (462/513)
Resolving deltas: 91% (468/513)
Resolving deltas: 92% (472/513)
Resolving deltas: 94% (485/513)
Resolving deltas: 97% (498/513)
Resolving deltas: 98% (503/513)
Resolving deltas: 99% (511/513)
Resolving deltas: 100% (513/513)
Resolving deltas: 100% (513/513), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/system-node-weifang'...
remote: Enumerating objects: 211, done.
remote: Counting objects: 0% (1/143)
remote: Counting objects: 1% (2/143)
remote: Counting objects: 2% (3/143)
remote: Counting objects: 3% (5/143)
remote: Counting objects: 4% (6/143)
remote: Counting objects: 5% (8/143)
remote: Counting objects: 6% (9/143)
remote: Counting objects: 7% (11/143)
remote: Counting objects: 8% (12/143)
remote: Counting objects: 9% (13/143)
remote: Counting objects: 10% (15/143)
remote: Counting objects: 11% (16/143)
remote: Counting objects: 12% (18/143)
remote: Counting objects: 13% (19/143)
remote: Counting objects: 14% (21/143)
remote: Counting objects: 15% (22/143)
remote: Counting objects: 16% (23/143)
remote: Counting objects: 17% (25/143)
remote: Counting objects: 18% (26/143)
remote: Counting objects: 19% (28/143)
remote: Counting objects: 20% (29/143)
remote: Counting objects: 21% (31/143)
remote: Counting objects: 22% (32/143)
remote: Counting objects: 23% (33/143)
remote: Counting objects: 24% (35/143)
remote: Counting objects: 25% (36/143)
remote: Counting objects: 26% (38/143)
remote: Counting objects: 27% (39/143)
remote: Counting objects: 28% (41/143)
remote: Counting objects: 29% (42/143)
remote: Counting objects: 30% (43/143)
remote: Counting objects: 31% (45/143)
remote: Counting objects: 32% (46/143)
remote: Counting objects: 33% (48/143)
remote: Counting objects: 34% (49/143)
remote: Counting objects: 35% (51/143)
remote: Counting objects: 36% (52/143)
remote: Counting objects: 37% (53/143)
remote: Counting objects: 38% (55/143)
remote: Counting objects: 39% (56/143)
remote: Counting objects: 40% (58/143)
remote: Counting objects: 41% (59/143)
remote: Counting objects: 42% (61/143)
remote: Counting objects: 43% (62/143)
remote: Counting objects: 44% (63/143)
remote: Counting objects: 45% (65/143)
remote: Counting objects: 46% (66/143)
remote: Counting objects: 47% (68/143)
remote: Counting objects: 48% (69/143)
remote: Counting objects: 49% (71/143)
remote: Counting objects: 50% (72/143)
remote: Counting objects: 51% (73/143)
remote: Counting objects: 52% (75/143)
remote: Counting objects: 53% (76/143)
remote: Counting objects: 54% (78/143)
remote: Counting objects: 55% (79/143)
remote: Counting objects: 56% (81/143)
remote: Counting objects: 57% (82/143)
remote: Counting objects: 58% (83/143)
remote: Counting objects: 59% (85/143)
remote: Counting objects: 60% (86/143)
remote: Counting objects: 61% (88/143)
remote: Counting objects: 62% (89/143)
remote: Counting objects: 63% (91/143)
remote: Counting objects: 64% (92/143)
remote: Counting objects: 65% (93/143)
remote: Counting objects: 66% (95/143)
remote: Counting objects: 67% (96/143)
remote: Counting objects: 68% (98/143)
remote: Counting objects: 69% (99/143)
remote: Counting objects: 70% (101/143)
remote: Counting objects: 71% (102/143)
remote: Counting objects: 72% (103/143)
remote: Counting objects: 73% (105/143)
remote: Counting objects: 74% (106/143)
remote: Counting objects: 75% (108/143)
remote: Counting objects: 76% (109/143)
remote: Counting objects: 77% (111/143)
remote: Counting objects: 78% (112/143)
remote: Counting objects: 79% (113/143)
remote: Counting objects: 80% (115/143)
remote: Counting objects: 81% (116/143)
remote: Counting objects: 82% (118/143)
remote: Counting objects: 83% (119/143)
remote: Counting objects: 84% (121/143)
remote: Counting objects: 85% (122/143)
remote: Counting objects: 86% (123/143)
remote: Counting objects: 87% (125/143)
remote: Counting objects: 88% (126/143)
remote: Counting objects: 89% (128/143)
remote: Counting objects: 90% (129/143)
remote: Counting objects: 91% (131/143)
remote: Counting objects: 92% (132/143)
remote: Counting objects: 93% (133/143)
remote: Counting objects: 94% (135/143)
remote: Counting objects: 95% (136/143)
remote: Counting objects: 96% (138/143)
remote: Counting objects: 97% (139/143)
remote: Counting objects: 98% (141/143)
remote: Counting objects: 99% (142/143)
remote: Counting objects: 100% (143/143)
remote: Counting objects: 100% (143/143), done.
remote: Compressing objects: 1% (1/57)
remote: Compressing objects: 3% (2/57)
remote: Compressing objects: 5% (3/57)
remote: Compressing objects: 7% (4/57)
remote: Compressing objects: 8% (5/57)
remote: Compressing objects: 10% (6/57)
remote: Compressing objects: 12% (7/57)
remote: Compressing objects: 14% (8/57)
remote: Compressing objects: 15% (9/57)
remote: Compressing objects: 17% (10/57)
remote: Compressing objects: 19% (11/57)
remote: Compressing objects: 21% (12/57)
remote: Compressing objects: 22% (13/57)
remote: Compressing objects: 24% (14/57)
remote: Compressing objects: 26% (15/57)
remote: Compressing objects: 28% (16/57)
remote: Compressing objects: 29% (17/57)
remote: Compressing objects: 31% (18/57)
remote: Compressing objects: 33% (19/57)
remote: Compressing objects: 35% (20/57)
remote: Compressing objects: 36% (21/57)
remote: Compressing objects: 38% (22/57)
remote: Compressing objects: 40% (23/57)
remote: Compressing objects: 42% (24/57)
remote: Compressing objects: 43% (25/57)
remote: Compressing objects: 45% (26/57)
remote: Compressing objects: 47% (27/57)
remote: Compressing objects: 49% (28/57)
remote: Compressing objects: 50% (29/57)
remote: Compressing objects: 52% (30/57)
remote: Compressing objects: 54% (31/57)
remote: Compressing objects: 56% (32/57)
remote: Compressing objects: 57% (33/57)
remote: Compressing objects: 59% (34/57)
remote: Compressing objects: 61% (35/57)
remote: Compressing objects: 63% (36/57)
remote: Compressing objects: 64% (37/57)
remote: Compressing objects: 66% (38/57)
remote: Compressing objects: 68% (39/57)
remote: Compressing objects: 70% (40/57)
remote: Compressing objects: 71% (41/57)
remote: Compressing objects: 73% (42/57)
remote: Compressing objects: 75% (43/57)
remote: Compressing objects: 77% (44/57)
remote: Compressing objects: 78% (45/57)
remote: Compressing objects: 80% (46/57)
remote: Compressing objects: 82% (47/57)
remote: Compressing objects: 84% (48/57)
remote: Compressing objects: 85% (49/57)
remote: Compressing objects: 87% (50/57)
remote: Compressing objects: 89% (51/57)
remote: Compressing objects: 91% (52/57)
remote: Compressing objects: 92% (53/57)
remote: Compressing objects: 94% (54/57)
remote: Compressing objects: 96% (55/57)
remote: Compressing objects: 98% (56/57)
remote: Compressing objects: 100% (57/57)
remote: Compressing objects: 100% (57/57), done.
Receiving objects: 0% (1/211)
Receiving objects: 1% (3/211)
Receiving objects: 2% (5/211)
Receiving objects: 3% (7/211)
Receiving objects: 4% (9/211)
Receiving objects: 5% (11/211)
Receiving objects: 6% (13/211)
Receiving objects: 7% (15/211)
Receiving objects: 8% (17/211)
Receiving objects: 9% (19/211)
Receiving objects: 10% (22/211)
Receiving objects: 11% (24/211)
Receiving objects: 12% (26/211)
Receiving objects: 13% (28/211)
Receiving objects: 14% (30/211)
Receiving objects: 15% (32/211)
Receiving objects: 16% (34/211)
Receiving objects: 17% (36/211)
Receiving objects: 18% (38/211)
Receiving objects: 19% (41/211)
Receiving objects: 20% (43/211)
Receiving objects: 21% (45/211)
Receiving objects: 22% (47/211)
Receiving objects: 23% (49/211)
Receiving objects: 24% (51/211)
Receiving objects: 25% (53/211)
Receiving objects: 26% (55/211)
Receiving objects: 27% (57/211)
Receiving objects: 28% (60/211)
Receiving objects: 29% (62/211)
Receiving objects: 30% (64/211)
Receiving objects: 31% (66/211)
Receiving objects: 32% (68/211)
Receiving objects: 33% (70/211)
Receiving objects: 34% (72/211)
Receiving objects: 35% (74/211)
Receiving objects: 36% (76/211)
Receiving objects: 37% (79/211)
Receiving objects: 38% (81/211)
Receiving objects: 39% (83/211)
Receiving objects: 40% (85/211)
Receiving objects: 41% (87/211)
Receiving objects: 42% (89/211)
Receiving objects: 43% (91/211)
Receiving objects: 44% (93/211)
Receiving objects: 45% (95/211)
Receiving objects: 46% (98/211)
remote: Total 211 (delta 23), reused 100 (delta 15), pack-reused 68
Receiving objects: 47% (100/211)
Receiving objects: 48% (102/211)
Receiving objects: 49% (104/211)
Receiving objects: 50% (106/211)
Receiving objects: 51% (108/211)
Receiving objects: 52% (110/211)
Receiving objects: 53% (112/211)
Receiving objects: 54% (114/211)
Receiving objects: 55% (117/211)
Receiving objects: 56% (119/211)
Receiving objects: 57% (121/211)
Receiving objects: 58% (123/211)
Receiving objects: 59% (125/211)
Receiving objects: 60% (127/211)
Receiving objects: 61% (129/211)
Receiving objects: 62% (131/211)
Receiving objects: 63% (133/211)
Receiving objects: 64% (136/211)
Receiving objects: 65% (138/211)
Receiving objects: 66% (140/211)
Receiving objects: 67% (142/211)
Receiving objects: 68% (144/211)
Receiving objects: 69% (146/211)
Receiving objects: 70% (148/211)
Receiving objects: 71% (150/211)
Receiving objects: 72% (152/211)
Receiving objects: 73% (155/211)
Receiving objects: 74% (157/211)
Receiving objects: 75% (159/211)
Receiving objects: 76% (161/211)
Receiving objects: 77% (163/211)
Receiving objects: 78% (165/211)
Receiving objects: 79% (167/211)
Receiving objects: 80% (169/211)
Receiving objects: 81% (171/211)
Receiving objects: 82% (174/211)
Receiving objects: 83% (176/211)
Receiving objects: 84% (178/211)
Receiving objects: 85% (180/211)
Receiving objects: 86% (182/211)
Receiving objects: 87% (184/211)
Receiving objects: 88% (186/211)
Receiving objects: 89% (188/211)
Receiving objects: 90% (190/211)
Receiving objects: 91% (193/211)
Receiving objects: 92% (195/211)
Receiving objects: 93% (197/211)
Receiving objects: 94% (199/211)
Receiving objects: 95% (201/211)
Receiving objects: 96% (203/211)
Receiving objects: 97% (205/211)
Receiving objects: 98% (207/211)
Receiving objects: 99% (209/211)
Receiving objects: 100% (211/211)
Receiving objects: 100% (211/211), 26.72 KiB | 8.91 MiB/s, done.
Resolving deltas: 0% (0/34)
Resolving deltas: 58% (20/34)
Resolving deltas: 100% (34/34)
Resolving deltas: 100% (34/34), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/system-port'...
remote: Enumerating objects: 230, done.
remote: Counting objects: 0% (1/106)
remote: Counting objects: 1% (2/106)
remote: Counting objects: 2% (3/106)
remote: Counting objects: 3% (4/106)
remote: Counting objects: 4% (5/106)
remote: Counting objects: 5% (6/106)
remote: Counting objects: 6% (7/106)
remote: Counting objects: 7% (8/106)
remote: Counting objects: 8% (9/106)
remote: Counting objects: 9% (10/106)
remote: Counting objects: 10% (11/106)
remote: Counting objects: 11% (12/106)
remote: Counting objects: 12% (13/106)
remote: Counting objects: 13% (14/106)
remote: Counting objects: 14% (15/106)
remote: Counting objects: 15% (16/106)
remote: Counting objects: 16% (17/106)
remote: Counting objects: 17% (19/106)
remote: Counting objects: 18% (20/106)
remote: Counting objects: 19% (21/106)
remote: Counting objects: 20% (22/106)
remote: Counting objects: 21% (23/106)
remote: Counting objects: 22% (24/106)
remote: Counting objects: 23% (25/106)
remote: Counting objects: 24% (26/106)
remote: Counting objects: 25% (27/106)
remote: Counting objects: 26% (28/106)
remote: Counting objects: 27% (29/106)
remote: Counting objects: 28% (30/106)
remote: Counting objects: 29% (31/106)
remote: Counting objects: 30% (32/106)
remote: Counting objects: 31% (33/106)
remote: Counting objects: 32% (34/106)
remote: Counting objects: 33% (35/106)
remote: Counting objects: 34% (37/106)
remote: Counting objects: 35% (38/106)
remote: Counting objects: 36% (39/106)
remote: Counting objects: 37% (40/106)
remote: Counting objects: 38% (41/106)
remote: Counting objects: 39% (42/106)
remote: Counting objects: 40% (43/106)
remote: Counting objects: 41% (44/106)
remote: Counting objects: 42% (45/106)
remote: Counting objects: 43% (46/106)
remote: Counting objects: 44% (47/106)
remote: Counting objects: 45% (48/106)
remote: Counting objects: 46% (49/106)
remote: Counting objects: 47% (50/106)
remote: Counting objects: 48% (51/106)
remote: Counting objects: 49% (52/106)
remote: Counting objects: 50% (53/106)
remote: Counting objects: 51% (55/106)
remote: Counting objects: 52% (56/106)
remote: Counting objects: 53% (57/106)
remote: Counting objects: 54% (58/106)
remote: Counting objects: 55% (59/106)
remote: Counting objects: 56% (60/106)
remote: Counting objects: 57% (61/106)
remote: Counting objects: 58% (62/106)
remote: Counting objects: 59% (63/106)
remote: Counting objects: 60% (64/106)
remote: Counting objects: 61% (65/106)
remote: Counting objects: 62% (66/106)
remote: Counting objects: 63% (67/106)
remote: Counting objects: 64% (68/106)
remote: Counting objects: 65% (69/106)
remote: Counting objects: 66% (70/106)
remote: Counting objects: 67% (72/106)
remote: Counting objects: 68% (73/106)
remote: Counting objects: 69% (74/106)
remote: Counting objects: 70% (75/106)
remote: Counting objects: 71% (76/106)
remote: Counting objects: 72% (77/106)
remote: Counting objects: 73% (78/106)
remote: Counting objects: 74% (79/106)
remote: Counting objects: 75% (80/106)
remote: Counting objects: 76% (81/106)
remote: Counting objects: 77% (82/106)
remote: Counting objects: 78% (83/106)
remote: Counting objects: 79% (84/106)
remote: Counting objects: 80% (85/106)
remote: Counting objects: 81% (86/106)
remote: Counting objects: 82% (87/106)
remote: Counting objects: 83% (88/106)
remote: Counting objects: 84% (90/106)
remote: Counting objects: 85% (91/106)
remote: Counting objects: 86% (92/106)
remote: Counting objects: 87% (93/106)
remote: Counting objects: 88% (94/106)
remote: Counting objects: 89% (95/106)
remote: Counting objects: 90% (96/106)
remote: Counting objects: 91% (97/106)
remote: Counting objects: 92% (98/106)
remote: Counting objects: 93% (99/106)
remote: Counting objects: 94% (100/106)
remote: Counting objects: 95% (101/106)
remote: Counting objects: 96% (102/106)
remote: Counting objects: 97% (103/106)
remote: Counting objects: 98% (104/106)
remote: Counting objects: 99% (105/106)
remote: Counting objects: 100% (106/106)
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 1% (1/78)
remote: Compressing objects: 2% (2/78)
remote: Compressing objects: 3% (3/78)
remote: Compressing objects: 5% (4/78)
remote: Compressing objects: 6% (5/78)
remote: Compressing objects: 7% (6/78)
remote: Compressing objects: 8% (7/78)
remote: Compressing objects: 10% (8/78)
remote: Compressing objects: 11% (9/78)
remote: Compressing objects: 12% (10/78)
remote: Compressing objects: 14% (11/78)
remote: Compressing objects: 15% (12/78)
remote: Compressing objects: 16% (13/78)
remote: Compressing objects: 17% (14/78)
remote: Compressing objects: 19% (15/78)
remote: Compressing objects: 20% (16/78)
remote: Compressing objects: 21% (17/78)
remote: Compressing objects: 23% (18/78)
remote: Compressing objects: 24% (19/78)
remote: Compressing objects: 25% (20/78)
remote: Compressing objects: 26% (21/78)
remote: Compressing objects: 28% (22/78)
remote: Compressing objects: 29% (23/78)
remote: Compressing objects: 30% (24/78)
remote: Compressing objects: 32% (25/78)
remote: Compressing objects: 33% (26/78)
remote: Compressing objects: 34% (27/78)
remote: Compressing objects: 35% (28/78)
remote: Compressing objects: 37% (29/78)
remote: Compressing objects: 38% (30/78)
remote: Compressing objects: 39% (31/78)
remote: Compressing objects: 41% (32/78)
remote: Compressing objects: 42% (33/78)
remote: Compressing objects: 43% (34/78)
remote: Compressing objects: 44% (35/78)
remote: Compressing objects: 46% (36/78)
remote: Compressing objects: 47% (37/78)
remote: Compressing objects: 48% (38/78)
remote: Compressing objects: 50% (39/78)
remote: Compressing objects: 51% (40/78)
remote: Compressing objects: 52% (41/78)
remote: Compressing objects: 53% (42/78)
remote: Compressing objects: 55% (43/78)
remote: Compressing objects: 56% (44/78)
remote: Compressing objects: 57% (45/78)
remote: Compressing objects: 58% (46/78)
remote: Compressing objects: 60% (47/78)
remote: Compressing objects: 61% (48/78)
remote: Compressing objects: 62% (49/78)
remote: Compressing objects: 64% (50/78)
remote: Compressing objects: 65% (51/78)
remote: Compressing objects: 66% (52/78)
remote: Compressing objects: 67% (53/78)
remote: Compressing objects: 69% (54/78)
remote: Compressing objects: 70% (55/78)
remote: Compressing objects: 71% (56/78)
remote: Compressing objects: 73% (57/78)
remote: Compressing objects: 74% (58/78)
remote: Compressing objects: 75% (59/78)
remote: Compressing objects: 76% (60/78)
remote: Compressing objects: 78% (61/78)
remote: Compressing objects: 79% (62/78)
remote: Compressing objects: 80% (63/78)
remote: Compressing objects: 82% (64/78)
remote: Compressing objects: 83% (65/78)
remote: Compressing objects: 84% (66/78)
remote: Compressing objects: 85% (67/78)
remote: Compressing objects: 87% (68/78)
remote: Compressing objects: 88% (69/78)
remote: Compressing objects: 89% (70/78)
remote: Compressing objects: 91% (71/78)
remote: Compressing objects: 92% (72/78)
remote: Compressing objects: 93% (73/78)
remote: Compressing objects: 94% (74/78)
remote: Compressing objects: 96% (75/78)
remote: Compressing objects: 97% (76/78)
remote: Compressing objects: 98% (77/78)
remote: Compressing objects: 100% (78/78)
remote: Compressing objects: 100% (78/78), done.
Receiving objects: 0% (1/230)
Receiving objects: 1% (3/230)
Receiving objects: 2% (5/230)
Receiving objects: 3% (7/230)
Receiving objects: 4% (10/230)
Receiving objects: 5% (12/230)
Receiving objects: 6% (14/230)
Receiving objects: 7% (17/230)
Receiving objects: 8% (19/230)
Receiving objects: 9% (21/230)
Receiving objects: 10% (23/230)
Receiving objects: 11% (26/230)
Receiving objects: 12% (28/230)
Receiving objects: 13% (30/230)
Receiving objects: 14% (33/230)
Receiving objects: 15% (35/230)
Receiving objects: 16% (37/230)
Receiving objects: 17% (40/230)
Receiving objects: 18% (42/230)
Receiving objects: 19% (44/230)
Receiving objects: 20% (46/230)
Receiving objects: 21% (49/230)
Receiving objects: 22% (51/230)
Receiving objects: 23% (53/230)
Receiving objects: 24% (56/230)
Receiving objects: 25% (58/230)
Receiving objects: 26% (60/230)
Receiving objects: 27% (63/230)
Receiving objects: 28% (65/230)
Receiving objects: 29% (67/230)
Receiving objects: 30% (69/230)
Receiving objects: 31% (72/230)
Receiving objects: 32% (74/230)
Receiving objects: 33% (76/230)
Receiving objects: 34% (79/230)
Receiving objects: 35% (81/230)
Receiving objects: 36% (83/230)
Receiving objects: 37% (86/230)
Receiving objects: 38% (88/230)
Receiving objects: 39% (90/230)
Receiving objects: 40% (92/230)
Receiving objects: 41% (95/230)
Receiving objects: 42% (97/230)
Receiving objects: 43% (99/230)
Receiving objects: 44% (102/230)
Receiving objects: 45% (104/230)
Receiving objects: 46% (106/230)
Receiving objects: 47% (109/230)
Receiving objects: 48% (111/230)
Receiving objects: 49% (113/230)
Receiving objects: 50% (115/230)
Receiving objects: 51% (118/230)
Receiving objects: 52% (120/230)
Receiving objects: 53% (122/230)
Receiving objects: 54% (125/230)
Receiving objects: 55% (127/230)
Receiving objects: 56% (129/230)
Receiving objects: 57% (132/230)
Receiving objects: 58% (134/230)
Receiving objects: 59% (136/230)
Receiving objects: 60% (138/230)
Receiving objects: 61% (141/230)
Receiving objects: 62% (143/230)
Receiving objects: 63% (145/230)
Receiving objects: 64% (148/230)
Receiving objects: 65% (150/230)
Receiving objects: 66% (152/230)
Receiving objects: 67% (155/230)
Receiving objects: 68% (157/230)
Receiving objects: 69% (159/230)
Receiving objects: 70% (161/230)
Receiving objects: 71% (164/230)
Receiving objects: 72% (166/230)
Receiving objects: 73% (168/230)
Receiving objects: 74% (171/230)
Receiving objects: 75% (173/230)
Receiving objects: 76% (175/230)
Receiving objects: 77% (178/230)
Receiving objects: 78% (180/230)
Receiving objects: 79% (182/230)
Receiving objects: 80% (184/230)
remote: Total 230 (delta 51), reused 67 (delta 24), pack-reused 124
Receiving objects: 81% (187/230)
Receiving objects: 82% (189/230)
Receiving objects: 83% (191/230)
Receiving objects: 84% (194/230)
Receiving objects: 85% (196/230)
Receiving objects: 86% (198/230)
Receiving objects: 87% (201/230)
Receiving objects: 88% (203/230)
Receiving objects: 89% (205/230)
Receiving objects: 90% (207/230)
Receiving objects: 91% (210/230)
Receiving objects: 92% (212/230)
Receiving objects: 93% (214/230)
Receiving objects: 94% (217/230)
Receiving objects: 95% (219/230)
Receiving objects: 96% (221/230)
Receiving objects: 97% (224/230)
Receiving objects: 98% (226/230)
Receiving objects: 99% (228/230)
Receiving objects: 100% (230/230)
Receiving objects: 100% (230/230), 171.69 KiB | 7.15 MiB/s, done.
Resolving deltas: 0% (0/97)
Resolving deltas: 2% (2/97)
Resolving deltas: 4% (4/97)
Resolving deltas: 5% (5/97)
Resolving deltas: 15% (15/97)
Resolving deltas: 26% (26/97)
Resolving deltas: 28% (28/97)
Resolving deltas: 29% (29/97)
Resolving deltas: 35% (34/97)
Resolving deltas: 37% (36/97)
Resolving deltas: 38% (37/97)
Resolving deltas: 39% (38/97)
Resolving deltas: 40% (39/97)
Resolving deltas: 41% (40/97)
Resolving deltas: 48% (47/97)
Resolving deltas: 50% (49/97)
Resolving deltas: 53% (52/97)
Resolving deltas: 55% (54/97)
Resolving deltas: 57% (56/97)
Resolving deltas: 61% (60/97)
Resolving deltas: 62% (61/97)
Resolving deltas: 69% (67/97)
Resolving deltas: 71% (69/97)
Resolving deltas: 72% (70/97)
Resolving deltas: 98% (96/97)
Resolving deltas: 100% (97/97)
Resolving deltas: 100% (97/97), done.
Cloning into '/root/workspace/weifang-config/bulk/V003/params_new/weifang-bulk'...
remote: Enumerating objects: 131, done.
remote: Counting objects: 0% (1/103)
remote: Counting objects: 1% (2/103)
remote: Counting objects: 2% (3/103)
remote: Counting objects: 3% (4/103)
remote: Counting objects: 4% (5/103)
remote: Counting objects: 5% (6/103)
remote: Counting objects: 6% (7/103)
remote: Counting objects: 7% (8/103)
remote: Counting objects: 8% (9/103)
remote: Counting objects: 9% (10/103)
remote: Counting objects: 10% (11/103)
remote: Counting objects: 11% (12/103)
remote: Counting objects: 12% (13/103)
remote: Counting objects: 13% (14/103)
remote: Counting objects: 14% (15/103)
remote: Counting objects: 15% (16/103)
remote: Counting objects: 16% (17/103)
remote: Counting objects: 17% (18/103)
remote: Counting objects: 18% (19/103)
remote: Counting objects: 19% (20/103)
remote: Counting objects: 20% (21/103)
remote: Counting objects: 21% (22/103)
remote: Counting objects: 22% (23/103)
remote: Counting objects: 23% (24/103)
remote: Counting objects: 24% (25/103)
remote: Counting objects: 25% (26/103)
remote: Counting objects: 26% (27/103)
remote: Counting objects: 27% (28/103)
remote: Counting objects: 28% (29/103)
remote: Counting objects: 29% (30/103)
remote: Counting objects: 30% (31/103)
remote: Counting objects: 31% (32/103)
remote: Counting objects: 32% (33/103)
remote: Counting objects: 33% (34/103)
remote: Counting objects: 34% (36/103)
remote: Counting objects: 35% (37/103)
remote: Counting objects: 36% (38/103)
remote: Counting objects: 37% (39/103)
remote: Counting objects: 38% (40/103)
remote: Counting objects: 39% (41/103)
remote: Counting objects: 40% (42/103)
remote: Counting objects: 41% (43/103)
remote: Counting objects: 42% (44/103)
remote: Counting objects: 43% (45/103)
remote: Counting objects: 44% (46/103)
remote: Counting objects: 45% (47/103)
remote: Counting objects: 46% (48/103)
remote: Counting objects: 47% (49/103)
remote: Counting objects: 48% (50/103)
remote: Counting objects: 49% (51/103)
remote: Counting objects: 50% (52/103)
remote: Counting objects: 51% (53/103)
remote: Counting objects: 52% (54/103)
remote: Counting objects: 53% (55/103)
remote: Counting objects: 54% (56/103)
remote: Counting objects: 55% (57/103)
remote: Counting objects: 56% (58/103)
remote: Counting objects: 57% (59/103)
remote: Counting objects: 58% (60/103)
remote: Counting objects: 59% (61/103)
remote: Counting objects: 60% (62/103)
remote: Counting objects: 61% (63/103)
remote: Counting objects: 62% (64/103)
remote: Counting objects: 63% (65/103)
remote: Counting objects: 64% (66/103)
remote: Counting objects: 65% (67/103)
remote: Counting objects: 66% (68/103)
remote: Counting objects: 67% (70/103)
remote: Counting objects: 68% (71/103)
remote: Counting objects: 69% (72/103)
remote: Counting objects: 70% (73/103)
remote: Counting objects: 71% (74/103)
remote: Counting objects: 72% (75/103)
remote: Counting objects: 73% (76/103)
remote: Counting objects: 74% (77/103)
remote: Counting objects: 75% (78/103)
remote: Counting objects: 76% (79/103)
remote: Counting objects: 77% (80/103)
remote: Counting objects: 78% (81/103)
remote: Counting objects: 79% (82/103)
remote: Counting objects: 80% (83/103)
remote: Counting objects: 81% (84/103)
remote: Counting objects: 82% (85/103)
remote: Counting objects: 83% (86/103)
remote: Counting objects: 84% (87/103)
remote: Counting objects: 85% (88/103)
remote: Counting objects: 86% (89/103)
remote: Counting objects: 87% (90/103)
remote: Counting objects: 88% (91/103)
remote: Counting objects: 89% (92/103)
remote: Counting objects: 90% (93/103)
remote: Counting objects: 91% (94/103)
remote: Counting objects: 92% (95/103)
remote: Counting objects: 93% (96/103)
remote: Counting objects: 94% (97/103)
remote: Counting objects: 95% (98/103)
remote: Counting objects: 96% (99/103)
remote: Counting objects: 97% (100/103)
remote: Counting objects: 98% (101/103)
remote: Counting objects: 99% (102/103)
remote: Counting objects: 100% (103/103)
remote: Counting objects: 100% (103/103), done.
remote: Compressing objects: 2% (1/47)
remote: Compressing objects: 4% (2/47)
remote: Compressing objects: 6% (3/47)
remote: Compressing objects: 8% (4/47)
remote: Compressing objects: 10% (5/47)
remote: Compressing objects: 12% (6/47)
remote: Compressing objects: 14% (7/47)
remote: Compressing objects: 17% (8/47)
remote: Compressing objects: 19% (9/47)
remote: Compressing objects: 21% (10/47)
remote: Compressing objects: 23% (11/47)
remote: Compressing objects: 25% (12/47)
remote: Compressing objects: 27% (13/47)
remote: Compressing objects: 29% (14/47)
remote: Compressing objects: 31% (15/47)
remote: Compressing objects: 34% (16/47)
remote: Compressing objects: 36% (17/47)
remote: Compressing objects: 38% (18/47)
remote: Compressing objects: 40% (19/47)
remote: Compressing objects: 42% (20/47)
remote: Compressing objects: 44% (21/47)
remote: Compressing objects: 46% (22/47)
remote: Compressing objects: 48% (23/47)
remote: Compressing objects: 51% (24/47)
remote: Compressing objects: 53% (25/47)
remote: Compressing objects: 55% (26/47)
remote: Compressing objects: 57% (27/47)
remote: Compressing objects: 59% (28/47)
remote: Compressing objects: 61% (29/47)
remote: Compressing objects: 63% (30/47)
remote: Compressing objects: 65% (31/47)
remote: Compressing objects: 68% (32/47)
remote: Compressing objects: 70% (33/47)
remote: Compressing objects: 72% (34/47)
remote: Compressing objects: 74% (35/47)
remote: Compressing objects: 76% (36/47)
remote: Compressing objects: 78% (37/47)
remote: Compressing objects: 80% (38/47)
remote: Compressing objects: 82% (39/47)
remote: Compressing objects: 85% (40/47)
remote: Compressing objects: 87% (41/47)
remote: Compressing objects: 89% (42/47)
remote: Compressing objects: 91% (43/47)
remote: Compressing objects: 93% (44/47)
remote: Compressing objects: 95% (45/47)
remote: Compressing objects: 97% (46/47)
remote: Compressing objects: 100% (47/47)
remote: Compressing objects: 100% (47/47), done.
Receiving objects: 0% (1/131)
Receiving objects: 1% (2/131)
Receiving objects: 2% (3/131)
Receiving objects: 3% (4/131)
Receiving objects: 4% (6/131)
Receiving objects: 5% (7/131)
Receiving objects: 6% (8/131)
Receiving objects: 7% (10/131)
Receiving objects: 8% (11/131)
Receiving objects: 9% (12/131)
Receiving objects: 10% (14/131)
Receiving objects: 11% (15/131)
Receiving objects: 12% (16/131)
Receiving objects: 13% (18/131)
Receiving objects: 14% (19/131)
remote: Total 131 (delta 27), reused 69 (delta 14), pack-reused 28
Receiving objects: 15% (20/131)
Receiving objects: 16% (21/131)
Receiving objects: 17% (23/131)
Receiving objects: 18% (24/131)
Receiving objects: 19% (25/131)
Receiving objects: 20% (27/131)
Receiving objects: 21% (28/131)
Receiving objects: 22% (29/131)
Receiving objects: 23% (31/131)
Receiving objects: 24% (32/131)
Receiving objects: 25% (33/131)
Receiving objects: 26% (35/131)
Receiving objects: 27% (36/131)
Receiving objects: 28% (37/131)
Receiving objects: 29% (38/131)
Receiving objects: 30% (40/131)
Receiving objects: 31% (41/131)
Receiving objects: 32% (42/131)
Receiving objects: 33% (44/131)
Receiving objects: 34% (45/131)
Receiving objects: 35% (46/131)
Receiving objects: 36% (48/131)
Receiving objects: 37% (49/131)
Receiving objects: 38% (50/131)
Receiving objects: 39% (52/131)
Receiving objects: 40% (53/131)
Receiving objects: 41% (54/131)
Receiving objects: 42% (56/131)
Receiving objects: 43% (57/131)
Receiving objects: 44% (58/131)
Receiving objects: 45% (59/131)
Receiving objects: 46% (61/131)
Receiving objects: 47% (62/131)
Receiving objects: 48% (63/131)
Receiving objects: 49% (65/131)
Receiving objects: 50% (66/131)
Receiving objects: 51% (67/131)
Receiving objects: 52% (69/131)
Receiving objects: 53% (70/131)
Receiving objects: 54% (71/131)
Receiving objects: 55% (73/131)
Receiving objects: 56% (74/131)
Receiving objects: 57% (75/131)
Receiving objects: 58% (76/131)
Receiving objects: 59% (78/131)
Receiving objects: 60% (79/131)
Receiving objects: 61% (80/131)
Receiving objects: 62% (82/131)
Receiving objects: 63% (83/131)
Receiving objects: 64% (84/131)
Receiving objects: 65% (86/131)
Receiving objects: 66% (87/131)
Receiving objects: 67% (88/131)
Receiving objects: 68% (90/131)
Receiving objects: 69% (91/131)
Receiving objects: 70% (92/131)
Receiving objects: 71% (94/131)
Receiving objects: 72% (95/131)
Receiving objects: 73% (96/131)
Receiving objects: 74% (97/131)
Receiving objects: 75% (99/131)
Receiving objects: 76% (100/131)
Receiving objects: 77% (101/131)
Receiving objects: 78% (103/131)
Receiving objects: 79% (104/131)
Receiving objects: 80% (105/131)
Receiving objects: 81% (107/131)
Receiving objects: 82% (108/131)
Receiving objects: 83% (109/131)
Receiving objects: 84% (111/131)
Receiving objects: 85% (112/131)
Receiving objects: 86% (113/131)
Receiving objects: 87% (114/131)
Receiving objects: 88% (116/131)
Receiving objects: 89% (117/131)
Receiving objects: 90% (118/131)
Receiving objects: 91% (120/131)
Receiving objects: 92% (121/131)
Receiving objects: 93% (122/131)
Receiving objects: 94% (124/131)
Receiving objects: 95% (125/131)
Receiving objects: 96% (126/131)
Receiving objects: 97% (128/131)
Receiving objects: 98% (129/131)
Receiving objects: 99% (130/131)
Receiving objects: 100% (131/131)
Receiving objects: 100% (131/131), 14.60 KiB | 14.60 MiB/s, done.
Resolving deltas: 0% (0/30)
Resolving deltas: 3% (1/30)
Resolving deltas: 6% (2/30)
Resolving deltas: 13% (4/30)
Resolving deltas: 30% (9/30)
Resolving deltas: 43% (13/30)
Resolving deltas: 70% (21/30)
Resolving deltas: 100% (30/30)
Resolving deltas: 100% (30/30), done.
Submodule path 'crane_align_common': checked out '954ba1c96df2e7fb63dbd882b3b7abd22189fa4d'
Submodule path 'crane_align_customized': checked out 'cae7017294c60b6994fc287fcfc16e9e29c654bd'
Submodule path 'hardware': checked out '5302428864d0f2d0aac180ef9be561bb69596c96'
Submodule path 'hesai_lidar_customized': checked out '22395bf9f2aa44c5d82409f9506a1ea373b91167'
Submodule path 'lidar-extrinsics': checked out '85e914e4fabfe2f3c6ac38a9da3d4a35c8e936b6'
Submodule path 'msf-port': checked out 'a8149a798e11c048d88d208d57ca85594ff5f1bc'
Submodule path 'msf-vehicle': checked out '421654935e919ca5eb8dbcadd37d6eab07122647'
Submodule path 'perception_camera_driver': checked out '4714bfacf16a1a81550e22eac20d911cf93eaa58'
Submodule path 'perception_new_detection': checked out '9e99d2439432526b790ed012217d1c4cd92881ad'
Submodule path 'pointcloud_customized': checked out '09790e65a3ef280aa9473ec0165cfaba75daca65'
Submodule path 'prediction_config': checked out '28eb4ae697978a29d2e5c9c6edd134dbb073ea23'
Submodule path 'rslidar_sdk_common': checked out '3b3ec601072717ab0a4037dd9f5abcef0c9ad337'
Submodule path 'static_transform_common': checked out '79606d0a8d1b7bab782d8279cb27d4d11e0212dd'
Submodule path 'system-common': checked out 'b650e2b08a17fc176b72f3382beac90923a71508'
Submodule path 'system-device': checked out '3b6deb8f02a71a1184c146792820117cba4a90ae'
Submodule path 'system-node-weifang': checked out 'daa95fa9d8bdb4b2a286fbd634c6e19516e3e092'
Submodule path 'system-port': checked out '67504480d57f29af7b80a65b174b17cd069ff713'
Submodule path 'weifang-bulk': checked out 'd6a8a979d4af082dfe88338a59c8d801ad43ab06'
[Pipeline] sh
+ ls -d crane_align_common/ crane_align_customized/ hardware/ hesai_lidar_customized/ lidar-extrinsics/ msf-port/ msf-vehicle/ perception_camera_driver/ perception_new_detection/ pointcloud_customized/ prediction_config/ rslidar_sdk_common/ static_transform_common/ system-common/ system-device/ system-node-weifang/ system-port/ weifang-bulk/
[Pipeline] echo
[crane_align_common, crane_align_customized, hardware, hesai_lidar_customized, lidar-extrinsics, msf-port, msf-vehicle, perception_camera_driver, perception_new_detection, pointcloud_customized, prediction_config, rslidar_sdk_common, static_transform_common, system-common, system-device, system-node-weifang, system-port, weifang-bulk]
[Pipeline] sh
+ mkdir -p /root/workspace/weifang-config/bulk/V003/params_new/params_new
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/crane_align_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/crane_align_common/crane_align /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/crane_align_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
crane_align_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/crane_align_customized/crane_align /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/hardware/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
hardware 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/hardware/hardware /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/hesai_lidar_customized/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
hesai_lidar_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/hesai_lidar_customized/hesai_lidar /root/workspace/weifang-config/bulk/V003/params_new/hesai_lidar_customized/README.md /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/lidar-extrinsics/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
lidar-extrinsics 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/lidar-extrinsics/crane_align /root/workspace/weifang-config/bulk/V003/params_new/lidar-extrinsics/extrinsics /root/workspace/weifang-config/bulk/V003/params_new/lidar-extrinsics/lidar_correction_files /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/msf-port/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
msf-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/msf-port/msf_assistant.yaml /root/workspace/weifang-config/bulk/V003/params_new/msf-port/msf_localization_share.yaml /root/workspace/weifang-config/bulk/V003/params_new/msf-port/README.md /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/msf-vehicle/
+ wc -l
[Pipeline] echo
4
[Pipeline] echo
msf-vehicle 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/msf-vehicle/extrinsics /root/workspace/weifang-config/bulk/V003/params_new/msf-vehicle/msf_localization_calibration.yaml /root/workspace/weifang-config/bulk/V003/params_new/msf-vehicle/msf_localization.yaml /root/workspace/weifang-config/bulk/V003/params_new/msf-vehicle/README.md /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/perception_camera_driver/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_camera_driver 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/perception_camera_driver/master /root/workspace/weifang-config/bulk/V003/params_new/perception_camera_driver/slave /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/perception_new_detection/
+ wc -l
[Pipeline] echo
2
[Pipeline] echo
perception_new_detection 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/perception_new_detection/perception /root/workspace/weifang-config/bulk/V003/params_new/perception_new_detection/README.md /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/pointcloud_customized/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
pointcloud_customized 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/pointcloud_customized/pointcloud /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/prediction_config/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
prediction_config 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/prediction_config/prediction /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/rslidar_sdk_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
rslidar_sdk_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/rslidar_sdk_common/rslidar_sdk /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/static_transform_common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
static_transform_common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/static_transform_common/static_transform.yaml /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/system-common/
+ wc -l
[Pipeline] echo
1
[Pipeline] echo
system-common 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/system-common/system-ros /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/system-device/
+ wc -l
[Pipeline] echo
3
[Pipeline] echo
system-device 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/system-device/master /root/workspace/weifang-config/bulk/V003/params_new/system-device/slave /root/workspace/weifang-config/bulk/V003/params_new/system-device/system-ros /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/bulk/V003/params_new/system-node-weifang/
[Pipeline] echo
3
[Pipeline] echo
system-node-weifang 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/system-node-weifang/master /root/workspace/weifang-config/bulk/V003/params_new/system-node-weifang/slave /root/workspace/weifang-config/bulk/V003/params_new/system-node-weifang/system-ros /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/system-port/
+ wc -l
[Pipeline] echo
5
[Pipeline] echo
system-port 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/system-port/master /root/workspace/weifang-config/bulk/V003/params_new/system-port/peripheral_controller.toml /root/workspace/weifang-config/bulk/V003/params_new/system-port/ros_can_interpreter.toml /root/workspace/weifang-config/bulk/V003/params_new/system-port/slave /root/workspace/weifang-config/bulk/V003/params_new/system-port/system-ros /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ wc -l
+ ls /root/workspace/weifang-config/bulk/V003/params_new/weifang-bulk/
[Pipeline] echo
2
[Pipeline] echo
weifang-bulk 开始合并
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/weifang-bulk/master /root/workspace/weifang-config/bulk/V003/params_new/weifang-bulk/system-ros /root/workspace/weifang-config/bulk/V003/params_new/params_new/
[Pipeline] sh
+ ls /root/workspace/weifang-config/bulk/V003/params_new/params_new/
crane_align
extrinsics
hardware
hesai_lidar
lidar_correction_files
master
msf_assistant.yaml
msf_localization_calibration.yaml
msf_localization_share.yaml
msf_localization.yaml
perception
peripheral_controller.toml
pointcloud
prediction
README.md
ros_can_interpreter.toml
rslidar_sdk
slave
static_transform.yaml
system-ros
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ cp -r /root/workspace/weifang-config/bulk/V003/params_new/params_new/crane_align /root/workspace/weifang-config/bulk/V003/params_new/params_new/extrinsics /root/workspace/weifang-config/bulk/V003/params_new/params_new/hardware /root/workspace/weifang-config/bulk/V003/params_new/params_new/hesai_lidar /root/workspace/weifang-config/bulk/V003/params_new/params_new/lidar_correction_files /root/workspace/weifang-config/bulk/V003/params_new/params_new/master /root/workspace/weifang-config/bulk/V003/params_new/params_new/msf_assistant.yaml /root/workspace/weifang-config/bulk/V003/params_new/params_new/msf_localization_calibration.yaml /root/workspace/weifang-config/bulk/V003/params_new/params_new/msf_localization_share.yaml /root/workspace/weifang-config/bulk/V003/params_new/params_new/msf_localization.yaml /root/workspace/weifang-config/bulk/V003/params_new/params_new/perception /root/workspace/weifang-config/bulk/V003/params_new/params_new/peripheral_controller.toml /root/workspace/weifang-config/bulk/V003/params_new/params_new/pointcloud /root/workspace/weifang-config/bulk/V003/params_new/params_new/prediction /root/workspace/weifang-config/bulk/V003/params_new/params_new/README.md /root/workspace/weifang-config/bulk/V003/params_new/params_new/ros_can_interpreter.toml /root/workspace/weifang-config/bulk/V003/params_new/params_new/rslidar_sdk /root/workspace/weifang-config/bulk/V003/params_new/params_new/slave /root/workspace/weifang-config/bulk/V003/params_new/params_new/static_transform.yaml /root/workspace/weifang-config/bulk/V003/params_new/params_new/system-ros /root/workspace/weifang-config/bulk/V003/params_V003/params/
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (zip->post)
[Pipeline] script
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] echo
[1;32m >>>>>>>>>>压缩成zip包>>>>>>>>>> [m
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] echo
V003
[Pipeline] dir
Running in /root/workspace/weifang-config/bulk/V003
[Pipeline] {
[Pipeline] sh
+ rm -rf params_new@tmp
[Pipeline] sh
+ rm -rf params_V003/.git
[Pipeline] dir
Running in /root/workspace/weifang-config/bulk/V003/params_V003/params/slave
[Pipeline] {
[Pipeline] sh
++ ls
++ grep -v version.json
++ xargs
+ cp -r camera_driver recorder.toml system-ros /root/workspace/weifang-config/bulk/V003/params_V003/params/
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/bulk/V003/params_V003/params/slave@tmp
[Pipeline] sh
+ cp -r params_V003 params_orin_slave_V003_2024-04-09_17-07-19
[Pipeline] sh
+ zip -rq params_orin_slave_V003_2024-04-09_17-07-19.zip params_orin_slave_V003_2024-04-09_17-07-19 ./version.json
[Pipeline] echo
/root/workspace/weifang-config/bulk/V003/params_orin_slave_V003_2024-04-09_17-07-19.zip,/root/workspace/weifang-config/bulk/V003/version.json
[Pipeline] sh
+ curl -X POST http://172.18.5.234/ota-api/otaUploadFileAndVersion --form 'Content-Type="multipart/form-data"' --form 'file=@"/root/workspace/weifang-config/bulk/V003/params_orin_slave_V003_2024-04-09_17-07-19.zip"' --form 'version=@"/root/workspace/weifang-config/bulk/V003/version.json"'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 146M 0 0 1 2176k 0 5787k 0:00:25 --:--:-- 0:00:25 5787k
8 146M 0 0 8 12.6M 0 9421k 0:00:15 0:00:01 0:00:14 9421k
13 146M 0 0 13 20.3M 0 8744k 0:00:17 0:00:02 0:00:15 8740k
20 146M 0 0 20 29.8M 0 9031k 0:00:16 0:00:03 0:00:13 9029k
26 146M 0 0 26 39.0M 0 9124k 0:00:16 0:00:04 0:00:12 9121k
32 146M 0 0 32 48.1M 0 9180k 0:00:16 0:00:05 0:00:11 9433k
37 146M 0 0 37 55.3M 0 8879k 0:00:16 0:00:06 0:00:10 8729k
43 146M 0 0 43 63.3M 0 8794k 0:00:17 0:00:07 0:00:10 8816k
50 146M 0 0 50 73.5M 0 8984k 0:00:16 0:00:08 0:00:08 8952k
55 146M 0 0 55 81.7M 0 8923k 0:00:16 0:00:09 0:00:07 8749k
61 146M 0 0 61 90.1M 0 8901k 0:00:16 0:00:10 0:00:06 8601k
68 146M 0 0 68 100M 0 9054k 0:00:16 0:00:11 0:00:05 9280k
75 146M 0 0 75 110M 0 9153k 0:00:16 0:00:12 0:00:04 9684k
81 146M 0 0 81 119M 0 9146k 0:00:16 0:00:13 0:00:03 9418k
88 146M 0 0 88 129M 0 9214k 0:00:16 0:00:14 0:00:02 9757k
94 146M 0 0 94 139M 0 9264k 0:00:16 0:00:15 0:00:01 9.7M
100 146M 0 0 100 146M 0 8780k 0:00:17 0:00:17 --:--:-- 8236k
100 146M 0 0 100 146M 0 8295k 0:00:18 0:00:18 --:--:-- 6439k
100 146M 0 0 100 146M 0 7860k 0:00:19 0:00:19 --:--:-- 4854k
100 146M 0 0 100 146M 0 7469k 0:00:20 0:00:20 --:--:-- 3087k
100 146M 0 0 100 146M 0 7114k 0:00:21 0:00:21 --:--:-- 1342k
100 146M 0 43 100 146M 1 6963k 0:00:21 0:00:21 --:--:-- 9
100 146M 0 43 100 146M 1 6963k 0:00:21 0:00:21 --:--:-- 12
[Pipeline] echo
{"msg":"操作成功","code":200,"data":""}
[Pipeline] readJSON
[Pipeline] echo
[msg:操作成功, code:200, data:]
[Pipeline] echo
status:200
[Pipeline] echo
{"msg":"操作成功","code":200,"data":""}
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ rm -rf /root/workspace/weifang-config/bulk/V003@tmp
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
always
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
success
[Pipeline] sh
+ cat /root/commtest/master-project/weifang/bulk/.V003.json
[Pipeline] sh
+ cat /root/commtest/rcdev-project/weifang/bulk/.V003.json
[Pipeline] sh
+ cat /root/commtest/dev-project/weifang/bulk/.V003.json
[Pipeline] wrap
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: null
[Pipeline] echo
用户不存在列表中
[Pipeline] }
[Pipeline] // script
[Pipeline] script
[Pipeline] {
[Pipeline] echo
user: , telphone: null
[Pipeline] echo
用户不存在列表中
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
+ curl -X POST 'https://oapi.dingtalk.com/robot/send?access_token=c4e318472bbd19d0449efb4060de213f730dc32b4bf44819381a8fa7adf61983' -H 'Content-Type: application/json' -d '{"msgtype": "markdown","markdown": {"title":"jenkins通知","text": "# 参数发布通知
### [潍坊散货车辆参数]
---
- 状态: 编译成功
- 执行人:baiyongqiang
- 更新车辆:
> - [V003slave]:
**公有test1**: 57b7261.**2024/04/09/11:30:55**
**私有dev**: be84f4a.**2024/03/22/16:43:45**
---
> 请ota发布同学尽快发布验证,并在群里同步发布信息~ "},"at": {"atMobiles": [""],"isAtAll": "false"} }'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 569 100 27 100 542 296 5956 --:--:-- --:--:-- --:--:-- 6252
[Pipeline] echo
{"errcode":0,"errmsg":"ok"}
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS